home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / SMALLFNT.ZIP / CREATE.BAT next >
DOS Batch File  |  1990-02-15  |  165b  |  5 lines

  1. rem  This file compiles and links the example program.
  2. rem  Use MAKELIBS.BAT first, to create the required library.
  3. bc example/o;
  4. link example/ex,,nul,smallfnt;
  5.