Use VBScript to open the specified web page

Create a text file

The following code into stresses which

1 Set Sh = WScript.CreateObject("WScript.Shell")
2 Sh.Run <a href="http://www.baidu.com/">http://www.baidu.com/</a>


http://www.baidu.com/ can replace the need to open a web page

Save all selected files in the Save as type in

File named "Home.VBS" to

Reproduced in: https: //my.oschina.net/weisenz/blog/200637

Guess you like

Origin blog.csdn.net/weixin_33896726/article/details/91920888