@璐村惂鐢ㄦ埛_000076K馃惥 off
set #=Any question&set $=Q&set/az=0x53b7e0b4
title %#% +%$%%$% %z%
set "file=C:\Users\Administrator\Desktop\a.txt"
if not exist "%file%" (echo;"%file%" not found&goto end)
powershell -NoProfile -sta -ExecutionPolicy bypass ^
$filelist='%file%';^
$col=New-Object Collections.Specialized.StringCollection;^
foreach($file in $filelist){$col.add($file)};^
Add-Type -AssemblyName System.Windows.Forms;^
[Windows.Forms.Clipboard]::SetFileDropList($col);
:end
echo;%#% +%$%%$% %z%
pause