Search found 1 match
- 18 Oct 2010 07:38
- Forum: DOS Batch Forum
- Topic: handle command line parameters %1, %2, %3, %4 ....
- Replies: 1
- Views: 3006
handle command line parameters %1, %2, %3, %4 ....
I have a question regarding command parameters (%1, %2, %3, etc…) I have a program that accepts command parameters. for example: programm.exe –A paramA –B paramB –C paramC –D paramD in this case %1 would be –A %2 would be paramA %3 would be –B %4 would be paramB etc. not all of these command paramet...