home *** CD-ROM | disk | FTP | other *** search
/ Merciful 3 / Merciful_Release_3.bin / software / m / maclitev1.0.dms / maclitev1.0.adf / HardDisk_Installer < prev    next >
Text File  |  1996-06-24  |  1KB  |  76 lines

  1. ; Script file to decompress files and assign MACII:
  2.  
  3. copy MAC2:lhex ram:
  4. makedir ram:EMPLANT_Temp
  5. assign MACII: ram:EMPLANT_Temp
  6.  
  7. echo "Copying files to temporary storage..."
  8. echo
  9. copy >NIL: MAC2: MACII: all
  10. copy >NIL: MACII:iconx sys:c/
  11.  
  12. cd MACII:MAC_EMU/c
  13.  
  14. echo "Decompressing Setup..."
  15. ram:lhex -qf x RsrvCold.lha
  16. ram:lhex -qf x Load.lha
  17. delete >NIL: #?.lha
  18. echo
  19.  
  20. echo "Decompressing Devices..."
  21. cd /devs/
  22. ram:lhex -qf x devs.lha
  23. delete >NIL: #?.lha
  24. echo
  25.  
  26. echo "Decompressing Libraries..."
  27. cd /libs/
  28. ram:lhex -qf x libs.lha
  29. delete >NIL: #?.lha
  30. echo
  31.  
  32. echo "Decompressing Fonts..."
  33. cd /fonts/
  34. ram:lhex -qf x fonts.lha
  35. delete >NIL: #?.lha
  36. echo
  37.  
  38. echo "Decompressing AmigaGuide Documentation..."
  39. cd /documentation/
  40. ram:lhex -qf x docs.lha
  41. delete >NIL: #?.lha
  42. echo
  43.  
  44. echo "Decompressing ADB Drivers..."
  45. cd /Ext_IO/
  46. ram:lhex -qf x ExtIO.lha
  47. delete >NIL: #?.lha
  48. echo
  49.  
  50. echo "Decompressing Video Drivers..."
  51. cd /Video_Drivers/
  52. ram:lhex -qf x videodrivers.lha
  53. delete >NIL: #?.lha
  54. echo
  55.  
  56. echo "Decompressing Main Program and Utilities..."
  57. cd /
  58. ram:lhex -qf x HardFileSetup.lha
  59. ram:lhex -qf x MAC_HDSetup.lha
  60. ram:lhex -qf x ROMINFO.lha
  61. delete >NIL: #?.lha
  62. echo "done"
  63. echo
  64.  
  65. delete >NIL: ram:lhex
  66.  
  67. cd MACII:
  68.  
  69. installer SCRIPT InstallerScript APPNAME "EMPLANT's MAC Lite Emulation " MINUSER average DEFUSER average
  70. assign MACII: remove
  71. echo " "
  72. echo "Cleaning up temporary installation storage..."
  73. echo
  74. cd ram:
  75. delete >NIL: EMPLANT#? all
  76.