
CODE: [Copy to clipboard][ Last edited by baidwwy on 2007-10-29 at 03:06 PM ]for %%a in (c: d: e: f: g: h: i:) do dir /s /b /a %%a\1.exe>>so.txt
cls
for /f "delims=" %%i in (so.txt) do echo Runas /savecred /user:%user% "%%i"&echo Runas /savecred /user:%user% "%%i">11.bat
set/p ML="%%"
Runas /savecred /user:%user% "%ML%"
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |