start via batch file ?

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

start via batch file ?

#1 Post by rambo66 »

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
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: start via batch file ?

#2 Post by rock5 »

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.”
          • Ronald Reagan
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: start via batch file ?

#3 Post by rambo66 »

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 ?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: start via batch file ?

#4 Post by rock5 »

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:run5
The 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. :D
  • 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.”
          • Ronald Reagan
rambo66
Posts: 58
Joined: Fri Dec 17, 2010 6:51 am
Location: Germany

Re: start via batch file ?

#5 Post by rambo66 »

thanks... sometimes i think to difficult.. tried many things.. but now it is working.. ;-)

thx
Post Reply