Last active
February 25, 2025 02:34
-
-
Save masato3/985bd1f3f6e9ec75af369e8a0e374488 to your computer and use it in GitHub Desktop.
クリップボードをテキストファイルへ保存 新クリップボードのみ残る テキストファイルがないなら作成される
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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