home *** CD-ROM | disk | FTP | other *** search
/ Amiga Power / AmigaPower59Disk2.ZIP / ap59-2.adf / Fixer < prev    next >
Text File  |  1978-01-30  |  1KB  |  63 lines

  1. ; Steve's AB3D installer fix V1.0a
  2. ; --------------------------------
  3.  
  4. echo " Alien Breed 3D install fixer,"
  5. echo " By Steven Holmes, 29/11/1995."
  6. echo " -----------------------------"
  7. echo ""
  8. echo " Be sure you have booted from your"
  9. echo " hard drive, else this fix won't work!"
  10. wait 5
  11. AP59b:c/cls
  12. echo ""
  13. echo " This script is to ensure Alien Breed 3D"
  14. echo " is installed to your hard drive correctly."
  15. echo ""
  16. ask " Do you want to continue?  Y/N [RET]"
  17. if warn
  18. failat 300
  19.  
  20. AP59b:c/cls
  21. echo ""
  22. echo " Where did you install AB3D?  Show me..."
  23. wait 3
  24. echo ""
  25. AP59b:c/requestfile DH1: TITLE "Click on AB3D HD path." DRAWERSONLY > ENV:DEST
  26. AP59b:c/cls
  27. echo ""
  28. echo " I'll need AB3D disk 1 now,"
  29. echo " So I can copy it all to your hard drive AB3D drawer,"
  30. echo " because the Team 17 installer doesn't always copy it!"
  31. wait 3
  32. copy ab3d1:libs/lowlevel.library to sys:libs/ QUIET
  33. copy ab3d1: ALL to $dest QUIET
  34. echo ""
  35. echo " Done that."
  36. wait 2
  37. AP59b:c/cls
  38. echo ""
  39. echo " Deleting some unnecessary (floppy only) stuff..."
  40. cd $dest
  41. delete installscript QUIET
  42. delete installscript.info QUIET
  43. delete setpatch QUIET
  44. delete utilities/ ALL QUIET
  45. delete utilities.info QUIET
  46. delete s/ ALL QUIET
  47. delete devs/ ALL QUIET
  48. delete libs/ ALL QUIET
  49. copy AP59b:InstallStuff/AlienBreed3D.info to $dest QUIET
  50. echo ""
  51. echo " All Done!"
  52. wait 2
  53. AP59b:c/cls
  54. echo ""
  55. echo " Disk 1 copied to"$dest
  56. echo " AB3D icon copied to"$dest
  57. echo " All unnecessary files removed."
  58. echo ""
  59. echo ""
  60. echo " Have Fun!"
  61. sys:c/wait 7
  62. endif
  63.