batch or vbs file to copy content with double click

Viewed 26

I want to create a file to copy the text file content to a clipboard with double click (content to be copied will be update manually by me). The actions should work also on new machine without enabling feature (just the default ones).

I made up a batch file with this: echo|set /p=mypassword|clip

ufortunately I've noted that doesn't work with some password. Like this one:

echo|set /p=aABCDE,.f:G9H<3';i2L|clip

any suggestion how can I fix this?

0 Answers
Related