Collections:
Other Resources:
What Are Batch Parameters
What Are Batch Parameters?
✍: FYIcenter.com
Batch parameters are parameters received from the
command line where the batch file is invoked.
There are total of 11 batch parameters supported a batch file using the "%n" format:
If you call a batch file with more than 9 parameters, the tenth and additional parameters will not be represented in the "%n" format initially.
To access the tenth and additional parameters, you need to use the "shift" command to shift them into the 1 to 9 range.
⇐ Working with Parameters and Variables
2022-04-13, ∼2960🔥, 0💬
Popular Posts:
What is EvtEng.exe process - Intel Wireless EvtEng Module? Process EvtEng.exe is related to your wir...
What is "Ulead Burning Helper" in my Windows 7 service list? And how is "Ulead Burning Helper" servi...
A new tab called "Boot" is added in "msconfig" tool on Windows Vista and Windows 7. What is this "Bo...
Can I remove startup application "DLG.exe - Modem Digital Line Detection" to speedup my computer and...
What is "Lenovo Camera Mute" in a service on Lenovo laptop computer that supports the camera on/off ...