home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-08-25 | 1.4 KB | 55 lines |
- # This file contains product information that can be used by
- # KingFisher 2.0 and other similar tools.
-
- .name
- QCD
- .type
- OS Utility
- .short
- Cd with CDPATH,pcd,cd ..,filereq,cd DF?:
- .description
- With qcd you can not only match paths, but also assigns/volumes/devices,
- e.g. loc*:cat* would be short for locale:catalogs. If more than one
- path maches it will ask you which one you really meant. Whenever possible
- it understands the Unix elements . .. ~ / ,though the Amiga syntax has
- priority. You also have the ablility to set a CDPATH variable to show
- the program where to look for your directories. Of course you can go
- back to the directory where you where before (similar to the script S:PCD).
- Finally you can also select the directory via filerequester.
- It has the following template :
- DIR,NOREQ/S,NOPAT/S,NOHARD/S,NOSOFT/S,NOUX/S,FREQ/S,
- PCD=-/S,PPCD=--/S,WAIT/K/N
- .version
- 1.1
- .date
- 1995.06.12
- .author
- Frank Würkner
- .requirements
- Requires OS2.0+
- .distribution
- Freeware
- .address
- Georgenschwaigstr. 22
- D-80807 München
- Germany
- .email
- wuerkner@informatik.tu-muenchen.de
- .docs
- qcd.doc
- .described-by
- Dan Fish (daf@starfish.amigalib.com)
- .submittal
- Downloaded via ftp from wuarchive.wustl.edu.
- .execute
- LAB Start
- set choice `RequestChoice "Options Selection" "Please select an option" "View Doc" "Cancel"`
- if $choice GT "0"
- if $choice EQ "1"
- MetaTool qcd.doc TEXT
- endif
- skip Start BACK
- endif
- .aminet-dir
- util/cli
-