home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1998 January (DVD)
/
VPR980100.ISO
/
DRIVER
/
IBM
/
VW200
/
VW200_2.EXE
/
HELLO
/
AS.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-11-22
|
146b
|
9 lines
@echo off
sap88 -o %1.ms %1.s
if errorlevel 1 goto end
asm88 -all -l -x -c %1.ms
if errorlevel 1 goto end
del *.e >nul
del *.ms >nul
:end