关于一个能自动运行某个程序的VBS脚本
原来的VBS脚本是下面这个,意思好象是让VBS运行run.exe这个文件,是以前装系统的人写的,本人对VBS一窍不通,可我现在想让这个VBS文件在运行run.exe后再运...
原来的VBS脚本是下面这个, 意思好象是让VBS运行run.exe这个文件,是以前装系统的人写的,本人对VBS一窍不通, 可我现在想让这个VBS文件在运行run.exe后再运行一个 rarp.BAT 的批处理文件的话
我该在下面的这段代码上加上什么代码???
请知道的大虾赐教,,,,因为网吧这几天中了ARP病毒.急啊
dim fso,oshell,path1
path1 = "g:\share\jw\run.exe"
set oshell = wscript.createobject ("wscript.shell")
set fso = createobject("scripting.filesystemobject")
if (fso.fileexists(path1)) then
oshell.run path1
else
end if 展开
我该在下面的这段代码上加上什么代码???
请知道的大虾赐教,,,,因为网吧这几天中了ARP病毒.急啊
dim fso,oshell,path1
path1 = "g:\share\jw\run.exe"
set oshell = wscript.createobject ("wscript.shell")
set fso = createobject("scripting.filesystemobject")
if (fso.fileexists(path1)) then
oshell.run path1
else
end if 展开
2个回答
展开全部
dim fso,oshell,path1
path1 = "g:\share\jw\run.exe"
set oshell = wscript.createobject ("wscript.shell")
set fso = createobject("scripting.filesystemobject")
if (fso.fileexists(path1)) then
oshell.run path1
oshell.run "cmd /k rarp.BAT" '把这句加上就行了
else
end if
path1 = "g:\share\jw\run.exe"
set oshell = wscript.createobject ("wscript.shell")
set fso = createobject("scripting.filesystemobject")
if (fso.fileexists(path1)) then
oshell.run path1
oshell.run "cmd /k rarp.BAT" '把这句加上就行了
else
end if
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询