home *** CD-ROM | disk | FTP | other *** search
- ; StartupII file for Amiga Client Software
- ;
- resident c:Resident pure
- resident c:CD pure
- resident c:mount pure
- resident c:Assign pure
- resident c:Makedir pure
- resident c:copy pure
- resident c:if pure
- ; The following can be added if desired
- ; resident c:endif pure
- ; resident c:else pure
- ; resident c:skip pure
- ; resident c:endskip pure
- ; resident c:echo pure
- ; resident c:wait pure
- ; resident c:failat pure
- ; resident c:endcli pure
- ;
-
- makedir ram:env ; set up ENV: directory
- assign ENV: ram:env
-
- makedir ram:clipboards ; set up CLIPS: assign
- assign CLIPS: ram:clipboards
-
- ; resident Mount remove ; If you have enough RAM, keep these
- ; resident Assign remove ; resident by removing these lines.
- ; resident Makedir remove
-
- mount speak:
- mount aux:
- mount pipe:
-
- break 1 C ;Signal to other process its ok to finish
-