home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / s / sprdpr20.zip / INSTAL-S.BAT < prev    next >
DOS Batch File  |  1993-01-31  |  969b  |  35 lines

  1. @ECHO OFF
  2. MD C:\SUPRDUPR
  3. COPY *.* C:\SUPRDUPR
  4. DEL C:\DUPR.BAT 
  5. DEL C:\DUPRM.BAT 
  6. COPY DUPRS.BAT C:\
  7. CLS
  8. ECHO    The installation program will now add the line
  9. ECHO    LASTDRIVE=Z to your CONFIG.SYS file. If this is
  10. ECHO    not OK, then hit CTRL + C now. (If LASTDRIVE=Z is
  11. ECHO    not already in your CONFIG.SYS file now, it probably
  12. ECHO    should be.) The rest of the installation is complete.
  13. pause
  14. COPY C:\CONFIG.SYS + C:\SUPRDUPR\LASTDRVZ.ADD C:\CONFIG.SYS
  15. C:
  16. CD\
  17. cls
  18. echo.
  19. echo.
  20. echo.
  21. echo.
  22. echo.
  23. echo.
  24. echo.
  25. echo.
  26.  
  27. ECHO     Installation of  S u p r D u p r  is complete.
  28. ECHO     You now must re-boot your computer either by
  29. ECHO     hitting CTRL + ALT + DEL simultaneously, or turn off
  30. ECHO     your computer for at least 10 seconds, and then 
  31. ECHO     turn it back on. Then you can either:
  32.  
  33. ECHO     Type  DUPR  from C:\ directory to run program in COLOR.
  34. ECHO     Type DUPRM  from C:\ directory to run program in MONOCHROME.
  35.