home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / QBASIC / SMALLFNT.ZIP / CREATE.BAT next >
Encoding:
DOS Batch File  |  1990-02-15  |  165 b   |  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.