home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / DIRSERV.TXT < prev    next >
Text File  |  1992-08-19  |  1KB  |  36 lines

  1.                                            DIRSERV [OS/2 ONLY]
  2.      
  3.      NAME DIRSERV - Drive and directory stack server.
  4.      
  5.      SYNTAX
  6.      
  7.      dirserv
  8.      
  9.      USAGE
  10.      
  11.      With pushd  you can  push the current drive and directory
  12.      onto directory  stack. You  can then  move freely between
  13.      directories.  Popd   will  restore   the  top  drive  and
  14.      directory from  the stack.  With the dirs command you can
  15.      see what  entries are in the stack. The stack will always
  16.      contain the  entry "." - that is the current directory as
  17.      the last  element. Each  session has  separate stack. You
  18.      can only retrieve drive and directroy combinations, which
  19.      have been pushed in this session.
  20.      
  21.      All three  commands use  a server  to maintain the stack.
  22.      This server  is dirserv.exe. You can start it manually in
  23.      a separate session or detach it, so that it belongs to no
  24.      screen  group.  Nevertheless  all  three  commands  start
  25.      dirserv  automatically,   if  it  has  not  been  started
  26.      previously. You can use the -Q (or /Q) option to stop the
  27.      directory stack  server. This is needed especially if the
  28.      server is  detached. Under  DOS the  drive and  directory
  29.      information is  stored in  a file.  The default  for this
  30.      file is  c:\dirserv.dat. You  can change  it however with
  31.      the DIRSERV-enviroment variable.
  32.      
  33.      
  34.      SEE ALSO
  35.      pushd, popd, dirs
  36.