home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c500 / 4.ddi / BUILD.WEX / WINDEMO.BAT < prev   
Encoding:
DOS Batch File  |  1992-05-28  |  308 b   |  17 lines

  1. @echo off
  2. cd life
  3. wmake
  4. if errorlevel 1 goto errorexit
  5. ..\iswin
  6. if errorlevel 1 goto win
  7. win life
  8. goto exit
  9. :win
  10. echo Return to windows with ALT-ESCAPE.
  11. echo Select "File" from the program manager, and select
  12. echo the RUN option to run life
  13. goto exit
  14. :errorexit
  15. echo make did not work!
  16. :exit
  17.