Need help - user button to run program
Posted: 18 Mar 2012 02:05
Following (similar) directions from another post in this forum, I created a User button, and assigned this to its Run property:
run ("C:\Program Files\FreeFileSync\FreeFileSync.exe")
It displays an error when I click the button. "System cannot find the file specified." Yet when I paste the same thing into the Win7(64) Run box (of course, without the Run and parens), it runs properly. What do I need to change to get XY to run it?
Second question:
the FreeFileSync program accepts two folder names as commandline parameters. I would like to launch the program with the foldername of the Left and Right Panes respectively. Are those names available as variables to embed in the Run command?
Getting this to run would enable a capability that I was used to in PowerDesk before I discovered XY.
Thanks in advance.
Jack
run ("C:\Program Files\FreeFileSync\FreeFileSync.exe")
It displays an error when I click the button. "System cannot find the file specified." Yet when I paste the same thing into the Win7(64) Run box (of course, without the Run and parens), it runs properly. What do I need to change to get XY to run it?
Second question:
the FreeFileSync program accepts two folder names as commandline parameters. I would like to launch the program with the foldername of the Left and Right Panes respectively. Are those names available as variables to embed in the Run command?
Getting this to run would enable a capability that I was used to in PowerDesk before I discovered XY.
Thanks in advance.
Jack