摘要: 示例代码: Process.Start(new ProcessStartInfo(SelectedUrl.WebUrl) { UseShellExecute = true }); 关键是UseShellExecute = true: 阅读全文
posted @ 2024-05-20 13:38 wzwyc 阅读(69) 评论(0) 推荐(0)
摘要: 复制文件到生成路径: COPY "$(SolutionDir)ReleaseNote.txt" "$(TargetDir)ReleaseNote.txt" /Y 复制文件夹到生成路径: xcopy "$(SolutionDir)CgdataAlgorithm\" "$(TargetDir)Cgdat 阅读全文
posted @ 2024-05-20 13:37 wzwyc 阅读(40) 评论(0) 推荐(0)