A
Adlai Stevenson
For a Windows Form app, that consumes a web service.
I want the option of being able to run this as a scheduled job in a
batch mode.
The app ( which I call XMailMan) form has two controls, a
FileOpenDialog and a submit button.
When you press submit, the FileOpenDialog appears, you select an Xml
file. It is then parsed in an XmlReader and loaded into an
XmlDocument. Then it is passed into a web method that takes an
XmlDocument as a parameter.
Now, I want to have the option of running it in a batch mode where I say.
XMailMan.exe /f:<filename>
and it automatically processes the file and then shuts down.
I want the option of being able to run this as a scheduled job in a
batch mode.
The app ( which I call XMailMan) form has two controls, a
FileOpenDialog and a submit button.
When you press submit, the FileOpenDialog appears, you select an Xml
file. It is then parsed in an XmlReader and loaded into an
XmlDocument. Then it is passed into a web method that takes an
XmlDocument as a parameter.
Now, I want to have the option of running it in a batch mode where I say.
XMailMan.exe /f:<filename>
and it automatically processes the file and then shuts down.