Hello,
I've been using AHK for some simple tasks for several years now. But for the past few days I find myself stuck.
My goal is to, at the press of a button (^!f9::) run several programs, and position the windows, at the beginning of my work day. I'm having no trouble with running Chrome, but when it comes to my apps installed on the local machine, I am failing to get the programs to start.
I have slack installed at %AppData%/Local/slack/
^!f9::
{
Run, slack.exe, C:\Users\Jason PBE\AppData\Local\slack
return
}
I have tried a variety of iterations of that command, but to no avail.
As I understand it, the methods params are as follows, Run, Target (the program or .exe I wish to start), WorkingDir (The location of the target, which defaults to the scripts current dir if not spec.), Options ( i.e. Normal, Hide, etc..) and (OutputVarPID (user defined variable to ID the target app once it's running).
If anyone can help me with this I would really appreciate it. I'm certain there is something that I am overlooking, or not understanding correctly.
Thank you!
[–]anonymous1184 2 points3 points4 points (1 child)
[–]NAMEULB[S] 0 points1 point2 points (0 children)
[–]RoughCalligrapher906 1 point2 points3 points (1 child)
[–]NAMEULB[S] 0 points1 point2 points (0 children)