J
John Smith
Is there a relatively simple way in .NET to spawn a new process (also
written in .NET) and pass parameters to that process other than using the
command line arguments, temporary files or something more advanced like
sockets etc ? I'd like to pass a string parameter containing XML to a newly
spawned process.
written in .NET) and pass parameters to that process other than using the
command line arguments, temporary files or something more advanced like
sockets etc ? I'd like to pass a string parameter containing XML to a newly
spawned process.