home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / emulation / emplant / pc2.3 / harddisk_installer < prev    next >
Text File  |  1995-08-15  |  1KB  |  61 lines

  1. ; Script file to decompress .jdc files and assign e586DX:
  2.  
  3. copy e586DX:lhex ram:
  4. makedir ram:e586DX_Temp
  5. assign OurPC: ram:e586DX_Temp
  6.  
  7. echo "Copying files to temporary storage..."
  8. echo
  9. copy >NIL: e586DX: OurPC: all
  10. copy >NIL: OurPC:iconx sys:c/
  11.  
  12. cd OurPC:PC_EMU/devs
  13.  
  14. echo "Decompressing DEVICES..."
  15. echo
  16. ram:lhex -qf x devs.lha
  17. delete >NIL: #?.lha
  18.  
  19. echo "Decompressing FONTS..."
  20. echo
  21. cd /Fonts/
  22. ram:lhex -qf x fonts.lha
  23. delete >NIL: #?.lha
  24.  
  25. ;cd /documentation/
  26. ;delete >NIL: #?.lha
  27.  
  28. ;cd /Ext_IO/
  29. ;delete >NIL: #?.lha
  30.  
  31. echo "Decompressing LIBRARIES..."
  32. echo
  33. cd /libs/
  34. ram:lhex -qf x libs.lha
  35. delete >NIL: #?.lha
  36.  
  37. echo "Decompressing VIDEO DRIVERS..."
  38. echo
  39. cd /Video_Drivers/
  40. ram:lhex -qf x videodrivers.lha
  41. delete >NIL: #?.lha
  42.  
  43. echo "Decompressing PC EMULATION FILES..."
  44. echo
  45. cd /
  46. ram:lhex -qf x e586DX.lha
  47. ram:lhex -qf x e586SX.lha
  48. delete >NIL: #?.lha
  49.  
  50. delete >NIL: ram:lhex
  51.  
  52. cd OurPC:
  53.  
  54. installer SCRIPT InstallerScript APPNAME "EMPLANT's e586DX Emulation Upgrade" MINUSER average DEFUSER average
  55. assign OurPC: remove
  56. echo " "
  57. echo "Cleaning up temporary installation storage..."
  58. echo
  59. cd ram:
  60. delete >NIL: e586DX#? all
  61.