Page 1 of 1

How to open several scripts on EasyUO startup

Posted: Fri Sep 14, 2012 9:29 am
by thing maker
Hi, i grew used to using several scripts on this shard (i.e. : guild/world chat , kaiana's looter, pet-fighter, auto-healer, etc) and i'm trying to figure out a way to make EasyUO open them on startup. I don't even want them to run, just get them open on the EUOX window.

What i came up so far was a bat file that does this, but opens several windows instead of several tabs, anyone care to shed some light on this matter?


What i got so far: (with proper paths of course)

Code: Select all

START "C:\[path]\EUOX.exe" "C:\[path]\chat.euo"
START "C:\[path]\EUOX.exe" "C:\[path]\autohealer.euo"
START "C:\[path]\EUOX.exe" "C:\[path]\kaianauberlooter.euo"
START "C:\[path]\EUOX.exe" "C:\[path]\naborstats.euo"
START "C:[path]\EUOX.exe" "C:\[path]\pet-fighter.euo"

Re: How to open several scripts on EasyUO startup

Posted: Fri Sep 14, 2012 9:44 pm
by Mikey
Awesome. I didn't know batch files still worked. used to use them to connect to warcraft 2 battle net way back in the day via dialup.

seems like you'd have to have the open up in the same instance somehow. I assume you've googled this?


can you do script,script,script on one?

like this:


START "C:\[path]\EUOX.exe" "C:\[path]\chat.euo,C:\[path]\autohealer.euo,C:\[path]\kaianauberlooter.euo,C:\[path]\naborstats.euo,C:\[path]\naborstats.euo,C:\[path]\pet-fighter.euo"

Re: How to open several scripts on EasyUO startup

Posted: Sat Sep 15, 2012 9:31 am
by thing maker
doesnt work and returns a message that the path doesnt work etc. my idea on this is:

- when you have euox already open and you drag txt/euo files in there, they open, all in the same instance.
- so i would guess somehow it would be posssible to make the bat so that it opens euo, and later it does the dragging/opening operations.

i didnt "google" much besides getting the basic bat syntax, but i did swim on the euo official forums looking for this. but since almost everyone in Excelsior uses eUO i guessed that someone would already have the answer to this one :D

Re: How to open several scripts on EasyUO startup

Posted: Sat Sep 15, 2012 12:04 pm
by Mikey
I tried asking Dramoor for you. He said this is pointless. Apparently you can open up the last 10 scripts you used with 1 click somehow. I don't know how to do this though. Play around with it.

Re: How to open several scripts on EasyUO startup

Posted: Sat Sep 15, 2012 2:45 pm
by avenged
open easy uo and opn one script then hit the new page button and paste there or just load a 2nd 3rd etc i do it all the tim i have like5 scripts goin at once....just load ur presaved ones one after another thru easyuo and hit play button for all scripts open and u want to run

Re: How to open several scripts on EasyUO startup

Posted: Tue Sep 18, 2012 7:30 pm
by Devlin