We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d1929f commit facce56Copy full SHA for facce56
tests/compat.bat
@@ -1,5 +1,5 @@
1
@ECHO OFF
2
-SET DEV=0
+SET DEV=1
3
IF NOT "%1"=="EXTENDED" IF NOT "%1"=="" GOTO %1
4
REM This is intended to be a primary batch file for standard MSDOS compatible testing
5
REM Run with option EXTENDED for testing advanced FreeCOM commands supported
@@ -185,6 +185,7 @@ goto : label3
185
ECHO If you see me then label3 didn't work
186
:label3
187
echo Label 3 found
188
+IF "%DEV%"=="1" pause
189
190
ECHO Testing IF and EXISTS
191
ECHO Testing the EXIST format, you should see "((OK))" two times
0 commit comments