From 1ab3025ef30f2d2a0764ac80923605d04aa338f0 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 22 Jun 2016 14:44:59 -0300 Subject: [PATCH] Auto select the .exe when clicking the quick link to the output folder --- source/ide/ide_methods.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ide/ide_methods.bas b/source/ide/ide_methods.bas index 0da9fb85a..83563da1e 100644 --- a/source/ide/ide_methods.bas +++ b/source/ide/ide_methods.bas @@ -1270,7 +1270,7 @@ DO IF SCREEN(mY, mX, 1) = 11 + 1 * 16 THEN IF idefocusline THEN idecx = 1: AddQuickNavHistory idecy: idecy = idefocusline: ideselect = 0: GOTO specialchar IF INSTR(_OS$, "WIN") THEN - SHELL _DONTWAIT "explorer " + QuotedFilename$(path.exe$) + SHELL _DONTWAIT "explorer /select," + QuotedFilename$(path.exe$ + file$ + extension$) ELSEIF INSTR(_OS$, "MAC") THEN SHELL _DONTWAIT "open " + QuotedFilename$(path.exe$) ELSE