Is there any command in Command Prompt (CLI) which will allow a string of text to be copied to device's clipboard... Like, for an instance,
@echo off
set /p text=Enter text to be copied to clipboard:
--some command here to copy the %text% to clipboard--
To copy a command result pipe it to clip
dir | clip
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With