Audio (102) Datatype (15) Demo (56) Development (248) Document (63) Driver (19) Emulation (62) Game (531) Graphics (229) Library (22) Network (63) Office (22) Utility (265) Video (18)
Total files: 1715
Full index file Recent index file
Part of aros exec |
Request | Description: | Request tool | Download: | request.i386-aros.zip (TIPS: Use the right click menu if your browser takes you back here all the time) | Size: | 7kb | Date: | 11 Nov 07 | Author: | Peter Hutchison | Submitter: | Peter Hutchison | Email: | pjhutch/pcguru plus com | Category: | utility/shell | License: | Freeware | Distribute: | yes | FileID: | 269 | | | Comments: | 0 | Snapshots: | 0 | Videos: | 0 | Downloads: | 127 (Current version) | | 127 (Accumulated) | Votes: | 0 (0/0) (30 days/7 days) | |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] Program: Request
Author: Peter Hutchison
How to use REQUEST
REQUEST is an ASK command replacement. All it does it display a
requestor with a question and gadgets saying YES or NO. The question can
be upto 35 characters long. The format of the command is as follows:-
REQUEST "prompt"
if the user selects YES the WARN flag is set otherwise if NO is selected
the condition flag is not set (0) and can be tested with the IF command.
For example,
REQUEST "Do you want to format a boot disk?"
IF WARN
FORMAT DRIVE df1: NAME "Boot"
INSTALL DRIVE df1:
ENDIF
An example called REQTEST is included to Execute to test this command.
This program is freely distributable along with this document.
|