home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Netzwerk / ACS6.DMS / in.adf / s / StartupII < prev   
Encoding:
Text File  |  1992-01-24  |  817 b   |  36 lines

  1. ; StartupII file for Amiga Client Software
  2. ;
  3. resident c:Resident pure
  4. resident c:CD pure
  5. resident c:mount pure
  6. resident c:Assign pure
  7. resident c:Makedir pure
  8. resident c:copy pure
  9. resident c:if pure
  10. ; The following can be added if desired
  11. ; resident c:endif pure
  12. ; resident c:else pure
  13. ; resident c:skip pure
  14. ; resident c:endskip pure
  15. ; resident c:echo pure
  16. ; resident c:wait pure
  17. ; resident c:failat pure
  18. ; resident c:endcli pure
  19. ;
  20.  
  21. makedir ram:env ; set up ENV: directory
  22. assign ENV: ram:env
  23.  
  24. makedir ram:clipboards ; set up CLIPS: assign
  25. assign CLIPS: ram:clipboards
  26.  
  27. ; resident Mount remove      ; If you have enough RAM, keep these
  28. ; resident Assign remove     ; resident by removing these lines.
  29. ; resident Makedir remove
  30.  
  31. mount speak:
  32. mount aux:
  33. mount pipe:
  34.  
  35. break 1 C ;Signal to other process its ok to finish
  36.