Tray-Example-Batchfile.bat
(Copy URL in PhpBB Forum Format - Info)From iMacros
This example demonstrates using batch files with the tray mode parameter.
echo Example iMacros Batch File *TRAY MODE* REM Tip: You may have to adjust the path names to YOUR installation directory of iMacros "C:\Program Files\iMacros\imacros.exe" -macro Demo-FillForm -tray "C:\Program Files\iMacros\imacros.exe" -macro wsh-datasource -datasource wsh-datasource-1.txt -tray Rem If you want to run the software WITHOUT tray icon, use "-silent" instead of "-tray" "C:\Program Files\iMacros\imacros.exe" -macro wsh-datasource -datasource wsh-datasource-2.txt -silent echo Batch file completed pause
