hey there
i have a problem getting the output of and app
i mean, i want to run/execute a command, and get wat it returns.
like,
VB Code:
  1. Process.Start("net", "help")
how can i get the help text it will return?

thanks