Budget: $20
Here’s the file structure:
z:\michael\file.txt
z:\michael\folder\picture.jpg
z:\michael\folder\folder2\song.mp3
I need a script where when you right click one of those files in Windows 7 there will be an option called “Copy Link.” Here is what happens:
When you right click file.txt and click Copy Link, it copies the following to my clipboard
http://michael.acme.com/file.txt
When you right click picture.jpg and click Copy Link, it copies the following to my clipboard
http://michael.acme.com/folder/picture.jpg
When you right click song.mp3 and click Copy Link, it copies the following to my clipboard
Thanks.
Michael