Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
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, 1204👍, 0💬
Popular Posts:
Failed to connect to a windows service. Windows could not connect to windows all user install agent ...
How do I copy the user ratings for my files to my new computer? You can ensure that the user ratings...
What files are stored in the "C:\Users\<userid >\AppData\Local\M icrosoft\Windows\Tempor. ..
Where to find tutorials on using Windows 7 Installed Programs and software? Here is a collection of ...
How to write a batch file? I want to print "Hello world!" message on the screen. You can follow this...