That seems to have done it. Thanks so much orange_batch.
What's the best way in your opinion to go about learning more about batch proficiency? Any particular site other than just researching these forums?
Thanks again.
Search found 2 matches
- 14 May 2011 08:44
- Forum: DOS Batch Forum
- Topic: Noob Help setting up batch file using %1 variable
- Replies: 3
- Views: 6173
- 14 May 2011 04:44
- Forum: DOS Batch Forum
- Topic: Noob Help setting up batch file using %1 variable
- Replies: 3
- Views: 6173
Noob Help setting up batch file using %1 variable
Hi, I recently setup a custom context menu in Win7 which passes the selected filename to a batch file, but my problem is that is requires an additional command to be sent. I'll show you what I mean. Here's my split.bat batch file: "C:\splitMKV\splitMKV.exe" %1% /split:2500 pause Code the C...