How to modify the macro folder location?
Posted: Fri Oct 14, 2005 11:36 am
(1) For each macro: When using the "iimPlay" command, specifiy the full path:
Example: i = iim1.iimPlay ("c:\mymacros\macro1.iim")
(2) Globally: Go to TOOLS > OPTIONS > Path tab and enter the new macro path. This path will be the default location for all macros. There are also the macros listed in the left side pane of the IIM browser (including all subdirectories).
(3) Pre-defined during installation: Include a "iim.ini" file with your installation with the following entry
More information on how to create your own setup file can be found at http://forum.imacros.net/viewtopic.php?t=100
Example: i = iim1.iimPlay ("c:\mymacros\macro1.iim")
(2) Globally: Go to TOOLS > OPTIONS > Path tab and enter the new macro path. This path will be the default location for all macros. There are also the macros listed in the left side pane of the IIM browser (including all subdirectories).
(3) Pre-defined during installation: Include a "iim.ini" file with your installation with the following entry
Code: Select all
PathMacros=D:\my_macros\