home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l010 / 7.ddi / BASIC7.ARC / MAKE_BC.BAT
Encoding:
DOS Batch File  |  1989-12-15  |  101 b   |  4 lines

  1. bc %1 /o /s /ah;
  2. if errorlevel 1 goto exit
  3. link %1,,,bcom45+\layout\tools\language\basic\lay_bas
  4.