Search found 1 match
- 25 Jun 2013 19:52
- Forum: DOS Batch Forum
- Topic: Efficiently passing multiple switches to a batch file?
- Replies: 6
- Views: 8501
Efficiently passing multiple switches to a batch file?
What is the most efficient method of passing multiple command line arguments to a batch file in this format? PACKER.BAT /Action="Pack" /Source="..\path to source folder\" /Target="..\path to target folder\" /Pass="SecretCode" /Output="Packed.exe" /G...