home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / dirutl / attach.arc / ATTACH.DOC < prev   
Text File  |  1988-03-13  |  2KB  |  60 lines

  1.  
  2.  
  3.  
  4.                   A.EXE  -  Directory Attach Utility
  5.  
  6.  
  7.          'A'  is  a  DOS  enchancement utility used to speed your
  8.          movement  within your hard disk's directory hierachy. In
  9.          order  to  use  this  utility  you  must first set up an
  10.          'abbreviation  file' called 'ABBREV.DAT'. This is a file
  11.          that  contains  an  abbreviaton  or  'easy  to remember'
  12.          symbol  that  represents  a  complete path name and that
  13.          complete path.
  14.  
  15.          An  abbreviation  file  can be created with any standard
  16.          ASCII  editor,  such  as  Sidekick  or Edlin. It MUST be
  17.          located  in the directory from which the program, A, was
  18.          loaded.  To  achieve optimum performance you may want to
  19.          add  to  your  AUTOEXEC.BAT file so that these files are
  20.          copied  to  a  RAM  disk at bootup. In any case you will
  21.          want  to be sure to put the files in a directory that is
  22.          included in the PATH command of your AUTOEXEC.BAT file.
  23.  
  24.          The ABBREV.DAT file should be formated as follows:
  25.  
  26.          ABBREV  COMPLETE_PATH
  27.          ABBREV  COMPLETE_PATH
  28.          ...
  29.  
  30.          Where  'abbrev'  is  any  symbol  you  wish  to  use  to
  31.          represent the directory, and complete path is the entire
  32.          path  name (including, if you wish, a drive letter). For
  33.          example  if  you  had a subdirectory off the root called
  34.          'DOS',  you could set your ABBREV.DAT file to look like:
  35.  
  36.          D C:\DOS
  37.  
  38.          And if you wanted to add to that the directory where you
  39.          keep   your   document  files  for  your  favorite  word
  40.          processer the file might look like:
  41.  
  42.          D C:\DOS
  43.          DAT C:\WP\WORD\DATA
  44.  
  45.          Note that there can be no spaces before the 'abbrev' but
  46.          spaces  between  the  'abbrev'  and  'complete_path' are
  47.          allowed. There is a sample ABBREV.DAT file included with
  48.          this archive.
  49.  
  50.          To  use  'A', just enter 'A <abbrev>' at the DOS prompt.
  51.          You  can  get  a help screen by just entering 'A' at the
  52.          DOS  prompt.  If you need further help, please feel free
  53.          to write or send E-Mail to the auther:
  54.  
  55.          Chris Boaro
  56.          Excel-Soft
  57.          24 High Point Road
  58.          Lincroft,  NJ   07738
  59.          CompuServe ID: 74766,1034
  60.