home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / emulation / emplant / mac5.5 / harddisk_installer < prev    next >
Text File  |  1995-07-30  |  1KB  |  70 lines

  1. ; Script file to decompress .jdc 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. ram:lhex -qf x RsrvMem.lha
  15. delete >NIL: #?.lha
  16.  
  17. cd /devs/
  18. ram:lhex -qf x devs.lha
  19. delete >NIL: #?.lha
  20.  
  21. cd /documentation/
  22. ram:lhex -qf x docs.lha
  23. delete >NIL: #?.lha
  24.  
  25. cd /Ext_IO/
  26. ram:lhex -qf x ExtIO.lha
  27. delete >NIL: #?.lha
  28.  
  29. cd /Fonts/
  30. ram:lhex -qf x Fonts.lha
  31. delete >NIL: #?.lha
  32.  
  33. cd /Logos/
  34. ram:lhex -qf x Logos.lha
  35. delete >NIL: #?.lha
  36.  
  37. cd /libs/
  38. ram:lhex -qf x libs.lha
  39. delete >NIL: #?.lha
  40.  
  41. cd /Video_Drivers/
  42. ram:lhex -qf x videodrivers.lha
  43. delete >NIL: #?.lha
  44.  
  45. cd /
  46. ram:lhex -qf x MACII.lha
  47. ram:lhex -qf x ConverterII.lha
  48. ram:lhex -qf x Diagnostic.lha
  49. ram:lhex -qf x Dump256KDIPS.lha
  50. ram:lhex -qf x Dump256KSIMM.lha
  51. ram:lhex -qf x HardFileSetup.lha
  52. ram:lhex -qf x HardKickMMU.lha
  53. ram:lhex -qf x InitRetina.lha
  54. ram:lhex -qf x MAC_HDSetup.lha
  55. ram:lhex -qf x ROMINFO.lha
  56. ram:lhex -qf x SoftKickMMU.lha
  57. delete >NIL: #?.lha
  58.  
  59. delete >NIL: ram:lhex
  60.  
  61. cd MACII:
  62.  
  63. installer SCRIPT InstallerScript APPNAME "EMPLANT's MAC Emulation Upgrade" MINUSER average DEFUSER average
  64. assign MACII: remove
  65. echo " "
  66. echo "Cleaning up temporary installation storage..."
  67. echo
  68. cd ram:
  69. delete >NIL: EMPLANT#? all
  70.