home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d180 / jed.lha / Jed / execute.me < prev    next >
Text File  |  1989-02-25  |  2KB  |  70 lines

  1. ;This file assumes that your unarced files are in df1:, in a directory named 
  2. ;Jed, and a blank FORMATTED DISKETTE that is INSTALLED is available.
  3. ;Your CLI work disk or WorkBench Disk is in df0: and you are in CLI:
  4.  
  5.  
  6. ;fisrt - copy the needed CLI commands to ram:
  7.  
  8. copy df0:c/copy|makedir|echo|wait|rename to ram:
  9.  
  10. ;Now go to ram: to work
  11.  
  12. cd ram:
  13.  
  14. ;Now get the unarced files from df1:jed
  15.  
  16. copy df1:Jed all to ram:
  17.  
  18. ;Now for a couple of renames to longer filenames
  19.  
  20. rename ram:system.con to ram:system-configuration
  21. rename ram:startup.seq to ram:startup-sequence
  22.  
  23. ;now get the user to put in a blank disk, while waiting 1 minute
  24.  
  25. echo -c
  26. echo -d3  Insert your BLANK,INSTALLED, FORMATTED DISKETTE in DF0:
  27. echo
  28. echo -d3  I WILL WAIT 1 MINUTE AND 30 SECONDS...
  29. echo -d1
  30.  
  31. WAIT 1 MINS
  32. WAIT 30 SECS
  33.  
  34. echo -c -d3     Making needed directories..
  35. echo 
  36. echo -t  making the C: directory...
  37. ram:makedir df0:c
  38. echo -t  making the Devs: directory...
  39. ram:makedir df0:Devs
  40. echo -t  making the S: directory...
  41. makedir df0:S
  42. echo -t  making the Jed.ARC: directory... 
  43. makedir df0:Jed.ARC
  44. echo -c -d3    Copying Files... 
  45. echo -t Copying the needed files to DF0:C...
  46. copy ram:more|Jed.Help|echo to df0:C
  47. echo -t Copying the needed files to DF0:Devs...
  48. copy ram:system-configuration to df0:Devs
  49. echo -t Copying the needed files to DF0:S...
  50. copy ram:startup-sequence to df0:S
  51. echo -t Copying the needed files to DF0:Jed.ARC...
  52. copy ram:Jed.ARC to df0:Jed.ARC
  53. echo -t Copying the needed files to DF0:\...
  54. copy ram:.info|Disk.info|Jed|Jed.info|Jed.Dox|Jed.Dox.info|readme to df0:
  55.  
  56. echo -c -d1
  57. echo
  58. echo
  59. echo                         ***  Done!  ***
  60. echo
  61. echo
  62. echo
  63. echo   You may now reboot with the Disk in df0: and use it to configure
  64. echo   Jed on any disk that you like.  This disk can also serve as your 
  65. echo   Backup.
  66. echo
  67. echo   
  68.   
  69.   
  70.