INTERACT FORUM

More => Old Versions => Media Jukebox => Topic started by: mcochris on April 02, 2004, 08:21:19 pm

Title: How do you automatically connect to a server at startup?
Post by: mcochris on April 02, 2004, 08:21:19 pm
Is there a way to automatically connect to a media server when you start MJ8?  It's a pain to have to connect manually each time.

I tried adding the server to the command line, but that didn't work.

Any suggestions?
Title: Re:How do you automatically connect to a server at startup?
Post by: xen-uno on April 04, 2004, 09:33:47 am
Yes there is...via mjextman...

http://www.musicex.com/mediajukebox/DevZone/CommandLine.html

create a shortcut to a batch file with the following...

rem Start batch
mjextman.exe /Power
mjextman.exe /Connect m01p://[ip address or host name]
rem End batch

The /Power command may not be needed...if so, neither is the batch...just put the /Connect line with your specific IP/Hostname in the shortcut.

Rx
Title: Re:How do you automatically connect to a server at startup?
Post by: mcochris on April 04, 2004, 11:30:37 am
That worked!  Thank you thank you thank you!