dos_compilers/Manx Aztec C86 v42b/AZTEC.BAT

13 lines
269 B
Plaintext
Raw Normal View History

2024-07-02 16:07:59 +02:00
@echo off
if "%CLIB%" == "" goto START
goto END
This is a modified version of the AZTEC Batch which should
run on either a floppy or a hard drive...
:START
set CLIB=\AZTECC86\LIB\;
set INCLUDE=\AZTECC86\INCLUDE\;
set PATH=\AZTECC86\BIN;%PATH%;
:END