home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Misc / MUSICX23.DMS / in.adf / s / StartupII < prev   
Encoding:
Text File  |  1989-07-04  |  648 b   |  19 lines

  1. ;resident c:Resident pure
  2. ;resident c:Mount pure      ;the next 3 are loaded for speed during startup
  3. ;resident c:Assign pure
  4. ;resident c:Makedir pure  
  5. makedir ram:t
  6. makedir ram:env             ; set up ENV: directory
  7. makedir ram:clipboards      ;set up CLIPS: assign
  8. mount pipe:
  9. Assign T: ram:t             ; set up T: directory for scripts
  10. Assign ENV: ram:env
  11. Assign CLIPS: ram:clipboards
  12. ;
  13. ; resident Mount remove     ; if you have enough ram, keep these resident
  14. ; resident Assign remove    ; by removing these lines
  15. ; resident Makedir remove
  16. ; resident resident remove
  17. ;
  18. break 1 C                   ; signal to other process its ok to finish
  19.