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, ∼2923🔥, 0💬
Popular Posts:
What is the "Server (LanmanServer)" system service on Windows Server 2012? Can I disable "Server"? "...
Where to find tutorials as Introduction to Internet Explorer (IE). Here is a list of tutorials to an...
What is the scheduled task "\Microsoft\Windows\Text ServicesFramework\MsCtfM onitor"on my Windows 7 c...
What is "ASP.NET State Service" in my Windows 7 service list? And how is "ASP.NET State Service" ser...
What is the file extension .IFO on a DVD-Video disc? .IFO is the file extension used on a DVD-Video ...