home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / newc_dev / rask_10.lha / rask.doc < prev    next >
Text File  |  1990-03-03  |  639b  |  28 lines

  1.  
  2.    RAsk 1.0 -- By Joe Hitchens
  3.  
  4.    Requester type "Ask" program for "execute" scripts.
  5.  
  6.    CLI Usage:
  7.       rask message [ pos neg ]
  8.  
  9.    Returns WARN if the "Yes" or positive action was selected.
  10.    Example:
  11.       rask "Am I an Amiga 2000?"
  12.       if WARN
  13.         setclock LOAD
  14.       else
  15.         enterdatebyhand
  16.       endif
  17.  
  18.    The optional "pos" and "neg" arguments allow you to specify the
  19.    text that will appear in the yes/no buttons.  If you use this option,
  20.    both the yes and no text must be supplied.
  21.  
  22.    This program can be made memory resident with ARP 1.3 "ARes" or
  23.    AmigaDOS "Resident" program.
  24.  
  25.    j.h.
  26.    March 2, 1990
  27.  
  28.