home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaDemoCD2.iso / DEMOS / simdylem.dms / in.adf / HD_Install.s < prev    next >
Encoding:
Text File  |  1996-02-11  |  2.6 KB  |  65 lines

  1. Echo "   ....................................................................."
  2. Echo "   :       ___________    ________                  ________     ______:_"
  3. Echo " ÷dYLEm÷   \__       /__./       /__.     _ _______/       /__ _/      ·/"
  4. Echo "   : _______/_      /   |       /   |_________    _       /   Y        / "
  5. Echo "   :/     ___/   __/    |    __/    |     ___/  __/      /   \_/    __/: "
  6. Echo "  _/      /       \______     \_    |      \_   \_______/_    |      \_: "
  7. Echo "  \_____________\  /___________/____________/____________/____|____\  /: "
  8. Echo "   `----:--- -   \/   - ---:---------------------------------fRm/e^D\/-' "
  9. Echo "        :..................: ÷ sTONES yA aWAY fROM bOREDOM ÷--- -- -     "
  10. Echo "                                                                       "
  11. Echo "*n             -------------------------------"
  12. Echo "              `Silent Majority' HD Install "
  13. Echo "             -------------------------------*n"
  14. Echo " "
  15. Echo " A Dylem 96 Production! "
  16.  
  17. Ask "Proceed with Install (y/n)?"
  18.  
  19. If NOT WARN
  20.     Echo "Are you sure that you've done the good choice?..."
  21.     EndCLI >Nil:
  22. Endif
  23. Echo "Installing `Silent Majority' on your Harddrive..."
  24. Echo "This script will create it's own drawer called `DYLEM'"
  25. Ask  "Press >Return< to set destination for `DYLEM' drawer."
  26.  
  27. ;---------------------------------------------- Get Location for drawer.
  28. Echo >Env:dylem.temp0 "Assign DYLEM: " NOLINE
  29. RequestFile >>Env:dylem.temp0 DRAWER "SYS:" TITLE "Dylem Drawer Destination..." DRAWERSONLY
  30. Execute >Nil: Env:dylem.temp0
  31. Delete >Nil: Env:dylem.temp0
  32.  
  33. ;---------------------------------------------- Create drawer & icon.
  34. MakeDir DYLEM:Majority
  35. If Exists SYS:Prefs/Env-Archive/Sys/def_drawer.info
  36.     Copy SYS:Prefs/Env-Archive/Sys/def_drawer.info DYLEM:Majority.info
  37. Endif
  38.  
  39. ;---------------------------------------------- Copy files to WORD:
  40. Echo " "
  41. Echo "*nCopying main file..."
  42. Copy >Nil: df0:majority.exe DYLEM:Majority/
  43. Echo "Copying data files.."
  44. Copy df0:sima0001.lzx DYLEM:Majority/
  45. Copy df0:sima0001.dat DYLEM:Majority/
  46.  
  47.  
  48. ;---------------------------------------------- Decrunch main file?
  49. If Exists C:LZX
  50.     Echo "You appear to have LZX in your C: directory, do you"
  51.     Ask  "want to try and decrunch the main file (y/n)?"
  52.     If WARN
  53.         Echo "Starting LZX decrunching..."
  54.         C:LZX X DYLEM:Majority/sima0001.lzx DYLEM:Majority/
  55.     Endif
  56.     Else
  57.         Echo "No Decruncher Found..."
  58.     Endif
  59. Endif
  60.  
  61. Assign DYLEM: DISMOUNT
  62. Echo "Installation Complete And now, ENJOY a nice swiss production!"
  63. Echo " "
  64. Echo "Stones you away from boredom!                - DYLEM 96"
  65.