
Search found 3 matches
- 2013-09-06T07:51:06-07:00
- Forum: Users
- Topic: ARGH!! Command works but not in batch file?!!
- Replies: 4
- Views: 2349
Re: ARGH!! Command works but not in batch file?!!
Heh, I feel like a right tool now!! That worked, thanks a million for your help 

- 2013-09-06T07:46:10-07:00
- Forum: Users
- Topic: ARGH!! Command works but not in batch file?!!
- Replies: 4
- Views: 2349
Re: ARGH!! Command works but not in batch file?!!
Thanks for your help, though if I double the % signs;
convert c:\Photo_Uploads\camera\*.jpg -resize 20% -set filename:fname '%%t_tn' +adjoin z:\%%[filename:fname].jpg
although it takes longer to run, it fails with the same error message;
convert.exe: invalid argument for option `-resize ...
convert c:\Photo_Uploads\camera\*.jpg -resize 20% -set filename:fname '%%t_tn' +adjoin z:\%%[filename:fname].jpg
although it takes longer to run, it fails with the same error message;
convert.exe: invalid argument for option `-resize ...
- 2013-09-06T07:35:16-07:00
- Forum: Users
- Topic: ARGH!! Command works but not in batch file?!!
- Replies: 4
- Views: 2349
ARGH!! Command works but not in batch file?!!
I'm running a basic convert command, which works perfectly when I type/copy it into DOS;
convert c:\Photo_Uploads\camera\*.jpg -resize 20% -set filename:fname '%t_tn' +adjoin z:\%[filename:fname].jpg
All it does is resize the jpg's and move them to another folder. If I use this command in a ...
convert c:\Photo_Uploads\camera\*.jpg -resize 20% -set filename:fname '%t_tn' +adjoin z:\%[filename:fname].jpg
All it does is resize the jpg's and move them to another folder. If I use this command in a ...