Run Program does not work
Title: Run Program does not work
Q. Run Program in my bot is not working. What could be the problem?
A. When you are starting an application, please make sure your application name is the correct one in the Windows environment. For example, to open MS Word, you must use winword as opposed to just word or msword because winword is the official name of the execution program of MS Word. Same thing goes for MS Paint. Instead of using paint, you must use mspaint to call for the program.
When you are opening a file which contains space(s) in its file name or path, always try to start with the application name like -
notepad c:\User\argos\Desktop\space folder\space file.txtor use double quotations like -
"c:\User\argos\Desktop\space folder\space file.txt"As Run Program, like Windows, takes a space as a separator.
Same recommendations apply when you are using variables like
notepad {{my.a}}or
"{{my.a}}"