Article ID: 71247 - Last Review: May 12, 2003 - Revision: 2.0 Semicolon, Equal Sign As Arguments in Batch FileThis article was previously published under Q71247 SUMMARY
When a semicolon (;) or equal sign (=) is used as a command line argument
in a batch file, it is treated as a blank space.
MORE INFORMATION
For example, in the following batch file, TEST.BAT,
Command Line Output ------------ ------ test a=b a b test a;b a b test ;ab ab test = ECHO is on (parsed as test) test ; ECHO is on
equal and sign and characters and batch
APPLIES TO
| Article Translations
|

Back to the top
