Search found 2 matches
- 29 Aug 2009 04:59
- Forum: DOS Batch Forum
- Topic: Values dependant of input file name
- Replies: 2
- Views: 4449
- 28 Aug 2009 13:42
- Forum: DOS Batch Forum
- Topic: Values dependant of input file name
- Replies: 2
- Views: 4449
Values dependant of input file name
Hi. This is a total noob question, but plz help me. I have a batch file that does some video processing when you drag a file onto it. How can i get it to set differente value for certain files i drag? For example If input file is 1.avi then SOMEVALUE=500. I've tried if %1=1.avi then... But it gives ...