|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
无法实现跨操作系统的应用。当然这也是微软的理由之一,只有这样才能发挥ASP最佳的能力。可是我却认为正是Windows限制了ASP,ASP的概念本就是为一个能让系统运行于一个大的多样化环境而设计的;创立|服务器|快速体例WshShell.CreateShortcut
CreateShortcut办法创立WshShortcut工具并将其前往。假如快速体例题目以.url开头,就会创立WshURLShortcut工具。
语法
WshShell.CreateShortcut(strPathname)=objShortcut
示例
Thiscodefragmentcreatesashortcut
tothecurrentlyexecutingscript
SetWshShell=Wscript.CreateObject("Wscript.Shell")
SetoShellLink=WshShell.CreateShortcut("CurrentScript.lnk")
oShellLink.TargetPath=Wscript.ScriptFullName
oShellLink.Save
SetoUrlLink=WshShell.CreateShortcut("MicrosoftWebSite.URL")
oUrlLink.TargetPath="http://www.microsoft.com"
oUrlLink.Save
请参阅
WshShortcut工具、WshUrlShortcut工具
----------------------
这是微软自带的东东,也许有的伴侣没有发明,贴出来共享一下吧。</p>专业性的服务。有的ASP商提供垂直型的应用服务,针对某一特定行业提供应用服务。 |
|