home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / ppdir / ReadMe < prev   
Text File  |  1997-02-23  |  964b  |  34 lines

  1. PushPopDir
  2. ==========
  3.  
  4. This module is Freeware, do what you want with it, so long as you don't make
  5. a profit from it. Once run, PushPopDir will allow you to *pushdir and
  6. *popdir.
  7.  
  8. *pushdir remembers the current diretory, *popdir returns you to the last
  9. one you remembered. These can be nested, so you can do *pushdir twice, the
  10. first *popdir will use the most recently used one, eg.
  11.  
  12.  *dir $
  13.  *pushdir
  14.  *dir Files
  15.  *pushdir
  16.  *dir $.Work
  17.  
  18.  *popdir << takes you to files >>
  19.  *popdir << takes you to $ >>
  20.  
  21. You can view the directory stack with *dirstack, and clear it with
  22. *clearstack.
  23.  
  24. Have a fiddle, its pretty obvious! ;)
  25.  
  26. I accept no responsibity for any loss or damage caused due to use of this
  27. module, use it at your own risk, it may have bugs, it may crash, you have
  28. been warned.
  29.  
  30. While I am offering no formal support for this module, any comments are
  31. welcome and should be directed to the e-mail address below...
  32.  
  33. © 1997 Chris Johns  (cmjohns@essex.ac.uk)
  34.