Copy to clipboard with BAT
Solved
Dumas Ph
Posted messages
50
Status
Membre
-
moi -
moi -
Hello,
I'm looking for a command that would copy a phrase or an email address (not a file, I can do that with xcopy) to the clipboard?
Let me explain, I just need to double-click on a xxx.bat file, and it would execute the magic command that would copy my email address to the clipboard... Then I could just paste it into another application...
Of course, the email address is always the same and would be written in the xxx.bat file...
Do you have that in stock?
Thank you and have a great day.
Configuration: Windows XP / Internet Explorer 7.0
I'm looking for a command that would copy a phrase or an email address (not a file, I can do that with xcopy) to the clipboard?
Let me explain, I just need to double-click on a xxx.bat file, and it would execute the magic command that would copy my email address to the clipboard... Then I could just paste it into another application...
Of course, the email address is always the same and would be written in the xxx.bat file...
Do you have that in stock?
Thank you and have a great day.
Configuration: Windows XP / Internet Explorer 7.0
2 réponses
Hello,
that reminds me of a question
https://forums.commentcamarche.net/forum/affich-21034619-batch-aide-pour-le-copier-coller
maybe CLIP?
strangely, a direct echo seems not to work..
that reminds me of a question
https://forums.commentcamarche.net/forum/affich-21034619-batch-aide-pour-le-copier-coller
maybe CLIP?
echo toto@yoyo.fr > contact.log clip < contact.log
strangely, a direct echo seems not to work..
moi
je te remercie