976
General Software Discussion / Re: A Shortkey Win-5 (in the numpad) under w8.1
« Last post by Contro on August 27, 2017, 03:47 PM »With little script open well the folders
In the example opens two folders.
I need this going well with Phrase Express.
Perhaps running the autohotkey script inside Phrase express.
What I don't want is a single resident for this purpose is possible.
Then I will need to use variables of the year and month of the screenshot to open the exact folder, and navigate after opening to its end.

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#numpad5::
Run, "O:\PANTALLAZOS"
Run, "O:\PANTALLAZOS\2017"
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
#numpad5::
Run, "O:\PANTALLAZOS"
Run, "O:\PANTALLAZOS\2017"
In the example opens two folders.
I need this going well with Phrase Express.
Perhaps running the autohotkey script inside Phrase express.
What I don't want is a single resident for this purpose is possible.
Then I will need to use variables of the year and month of the screenshot to open the exact folder, and navigate after opening to its end.
