home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / system / makelink / makelink.doc < prev    next >
Text File  |  1995-02-27  |  4KB  |  94 lines

  1. ===================== makelink 0.90 documentation =========================
  2. ===========================================================================
  3. A  DOS  command   as  a  replacement  for  CBM  makelink to  be  used  with
  4.  Kickstart 2.x/3.x, written by  Roland 'Gizzy' Mainz,  freeware, all rights
  5.  reserved.
  6. No guarantee of any kind is made that  the program  described below in this
  7.  document is 100% reliable. You use this material on your own risk.
  8.  
  9.  
  10. =========================== Installation ==================================
  11. ===========================================================================
  12. Workbench: Select the menu item 'Window/Show/All files'
  13.  Drop the 'makelink' icon in your favorite drawer (like Sys:c/ ).
  14.  
  15. CLI/Shell: Drop/Copy the 'makelink' file in your favorite directory
  16.  (like Sys:c/ ).
  17.  
  18.  
  19. ============================== MANUAL =====================================
  20. ===========================================================================
  21. FORMAT
  22.       MAKELINK [FROM] <file> [TO] <file> [SOFT] [HARD] [FORCE]
  23.  
  24. TEMPLATE
  25.       FROM/A,TO/A,SOFT/S,HARD/S,FORCE/S
  26.  
  27. PURPOSE
  28.       To create a link between files
  29.  
  30. PATH
  31.       C:MAKELINK
  32.  
  33. SPECIFICATION
  34.       MAKELINK creates a dummy file/directory on a disk that is a
  35.       pointer to another file/directory. When an application or
  36.       command calls the FROM file, the TO file is used. If the user
  37.       deletes the link, only the link is removed, not the file/directory.
  38.       By default, MAKELINK creates a hard link. If the user wants to
  39.       create soft links, the SOFT flag must be set. The HARD flag is for
  40.       backwards compatibility. Directory links requires the FORCE switch.
  41.  
  42.  
  43. ============================= KNOWN BUGS ==================================
  44. ===========================================================================
  45. -makelink creates sometimes wrong error codes (fixed in V1.00)
  46. -BE CAREFUL WITH SOFTWARE LINKS
  47.  I think there is a system software error:
  48.  If you create a file link like System2.0:c/ed and then
  49.  the type cd System2.0:c/ed, the system may crash (KICKSTART V2.04, WB2.0)
  50. -soft links to assigns (like fonts:) don't work (fixed in V1.00)
  51.  
  52.  
  53. =========================== Author's Request ==============================
  54. ===========================================================================
  55. By  releasing  this program I do  not  place any obligations on you,
  56. feel free to share this program with your  friends (and enemies).
  57.  
  58. If you want to blame me, report any bugs or want the source,
  59. send your letter to:
  60.                 Roland Mainz
  61.                 Hohenstaufenstraße 8
  62.                 D-5164 Nörvenich
  63.                 GERMANY
  64.  
  65. But, should you feel the need to make any contributions, send them to:
  66.                 Fred Fish
  67.                 Amiga Library Disks
  68.                 1835 East Belmont Drive
  69.                 Tempe, Arizona  85284
  70.                 USA
  71.  
  72. for his great AMIGA library, and his work all over the years.
  73.  
  74.  
  75. The entire  'makelink'  package  may  be  noncommercially redistributed,
  76. provided  that  the package  is always  distributed in it's complete  form
  77. (including it's documentation).  A small copy fee  for media costs is okay
  78. but any kind of commercial distribution is strictly forbidden!
  79. Comments  and  suggestions  how  to  improve  this  program  are generally
  80. appreciated!
  81.  
  82. Thanks to Matt Dillon for his DICE, and Olaf 'Olsen' Barthel for his
  83. help, ideas and some text clips from his documentations.
  84.  
  85.  
  86. ============================== footnotes ==================================
  87. ===========================================================================
  88. LINK        A link is another path/name for a file/directory.
  89. SOFT LINKS  are names for the target in the filesystem.
  90.             Softlinks can be links across volumens.
  91.  
  92. HARD LINKS  are the block number of the target in the filesystem.
  93.             Hardlinks must be links to the same volume.
  94.