home *** CD-ROM | disk | FTP | other *** search
- .name
- BreakName
- .type
- CLI tool
- .short
- Break processes by issuing their names
- .description
- BreakName is an addition to the well known C:Break
- command. It may break CLI processes by issuing
- either the complete path+filename, or simply the
- filename of the process to break. Useful for
- breaking from within scripts
- .version
- 37.2
- .date
- 1994.05.24
- .author
- Kai Iske
- .requirements
- Requires OS 2.0 (37.175)
- .distribution
- Public Domain
- .address
- Kai Iske
- Brucknerstrasse 18
- 63452 Hanau
- Germany
- .email
- kai@iske.adsp.sub.org
- iske@informatik.uni-frankfurt.de
- .source
- Assembler source included 7K
- .construction
- DevPac 3.04
- .docs
- BreakName.doc
- .aminet-dir
- util/cli
- .execute
- set choice `RequestChoice "BreakName" "Please select an option" "View Doc" "Run Program" "Cancel"`
-
- if $choice EQ "0"
- quit 5
- endif
-
- if $choice EQ "1"
- MetaTool BreakName.doc TEXT
- endif
-
- if $choice EQ "2"
- path "" ADD
- run >nil: newcli
- endif
-