Loading

摘要: @echo off REM Get Admin Privileges %1 mshta vbscript:CreateObject("Shell.Application").ShellExecute("cmd.exe","/c %~s0 ::","","runas",1)(window.close) 阅读全文
posted @ 2023-10-27 15:50 Sawyerhan 阅读(75) 评论(0) 推荐(1) 编辑
摘要: @echo off&color 0aset /p ff=输入文件名:title 查找 %ff%echo.&set/p=正在查找 <nulfor %%i in (c d e f g h)do (if exist %%i:\ (cd/d %%i:\set/p=%%i: <nulfor /f "delim 阅读全文
posted @ 2023-10-27 14:56 Sawyerhan 阅读(73) 评论(0) 推荐(0) 编辑