https:COPY
| Set WshShell = WScript.CreateObject("WScript.Shell") | | set oShellLink = WshShell.CreateShortcut("D:\桌面\Desktop\翻译搜狗OCR手写\翻译(好)Ctrl + Alt + 1.lnk") | | oShellLink.TargetPath = "D:\1绿色软件\翻译工具\翻译(好)\启动--翻译(好).vbs" | | oShellLink.WindowStyle = 1 | | oShellLink.Hotkey = "CTRL+Numpad2" | | oShellLink.IconLocation = "D:\1绿色软件\翻译工具\翻译(好)\翻译(好).exe, 0" | | oShellLink.Description = "" | | oShellLink.WorkingDirectory = "D:\1绿色软件\翻译工具\翻译(好)\" | | oShellLink.Save COPY |
|