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 Plugins
wanna write a plugin that reconnects network drives
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="zasghu" data-source="post: 21580" data-attributes="member: 15249"><p>1. As I know it you don't need C# or VB.Net for making plug-ins for Media Portal but you need to have .NET because Media Portal is all build on that.</p><p></p><p>2. You can make a easy bat file to map some shares</p><p>In 2000/XP/2003 at least can you just use </p><p></p><p>net use D: \\server\share\</p><p></p><p>or you can use a vbs script </p><p>Set WSHNetwork = CreateObject("WScript.Network")</p><p>WSHNetwork.MapNetworkDrive "D:", "\\server\share",false</p><p></p><p>and put it in start up</p></blockquote><p></p>
[QUOTE="zasghu, post: 21580, member: 15249"] 1. As I know it you don't need C# or VB.Net for making plug-ins for Media Portal but you need to have .NET because Media Portal is all build on that. 2. You can make a easy bat file to map some shares In 2000/XP/2003 at least can you just use net use D: \\server\share\ or you can use a vbs script Set WSHNetwork = CreateObject("WScript.Network") WSHNetwork.MapNetworkDrive "D:", "\\server\share",false and put it in start up [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
wanna write a plugin that reconnects network drives
Contact us
RSS
Top
Bottom