home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 September
/
Simtel20_Sept92.cdr
/
msdos
/
printer
/
lptx600.arc
/
LPT.BAT
next >
Wrap
DOS Batch File
|
1987-01-05
|
199b
|
11 lines
rem Assemble and Link LPTx
rem Copyright 1987 Mark C. DiVecchio
masm lptx;
if errorlevel 1 goto exit
link lptx;
exe2bin lptx lptx.com
erase lptx.exe
erase lptx.obj
copy lptx.com \/v
:exit