home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1998 January (DVD) / VPR980100.ISO / DRIVER / IBM / VW200 / VW200_2.EXE / HELLO / MK.BAT < prev    next >
DOS Batch File  |  1995-11-22  |  273b  |  19 lines

  1. @echo off
  2. call AS uvect
  3. if errorlevel 1 goto end
  4.  
  5. call AS uint
  6. if errorlevel 1 goto end
  7.  
  8. call AS hello
  9. if errorlevel 1 goto end
  10.  
  11. link88 <hello.lcm
  12. if errorlevel 1 goto end
  13.  
  14. hex88 -o hello.sa hello.a
  15. if errorlevel 1 goto end
  16.  
  17. copy hello.sa hello.psa
  18. :end
  19.