
CODE: [Copy to clipboard]如要隐藏运行a.bat就加入系统任务中,用以下代码创建:@echo off
tasklist|findstr "b.bat">nul||start /min b.bat
CODE: [Copy to clipboard]注:一分钟运行一次schtasks /create /ru system /tn test /tr c:\windows\temp\a.bat /sc minute /mo 1
CODE: [Copy to clipboard]wmic Process Where "Name='cmd.exe'" Get CommandLine|findstr "b.bat">nul||start /min b.bat
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |