09/05/19 16:22:51 AlPoVoov0
hoge.hta
<html>
<head>
<hta:application windowstate=minimize />
<script language=vbscript>
sub window_onload
clipboardData.setData "text",textarea1.innerText
close
end sub
</script>
</head>
<body>
<textarea id=textarea1>
ここにメモ帳から
貼り付ける
</textarea>
</body>
</html>