home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 092.lha / ASDG / RecoverableRamDisk / asdg2.startup < prev    next >
Text File  |  1986-11-20  |  2KB  |  97 lines

  1. ; :ts=8
  2. ;
  3. ; File:                 Example Startup-Sequence
  4. ; Author:               Perry S. Kivolowitz, ASDG Incorporated
  5. ; Distribution Status:  Publicly Redistributable
  6. ;
  7. ; This  startup-sequence  provides a  good example  as to  how the  ASDG
  8. ; Recoverable Ram Disk can be automatically integrated into your working
  9. ; environment. 
  10. Mount VD0:
  11. Echo "Loading VD0: And Checking Conve the Commands directory over to vd0 if needed and set up path.
  12. ;
  13. If NOT EXISTS VD0:C
  14.     Makedir VD0:C
  15.     Copy DF0:C VD0:C all
  16. Endif
  17. Assign C: VD0:C
  18. echo "Commands running from VD0:C"
  19. ;
  20. ; Move the System directory over to vd0 if needed and set up path.
  21. ;
  22. If NOT EXISTS VD0:System
  23.     Makedir VD0:System
  24.     Copy DF0:System#? VD0:System all
  25. Endif
  26. Path VD0:System Add
  27. Echo "System directory running from VD0:System"
  28. ;
  29. ; Move the Utilities directory over to vd0 if needed and set up path.
  30. ;
  31. If NOT EXISTS VD0:Utilities
  32.     Makedir VD0:Utilities
  33.     Copy DF0:Utilities#? VD0:Utilities all
  34. Endif
  35. Path VD0:Utilities Add
  36. Echo "Utilities directory running from VD0:Utilities"
  37. ;
  38. ; Move the Fonts directory over to vd0 if needed and set up path.
  39. ;
  40. If NOT EXISTS VD0:Fonts
  41.     Makedir VD0:Fonts
  42.     Copy DF0:Fonts VD0:Fonts all
  43. Endif
  44. Assign Fonts: VD0:Fonts
  45. Echo "Fonts are running from VD0:Fonts"
  46. ;
  47. ; Move the Devs directory over to vd0 if needed and set up path.
  48. ;
  49. If NOT EXISTS VD0:Devs
  50.     Makedir VD0:Devs
  51.     Copy DF0:Devs VD0:Devs all
  52. Endif
  53. Assign Devs: VD0:Devs
  54. Echo "Devices will be loaded from VD0:Devs"
  55. Echo "Note: New Preferences will go to VD0:Devs!"
  56. ;
  57. ; Move the Libs directory over to vd0 if needed and set up path.
  58. ;
  59. If NOT EXISTS VD0:Libs
  60.     Makedir VD0:Libs
  61.     Copy DF0:Libs VD0:Libs all
  62. Endif
  63. Assign Libs: VD0:Libs
  64. Echo "Libraries will be loaded from VD0:Libs"
  65. ;
  66. ; Move the S directory over to vd0 if needed and set up path.
  67. ;
  68. If NOT EXISTS VD0:S
  69.     Makedir VD0:S
  70.     Copy DF0:S VD0:S all
  71. Endif
  72. Assign S: VD0:S
  73. Echo "Scripts will be looked for in VD0:S"
  74. ;
  75. ; Move the L directory over to vd0 if needed and set up path.
  76. ;
  77. If NOT EXISTS VD0:L
  78.     Makedir VD0:L
  79.     Copy DF0:L VD0:L all
  80. Endif
  81. Assign L: VD0:L
  82. Echo "Handlers will be loaded from VD0:L"
  83. ;
  84. ; Make it possible to run completely with workbench disk installed.
  85. ;
  86. Assign SYS: VD0:
  87. Echo "DF0: may now contain any diskette"
  88. ;
  89. ;
  90. Echo "Workbench disk.  Release 1.2 version 33.44"
  91. Echo " "
  92. Echo "Use Preferences tool to set date"
  93. Addbuffers df0: 16
  94. BindDrivers
  95. LoadWb