home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / ALF-V1.6.DMS / ALF-V1.6.adf / s / startup-sequence < prev   
Encoding:
Text File  |  1989-02-16  |  1.6 KB  |  71 lines

  1. path system 
  2. path hd-tools
  3. setmap d
  4. cls
  5. more ReadMe!
  6. type s/intro1
  7. ask "Bitte [y] drücken für AutoInstall."
  8. if not warn
  9.     loadwb
  10.     endcli
  11.     quit
  12. endif
  13. cls
  14. type s/intro2
  15. ask "Bitte [y] drücken um zu formatieren!."
  16. if not warn
  17.     loadwb
  18.     endcli
  19.     quit
  20. endif
  21. alftest
  22. wait 1
  23. newcli con:0/0/500/200/Driveliste FROM s/drivedir
  24. wait 18
  25. cd drives
  26. alfinstall
  27. cd sys:
  28. copy devs:alf.device ram:
  29. copy devs:mountlist ram:
  30. assign devs: ram:
  31. cls
  32. echo "*NPartitionieren Sie Ihre Harddisk. WICHTIG! Es muß eine Partition"
  33. echo "Namens DH0: mit mindestens 2MB Größe eingerichtet werden!*N"
  34. echo "Als Mountlistnamen geben Sie bitte 'Devs:Mountlist' ein oder"
  35. echo "drücken einfach [RETURN]."
  36. wait 5
  37. alfmount
  38. cls
  39. mount dh0:
  40. version alf.device
  41. echo "*NIhre Harddisk wird nun eingerichtet... bitte warten!*N"
  42. format <NIL: >NIL: drive dh0: name HARDDISK quick
  43. copy s/startup-sequence.hd to ram: quiet
  44. rename ram:mountlist as ram:mountlist.hd
  45. copy c:copy to ram: quiet
  46. copy c:cd to ram: quiet
  47. copy c:defdisk to ram: quiet
  48. copy c:setprefs to ram: quiet
  49. copy c:diskdoctor to ram: quiet
  50. copy system/format ram: quiet
  51. copy c:mount ram: quiet
  52. copy s/1 to ram: quiet
  53. copy c:wait to ram: quiet
  54. copy c:version ram: quiet
  55. copy c:echo to ram: quiet
  56. copy c:join ram: quiet
  57. copy c:IconX to ram: quiet
  58. copy l:FastFileSystem to ram: quiet
  59. makedir dh0:hd-tools
  60. copy sys:hd-tools dh0:hd-tools all quiet
  61. copy sys:hd-tools.info dh0: quiet
  62. copy sys:Disk.info dh0: quiet
  63. copy "sys:DiskChange DH0" to dh0: quiet
  64. copy "sys:DiskChange DH0.info" to dh0: quiet
  65. makedir dh0:Workbench
  66. copy sys:Workbench.info dh0:
  67. cd ram:
  68. path add ram:
  69. cls
  70. execute 1
  71.