home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Talk
Powerscheduler with Server/Client system
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="MasterMarc" data-source="post: 243210" data-attributes="member: 52678"><p>Hi,</p><p>I have improved this a little bit on the client-side:</p><p>First you need to install "hibernate trigger" (can be easily found with google)</p><p>then put wakeup.exe and the wait.exe into C:\windows (C:\WINXP etc)</p><p></p><p>Then make two .bat -files in C:\ :</p><p>wake.bat</p><p>[CODE]</p><p>@ECHO OFF</p><p>ECHO Starting server - please wait...</p><p>wakeup mac-adress (without - or :)</p><p>SET NetShareName=\\servername\sharename</p><p>:warten</p><p>wait 1</p><p>IF NOT EXIST %NetShareName% GOTO warten</p><p>net use %NetShareName% /delete</p><p>net use Z: /delete</p><p>net use Z: \\servername\sharename</p><p>ECHO Server ready - Starting MediaPortal...</p><p>cd "C:\Programme\Team MediaPortal\MediaPortal\"</p><p>start MediaPortal.exe</p><p>exit</p><p>[/CODE]</p><p>and sleep.bat</p><p>[CODE]</p><p>taskkill /im MediaPortal.exe</p><p>net use Z: /delete</p><p>[/CODE]</p><p></p><p>Put the paths in hibernate trigger and a link to the wake.bat in the auto-start-menu.</p><p></p><p>Now you have a much faster access (in general, not at the startup) to the files stored in the server directory, because they are connected as a network device (Z:\).</p><p></p><p>IMPORTANT: Do not start MP when the server is off (can cause crashes), so always start it via the wake.bat (if you like, you can link it to the desktop).</p><p></p><p>Greetz Marc</p></blockquote><p></p>
[QUOTE="MasterMarc, post: 243210, member: 52678"] Hi, I have improved this a little bit on the client-side: First you need to install "hibernate trigger" (can be easily found with google) then put wakeup.exe and the wait.exe into C:\windows (C:\WINXP etc) Then make two .bat -files in C:\ : wake.bat [CODE] @ECHO OFF ECHO Starting server - please wait... wakeup mac-adress (without - or :) SET NetShareName=\\servername\sharename :warten wait 1 IF NOT EXIST %NetShareName% GOTO warten net use %NetShareName% /delete net use Z: /delete net use Z: \\servername\sharename ECHO Server ready - Starting MediaPortal... cd "C:\Programme\Team MediaPortal\MediaPortal\" start MediaPortal.exe exit [/CODE] and sleep.bat [CODE] taskkill /im MediaPortal.exe net use Z: /delete [/CODE] Put the paths in hibernate trigger and a link to the wake.bat in the auto-start-menu. Now you have a much faster access (in general, not at the startup) to the files stored in the server directory, because they are connected as a network device (Z:\). IMPORTANT: Do not start MP when the server is off (can cause crashes), so always start it via the wake.bat (if you like, you can link it to the desktop). Greetz Marc [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Talk
Powerscheduler with Server/Client system
Contact us
RSS
Top
Bottom