level 1
@echo off
set #=Q&set/ax=0x53b7e0b4
set ts=Any question +%#%%#% %x%
title %ts%
cd /d "%~dp0"
set "txtfile=aa.txt"
>"%txtfile%" mshta vbscript:CreateObject("Scripting.FileSystemObject").GetStandardStream(1).Write(clipboardData.getData("text"))(close)
type "%txtfile%"
echo;%ts%
pause
2019年04月12日 14点04分