home *** CD-ROM | disk | FTP | other *** search
- .name
- FCD
- .author
- Nico Max
- .address
- Gerustbauerring 15
- 18109 Rostock
- Germany
- .email
- sanity@informatik.uni-rostock.de
- .version
- 1.02
- .distribution
- Freeware
- .requirements
- OS2.0+
- .description
- "Fast-Change-Directory" a useable replacement for the CD command. Uses an
- index file to store paths for the specified device. So if you want to
- change to a dir lying in the deepest jungle of your HD (f.e.
- bla/hi/jo/here/is/right) you can just type "FCD right".
- .described-by
- Richard Fish
- .docs
- fcd.doc
- .reference
- FreshFish-Dec93:New/os20/cli/FCD/
- 1.0
- FreshFish-Mar94:Old/Dec93/os20/cli/FCD/
- 1.0
- FrozenFish-Apr94:BBS/Dec93/os20/cli/FCD.lha
- 1.0
- .short
- Fast replacement for CLI 'cd' command.
- .aminet-dir
- util/cli
- .execute
- set choice `RequestChoice "FCD" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool fcd.doc TEXT
- endif
-
- if $choice EQ "2"
- path "" add
- newcli
- endif
-