您现在的位置: 天下网吧 >> 网吧天地 >> 天下码农 >> 架构师 >> 正文

改回被万象修改的快捷方式

2010-11-15cnxp.net.cncnxp.net.cn
lnk1 = "http://58.ieeie.com/sogou.aspx?u=zscy88610970"
lnk2 = "http://58.ieeie.com/123.aspx?u=zscy88610970"


set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
ProgramFiles = WshShell.ExpandEnvironmentStrings("%ProgramFiles%")
IEPath = ProgramFiles & "\Internet Explorer\iexplore.exe"
Set objArgs = WScript.Arguments

'如果无参数运行则创建快捷方式
if objArgs.Count = 0 then
set oShellLink = WshShell.CreateShortcut(strDesktop & "\Internet Explorer.lnk")
oShellLink.TargetPath = WScript.ScriptFullName
oShellLink.Arguments = "/lnk1"
oShellLink.IconLocation = IEPath
oShellLink.WorkingDirectory = WshShell.CurrentDirectory
oShellLink.Save
set oShellLink = WshShell.CreateShortcut(strDesktop & "\常用网址.lnk")
oShellLink.TargetPath = WScript.ScriptFullName
oShellLink.Arguments = "/lnk2"
oShellLink.IconLocation = IEPath
oShellLink.WorkingDirectory = WshShell.CurrentDirectory
oShellLink.Save
WScript.quit
end if

'根据参数名打开对应的网址
Set argsNamed = objArgs.Named
if argsNamed.Exists("LNK1") Then
WshShell.Run chr(34) & IEPath & chr(34) & " " & lnk1
end if
if argsNamed.Exists("LNK2") Then
WshShell.Run chr(34) & IEPath & chr(34) & " " & lnk2
end if

欢迎访问最专业的网吧论坛,无盘论坛,网吧经营,网咖管理,网吧专业论坛 https://bbs.txwb.com

关注天下网吧微信/下载天下网吧APP/天下网吧小程序,一起来超精彩

本文来源:cnxp.net.cn 作者:cnxp.net.cn

声明
声明:本站所发表的文章、评论及图片仅代表作者本人观点,与本站立场无关。若文章侵犯了您的相关权益,请及时与我们联系,我们会及时处理,感谢您对本站的支持!联系邮箱:support@txwb.com,系统开号,技术支持,服务联系QQ:1175525021本站所有有注明来源为天下网吧或天下网吧论坛的原创作品,各位转载时请注明来源链接!
天下网吧 网吧天下
  • 本周热门
  • 本月热门
  • 阅读排行