home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1998 January (DVD)
/
VPR980100.ISO
/
DRIVER
/
IBM
/
VW200
/
VW200_2.EXE
/
HELLO
/
MK.BAT
< prev
next >
Wrap
DOS Batch File
|
1995-11-22
|
273b
|
19 lines
@echo off
call AS uvect
if errorlevel 1 goto end
call AS uint
if errorlevel 1 goto end
call AS hello
if errorlevel 1 goto end
link88 <hello.lcm
if errorlevel 1 goto end
hex88 -o hello.sa hello.a
if errorlevel 1 goto end
copy hello.sa hello.psa
:end