i want to pass a argument in c#.net to a console application i tried ProcessStartInfo but that can be used for immediate run of an application ... but i want to set the arguments for the application which will run at scheduled time
feedback
|
|
Use the arguments propery to pass command line arguments http://msdn.microsoft.com/en-us/library/system.diagnostics.processstartinfo.arguments.aspx Example:
| |||
feedback
|