我想在啓動時通過xcopy複製文件。但它不起作用。複製文件與XCopy
這裏是代碼:
System.Diagnostics.ProcessStartInfo psi2 = new System.Diagnostics.ProcessStartInfo(@"xcopy.exe", @"E:\Debug\VipBat\* C:\\Users\\VCCS\\AppData\\Roaming\\Microsoft\\Windows\\Start Menu\\Programs\\Startup\" /s /i /y");
System.Diagnostics.Process.Start(psi2);
「不工作」是用戶會說什麼,之前,我深深的嘆息,讓他們瞭解更多信息。 – GolezTrol
太糟糕了。你需要讓它工作。 *(提示:此評論與您的錯誤描述一樣有幫助)* – nvoigt