home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s087 / 2.img / 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.