I'm trying to use Diagnostics.Process to get info about currently running
processes. If I start Notepad with a parameter like: Notepad x1.txt, I then
get the currently running processes, and the Notepad process doesn't have any
arguments listed in the StartInfo object.
Does anyone how to get this info?
Thanks,
Steve