1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 10:30:36 +00:00

Auto select the .exe when clicking the quick link to the output folder

This commit is contained in:
FellippeHeitor 2016-06-22 14:44:59 -03:00 committed by GitHub
parent b3c7c03558
commit 1ab3025ef3

View file

@ -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