Page 1 of 1

Running AOS directly

Posted: Sat Apr 20, 2013 9:16 am
by matMoteX
Hello everyone :)
Sorry for my English. My question is this:
How to run directly from the AOS server parameter?
tried to register in the label "D:\Ace of Spades\client.exe" aos://2654540078:32887
it does not work, says a connection error: (create a bookmark is not an option - I write a launcher Blue_Spade

Re: Running AOS directly

Posted: Sat Apr 20, 2013 12:50 pm
by Buffet_of_Lies
From a batch file it'd be something like this:
Code: Select all
Start "C:\Ace of Spades075\client.exe" "aos://4038426958:31000"
I think you just need to add quotes around your aos:// address.

Re: Running AOS directly

Posted: Sat Apr 20, 2013 1:09 pm
by learn_more
Buffet_of_Lies wrote:
From a batch file it'd be something like this:
Code: Select all
Start "C:\Ace of Spades075\client.exe" "aos://4038426958:31000"
I think you just need to add quotes around your aos:// address.
that is indeed required.

Re: Running AOS directly

Posted: Sat Apr 20, 2013 1:12 pm
by 10se1ucgo
Or
Code: Select all
start "D:\Ace of Spades\client.exe" xaos://2654540078:32887
Any prefix before the "aos" should work.