Winpdb & XP
#1
Hello,

I have question regarding this:
http://wiki.xbmc.org/index.php?title=HOW...on_Scripts

How can I use this method on XP?
XP has no mklink command ;(

Regards
Qba
Reply
#2
You should be able to do something like:

fsutil hardlink <new file link> <existing file>

For example, the following worked on my xp box:
c:\>fsutil hardlink create "C:\Program Files\XBMC\addons\plugin.video.espn3\rpdb2.bat" C:\Python26\Scripts\rpdb2.bat

Also, see the microsoft documentation here:http://www.microsoft.com/resources/docum...x?mfr=true
Reply

Logout Mark Read Team Forum Stats Members Help
Winpdb & XP0