home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 February / psl_9403.zip / psl_9403 / DOS / UT_SYSTM / AUTOSC.ZIP / STARTING.DOC < prev   
Text File  |  1993-09-15  |  5KB  |  89 lines

  1.  
  2.   This file is intended to help you get started quickly using AutoScript.
  3.   The information presented here is by no means complete.  Please refer to
  4.   the file AS.DOC for more information.
  5.  
  6.  
  7.   Loading AutoScript
  8.  
  9.   Copy the files distributed with AutoScript onto your hard disk.  Make
  10.   sure that the files: AS.EXE, AS.OVL, and AS.USG are in the same
  11.   directory.  To load AutoScript, run AS.EXE.  AutoScript will load itself
  12.   into memory and return.  It should take about 37 Kbytes.  Press
  13.   Ctrl-4 (the 4 at the top of the keyboard, not the numeric keypad key)
  14.   to pop up the Settings window, and adjust the settings as desired (Refer
  15.   to AS.DOC for detailed information on each setting).  Use the up and
  16.   down arrow keys or Tab key to move around the window.  Some of the
  17.   settings are multiple-choice items, and are chnged by pressing the
  18.   spacebar.  To change a hot key setting, press Enter, followed by the
  19.   desired key combination.  To leave the window and save changes, press
  20.   Ctrl-Enter.  Pressing Esc leaves the window, but does not save changes.
  21.   Make sure to leave the Default mode setting as "Interactive" so that you
  22.   will be able to try out some of AutoScript's features.  Setting the
  23.   default mode to "Standby" will disable most of the features.
  24.  
  25.  
  26.   Recording and Playing Scripts
  27.  
  28.   To see a brief demonstration of some of AutoScript's script features,
  29.   play the demo script.  To play the script, press the Play Script hot
  30.   key (default is Ctrl-2), type "demo.scr" on the prompt line, and press
  31.   Enter.  Assuming that the file DEMO.SCR is located in the current
  32.   directory (if not, include the path), AutoScript will begin playing the
  33.   script.  You can see the commands which went into the demo script by
  34.   uncompiling it.  Type "AUC DEMO.SCR <Enter>" to uncompile the demo
  35.   script.  The uncompiler will create an output file named "DEMO.SCA"
  36.   (unless a different output file name is specified). You can view and/or
  37.   edit this output file using any text editor.
  38.  
  39.   To create a script from a text script file, create a file, following the
  40.   syntax rules in Chapters 4 and 5 of AS.DOC, and compile the script using
  41.   the script compiler.  To compile, type "AC filename <Enter>".  The
  42.   compiler will create an output binary script file with the same name as
  43.   the text file, but with the extension ".SCR" (unless a different output
  44.   file name is specified).
  45.  
  46.   To record a script, press the Record Script hot key (default is Ctrl-1).
  47.   Enter the name of the script file to be created, an optional hot key for
  48.   playing the script, and an optional description, and check whether or
  49.   not you want AutoScript to record delays and changes in the keyboard
  50.   status (ie. presses and releases of Ctrl, Alt, and Shift, and changes in
  51.   Caps Lk, Num Lk, and Scrl Lk states).  Use the spacebar to check or
  52.   uncheck the last two items.  To begin recording, press Ctrl-Enter from
  53.   any field, or Enter from the last field.  AutoScript will now record all
  54.   keystrokes and most actions.  To end recording, and save the recorded
  55.   script to the disk, press the Stop Rcrd/Play hot key (default is Ctrl-3).
  56.   To play back the recorded script, press the script's hot key, if you
  57.   specified one, or press the Play Script hot key, and type the name of the
  58.   script.  To replay the last script played, press the Replay key (default
  59.   is Ctrl-6).
  60.  
  61.  
  62.   Other Features
  63.  
  64.   The Actions window provides access to some of AutoScript's other
  65.   features.  To pop up this window press the Actions hot key (default is
  66.   Ctrl-5).  The Save Screen action saves the current text-mode screen,
  67.   including the cursor position, to a file, and the Display Screen action
  68.   displays a saved screen.  The Copy and Print Screen Text actions allow
  69.   you to select a portion of a text-mode screen to be saved to a file or
  70.   printed.  The Stuff Text File action takes the contents of a text file,
  71.   and "types" them.  The Lock Keyboard action lets you specify a password
  72.   to lock your keyboard.  Edit SP Keys lets you view and/or modify the
  73.   hot keys assigned to individual scripts, and Unload causes AutoScript to
  74.   try to remove itself from memory.  Refer to AS.DOC for more informaation
  75.   on each of the actions.
  76.  
  77.   If the Extended kbd buffer setting in the Settings window is set to "ON",
  78.   you will be able to type up to 200 keystrokes, instead of the usual 15.
  79.   Pressing the Blank scrn hot key combination should cause your screen to go
  80.   blank.  Pressing any key will unblank the screen.  These and other
  81.   features are described in AS.DOC.
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.