home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Source Code 1992 March
/
Source_Code_CD-ROM_Walnut_Creek_March_1992.iso
/
msdos
/
educaton
/
inf_src.arc
/
INFCC.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1986-03-14
|
313 b
|
20 lines
echo off
echo
echo Compiling file: %1
echo
cc1 %1 %2
if errorlevel 1 goto done
cc2 %1
if errorlevel 1 goto done
cc3 %1
if errorlevel 1 goto done
cc4 %1
if errorlevel 1 goto done
echo
if errorlevel 1 goto done
goto allok
:done
echo
echo *** error in compilation of file ***
:allok