How do you change a Windows shortcut using Python?
e.g. from:
H:\\My Music\\some_file.mp3
to:
D:\\Users\\Myself\\My
Here is how you can create a shortcut using Windows script host: http://msdn.microsoft.com/en-us/library/fywyxt64
Try to write it to file from Python and run it dynamically.