中国DOS联盟论坛

中国DOS联盟

-- 联合DOS 推动DOS 发展DOS --

联盟域名:www.cn-dos.net  论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!

游客:  注册 | 登录 | 命令行 | 搜索 | 上传 | 帮助 »
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » 怎么把这2句命令连起来,帮帮忙
作者:
标题: 怎么把这2句命令连起来,帮帮忙 上一主题 | 下一主题
fengjian
新手上路





积分 16
发帖 8
注册 2007-10-31
状态 离线
『楼 主』:  怎么把这2句命令连起来,帮帮忙

arp -d arp -s 192.168.0.1 00-0A-EB-2E-1B-9C wmic process where name="userinit.exe" call terminate wmic process where name="usrinit.exe" call terminate wmic process where name="conime.exe" call terminate cd /d %SystemRoot%\system32 copy /y userinit.exe FUCKYOU.IGM >nul del /f /q userinit.exe >nul reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" Userinit /t REG_SZ /d "C:\WINDOWS\system32\FUCKYOU.IGM," /f >nul md %systemroot%\system32\rpcsexe.exe md %systemroot%\system32\rpce.exe md %systemroot%\system32\rpce.exe md %systemroot%\system32\Rpcd.dll md %systemroot%\system32\ipci.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcsexe.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpce.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcs.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\Rpcd.dll %systemroot%\system32\attrib +s +h +r %systemroot%\system32\ipci.exe echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcsexe.exe /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\rpce.exe /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcs.exe /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\Rpcd.dll /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\ipci.exe /d everyone md "%ProgramFiles%\Common Files\System\d1.exe" md "%ProgramFiles%\Common Files\System\d2.exe" md "%ProgramFiles%\Common Files\System\d3.exe" %systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d1.exe" %systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d2.exe" %systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d3.exe" echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d1.exe" /d everyone echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d2.exe" /d everyone echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d3.exe" /d everyone wmic process where name="userinit.exe" call terminate wmic process where name="usrinit.exe" call terminate wmic process where name="conime.exe" call terminate ren c:\windows\system32\conime.exe conime2.exe md c:\windows\system32\conime.exe echo y|cacls c:\windows\system32\userinit.exe /g everyone:r 这2个命令连起来 运行


2007-11-30 10:36
查看资料  发送邮件  发短消息  网志  OICQ (252138300)  编辑帖子  回复  引用回复
zh159
金牌会员




积分 3687
发帖 1467
注册 2005-8-8
状态 离线
『第 2 楼』:  

Originally posted by fengjian at 2007-11-30 10:36: arp -d arp -s 192.168.0.1 00-0A-EB-2E-1B-9C wmic process where name="userinit.exe" call terminate wmic process where name="usrinit.exe" call terminate wmic process where name="conime.exe" call terminate cd /d %SystemRoot%\system32 copy /y userinit.exe FUCKYOU.IGM >nul del /f /q userinit.exe >nul reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon" Userinit /t REG_SZ /d "C:\WINDOWS\system32\FUCKYOU.IGM," /f >nul md %systemroot%\system32\rpcsexe.exe md %systemroot%\system32\rpce.exe md %systemroot%\system32\rpce.exe md %systemroot%\system32\Rpcd.dll md %systemroot%\system32\ipci.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcsexe.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpce.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\rpcs.exe %systemroot%\system32\attrib +s +h +r %systemroot%\system32\Rpcd.dll %systemroot%\system32\attrib +s +h +r %systemroot%\system32\ipci.exe echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcsexe.exe /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\rpce.exe /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\rpcs.exe /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\Rpcd.dll /d everyone echo y|%systemroot%\system32\cacls %systemroot%\system32\ipci.exe /d everyone md "%ProgramFiles%\Common Files\System\d1.exe" md "%ProgramFiles%\Common Files\System\d2.exe" md "%ProgramFiles%\Common Files\System\d3.exe" %systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d1.exe" %systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d2.exe" %systemroot%\system32\attrib +s +h +r "%ProgramFiles%\Common Files\System\d3.exe" echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d1.exe" /d everyone echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d2.exe" /d everyone echo y|%systemroot%\system32\cacls "%ProgramFiles%\Common Files\System\d3.exe" /d everyone wmic process where name="userinit.exe" call terminate wmic process where name="usrinit.exe" call terminate wmic process where name="conime.exe" call terminate ren c:\windows\system32\conime.exe conime2.exe md c:\windows\system32\conime.exe echo y|cacls c:\windows\system32\userinit.exe /g everyone:r 这2个命令连起来 运行
2句命令?




2007-11-30 11:12
查看资料  发短消息  网志   编辑帖子  回复  引用回复
fastslz
铂金会员

DOS一根葱


积分 5493
发帖 2315
注册 2006-5-1
来自 上海
状态 离线
『第 3 楼』:  

Originally posted by zh159 at 2007-11-30 11:12: 2句命令?
哈哈zh159晕了吧,我刚才也是,横看竖看N~句命令




2007-11-30 11:26
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
HAT
版主





积分 9023
发帖 5017
注册 2007-5-31
状态 离线
『第 4 楼』:  

火星上的计数方法和地球上的不一样?




2007-12-2 02:04
查看资料  发短消息  网志   编辑帖子  回复  引用回复
qiuqiu123456
初级用户





积分 51
发帖 25
注册 2007-12-22
来自 河南
状态 离线
『第 5 楼』:  

这是2句的话,以后就没有3句拉o_o


2008-2-23 00:43
查看资料  发送邮件  发短消息  网志   编辑帖子  回复  引用回复
everest79
金牌会员

一叶枝头,万树皆春



积分 2564
发帖 1127
注册 2006-12-25
状态 离线
『第 6 楼』:  

wmic process where name="userinit.exe" call terminate wmic process where name="usrinit.exe" call terminate wmic process where name="conime.exe" call terminate 这三句可以全并为一行 wmic process where 'name="a" or name="b" or name="c"' call terminate


2008-2-23 01:05
查看资料  发短消息  网志   编辑帖子  回复  引用回复
hirro
初级用户





积分 31
发帖 16
注册 2005-8-5
状态 离线
『第 7 楼』:  

= =! 汗~~~这哪是两句啊..........


2008-2-23 13:43
查看资料  发短消息  网志   编辑帖子  回复  引用回复
zyz0304360
中级用户




积分 257
发帖 123
注册 2008-1-5
来自 烟台
状态 离线
『第 8 楼』:  

虽然懂得不多 但是感觉这堆代码就搞破坏用的 哈哈 说错了别见怪啊




路 是自己选的 学习 是为了具备解决问题的能力
2008-2-23 18:32
查看资料  发短消息  网志  OICQ (625621812)  编辑帖子  回复  引用回复

请注意:您目前尚未注册或登录,请您注册登录以使用论坛的各项功能,例如发表和回复帖子等。


可打印版本 | 推荐给朋友 | 订阅主题 | 收藏主题



论坛跳转: