home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
printer
/
lptx600.arc
/
LPT.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1987-01-05
|
199 b
|
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