home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a011 / 2.ddi / MAKERUN.BAT < prev    next >
Encoding:
DOS Batch File  |  1986-04-23  |  323 b   |  14 lines

  1. IF %2==DEBUG GOTO D1
  2. IF %2==debug GOTO D1
  3. IF %2==VIEW GOTO D2
  4. IF %2==view GOTO D2
  5. link  cobol asm %2 %3 %4 %5 %6 %7 %8 %9,%1,,cobol1 cobol2/NOD
  6. GOTO D3
  7. :D1
  8. link  cobol asm %2 %3 %4 %5 %6 %7 %8 %9,%1,,debug cobol1 cobol2/NOD
  9. GOTO D3
  10. :D2
  11. link  cobol asm %2 %3 %4 %5 %6 %7 %8 %9,%1,,view1 view2/NOD
  12. :D3
  13. dir %1.*
  14.