;This file assumes that your unarced files are in df1:, in a directory named 
;Jed, and a blank FORMATTED DISKETTE that is INSTALLED is available.
;Your CLI work disk or WorkBench Disk is in df0: and you are in CLI:


;fisrt - copy the needed CLI commands to ram:

copy df0:c/copy|makedir|echo|wait|rename to ram:

;Now go to ram: to work

cd ram:

;Now get the unarced files from df1:jed

copy df1:Jed all to ram:

;Now for a couple of renames to longer filenames

rename ram:system.con to ram:system-configuration
rename ram:startup.seq to ram:startup-sequence

;now get the user to put in a blank disk, while waiting 1 minute

echo -c
echo -d3  Insert your BLANK,INSTALLED, FORMATTED DISKETTE in DF0:
echo
echo -d3  I WILL WAIT 1 MINUTE AND 30 SECONDS...
echo -d1

WAIT 1 MINS
WAIT 30 SECS

echo -c -d3     Making needed directories..
echo 
echo -t  making the C: directory...
ram:makedir df0:c
echo -t  making the Devs: directory...
ram:makedir df0:Devs
echo -t  making the S: directory...
makedir df0:S
echo -t  making the Jed.ARC: directory... 
makedir df0:Jed.ARC
echo -c -d3    Copying Files... 
echo -t Copying the needed files to DF0:C...
copy ram:more|Jed.Help|echo to df0:C
echo -t Copying the needed files to DF0:Devs...
copy ram:system-configuration to df0:Devs
echo -t Copying the needed files to DF0:S...
copy ram:startup-sequence to df0:S
echo -t Copying the needed files to DF0:Jed.ARC...
copy ram:Jed.ARC to df0:Jed.ARC
echo -t Copying the needed files to DF0:\...
copy ram:.info|Disk.info|Jed|Jed.info|Jed.Dox|Jed.Dox.info|readme to df0:
 
echo -c -d1
echo
echo
echo                         ***  Done!  ***
echo
echo
echo
echo   You may now reboot with the Disk in df0: and use it to configure
echo   Jed on any disk that you like.  This disk can also serve as your 
echo   Backup.
echo
echo   
  
  
