I tried it but the dos promt writes everythiing super fast and never stops. It just keeps writing the same commands.
EDIT: No wait, it works! I had to change a few things with EXIT and GOTO:EOF
Thanks for the help!!!
Search found 3 matches
- 02 Mar 2011 13:25
- Forum: DOS Batch Forum
- Topic: Sometimes I get "" Sometimes not
- Replies: 4
- Views: 4156
- 01 Mar 2011 13:45
- Forum: DOS Batch Forum
- Topic: Sometimes I get "" Sometimes not
- Replies: 4
- Views: 4156
Re: Sometimes I get "" Sometimes not
Ahh, a space!
Ok, but before I go and change several lines of code, if I use "%~1" and the filename doesnt have an space, will it still work?
Ok, but before I go and change several lines of code, if I use "%~1" and the filename doesnt have an space, will it still work?
- 01 Mar 2011 12:19
- Forum: DOS Batch Forum
- Topic: Sometimes I get "" Sometimes not
- Replies: 4
- Views: 4156
Sometimes I get "" Sometimes not
I am using a batch to encode videos for virtualdub. I have used this scrip before and it works no problem. I have tried the last several days to make the code work using other tasks, and today I just realized that the script makes quotations when I didnt ask for them. here is a small part of the scr...