Search found 2 matches

by salinsky
14 May 2011 08:44
Forum: DOS Batch Forum
Topic: Noob Help setting up batch file using %1 variable
Replies: 3
Views: 6173

Re: Noob Help setting up batch file using %1 variable

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.
by salinsky
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...