vbs 创建快捷方式
目录下1.exe创建快捷方式使用2.exe图标、、、我要在桌面开始菜单带文件夹创建比方:极品飞车\极品飞车6运行错误...
目录下 1.exe创建快捷方式 使用2.exe 图标 、、、 我要在桌面 开始菜单带文件夹创建 比方: 极品飞车\极品飞车6
运行错误 展开
运行错误 展开
展开全部
set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oShellLink = WshShell.CreateShortcut(strDesktop & "\极品飞车6.lnk")
oShellLink.TargetPath = "极品飞车\极品飞车6\1.exe"
oShellLink.IconLocation = "极品飞车\极品飞车6\2.exe"
oShellLink.Save
set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oShellLink = WshShell.CreateShortcut("C:\Documents and Settings\All Users\「开始」菜单\程序\极品飞车6.lnk")
oShellLink.TargetPath = "极品飞车\极品飞车6\1.exe"
oShellLink.IconLocation = "极品飞车\极品飞车6\2.exe"
oShellLink.Save
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询