home *** CD-ROM | disk | FTP | other *** search
- .key path
-
- ; RTInterface script to autoload some modules
- ; path is the current default path in RTPrefs.
-
- ; WARNING: Make sure you handle all cases where the file name has
- ; a space in it! (Such as "The File Name"). Either don't
- ; use spaces in your file name, or use quotes.
-
- ; Load RTracker
- "<path>RTracker"
- ;Load RTracker from the current default path.
-
- ;DO NOT try to run programs that don't
- ;release the CLI; the program will lock.
- ;Instead, use >NIL: <NIL:, which will
- ;force the program to release the CLI.
- ;Also, if you haven't redirected your
- ;progs to NIL:, then if the program
- ;doesn't exit before RTInterface quits,
- ;it may hang around.
-
-
-
-
-