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

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