objWshell.Run"%COMSPEC%/ C kill iexplore.exe",0,TRUE ??? [英] objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE ???

查看:59
本文介绍了objWshell.Run"%COMSPEC%/ C kill iexplore.exe",0,TRUE ???的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

HI人,

代码中出现什么问题,以后在

处理我的页面后杀死iexplore.exe进程?


''??之前有例程来访问数据库和发送电子邮件。

设置objWshell = Server.CreateObject(" WScript.Shell")

objWshell .Run"%COMSPEC%/ C kill iexplore.exe",0,TRUE


VILMAR

巴西

PRAIA GRANDE / SP

HI people,
what is wrong in the code bellow to kill iexplore.exe process after
processing my page??

''??Before comes routines to access data base and to send email.
Set objWshell = Server.CreateObject("WScript.Shell")
objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE

VILMAR
BRAZIL
PRAIA GRANDE/SP

推荐答案

呃......你意识到这是在服务器上运行的,而不是客户端......


-

Curt Christianson

所有者/首席开发人员,DF-Software
www.Darkfalz.com

" Vilmar Braz?o de Oliveira" <苏***** @ hitecnet.com.br>在消息中写道

新闻:e0 ************** @ TK2MSFTNGP12.phx.gbl ...
Uh... you realize that this runs on the server, not the client......

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Vilmar Braz?o de Oliveira" <su*****@hitecnet.com.br> wrote in message
news:e0**************@TK2MSFTNGP12.phx.gbl...
HI人,
在处理我的页面之后杀死iexplore.exe进程的代码有什么问题?

''??以前的例程来访问数据库并发送电子邮件。
设置objWshell = Server.CreateObject(" WScript.Shell")
objWshell.Run"%COMSPEC%/ C kill iexplore.exe",0,TRUE

VILMAR
巴西
PRAIA GRANDE / SP
HI people,
what is wrong in the code bellow to kill iexplore.exe process after
processing my page??

''??Before comes routines to access data base and to send email.
Set objWshell = Server.CreateObject("WScript.Shell")
objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE

VILMAR
BRAZIL
PRAIA GRANDE/SP



这将试图杀死你实现的SERVER上的iexplore.exe ,

是吗?


另外,kill.exe在W2K中不是标准的(如果你正在使用它)。这是W2K的W2K资源工具包IIRC的一部分。


你收到错误了吗?


雷在工作


" Vilmar Braz?o de Oliveira" <苏***** @ hitecnet.com.br>在消息中写道

新闻:e0 ************** @ TK2MSFTNGP12.phx.gbl ...
This will make an attempt to kill iexplore.exe on the SERVER you realize,
yes?

Also, kill.exe is not standard in W2K (if that''s what you''re using). It''s
part of the W2K Resource Kit, IIRC, in W2K.

Are you getting an error?

Ray at work

"Vilmar Braz?o de Oliveira" <su*****@hitecnet.com.br> wrote in message
news:e0**************@TK2MSFTNGP12.phx.gbl...
HI人,
在处理我的页面之后杀死iexplore.exe进程的代码有什么问题?

''??以前的例程来访问数据库并发送电子邮件。
设置objWshell = Server.CreateObject(" WScript.Shell")
objWshell.Run"%COMSPEC%/ C kill iexplore.exe",0,TRUE

VILMAR
巴西
PRAIA GRANDE / SP
HI people,
what is wrong in the code bellow to kill iexplore.exe process after
processing my page??

''??Before comes routines to access data base and to send email.
Set objWshell = Server.CreateObject("WScript.Shell")
objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE

VILMAR
BRAZIL
PRAIA GRANDE/SP



hi guys,

我想尝试只在服务器上杀死进程。

它没有给我任何错误。

有什么问题?

谢谢,


-


????????????????????

Vlmar Braz?o de Oliveira

Desenvolvimento Web

HI-TEC

" Curt_C [MVP]" < software_AT_darkfalz.com> escreveu na mensagem

新闻:#m ************** @ TK2MSFTNGP12.phx.gbl ...
hi guys,
I want to attempt kill process only on the server.
it is not returning me any error.
what is the problem?
thanks,

--

??????????????????????
Vlmar Braz?o de Oliveira
Desenvolvimento Web
HI-TEC

"Curt_C [MVP]" <software_AT_darkfalz.com> escreveu na mensagem
news:#m**************@TK2MSFTNGP12.phx.gbl...
呃......你意识到这是在服务器而不是客户端运行......

-
Curt Christianson
所有者/首席开发人员,DF软件
www.Darkfalz.com

" Vilmar Braz?o de Oliveira的" <苏***** @ hitecnet.com.br>在消息中写道
新闻:e0 ************** @ TK2MSFTNGP12.phx.gbl ...
Uh... you realize that this runs on the server, not the client......

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Vilmar Braz?o de Oliveira" <su*****@hitecnet.com.br> wrote in message
news:e0**************@TK2MSFTNGP12.phx.gbl...
HI人,
什么是在处理我的页面后,代码错误地杀了iexplore.exe进程??

''以前的例程访问数据库并发送电子邮件。
设置objWshell = Server.CreateObject(" WScript.Shell")
objWshell.Run"%COMSPEC%/ C kill iexplore.exe",0,TRUE

VILMAR
巴西
PRAIA GRANDE / SP
HI people,
what is wrong in the code bellow to kill iexplore.exe process after
processing my page??

''??Before comes routines to access data base and to send email.
Set objWshell = Server.CreateObject("WScript.Shell")
objWshell.Run "%COMSPEC% /C kill iexplore.exe", 0, TRUE

VILMAR
BRAZIL
PRAIA GRANDE/SP




这篇关于objWshell.Run&quot;%COMSPEC%/ C kill iexplore.exe&quot;,0,TRUE ???的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆