How to open several scripts on EasyUO startup

Discussion about the technical aspects of scripting. Ask about all issues involving your freelance projects here.
Locked
thing maker
Passer by
Reactions:
Posts: 4
Joined: Wed Aug 22, 2012 5:43 am

How to open several scripts on EasyUO startup

Post 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"
Mikey
Master Scribe
Reactions:
Posts: 50
Joined: Mon Jul 23, 2012 9:29 pm

Re: How to open several scripts on EasyUO startup

Post 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"
thing maker
Passer by
Reactions:
Posts: 4
Joined: Wed Aug 22, 2012 5:43 am

Re: How to open several scripts on EasyUO startup

Post 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
Mikey
Master Scribe
Reactions:
Posts: 50
Joined: Mon Jul 23, 2012 9:29 pm

Re: How to open several scripts on EasyUO startup

Post 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.
avenged
Elder Scribe
Reactions:
Posts: 110
Joined: Wed Nov 30, 2011 12:00 am

Re: How to open several scripts on EasyUO startup

Post 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
User avatar
Devlin
Legendary Scribe
Reactions:
Posts: 658
Joined: Thu Mar 18, 2010 12:50 pm

Re: How to open several scripts on EasyUO startup

Post by Devlin »

Resident Wiki Editor/Village Idiot

EasyUO Scripts
ReArmer
ReArmer (Old Version)
ReReader
Runebook Copier
---------------------------------------------
Combat Focus Guide (Godmode Formula)
Locked