home *** CD-ROM | disk | FTP | other *** search
/ Unprotect 6 / Unprotect-6.0.iso / update / discw104 / update.bat < prev   
Encoding:
DOS Batch File  |  1995-06-01  |  1.5 KB  |  53 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo Welcome to the Discworld 1.04 Update!
  5. echo .
  6. echo This process will upgrade your Discworld program to version 1.04
  7. echo Version 1.04 features improved sound quality, and a host of other
  8. echo bug fixes.
  9. echo.
  10. echo This version works on any released version of Discworld (these should
  11. echo have timestamps of 3/20/95 or older).
  12. echo .
  13. echo WARNING:  Version 1.04 of Discworld may NOT be compatible with your
  14. echo current saved games.
  15. if %1s == s GOTO Usage
  16. if not exist %1\discwld.cd\dwb.exe goto Usage
  17. if exist %1\discwld\bogus.gra goto Usage
  18. pause
  19. del %1\discwld.cd\drivers\isound.bat
  20. del %1\discwld.cd\drivers\midpak.ad
  21. del %1\discwld.cd\drivers\midpak.adv
  22. del %1\discwld.cd\drivers\pmidpak.com
  23. del %1\discwld.cd\drivers\soundrv.com
  24. rd %1\discwld.cd\drivers
  25. disc104 %1\discwld.cd -o
  26. del disc104.*
  27.  
  28. cls
  29. echo Upgrade complete!  When you're ready to reconfigure your sound card,
  30. pause
  31. %1
  32. cd \discwld.cd
  33. setsound
  34. cls
  35. GOTO Information
  36.  
  37. :Usage
  38. echo From your drive prompt type:
  39. echo               UPDATE C:
  40. echo where C: is the drive where the DISCWLD.CD directory is.
  41. GOTO END
  42.  
  43. :Information
  44. echo To start Discworld, type DISC from within this directory.
  45. echo .
  46. echo If you have any further questions, our technical support representatives
  47. echo stand ready to provide help.  They can be reached at (617) 497-7794,
  48. echo between the hours of 9 am and 5 pm, Eastern time.
  49. echo .
  50. echo To reach us via the net, try psygtech@psygnosis.com - Enjoy!
  51.  
  52. :END
  53.