联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
Set WshShell=CreateObject("Wscript.Shell") Intnum=Inputbox("Please enter a number: ") If Intnum=>6 Then WshShell.Run "cmd.exe" Wscript.Sleep 6000 Elseif Intnum=>1 and Intnum<6 Then WshShell.Run "iexplorer.exe" End if
Set WshShell=CreateObject("Wscript.Shell") Intnum=Inputbox("Please enter a number: ") If Intnum=>6 Then WshShell.Run "cmd.exe" Wscript.Sleep 6000 Elseif Intnum=>1 and Intnum<6 Then WshShell.Run "iexplorer.exe" Wscript.Quit(0) End if