home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of Shareware - Software Farm 2
/
wosw_2.zip
/
wosw_2
/
QBAS
/
SMALLFNT.ZIP
/
CREATE.BAT
next >
Wrap
DOS Batch File
|
1990-02-15
|
165b
|
5 lines
rem This file compiles and links the example program.
rem Use MAKELIBS.BAT first, to create the required library.
bc example/o;
link example/ex,,nul,smallfnt;