Command Line Parser
Command-line parser.
It can't handle multiple commands separated with &
, &&
, |
, ||
etc., so any multi-line batch file code should be previously split into individual commands.
Command-line parser.
It can't handle multiple commands separated with &
, &&
, |
, ||
etc., so any multi-line batch file code should be previously split into individual commands.