Jean Baptiste > 2021-11-13 12:05
Jean Lalonde > 2021-11-13 13:05
...
strSelectedFile := A_Args[1]
...
Jean Baptiste > 2021-11-13 14:22
(2021-11-13 13:05)Jean Lalonde Wrote: Let us know if you need more guidance on this.
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
#SingleInstance, Force ; Allow only one running instance of script.
strSelectedFile := A_Arg[1]
MsgBox %strSelectedFile%
joeNOR > 2021-11-13 15:23
Jean Lalonde > 2021-11-13 15:28
Jean Baptiste > 2021-11-13 17:03
(2021-11-13 15:28)Jean Lalonde Wrote: I fixed the typo in my message. Thanks Joe.
(2021-11-13 15:23)joeNOR Wrote: It's a typo.
Jean Lalonde > 2021-11-13 17:59
joeNOR > 2021-11-14 02:35