home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / BOSS_SUP.ZIP / LOADBC.BAT < prev    next >
DOS Batch File  |  1991-10-03  |  244b  |  9 lines

  1. rem This is an example, you do not have run this batch file to
  2. rem  use the demo program (bossdemo).
  3. rem
  4. pause
  5. subst g: d:\hli\borlandc
  6. tlink /c g:\lib\c0s bossdemo,bossdemo,bossdemo,swin g:\lib\emu g:\lib\maths g:\lib\cs
  7. subst g: /d
  8. 
  9.