home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / jaowdsk1.zip / INSTALL.BAT next >
DOS Batch File  |  1995-10-11  |  1KB  |  28 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 INSTALL is located
  15. echo              Enter INSTALL
  16. echo     ----------------------------------------------------------------------
  17. echo     Example: A: (enter)         - make installation diskette drive current
  18. echo              INSTALL (enter)    - run the INSTALL program
  19. echo.
  20. echo          or: D: (enter)         - make installation drive current
  21. echo              CD\INSTALL (enter) - change to the installation directory  
  22. echo              INSTALL (enter)    - run the INSTALL 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
  28.