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
Development
Improvement Suggestions
Configuration Feature Request
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="zombiepig" data-source="post: 67791" data-attributes="member: 12049"><p>try this - should work</p><p></p><p>login.bat</p><p>[code]</p><p>copy "%userprofile%\my documents\mediaportal.xml" "c:\program files\team mediaportal\mediaportal\mediaportal.xml" /y</p><p>[/code]</p><p></p><p>logout.bat</p><p>[code]</p><p>copy "c:\program files\team mediaportal\mediaportal\mediaportal.xml" "%userprofile%\my documents\mediaportal.xml" /y</p><p>[/code]</p><p></p><p>if you want the database to be different for each user (ie, different music tracks, videos, recordings, etc), you'd need to do this:</p><p>first, make a folder under each user's my documents called 'mp database'.</p><p></p><p>then the login.bat would be:</p><p>[code]copy "%userprofile%\my documents\mediaportal.xml" "c:\program files\team mediaportal\mediaportal\mediaportal.xml" /y</p><p>copy "%userprofile%\my documents\mp database\*.*" "c:\program files\team mediaportal\mediaportal\database" /y</p><p>[/code]</p><p></p><p>logout.bat</p><p>[code]</p><p>copy "c:\program files\team mediaportal\mediaportal\mediaportal.xml" "%userprofile%\my documents\mediaportal.xml" /y</p><p>copy "c:\program files\team mediaportal\mediaportal\database\*.*" "%userprofile%\my documents\mp database" /y</p><p>[/code]</p><p></p><p></p><p>as for getting the scripts to run on logon/logoff, the following link should tell you all you need to know!</p><p><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/gptext_logoffscripts.mspx?mfr=true" target="_blank">http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/gptext_logoffscripts.mspx?mfr=true</a></p><p>(go start -> run -> "gpedit.msc" to open group policy editor). You'll probably need to reboot to get the group policy changes to take effect.</p><p></p><p>and as marcusb said, if you want to run mp as a limited user you'll need to do a bit of tweaking of security permissions <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p></p><p>thanks for the compliment on the lcd setup <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite8" alt=":D" title="Big Grin :D" loading="lazy" data-shortname=":D" /> i'm pretty lucky in that my wife basically gives me free range to 'renovate' whatever i want <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p></blockquote><p></p>
[QUOTE="zombiepig, post: 67791, member: 12049"] try this - should work login.bat [code] copy "%userprofile%\my documents\mediaportal.xml" "c:\program files\team mediaportal\mediaportal\mediaportal.xml" /y [/code] logout.bat [code] copy "c:\program files\team mediaportal\mediaportal\mediaportal.xml" "%userprofile%\my documents\mediaportal.xml" /y [/code] if you want the database to be different for each user (ie, different music tracks, videos, recordings, etc), you'd need to do this: first, make a folder under each user's my documents called 'mp database'. then the login.bat would be: [code]copy "%userprofile%\my documents\mediaportal.xml" "c:\program files\team mediaportal\mediaportal\mediaportal.xml" /y copy "%userprofile%\my documents\mp database\*.*" "c:\program files\team mediaportal\mediaportal\database" /y [/code] logout.bat [code] copy "c:\program files\team mediaportal\mediaportal\mediaportal.xml" "%userprofile%\my documents\mediaportal.xml" /y copy "c:\program files\team mediaportal\mediaportal\database\*.*" "%userprofile%\my documents\mp database" /y [/code] as for getting the scripts to run on logon/logoff, the following link should tell you all you need to know! [url]http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/gptext_logoffscripts.mspx?mfr=true[/url] (go start -> run -> "gpedit.msc" to open group policy editor). You'll probably need to reboot to get the group policy changes to take effect. and as marcusb said, if you want to run mp as a limited user you'll need to do a bit of tweaking of security permissions ;) thanks for the compliment on the lcd setup :D i'm pretty lucky in that my wife basically gives me free range to 'renovate' whatever i want ;) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
Improvement Suggestions
Configuration Feature Request
Contact us
RSS
Top
Bottom