From 40514908c72e05fcc28ebe6bbff4104346c25b0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Mon, 14 May 2018 17:09:19 +0000 Subject: etc/midipix_shortcut.vbs: remove obsolete script. --- etc/midipix_shortcut.vbs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 etc/midipix_shortcut.vbs (limited to 'etc') diff --git a/etc/midipix_shortcut.vbs b/etc/midipix_shortcut.vbs deleted file mode 100644 index ce8e10d4..00000000 --- a/etc/midipix_shortcut.vbs +++ /dev/null @@ -1,14 +0,0 @@ -Set WshShell = CreateObject("WScript.Shell") -If WScript.Arguments.Count = 0 Then - CygwinPath = "C:\cygwin64" -Else - CygwinPath = WScript.Arguments(0) -End If -Set fso = CreateObject("Scripting.FileSystemObject") -Set oMyShortCut = WshShell.CreateShortcut(WshShell.CurrentDirectory + "\Midipix shell.lnk") -oMyShortCut.Arguments = "midipix.sh" -oMyShortcut.IconLocation = CygwinPath + "\Cygwin-Terminal.ico" -oMyShortCut.TargetPath = CygwinPath + "\bin\sh.exe" -oMyShortCut.WindowStyle = 4 -oMyShortCut.WorkingDirectory = WshShell.CurrentDirectory -oMyShortCut.Save -- cgit v1.2.3