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, ∼2423🔥, 0💬
Popular Posts:
How to configure PHP execution environments? If you followed our Downloading PHP Engine tutorial , y...
What is the startup program "Persistence Module - igfxpers.exe" on my Windows 8 computer? Can I remo...
I get the message "cyberlink powercinema resident program has stopped working" on startup on my Dell...
Can I remove startup application "msmsgs.exe - Microsoft Messenger" to speedup my computer and reduc...
What is Windows XP Services Management Console? Windows XP Services Management Console is a system a...