Example-Batchfile.bat
From iMacros
This example demonstrates using batch files to run multiple macros with command line parameters.
echo Example iMacros Batch File REM Tip: You may have to adjust the path names to YOUR installation directory of Internet Macros "C:\Program Files\iMacros\imacros.exe" -macro Demo-FillForm "C:\Program Files\iMacros\imacros.exe" -macro wsh-datasource -datasource wsh-datasource-1.txt "C:\Program Files\iMacros\imacros.exe" -macro wsh-datasource -datasource wsh-datasource-2.txt echo Batch file completed pause
