home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / askit100.zip / ASKIT.DOC next >
Text File  |  1993-12-11  |  4KB  |  104 lines

  1. AskIt and AskIt/2 v1.00
  2. Copyright 1993, Ian William Robertson
  3. All Rights Reserved
  4. ═══════════════════════════════════════════════════════════════════════════════
  5.  
  6. Description
  7. ───────────────────────────────────────────────────────────────────────────────
  8.    AskIt is a utility that will allow you to enter one of the user-defined
  9. selections, and exit at a unique errorlevel.  AskIt includes the ability to
  10. timeout after a user-defined length.
  11.    For example, let's say that you want to create a batch file that will ask
  12.  you which program you want to use.  You could do the following:
  13.  
  14. ECHO A) Spreadsheet
  15. ECHO B) Word Processor
  16. ECHO C) Data Base
  17. ECHO.
  18. ECHO Enter Selection:
  19. ASKIT ABC 10
  20.  
  21.    This example would wait until the user entered A, B or C, or timeout after
  22. 10 seconds (assuming option A).
  23.  
  24. Warranty
  25. ───────────────────────────────────────────────────────────────────────────────
  26.     This software is provided free of charge to all users.  No warranty is
  27. provided, whether expressed or implied.
  28.     I would greatly appreciate it if you could send me a postcard or letter
  29. with the following information to the address listed at the right.  This is
  30. just for my own information.  I'd like to see who is using the program and
  31. how far it has spread.
  32.  
  33. · Name                                                     Ian Robertson
  34. · Address                                                  1606 Peachwood Drive
  35. · Telephone Number                                         San Jose, CA  95132
  36. · Business (if applicable)
  37. · Business Description (if applicable)
  38. · Number of Systems
  39. · Version Number
  40. · How You Are Using The Software
  41. · Suggestions/Comments
  42.  
  43. Requirements
  44. ───────────────────────────────────────────────────────────────────────────────
  45. DOS Version:                           OS/2 Version:
  46.  
  47. · DOS v3.31 or higher                  · OS/2 v2.0 or higher
  48.  
  49. Instructions
  50. ───────────────────────────────────────────────────────────────────────────────
  51.     AskIt requires the following command line syntax:
  52.  
  53. DOS : AskIt <choices> <timeout_in_seconds>
  54. OS/2: AskIt2 <choices> <timeout_in_seconds>
  55.  
  56.       <choices>            : This can be a list of up to 254 characters.  You
  57.                              can choose from A-Z and 0-9, case insensitive.
  58.                              Put all characters side by side with no spaces,
  59.                              commas, etc.
  60.       <timeout_in_seconds> : After this number of seconds, AskIt will exit as
  61.                              if choice number one had been selected.  You can 
  62.                              disable the timeout by using 0.  The maximum
  63.                              number of seconds allowed is 10000.
  64.  
  65. Bug Reports
  66. ───────────────────────────────────────────────────────────────────────────────
  67.     If you encounter any bugs while using the software, please fill out the
  68. following information and send it to one of the addresses listed in the Contact
  69. section.
  70.  
  71. · Name
  72. · Address
  73. · Telephone Number
  74. · Business (if applicable)
  75. · Version Number
  76. · System Description (operating system, FAT/HPFS, etc.)
  77. · Bug Description
  78. · Steps to Reproduce Bug
  79.  
  80. Comments, Questions and Suggestions
  81. ───────────────────────────────────────────────────────────────────────────────
  82.     If you have any comments, questions or suggestions regarding this software, 
  83. please send them to one of the following addresses in the Contact section.
  84.  
  85. Obtaining the Latest Version
  86. ───────────────────────────────────────────────────────────────────────────────
  87.     The latest version of AskIt can be obtained from Data Port BBS in File Area
  88. 1 as AskIt<version>.ZIP.  For example, version 1.23 would be stored as
  89. "AskIt123.ZIP".  You may also FREQ the magic filename "AskIt" if you are in
  90. FidoNet, RBBSnet or OS2net.
  91.  
  92. Contact
  93. ───────────────────────────────────────────────────────────────────────────────
  94.     The author, Ian Robertson, may be reached at the following addresses:
  95.  
  96. · Data Port BBS: 408-259-3019 @ 14.4kbps
  97. · InterNet     : ian.robertson@f106.n143.z1.fidonet.org
  98. · FidoNet      : 1:143/106
  99. · RBBSnet      : 8:915/14
  100. · OS2net       : 81:302/106
  101. · USPS         : Ian Robertson
  102.                : 1606 Peachwood Drive
  103.                : San Jose, CA  95132
  104.