home *** CD-ROM | disk | FTP | other *** search
- path system
- path hd-tools
- setmap d
- cls
- more ReadMe!
- type s/intro1
- ask "Bitte [y] drücken für AutoInstall."
- if not warn
- loadwb
- endcli
- quit
- endif
- cls
- type s/intro2
- ask "Bitte [y] drücken um zu formatieren!."
- if not warn
- loadwb
- endcli
- quit
- endif
- alftest
- wait 1
- newcli con:0/0/500/200/Driveliste FROM s/drivedir
- wait 18
- cd drives
- alfinstall
- cd sys:
- copy devs:alf.device ram:
- copy devs:mountlist ram:
- assign devs: ram:
- cls
- echo "*NPartitionieren Sie Ihre Harddisk. WICHTIG! Es muß eine Partition"
- echo "Namens DH0: mit mindestens 2MB Größe eingerichtet werden!*N"
- echo "Als Mountlistnamen geben Sie bitte 'Devs:Mountlist' ein oder"
- echo "drücken einfach [RETURN]."
- wait 5
- alfmount
- cls
- mount dh0:
- version alf.device
- echo "*NIhre Harddisk wird nun eingerichtet... bitte warten!*N"
- format <NIL: >NIL: drive dh0: name HARDDISK quick
- copy s/startup-sequence.hd to ram: quiet
- rename ram:mountlist as ram:mountlist.hd
- copy c:copy to ram: quiet
- copy c:cd to ram: quiet
- copy c:defdisk to ram: quiet
- copy c:setprefs to ram: quiet
- copy c:diskdoctor to ram: quiet
- copy system/format ram: quiet
- copy c:mount ram: quiet
- copy s/1 to ram: quiet
- copy c:wait to ram: quiet
- copy c:version ram: quiet
- copy c:echo to ram: quiet
- copy c:join ram: quiet
- copy c:IconX to ram: quiet
- copy l:FastFileSystem to ram: quiet
- makedir dh0:hd-tools
- copy sys:hd-tools dh0:hd-tools all quiet
- copy sys:hd-tools.info dh0: quiet
- copy sys:Disk.info dh0: quiet
- copy "sys:DiskChange DH0" to dh0: quiet
- copy "sys:DiskChange DH0.info" to dh0: quiet
- makedir dh0:Workbench
- copy sys:Workbench.info dh0:
- cd ram:
- path add ram:
- cls
- execute 1
-