SCOUG-HELP Mailing List Archives
Return to [ 03 |
January |
2003 ]
<< Previous Message <<
>> Next Message >>
Content Type: text/plain
=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================
I need an ASK command that I can use in a non-REXX command file.
ASK (or some similar name) typically has a syntax like:
ASK CHOICES "Message"
and the program displays "Message" on the screen and then waits for the
user to enter one of the characters in CHOICES. The entered character's
position in the CHOICES string becomes the Return Code (ERRORLEVEL)
returned by the ASK.exe program.
For example,
ASK YNQ "Answer Y(es) or N(o), Q to Quit"
would display this on the screen:
Answer Y(es) or N(o), Q to Quit _
and the user may enter Y, N or Q resulting in a Return Code of 1, 2 or
3.
I found ASKIT on Hobbes but it requires two of the screen lines in a
command line window -- one for the message and one for the response --
and I'd much prefer to have a single-line solution.
Anybody know where I can find such a program?
- Peter
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"rollin@scoug.com".
=====================================================
<< Previous Message <<
>> Next Message >>
Return to [ 03 |
January |
2003 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|