Search found 3 matches

by Misty1
2013-09-06T07:51:06-07:00
Forum: Users
Topic: ARGH!! Command works but not in batch file?!!
Replies: 4
Views: 2067

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 :D
by Misty1
2013-09-06T07:46:10-07:00
Forum: Users
Topic: ARGH!! Command works but not in batch file?!!
Replies: 4
Views: 2067

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': 20fname ...
by Misty1
2013-09-06T07:35:16-07:00
Forum: Users
Topic: ARGH!! Command works but not in batch file?!!
Replies: 4
Views: 2067

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 batch ...