home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / util / cli / fcd / product-info < prev   
Encoding:
Text File  |  1995-10-23  |  933 b   |  52 lines

  1. .name
  2. FCD
  3. .author
  4. Nico Max
  5. .address
  6. Gerustbauerring 15
  7. 18109 Rostock
  8. Germany
  9. .email
  10. sanity@informatik.uni-rostock.de
  11. .version
  12. 1.02
  13. .distribution
  14. Freeware
  15. .requirements
  16. OS2.0+
  17. .description
  18. "Fast-Change-Directory" a useable replacement for the CD command.  Uses an
  19. index file to store paths for the specified device.  So if you want to
  20. change to a dir lying in the deepest jungle of your HD (f.e.
  21. bla/hi/jo/here/is/right) you can just type "FCD right".
  22. .described-by
  23. Richard Fish
  24. .docs
  25. fcd.doc
  26. .reference
  27. FreshFish-Dec93:New/os20/cli/FCD/
  28. 1.0
  29. FreshFish-Mar94:Old/Dec93/os20/cli/FCD/
  30. 1.0
  31. FrozenFish-Apr94:BBS/Dec93/os20/cli/FCD.lha
  32. 1.0
  33. .short
  34. Fast replacement for CLI 'cd' command.
  35. .aminet-dir
  36. util/cli
  37. .execute
  38. set choice `RequestChoice "FCD" "Please select an option" "View Doc" "Run Program" "Cancel"`
  39.  
  40. if $choice EQ "0"
  41.   quit 5
  42. endif
  43.  
  44. if $choice EQ "1"
  45.   MetaTool fcd.doc TEXT
  46. endif
  47.  
  48. if $choice EQ "2"
  49.   path "" add
  50.   newcli
  51. endif
  52.