The AROS Archives(anonymous IP: 18.118.200.86,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1623

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Shell » request.i386-aros.zip

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: 124  (Current version)
124  (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.
						













































Copyright © 2005 - 2024 The AROS Archives All Rights Reserved