Reputation: 150
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--
Upvotes: 4
Views: 6080