Skip to content

Instantly share code, notes, and snippets.

@xorenio
Created May 11, 2018 08:09
Show Gist options
  • Save xorenio/8f7ed41bad2136501775417dace504ef to your computer and use it in GitHub Desktop.
Save xorenio/8f7ed41bad2136501775417dace504ef to your computer and use it in GitHub Desktop.
Windows bat: echo to clipboard
@echo off
(
echo hello
) | clip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment