home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 2 / CDPD_II_2352.bin / 1.3 / s / startupii < prev    next >
Text File  |  1992-01-01  |  650b  |  19 lines

  1. resident >nil: c:Resident pure
  2. resident >nil: c:List pure ;pre-load LIST and CD
  3. resident >nil: c:CD pure
  4. resident >nil: c:Mount pure ;the next 3 are loaded for speed during startup
  5. resident >nil: c:Assign pure
  6. resident >nil: c:Makedir pure  
  7. makedir ram:env ; set up ENV: directory
  8. assign ENV: ram:env
  9. makedir ram:clipboards ;set up CLIPS: assign
  10. assign CLIPS: ram:clipboards
  11. mount speak: ;just mounting doesn't take much ram at all
  12. mount aux:
  13. mount pipe:
  14. resident Mount remove ;if you have enough ram, keep these resident
  15. resident Assign remove  ;by removing these lines
  16. resident Makedir remove
  17. ;
  18. break 1 C ;signal to other process its ok to finish
  19.