Dim proc As New Process() proc.StartInfo = start_info ' Start the process. proc.Start() ' Attach to stdout and stderr. Dim std_out As StreamReader = proc.
確定! 回上一頁