ç»ä½ ä¸ä¸ªæ ·æ
æ¹å¤çæ¡é¢å建快æ·æ¹å¼EXEåS bat
echo off & cls
echo create_shortcut
start wscript -e:vbs "%~f0"
Exit S
End S Set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oShellLink = WshShell.CreateShortcut(strDesktop & "\QQ.lnk")
oShellLink.TargetPath = "d:\QQ\QQ.exe"
oShellLink.WindowStyle = 3
oShellLink.Hotkey = "Ctrl+Alt+e"
oShellLink.IconLocation = "d:\QQ\QQ.exe, 0"
oShellLink.Description = "å¿«æ·æ¹å¼"
oShellLink.WorkingDirectory = "d:\QQ"
oShellLink.Save
温馨提示:内容为网友见解,仅供参考