home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / fcd / fcd.doc < prev    next >
Text File  |  1993-09-29  |  2KB  |  43 lines

  1. Important Note: FCD V1.02 ®1993 by Nico Max is freeware. This means that
  2.                 you may copy FCD for free.
  3.  
  4. If you have any ideas, remarks or if you find bugs, please let me know.
  5. My address: Nico Max
  6.             Gerüstbauerring 15
  7.             18109 Rostock
  8.             Germany
  9.  
  10. or email to: sanity@informatik.uni-rostock.de
  11.  
  12. What is FCD?
  13. FCD stands for FastChangeDirectory and might be a useable replacement for the
  14. original CD. So if you want to change to a dir lying in the deepest jungle of
  15. your HD f.e. bla/hi/jo/here/is/right. With FCD you only write: FCD right.
  16. Nice eh?
  17.  
  18. How to use FCD?
  19. FCD needs Kick2.0. So if you don't have - upgrade!
  20. If you use FCD the first time you need to create a file where FCD puts all
  21. existing dirs and subdirs of one device in.
  22. So write first: FCD create <device>
  23.           f.e.: FCD create dh1:
  24. FCD creates now the file fcd.file on dh1:.
  25. If you want to change now to a directory on dh1: change to dh1: and easiely
  26. write: FCD <dir>. FCD will change now to <dir> which will be found
  27. first. Writing FCD <dir> one more time with the same parameter causes
  28. a turnaround of directories with the same name.
  29. If you need wildcards you can use #?. FCD handles <dir>#? quite well.
  30. FCD provides the SHOW-option which you can use if you want to know all matching
  31. dirs. You can write f.e.: FCD SHOW lib#?.
  32.  
  33. FCD was written using Commos A1200 and Amiga_E v2.1b provided by 
  34. Wouter van Oortmerssen. Thanks for that great compiler.
  35.  
  36. History:
  37. V1.0:  - first release
  38. V1.02: - last direntry in prompt now in original case
  39.        - inline assembly used for more speed
  40.        - turnaround of subdirs supported
  41.        - #?-support
  42.        - SHOW-option added
  43.