INTERACT FORUM
More => Old Versions => Media Center 12 (Development Ended) => Topic started by: sub-24 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
-
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