home *** CD-ROM | disk | FTP | other *** search
/ TopWare Tools / TOOLS.iso / tools / top1391 / readme.txt < prev    next >
Encoding:
Text File  |  1994-03-11  |  7.8 KB  |  191 lines

  1. Thank you for registering Macro Manager version 3.5
  2.  
  3. ****************************************************************
  4. HOW TO INSTALL
  5.  
  6. 1)    If you are upgrading from the Shareware version, you don't need
  7.     to do anything except unzip the file MACMAN.ZIP into the
  8.     same directory as the shareware version.  Note that the
  9.     registered version is called "MACROMAN.EXE" and not
  10.     "MACSHARE.EXE."  If you already have a Program Manager
  11.     icon for MACSHARE, open the window containing that icon,
  12.     click *ONCE* on MACSHARE.  Choose <F>ile, <P>roperties
  13.     from the Program Manager or Norton Desktop menu, then
  14.     change the name of the program from MACSHARE.EXE to
  15.     MACROMAN.EXE.
  16.  
  17. 2)    If you are installilng the program for the first time,
  18.     copy the file SBCKBD.VBX into your \Windows\System 
  19.     directory.  Add a Program Manger icon for the program.
  20.     The Shareware version is called "Macshare.exe," the 
  21.     registered version is called "Macroman.exe."
  22.  
  23. REMEMBER: VBRUN300.DLL MUST BE IN YOUR WINDOWS or WINDOWS\SYSTEM
  24. DIRECTORY FOR MACRO MANAGER TO RUN!
  25.  
  26.  
  27. *****************************************************************
  28.  
  29. NOTE!!!!
  30. If you are using the version of the program obtained from the
  31. WINSHARE Forum on CompuServe it is recommended you completely
  32. delete the old version and re-install the new.  Be sure to delete
  33. the file "SBCKBD.VBX" from your \Windows\System directory and
  34. replace it with the new version included here.  The version on
  35. WinShare is the original version.  I have made numerous attempts
  36. to get the SYSOP to place the updated version on that board but
  37. it has been to no avail.
  38.  
  39. *****************************************************************
  40.  
  41.  
  42. IMPROVEMENTS
  43.  
  44. The following improvements have been made since the first 
  45. version was released.  They are fully incorporated in the
  46. registered and shareware versions:
  47.  
  48. 10/93 ------------------------------------------------------------
  49.  
  50. The <F>ile menu now contains an option called "Print macro list."
  51. This does precisely what its name implies, i.e. prints a list of
  52. the current macros.  This option is useful once most of your 
  53. macros for a particular job are set and you want a handy reference
  54. sheet.  This listing takes up a full page.
  55.  
  56. The <F>ile menu now contains an option called "Print form."  This
  57. prints out the Macro Manager form as it appears on your screen.
  58. This creates a smaller listing, taking up about half a page.
  59.  
  60. TIP:    Printing a list and then minimizing macro manager once it
  61.     has started running GREATLY speeds up the rate at which
  62.     your macros are typed to your application.
  63.  
  64. The program now supports macro keys 0-9 as global macros.  Global
  65. macros are available at any time, regardless of what macro file is
  66. loaded.  They are saved in a separate file called "GLOBAL.MAC." 
  67. Use the global macros for macros that you want to be able to use
  68. in any job.
  69.  
  70. The program now incorporates pauses.  To insert a pause into a macro
  71. insert the keystrokes "{|}" (open brace, vertical bar, close brace) [or
  72. "{pause}" 3/94].
  73.  
  74. Whenever Macro Manager encounters a pause instruction it stops and
  75. asks you to type in text from the keyboard.  Pressing <ENTER> stops
  76. the pause (to actually insert <ENTER> into the paused macro, use the
  77. "~" (tilde) key.  You can have as many pauses as you want in a macro.
  78. The keystrokes are not sent to the application until after the last
  79. pause (Macro Manager shows you what keys have been typed so far) [all
  80. keystrokes are shown, 3/94].
  81.  
  82. NOTE: Terminating the program from which Macro Manager was invoked 
  83. during a pause can cause unpredictable results.
  84.  
  85. The program can now insert dates as part of a macro.  See the 3/94
  86. notes for more information.
  87.  
  88. The program now supports a numeric counter.
  89. The keys "{#}" (open brace, pound key, close brace) in a macro 
  90. are replaced with the value of the numeric counter.
  91.  
  92. The numeric counter is useful for macros that contain numbered 
  93. lists.  For example, the following macro prints a number, waits for 
  94. input and then types the item into a list.
  95.  
  96.      {#}.  {|}.~
  97.  
  98. Playing this macro three times might result in the following:
  99.  
  100.      1. Item one
  101.      2. Item two
  102.      3. Item three
  103.  
  104. The "Counter Value" box contains the next value that will be output 
  105. by the counter.  To change that value, simply click on the box and 
  106. type in a new value.
  107.  
  108. The "Increment" box contains the amount to add to the counter 
  109. each time.
  110.  
  111. NOTE: The counter value and increment value can be fractional or 
  112. negative.  For example, typing 1.1 in the counter box and .2 in the 
  113. increment box produces the following output: 1.1, 1.3, 1.5, 1.7 
  114. etc.  Typing -1 in the increment box produces the following output: 
  115. 1, 0, -1, -2, -3 etc.
  116.  
  117. CAUTION: If you type a non-number in the "Counter Value" box, 
  118. that text will be output the first time {#} is encountered.  After that, 
  119. the value will increment normally from zero.  Typing a non-number 
  120. or 0 in the increment box causes the counter to stay the same.  
  121. For example: a value of 1 in "Counter Value" and a 0 in the 
  122. increment box produces the following output: 1, 1, 1, 1, etc.
  123.  
  124. 11/93 -----------------------------------------------------------
  125.  
  126. The keys that trigger macro playback are now user-defined.  You can
  127. choose any of the following keys, or combinations thereof: Keyboard 
  128. slash (/), Keypad slash (/), Keypad star (*) or Keyboard accent (`).
  129.  
  130. The position of the Macro playback window is now user-defined.
  131.  
  132. Macro nesting is now supported via use of the "Safety" feature.  See
  133. the help file for more information.
  134.  
  135.  
  136. 3/94 -------------------------------------------------------------
  137.  
  138. A bug which caused a trigger key not to work after a new macro was
  139. defined has been fixed.
  140.  
  141. New special keys have been added.  They are:
  142.  
  143.   {ld}    long date
  144.   {sd}  short date
  145.   {md}  medium date
  146.   {lt}  long time
  147.   {mt}  medium time
  148.   {st}  short time
  149.   {wd}  weekday
  150.  
  151. These keys insert the date, time and day of the week in several
  152. formats, as defined in the "International" section of the Windows
  153. control panel.
  154.  
  155. The word {pause} in braces can now be used to insert a pause in
  156. addition to the {|} keystrokes.  The PAUSE window now shows the 
  157. entire macro string (with all special keys processed), 
  158. instead of only the keys through the point at which the pause
  159. was encountered.  The PAUSE window also shows the expanded keystrokes
  160. for special keys.  For example, it will now show "3/15/94" instead of
  161. {!}.
  162.  
  163. The speed of the processing of special keys has been improved.
  164.  
  165. Code that prevented multiple copies of Macro Manager from running
  166. simultaneously has been removed.  This means you can run several
  167. copies, each using a different trigger key.  For example, if you
  168. run four copies, each using one of the four trigger keys, you
  169. can have up to 104 macros (you can still only have 10 global macros,
  170. however).  NOTE: Results are unpredictable if you load several
  171. copies of Manager Manager with each using the same trigger keys.  Each
  172. additional copy of Macro Manager uses a minimal amount of memory 
  173. since each copy shares the same DLL's (Dynamic Link Libraries).
  174.  
  175. Error trapping for improper special keys has been improved.
  176.  
  177. Macro Manager's caption now turns into "MM" when the icon is minimized.  
  178. This was done in response to laptop users who complained the icon caption
  179. took up too much space.
  180.  
  181. NOTE: Macro Manager still does not intercept keystrokes when CAPS-LOCK
  182. is pressed.  Many users have said they use SHIFT-LOCK to temporarily
  183. disable Macro Manager (rather than using DISABLE).  Others, however,
  184. want Macro Manager to work when CAPS LOCK is on, and that feature will
  185. be added to future versions.  In other words, if you're using CAPS LOCK
  186. to disable Macro Manager, get used to using the "Disable" feature
  187. instead because future versions of Macro Manager will support CAPS LOCK.
  188.  
  189. *****************************************************************
  190.  
  191.