home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / jaowdsk1.zip / SETUP.BAT < prev    next >
DOS Batch File  |  1995-10-11  |  980b  |  27 lines

  1. @echo off
  2. if not exist jaowmsg.txt goto errmsg
  3. jaowinst.exe
  4. @exit
  5.  
  6. :errmsg
  7. cls
  8. echo.
  9. echo.
  10. echo                             JUST ADD OS/2 WARP
  11. echo                           MESSAGE FILE NOT FOUND!
  12. ECHO.
  13. echo     ----------------------------------------------------------------------
  14. ECHO     Usage:   Change to drive or drive\path where SETUP is located
  15. echo              Enter SETUP
  16. echo     ----------------------------------------------------------------------
  17. echo     Example: A: (enter)       - make SETUP diskette drive current
  18. echo              SETUP (enter)    - run the SETUP program
  19. echo.
  20. echo          or: D: (enter)       - make SETUP drive current
  21. echo              CD\SETUP (enter) - change to the SETUP directory
  22. echo              SETUP (enter)    - run the SETUP program
  23. echo.
  24. echo        Note: The directory name is any name where you chose to download
  25. echo              or copy the JUST ADD OS/2 WARP diskettes or images.
  26. echo.
  27. PAUSE