Is there a way to copy a specific string to clipboard using a raw command?
Reason I'm asking is this:
I'm using Dropbox, and sync files are kept in a regular folder. If I was to copy a public direct url to a file, I could use to right click context menu.
That will copy to my clipboard a URL that look something like this:
Now, just in case someone is interested, I created a button that copies the selected file and the public URL to the clipboard.
This is the fastest and easiest way I found to share files [pretty much like ImageShack, but for all types of files].
@nodeselect
@nofilenamequoting
Go "C:\My Dropbox\Public" OPENINDEST
COPY
Clipboard SET http://dl.getdropbox.com/u/666666/{file}
Where "C:\My Dropbox\Public" is the dropbox location on the local computer. And 666666 is dropbox user id.
If anybody has any other suggestions or improvements, please feel free.