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, ∼4536🔥, 0💬
Popular Posts:
What is "Telephony" in my Windows XP service list? And how is "Telephony" service related to TapiSrv...
.VOB File Name Extension - DVD Video Object Files .vob is the file name extension for DVD-Video Obje...
What is causing the HTTP 403 (Forbidden) error when running PHP scripts with PHP CGI configuration? ...
What is the scheduled task "\G2MUploadTask-S-1-5-21 -..."on my Windows 7 computer? "\G2MUploadTask-S...
What is the HP computer registration process? If you bought a new HP computer and doing the initial ...