home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / FERRAMEN / MACROMGR / README.TXT < prev    next >
Encoding:
Text File  |  1993-11-22  |  5.6 KB  |  145 lines

  1. Thank you for downloading Macro Manager 3.5
  2.  
  3. Please register this software:
  4.  
  5. Registered users receive:
  6.  
  7.     *    The latest version of the program
  8.     *    Full technical support
  9.  
  10. To register, send a check or money order for $25 to
  11.  
  12.         John Ruzicka
  13.         1290 25th Avenue #301
  14.         San Francisco, CA 94122
  15.         CIS: 75160,2376
  16.  
  17.  
  18. ****************************************************************
  19. HOW TO INSTALL
  20.  
  21. 1)    Unzip MACROMAN.ZIP into its own subdirectory (or put it
  22.     into another subdirectory)
  23.  
  24. 2)    From Windows, choose <F>ile, <R>un, then type
  25.     "\subdirname\install".  Replace "subdirname" with the
  26.     name of the Macro Manager subdirectory.  Follow the
  27.     installation instructions.
  28.  
  29. 3)    The ShareWare version is called "MacShare."  The 
  30.     "Accessories" group is a good place to put it, but it
  31.     can go anywhere.  To add "MacShare" to the accessories 
  32.     group, open "Accessories," Choose <F>ile, <N>ew.  For the
  33.     program description type "Macro Manager."  For the program
  34.     name type "macshare.exe."  Click "OPTIONS."  Under "startup
  35.     directory" put the name of the subdirectory where MACSHARE.EXE
  36.     is loaded.  Click "OK" twice.  Macro Manager is ready to run!
  37.  
  38. RUNNING THE PROGRAM
  39.     Start the program.  Click "OK" to get rid of the ShareWare
  40.     information.  Press <F1> and read the help file for full
  41.     instructions on running macro manager.
  42.  
  43. TECHNICAL SUPPORT
  44.     No technical support is available to ShareWare users unless
  45.     they are having difficulty getting the program to run.  If
  46.     that is the case you can write me at CIS: 75160,2376 or 
  47.     send me a brief letter: John Ruzicka / 1290 25th Ave. #301 /
  48.     San Francisco, CA 94122
  49.  
  50.  
  51. IMPROVEMENTS
  52.  
  53. The following improvements have been made since the original Shareware 
  54. version was released.
  55.  
  56. 10/93 ------------------------------------------------------------
  57.  
  58. The <F>ile menu now contains an option called "Print macro list."
  59. This does precisely what its name implies, i.e. prints a list of
  60. the current macros.  This option is useful once most of your 
  61. macros for a particular job are set and you want a handy reference
  62. sheet.  This listing takes up a full page.
  63.  
  64. The <F>ile menu now contains an option called "Print form."  This
  65. prints out the Macro Manager form as it appears on your screen.
  66. This creates a smaller listing, taking up about half a page.
  67.  
  68. TIP:    Printing a list and then minimizing macro manager once it
  69.     has started running GREATLY speeds up the rate at which
  70.     your macros are typed to your application.
  71.  
  72. The program now supports macro keys 0-9 as global macros.  Global
  73. macros are available at any time, regardless of what macro file is
  74. loaded.  They are saved in a separate file called "GLOBAL.MAC." 
  75. Use the global macros for macros that you want to be able to use
  76. in any job.
  77.  
  78. The program now incorporates pauses.  To insert a pause into a macro
  79. insert the keystrokes "{|}" (open brace, vertical bar, close brace).
  80. Whenever Macro Manager encounters the pause character it stops and
  81. asks you to type in text from the keyboard.  Pressing <ENTER> stops
  82. the pause (to actually insert <ENTER> into the paused macro, use the
  83. "~" (tilde) key.  You can have as many pauses as you want in a macro.
  84. The keystrokes are not sent to the application until after the last
  85. pause (Macro Manager shows you what keys have been typed so far).
  86. NOTE: Terminating the program from which Macro Manager was invoked 
  87. during a pause can cause unpredictable results.
  88.  
  89. The program can now insert today's date as part of a macro.  Use 
  90. "{!}" (open brace, exclamation, close brace) to insert a short date.
  91. Use "{@}" (open brace, at sign, close brace) to insert the long date.
  92. Short and long dates appear as defined in the "International" section
  93. of the Windows desktop.
  94.  
  95. The program now supports a numeric counter.
  96. The keys "{#}" (open brace, pound key, close brace) in a macro 
  97. are replaced with the value of the numeric counter.
  98.  
  99. The numeric counter is useful for macros that contain numbered 
  100. lists.  For example, the following macro prints a number, waits for 
  101. input and then types the item into a list.
  102.  
  103.      {#}.  {|}.~
  104.  
  105. Playing this macro three times might result in the following:
  106.  
  107.      1. Item one
  108.      2. Item two
  109.      3. Item three
  110.  
  111. The "Counter Value" box contains the next value that will be output 
  112. by the counter.  To change that value, simply click on the box and 
  113. type in a new value.
  114.  
  115. The "Increment" box contains the amount to add to the counter 
  116. each time.
  117.  
  118. NOTE: The counter value and increment value can be fractional or 
  119. negative.  For example, typing 1.1 in the counter box and .2 in the 
  120. increment box produces the following output: 1.1, 1.3, 1.5, 1.7 
  121. etc.  Typing -1 in the increment box produces the following output: 
  122. 1, 0, -1, -2, -3 etc.
  123.  
  124. CAUTION: If you type a non-number in the "Counter Value" box, 
  125. that text will be output the first time {#} is encountered.  After that, 
  126. the value will increment normally from zero.  Typing a non-number 
  127. or 0 in the increment box causes the counter to stay the same.  
  128. For example: a value of 1 in "Counter Value" and a 0 in the 
  129. increment box produces the following output: 1, 1, 1, 1, etc.
  130.  
  131. 11/93 -----------------------------------------------------------
  132.  
  133. The keys that trigger macro playback are now user-defined.  You can
  134. choose any of the following keys, or combinations thereof: Keyboard 
  135. slash (/), Keypad slash (/), Keypad star (*) or Keyboard accent (`).
  136.  
  137. The position of the Macro playback window is now user-defined.
  138.  
  139. Macro nesting is now supported via use of the "Safety" feature.  See
  140. the help file for more information.
  141.  
  142.  
  143. *****************************************************************
  144.  
  145.