home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / File_Management / makelink < prev    next >
Encoding:
Text File  |  1993-08-08  |  874 b   |  28 lines

  1. Command Name : Makelink
  2.  
  3. Function : Make a link between files
  4.  
  5. Arguments : [FROM] <file1> [TO] <file2>
  6.  
  7. Location : C directory
  8.  
  9. This is a bit like the Assign command but also works with files.  Say you 
  10. have a file in C: called MMPP (a text reader) that some programs call on.  
  11. Others call for PPmore, but you don't have that program.  You can make a 
  12. link so that when programs ask for PPmore they actually get MMPP.  You only
  13. have to do this once, not every time you boot the disk.  Makelink is useful
  14. if you always use an assign on bootup.  If you always want to assign LIBS to
  15. LIBS2, use makelink once and you won't have to include it in your startup
  16. sequence.
  17.  
  18. Examples
  19.  
  20. Makelink FROM PPmore TO MMPP
  21.  
  22.         Redirects all calls to PPmore to MMPP
  23.  
  24. Makelink Execute TO Type
  25.  
  26.         Types all script files into the current CLI window instead of
  27.         executing them.
  28.