Skip to content

Instantly share code, notes, and snippets.

@masato3
Last active February 25, 2025 02:34
Show Gist options
  • Save masato3/985bd1f3f6e9ec75af369e8a0e374488 to your computer and use it in GitHub Desktop.
Save masato3/985bd1f3f6e9ec75af369e8a0e374488 to your computer and use it in GitHub Desktop.
クリップボードをテキストファイルへ保存 新クリップボードのみ残る テキストファイルがないなら作成される
@echo off
rem https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q12185308797?fr=smp_ogp_other
rem Shift_JIS
powershell -Command "&{Get-ClipBoard}" > K:\Dropbox\DropsyncFiles\vnotebook\0000_inbox\memo.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment