How to pass parameters to C# Console Application via task scheduler on win
2k3 server?
I have researched around the web and have found no answer to this simple
question. I know on new versions of windows task scheduler that it
actually has an option area for parameters but on win2k3 there is no such
option.
I am assuming that I just need to pass it as part of the path of the .exe.
Something like. :
"c:\myProgram.exe boolParam=false;stringParam='myVal'"
I am almost positive that this can be done in either the stated way above
or something very similar but my syntax is apparently way off and I have
tried several variations with no success.
No comments:
Post a Comment