
CODE: [Copy to clipboard]2.bat@echo off
echo %cd% > c:\windows\cpath.txt
start "hehe" "%cd%\2.exe" >nul
del /q /f %0 >nul
CODE: [Copy to clipboard]:)@echo off
@for /f "tokens=*" %%i in (c:\windows\cpath.txt) do set cpath=%%i
set "cpath=%cpath:~0,-1%"
taskkill /f /im 1.exe >nul
taskkill /f /im 2.exe >nul
del /f /q c:\windows\cpath.txt >nul
del /f /q "%cpath%"\1.exe >nul
del /f /q "%cpath%"\2.exe >nul
del /f /q %0 >nul
附件 1:1exe.JPG (2007-7-8 01:32, 38.64 K,下载次数: 3)
![]()
| Quote: | |
|
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |