Command Line Parameters - Include parameter

Convert your BATch files into EXEcutable format in one click.
Post Reply
hmsolomon
Posts: 3
Joined: Mon Aug 15, 2005 7:01 pm

Post by hmsolomon »

How can I include one or more files using the command line? I'm hoping for something that looks like:

Code: Select all

quickbfc c:\bat\job.bat c:\job.exe include=c:\inc.txt;c:\inc2.exe

I have to complile 100's of batch files at a time so command line parameters are important.

thanks
Post Reply