home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 607.lha / wiat_v1.20 / wiat.doc < prev    next >
Text File  |  1992-01-13  |  2KB  |  55 lines

  1.                 Wiat v1.20
  2.  
  3.                 (read update below)
  4.  
  5.             Written by, Paul Cardwell
  6.                      1991,92
  7.  
  8.  
  9.     This is written for OS 2.0x only! This was written in C using 
  10.         DICE C under operating system 2.04.  Wiat can be added to your tools
  11.         menu by a tools manager of your choice.  It has been released into
  12.         the public domain.  Spread this around!
  13.  
  14.     This is a similar utility to that found on WorkBench of OS 2.04.
  15.     Under the WorkBench menu you will find "Execute Command <A>E."
  16.  
  17.     I didn't like two things about this utility:
  18.         1. The default size of the window was too small.
  19.         2. It would go away and I would have to go call it up again.
  20.         
  21.     Solution:
  22.  
  23.         1. It will open a window 640 x 200 (big as 
  24.                    Hi-Res-Non-Interlaced).
  25.                 3. If you specify "-m" as an arg it will use the maximum
  26.            allowed window size (depends on screen).
  27.         2. If you specify "-s" as an arg it will *stay up* and
  28.            let you perform another command.
  29.  
  30.     Examples for Wiat:
  31.  
  32.     1.      "-s" Is an option to be specified from the CLI.
  33.         1> wiat -s 
  34.     2.      "-m" Is an option to be specified from the CLI.
  35.         1> wiat -m
  36.     3.    "-s -m" Combinations.
  37.         1> wiat -s -m    (or -m -s)
  38.  
  39.     Updated in this version (1.20) :
  40.         1. Old version didn't check for Operating System type, so
  41.            this one does (finally!).
  42.         2. Now uses *only* OS 2.04 gadgets (3d look).
  43.         3. Implementation of Check Boxes (used to toggle on/off
  44.            stay up, use max window size gadgets)
  45.         4. ..and some bug fixes.
  46.  
  47.     Future versions:
  48.         1. You will have to wait and see.
  49.         2. Send me suggestions if you want to.
  50.  
  51.     You can contact me at internet: arc@judy.indstate.edu
  52.     "    "   "      "  "  bitnet  : arcardw@indsvax1.bitnet.edu
  53.  
  54.                     --Paul
  55.