
CODE: [Copy to clipboard]上面这段VBS可以判断当前屏幕分辨率set oIE = CreateObject("htmlfile")
with oIE.parentWindow.screen
msgbox .width & "×" & .height
set oshell = CreateObject("WScript.Shell")
oshell.run (".exe")
end with
| 欢迎光临 中国DOS联盟论坛 (http://cndos.fam.cx/forum/) | Powered by Discuz! 2.5 |