home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / plbk00.zip / playback.doc next >
Text File  |  1995-01-10  |  2KB  |  49 lines

  1.      Tue  01-10-95
  2.  
  3. From:Morton F. Kaplon   CIS:73457,437
  4.  
  5.   To:Those Interested
  6.  
  7.   Re:MacroPlayBack from Command Line
  8.  
  9.   Some users have indicated an interest in having the capability to play
  10.   back macros created with the HOOK program from the command line.
  11.  
  12.   The included program   PLAYBACK.EXE does this.
  13.  
  14.   To playback a macro CREATED with HOOK from an OS/2 command line
  15.   give the command:
  16.  
  17.       playback  macro_file_spec
  18.  
  19.   where MACRO_FILE_SPEC is the complete file specification, including
  20.   drive, directory,name and extension of the macro to play back. This
  21.   specification was created when the macros was stored to disk by the
  22.   HOOK program. The HEX extension is important as the program tests to
  23.   see that it exists.
  24.  
  25.   Just before the playback occurs a low beep (f=300,duration = 200 ms)
  26.   is given and at the completion of the playback a hihger beep is
  27.   given (f = 1000,duration = 200 ms).
  28.  
  29.   If the user is going to assign  playing back a particular macro to a
  30.   Hot-Key of the HOOK program, then he/she must be careful in the
  31.   creation of the macro. If the macro is intended to play a character
  32.   string, then in constructing it, the user should include as the first
  33.   actions of the macro that of making the intended window the active
  34.   focus window with a Mouse activation or some other means. Remember
  35.   that the macro uses the DeskTop as it is currently configured and not
  36.   as it might have been at the time of the macro creation.
  37.  
  38.   I have not tested this extensively as yet but I have created some
  39.   character strings whose macro I have assigned to a Hot Key and with
  40.   the above caution obeyed, it works quite satisfactorily. I have also
  41.   used it to load programs already assigned to hot Keys intermixed
  42.   with other commands in the macro .
  43.  
  44.   I should be interested in receiving any feedback.
  45.  
  46.   Thanks
  47.  
  48.   Morton F. Kaplon
  49.