INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Netremote Media Bridge to Start MC12  (Read 873 times)

sub-24

  • Regular Member
  • World Citizen
  • ***
  • Posts: 225
  • It Happens
Netremote Media Bridge to Start MC12
« on: February 16, 2007, 10:55:43 am »

I have MC11 and MC12 on my media server currently

I use Netremote but when the media server starts is always loads up MC11.

I want it to load MC12

Any ideas where it is likely to be??

Cheers

Listening to: 'I Like Lectric Motors' from '7i Single' by 'Patrick D Martin' on Media Center 12
Logged

maxxsid

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 865
Re: Netremote Media Bridge to Start MC12
« Reply #1 on: February 16, 2007, 11:45:15 am »

If you want it to load MC12 you have to uninstall MC11.
If you want to keep MC11 than you might want to use a batch file I am using - create a file named something.bat and paste the script in it and use it to start MB+MC12):
-----
@ECHO OFF
CLS
CD /D C:
CD "C:\Program Files\J River\Media Center 12"
START /min MediaC~1.exe
CD "C:\Program Files\Promixis\NetRemote MediaBridge"
@ping 127.0.0.1 -n 10 -w 1000> nul
REM this ping gives MB some time to start before starting MC12
START /min NetRem~1.exe
----

hope this helps

max


I have MC11 and MC12 on my media server currently

I use Netremote but when the media server starts is always loads up MC11.

I want it to load MC12

Any ideas where it is likely to be??

Cheers

Listening to: 'I Like Lectric Motors' from '7i Single' by 'Patrick D Martin' on Media Center 12
Logged
Pages: [1]   Go Up