home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
PROGRAMS
/
UTILS
/
MOUSE
/
GPIBLPT.ZIP
/
MAKE_LPP.BAT
< prev
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
|
1990-10-18
|
115 b
|
6 lines
REM Batch file to make lpplot.exe
masm lpplot/Mx;
masm gpib_c/Mx;
masm lpend/Mx;
link lpplot+gpib_c+lpend/M;