I'm trying to copy the content of a file.txt, and past it once I've opened a URL pointing to a chat.
The URL directly get to the chat, any input once it's open will be taken.
I have manage to put in the clip a short text, but the goal is to take the full file.txt at once as it holds 16 lines including 3 empty lines.
Code: Select all
@echo off
(echo my text) |clip
Code: Select all
START FIREFOX http://my.url
Any help would be very much appreciated.
Thank you for reading me,
Nyl