home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fred Fish Collection 1.5
/
ffcollection-1-5-1992-11.iso
/
ff_disks
/
300-399
/
ff340.lzh
/
NorthC
/
UnPack
< prev
Wrap
Text File
|
1990-03-23
|
595b
|
19 lines
echo "This script will regenerate a copy of the original NorthC disk using"
echo "two drives and a blank disk. Make sure the AmigaLibDisk is in DF0:"
echo "and the blank disk is inserted in DF1:"
echo ""
echo "Insert blank disk in drive DF1: when prompted for it."
wait 2
sys:system/format drive DF1: name NorthC noicons
echo "Formatting complete, now extracting files ..."
wait 2
cd DF1:
DF0:c/lharc -x -a -m x DF0:NorthC/NorthC.lzh
makedir DF1:include/devices ; lharc doesn't save empty directories...
makedir DF1:examples/hello ; lharc doesn't save empty directories...
echo "All done!"