- Oct
- 364
- 17
This is for enabling or disabling individual lines of test code. You would comment out one of the ALIAS definitions.
ALIAS TEST_CODE REM
TEST_CODE Dir
(The line does nothing because it begins with REM.)
ALIAS TEST_CODE IF 1=1
TEST_CODE Dir
The command works.
ALIAS TEST_CODE REM
TEST_CODE Dir
(The line does nothing because it begins with REM.)
ALIAS TEST_CODE IF 1=1
TEST_CODE Dir
The command works.