Hi,
I have a command line application that takes in a single integer argument that I want to include in Runny. So I put in the ff. setting in the Runny options:
Command Name = prog
Execute = "C:\Documents and Settings\user\scripts\prog.exe" $1
However, when I type in "prog" in Launchy, hit tab, and then type in the single command line parameter, I get an error that says the path cannot be found. I am absolutely certain that the executable path I specified is valid - the .exe is there, and it works if I do it via the Windows Run box (the parameter is read correctly).
I've tried placing the double quotes at different parts of the "Execute" value, but no luck. I'm pretty stumped at this point as to what I might be doing wrong. Can somebody help me?
-LK
Logged In: NO
Update:
Whew... found a way to do what I wanted. I just added the "C:\Documents and Settings\user\scripts\" folder to Launchy's directory list and specified .exe as a file type for indexing. It works just like Runny would (program name -> tab -> parameters).
I could be behind the times already, but I hope this helps anyone who might have the same problem...