From a3e064c2a8e98ed5b58bba5cb425e0e8c3095e11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Sat, 30 Jan 2021 23:43:40 +0100 Subject: explorer: Fix command prompt bug --- tt.programs.explorer.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt.programs.explorer.ahk') diff --git a/tt.programs.explorer.ahk b/tt.programs.explorer.ahk index 16053da..4da1dc3 100644 --- a/tt.programs.explorer.ahk +++ b/tt.programs.explorer.ahk @@ -57,7 +57,7 @@ RunAsUser(cmd*) path := ExplorerPath() Run, % "C:\Documents and Settings\All Users\Start Menu\Programs\Microsoft Visual Studio 2010 Express\Visual Studio Command Prompt (2010).lnk" WinWait, ahk_class ConsoleWindowClass -SendInput, % "cd " path "{Return}" +SendInput, % "cd /d " path "{Return}" return ; Create new file -- cgit v1.2.3