home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / dressup.zip / DRESSUP.BAT < prev    next >
DOS Batch File  |  1990-07-04  |  1KB  |  27 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ╔════════════════════════════════════════════════════════════════════╗
  4. ECHO ║ This BAT file assumes MOUSE.COM or MOUSE.SYS is already active.    ║
  5. ECHO ║ When this file is on your hard drive with your other BAT files and ║
  6. ECHO ║ DressUp is in its own directory, no changes should be required.    ║
  7. ECHO ║ Please save a copy if you adapt this file for your system.  Chris  ║
  8. ECHO ╚════════════════════════════════════════════════════════════════════╝
  9. REM   The above message is pushed off screen if there are no errors.
  10. BROWSE DRESSUP\DRESSUP.DOC
  11. CLS
  12. CD\DRESSUP
  13. IF NOT EXIST HATS__0A.DWG GOTO :Proceed
  14. ECHO  
  15. ECHO    ╔════════════════════════════════════════════════════════════════════╗
  16. ECHO    ║  Please make sure you are using this BAT file on your hard drive   ║
  17. ECHO    ║  or a copy of the DressMeUp distribution diskette.  When DressMeUp ║
  18. ECHO    ║  loads the wardrobe files they will be consolidated into the main  ║
  19. ECHO    ║  files and the original distribution files will be deleted.        ║
  20. ECHO    ╚════════════════════════════════════════════════════════════════════╝
  21. ECHO  
  22. ECHO Press Ctrl-C to quit or
  23. PAUSE
  24. :Proceed
  25. DRESSUP.EXE
  26. CD\
  27.