Example:
ProcessStartInfo start_info = new ProcessStartInfo() {
UseShellExecute = true,
WorkingDirectory = working_directory,
FileName = file_name,
Arguments = arguments
};
Process process = new Process() { StartInfo = start_info };
process.Start();
沒有留言:
張貼留言