pineapple-notepad/3rdparty/lexilla540/lexilla/test/examples/batch/Issue222.bat

27 lines
318 B
Batchfile
Raw Normal View History

2024-07-02 23:47:26 +08:00
rem Keywords with colon
rem with spacing
call file.bat arg1
call "file.bat" arg1
call :label arg1
goto :label
goto :eof
goto label
echo: %var%
echo: text
echo text
rem no spacing
call:label arg1
goto:label
goto:eof
echo:%var%
echo:text
(call)
(echo:)
(goto)
rem call internal commands
call echo text
call set "a=b"