Collections:
Other Resources:
Space - Delimiter for Batch File Parameters
What is the character to separate batch file parameters?
✍: FYIcenter.com
When you specify parameters to invoke a batch file, the space character is used as the delimiter to separate parameters.
For example, if you enter "Batch-File-Parameters.bat 1 2 3 4 5", you are providing 5 parameters to the batch file.
Multiple space characters entered together are used as a single delimiter.
Here are more examples on how space characters are used as the delimiter to separate batch file parameters:
C:\fyicenter>Batch-File-Parameters.bat 1 2 3 4 5 (Batch-File-Parameters.bat) (1) (2) (3) (4) (5) (1 2 3 4 5) C:\fyicenter>Batch-File-Parameters.bat 1 2 3 4 5 (Batch-File-Parameters.bat) (1) (2) (3) (4) (5) (1 2 3 4 5) C:\fyicenter>Batch-File-Parameters.bat 1 2 3 4 5 < nul (Batch-File-Parameters.bat) (1) (2) (3) (4) (5) (1 2 3 4 5)
⇒ Quotations in Batch File Parameters
⇐ %1 and %* - Receive Parameters in Batch File
2021-11-12, 3007🔥, 0💬
Popular Posts:
What is the "Workstation (LanmanWorkstation)" system service on Windows Server 2012? Can I disable "...
What is the scheduled task "\OneDrive Standalone Update Task-S-1-..." on my Windows 7 computer? "\On...
What is Microsoft Research Extra Toolbar Button and Extra Tools Menu Item for Internet Explorer (IE)...
Can I disable Windows service "Network Associates Task Manager" to speedup my computer? Third party ...
What is "McAfee Security Scan Component Host Service" in my Windows 7 service list? And how is "McAf...