User:Jenkins08/Sandbox
Jump to navigation
Jump to search
@ECHO OFF
ECHO TEST
FOR %%A IN %1 DO PAUSE
EXIT
REM This is a comment
@ECHO ON