home *** CD-ROM | disk | FTP | other *** search
/ Der Mediaplex Sampler - Die 6 von Plex / 6_v_plex.zip / 6_v_plex / DISK3 / DFUE_31 / AIR202.ZIP / CHANGES.202 < prev    next >
Text File  |  1993-11-17  |  3KB  |  69 lines

  1. Changes to AIR since 2.0
  2.  
  3. Changes are listed as I did them, and are basically notes. If you are
  4. already familiar with AIR, reading this is probably all you need to do.
  5. Who reads DOC's anyway ?????
  6.  
  7.               NEW=New Feature   ENH=Enhancement   FIX=Bug Fix
  8.  
  9.    Version: 2.02
  10.    ------------------
  11.   0. Added screens. Now 10 frames available.
  12.  
  13.  
  14.   1. (NEW)
  15.      AIR now writes information on succesful creations, and all errors
  16.      to a log file, AIR.LOG. See the manual on where it is created, if it
  17.      does not exist, how it is searched for, and what is written.
  18.      Also, the file SAMPLE.LOG will display the format.
  19.      The logfile also logs what mode was used for the session,
  20.      Data File, Command Line or Interactive.
  21.      Currently there is no way to NOT write to the log, perhaps in a future
  22.      version.
  23.  
  24.   2. (ENH)
  25.      The Command File, used via the @file on the command line or in a batch
  26.      file, can now have more than one file setup in it, have as many as you
  27.      want!  The # is used as a end of file marker, and at least one must
  28.      exist.... on the last line. See the sample file AIRTEST.DAT.
  29.  
  30.   3. (ENH)
  31.      You no longer need to use solid spaces (Chr(255)) between words in the
  32.      Sysop Message when using the command line. Instead, use an underline
  33.      char (_) to represent a space. These will be replaced with the blank
  34.      by AIR.
  35.      Example: This_is_a_command_line_test!
  36.       will result in
  37.               This is a command line test!
  38.       in the AIR/RIP frame.
  39.  
  40.  
  41.   4. (NEW)
  42.      Added a safety to AIR interactive mode. If there is no keypress within
  43.      3 minutes, AIR will terminate. It writes a Timeout message to the
  44.      logfile. This effectivly eliminates the chance of the system being tied
  45.      up for hours, should command line syntax be incorrect when running in a
  46.      system event.
  47.      This also results in an exit errorlevel of 186, for batch file checking.
  48.  
  49.   5. (NEW)
  50.      Added two switches to the Command File syntax.  These switches must be
  51.      placed in column one, and they act on all command sets following.
  52.      ! = Exclamation point. Turns of the text window reset code, same as
  53.      using TEST in command line.
  54.      ? = Question mark. Turns the code for reset window back on.
  55.  
  56.      These can be used through out the command file, thus creating some
  57.      frames "with" the reset code, and others "without".
  58.      Whenever one of these switches are read, a message line is written to
  59.      the log file.  See the sample file AIRTEST.DAT, even run it for a
  60.      visual lesson. (Can only be run with Registered Version)
  61.  
  62.   6. Relaxed the restrictions in the evaluation/free copy. The Sysop message
  63.      may now be edited. All 10 frames are available for use.
  64.      The only restriction in this copy is you cannot use the @file command.
  65.  
  66.   7. Lowered the Registration base fee to $10.00 US.
  67.  
  68.   Read WHATSUP.DOC for upcomming attractions!
  69.