home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Guide
/
c-cplusplus-interactive-guide.iso
/
c_ref
/
csource5
/
309_01
/
doit.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1990-03-20
|
156 b
|
10 lines
cc09 test.c test.asm
if errorlevel 1 goto nocomp
as6809 -los test
aslink -fp test.lnk
pod test.s19
goto exit
:nocomp
echo Compiler Failure
:exit