Quote: Originally Posted by swissRv
I am trying to run GammaControl.exe with the parameter /day or /night. It works fine if I do it from the Settings-Application-Add menu: then I go to Applications, select one and Launch. No problem here.
But if I rather have an icon and click on it. I modified apps.ini:
1) APP9_COMMANDLINE=c:\GammaControl.exe
It works fine since there is no parameter
2) APP9_COMMANDLINE=c:\GammaControl.exe /day
Error: File not found or incorrect parameter. Well, obviously the double-quotes are missing.
3) APP9_COMMANDLINE="c:\GammaControl.exe /day"
Error: File not found or incorrect parameter
So I *know* that the path is correct (since it works when application is created in the application menu), I *know* that the program runs fine, but how can I add a paramter to it ?
Same thing when running a simple file explorer:
APP8_COMMANDLINE=c:\windows\explorer.exe
Error message : "The path '(error)' does not exist"
APP9_COMMANDLINE=c:\GammaControl.exe
APP9_COMMANDLINEOPTIONS=/day