1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/Li-Ren-CloudMusic-lnk

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
install.vbs 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
897609556@qq.com Отправлено 15.10.2019 18:33 3f4d785
Set WshShell = WScript.CreateObject("WScript.Shell")
strDesktop = WshShell.SpecialFolders("Desktop")
set oShellLink = WshShell.CreateShortcut(strDesktop & "\播放-暂停.lnk")
oShellLink.TargetPath = WshShell.CurrentDirectory & "\MediaCtrl.exe"
oShellLink.Arguments = "p"
oShellLink.WindowStyle = 3
oShellLink.IconLocation = WshShell.CurrentDirectory & "\ResDll.dll,3"
oShellLink.Description = "MediaCtrl快捷方式 播放-暂停"
oShellLink.WorkingDirectory = WshShell.CurrentDirectory
oShellLink.Save
set oShellLink = WshShell.CreateShortcut(strDesktop & "\上一曲.lnk")
oShellLink.TargetPath = WshShell.CurrentDirectory & "\MediaCtrl.exe"
oShellLink.Arguments = "pre"
oShellLink.WindowStyle = 3
oShellLink.IconLocation = WshShell.CurrentDirectory & "\ResDll.dll,4"
oShellLink.Description = "MediaCtrl快捷方式 上一曲"
oShellLink.WorkingDirectory = WshShell.CurrentDirectory
oShellLink.Save
set oShellLink = WshShell.CreateShortcut(strDesktop & "\下一曲.lnk")
oShellLink.TargetPath = WshShell.CurrentDirectory & "\MediaCtrl.exe"
oShellLink.Arguments = "next"
oShellLink.WindowStyle = 3
oShellLink.IconLocation = WshShell.CurrentDirectory & "\ResDll.dll,2"
oShellLink.Description = "MediaCtrl快捷方式 下一曲"
oShellLink.WorkingDirectory = WshShell.CurrentDirectory
oShellLink.Save
set oShellLink = WshShell.CreateShortcut(strDesktop & "\桌面歌词.lnk")
oShellLink.TargetPath = WshShell.CurrentDirectory & "\MediaCtrl.exe"
oShellLink.Arguments = "c"
oShellLink.WindowStyle = 3
oShellLink.IconLocation = WshShell.CurrentDirectory & "\ResDll.dll,0"
oShellLink.Description = "MediaCtrl快捷方式 桌面歌词"
oShellLink.WorkingDirectory = WshShell.CurrentDirectory
oShellLink.Save

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/Li-Ren-CloudMusic-lnk.git
git@api.gitlife.ru:oschina-mirror/Li-Ren-CloudMusic-lnk.git
oschina-mirror
Li-Ren-CloudMusic-lnk
Li-Ren-CloudMusic-lnk
master