Board logo

标题: 求教。DOS下有办法实现隐藏运行IE的没? [打印本页]

作者: minbad     时间: 2008-6-21 19:27    标题: 求教。DOS下有办法实现隐藏运行IE的没?

求教。DOS下有办法调用IE窗口实现隐藏运行IE的方法没有?
比如说在DOS下打开一个IE窗口是连接到 hao123.com 正常的是
start http://www.hao123.com  iexplore.exe
那么 办法可以实现隐藏运行没有就是隐藏打开后的IE窗口
作者: 84906424     时间: 2008-11-6 21:50
我目前没~如果有这么办法  一定告诉楼主~~
作者: fujianabc     时间: 2008-11-7 01:24
psexec以system权限运行即可
作者: matlan     时间: 2008-11-18 14:17
mshta vbscript:createobject("wscript.shell").run "iexplore.exe http://www.hao123.com  ",0
作者: shim     时间: 2008-11-18 23:10
楼上的好像不是dos下的吧
作者: ads1111     时间: 2008-11-21 18:09
呵呵,我也想知道,等待
作者: HAT     时间: 2008-11-23 12:52    标题: Re 5楼

试试就知道了
@echo off
mshta vbscript:createobject("wscript.shell").run "iexplore.exe http://www.hao123.com",0

作者: xdafeng     时间: 2010-1-23 15:17
好用的东东