You'd pass them on the commandline, using the StartInfo property of the Process object.
You'd fill out a ProcessStartInfo object (it has an Arguments property where you'd add your parameters), then set it to the StartInfo property on the Process object, then call Start.
Chip H.
____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first