Imacro help!

acrenc1989

Regular Member
Joined
Aug 27, 2014
Messages
248
Reaction score
45
with old imacro version was apple to start 3 firefox profile running same file script ex: watching one youtube video and now wont work anymore any idea how to start 3 profile running on 3 or more profile same time when click example.bat file


Code:
start "" "C:\Program Files \Mozilla Firefox\firefox.exe" -p profile1 -no-remote  imacros://run/?m=#sample.iim
start "" "C:\Program Files \Mozilla Firefox\firefox.exe" -p profile2 -no-remote   imacros://run/?m=#sample.iim
start "" "C:\Program Files \Mozilla Firefox\firefox.exe" -P profile3 -no-remote  imacros://run/?m=#sample.iim
 
Back
Top