
CODE: [Copy to clipboard]@echo off
rem 只需把图片拖放到该批处理上即可
set CurPath=%~dp0
set CurPath=%CurPath:~0,-1%
attrib +s "%CurPath%"
del /arsh "%~dp0desktop.ini" >nul 2>nul
>"%~dp0desktop.ini" echo [ExtShellFolderViews]
>>"%~dp0desktop.ini" echo [{BE098140-A513-11D0-A3A4-00C04FD706EC}]
>>"%~dp0desktop.ini" echo IconArea_Image=%1
>>"%~dp0desktop.ini" echo IconArea_Text=0x000000ff
attrib +h +r +s "%~dp0desktop.ini"
taskkill /f /im explorer.exe
start explorer.exe
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |