home *** CD-ROM | disk | FTP | other *** search
Fred Fish's Product-Info | 1995-10-22 | 1.2 KB | 55 lines |
- .name
- About
- .type
- CLI Tool
- .short
- Displays brief information about files
- .description
- About is a command-line program which displays brief
- information about the file or files you supply on the
- command line with it.
-
- At present it will display all the information which the
- List command does - real name (if the file is linked this
- will be the name of the original file), size, number of
- blocks it uses, protection bits, date and time when it was
- last modified, comment attached to it - plus the 'class' of
- data it thinks the file contains, the DataType group of
- this data, and the name of the format which the file
- appears to follow. Details of how file types are recognised
- are at the end of this file.
- .version
- 1.1
- .author
- Ben Hutchings
- .distribution
- Freeware
- .address
- 43 Harrison Close
- Reigate
- Surrey RH2 7HS
- ENGLAND
- .docs
- About.doc
- .described-by
- Richard Fish
- .submittal
- Submitted on disk directly by the author.
- .aminet-dir
- util/cli
- .execute
- set choice `RequestChoice "About" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool About.doc TEXT
- endif
-
- if $choice EQ "2"
- path "" ADD
- run >nil: NewShell
- endif
-