rambo66
Posts: 58 Joined: Fri Dec 17, 2010 6:51 am
Location: Germany
#1
Post
by rambo66 » Sat Feb 26, 2011 6:51 am
Hello I'm trying to start the bot per batch file...
but without success.. has anyone an idea ?
tried it with this already:
run.bat:
micromacro.exe /rom/bot.lua path:run5
thanks for ideas..
regards,
ram
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#2
Post
by rock5 » Sat Feb 26, 2011 7:06 am
Check out startbot.bat.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
rambo66
Posts: 58 Joined: Fri Dec 17, 2010 6:51 am
Location: Germany
#3
Post
by rambo66 » Sat Feb 26, 2011 7:19 am
rock5 wrote: Check out startbot.bat.
START ../../micromacro.exe "%folder%/bot.lua"
Sounds good... but still i'm not sure about how do i get the "path:run5" behind it ?
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#4
Post
by rock5 » Sat Feb 26, 2011 7:35 am
rambo66 wrote: Sounds good... but still i'm not sure about how do i get the "path:run5" behind it ?
Just add it to the end. If you don't want to use the whole file, you can simlify it like this;
Code: Select all
START ../../micromacro.exe "scripts/rom/bot.lua" path:run5The beauty of using the whole file is that it doesn't matter what the rom folder is called, which wont matter if you only have the one rom folder. I currently have 6.
Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
How to: copy and paste in micromacro
________________________
Quote:
“They say hard work never hurt anybody, but I figure, why take the chance.”
rambo66
Posts: 58 Joined: Fri Dec 17, 2010 6:51 am
Location: Germany
#5
Post
by rambo66 » Sat Feb 26, 2011 11:01 am
thanks... sometimes i think to difficult.. tried many things.. but now it is working..
thx