Don't you put a comma after Run?
This is the path for the program:
C:\Program Files (x86)\Avaya\CMS Supervisor R18\ACSRun.exe
Search found 3 matches
- 30 May 2018, 08:41
- Forum: Ask For Help
- Topic: running a program in Program Files directory
- Replies: 5
- Views: 908
- 30 May 2018, 08:32
- Forum: Ask For Help
- Topic: running a program in Program Files directory
- Replies: 5
- Views: 908
- 30 May 2018, 08:08
- Forum: Ask For Help
- Topic: running a program in Program Files directory
- Replies: 5
- Views: 908
running a program in Program Files directory
I am trying to run a program in the (x86) directory. However, I tried the code given (tweeking it of course), and it still won't run it. ; Run a program. Note that most programs will require a FULL file path: Run, %A_ProgramFiles%\Some_Program\Program.exe This what I have: Run, %A_ProgramFiles%C:\Pr...