home *** CD-ROM | disk | FTP | other *** search
- Command Name : Makelink
-
- Function : Make a link between files
-
- Arguments : [FROM] <file1> [TO] <file2>
-
- Location : C directory
-
- This is a bit like the Assign command but also works with files. Say you
- have a file in C: called MMPP (a text reader) that some programs call on.
- Others call for PPmore, but you don't have that program. You can make a
- link so that when programs ask for PPmore they actually get MMPP. You only
- have to do this once, not every time you boot the disk. Makelink is useful
- if you always use an assign on bootup. If you always want to assign LIBS to
- LIBS2, use makelink once and you won't have to include it in your startup
- sequence.
-
- Examples
-
- Makelink FROM PPmore TO MMPP
-
- Redirects all calls to PPmore to MMPP
-
- Makelink Execute TO Type
-
- Types all script files into the current CLI window instead of
- executing them.
-