c#调用命令行遇到带空格的路径
摘要:想用 c#调用如下的DOS命令: C:\Program Files\Common Files\System\DBWatcherInstall\dtexec.exe /f C:\Program Files\Common Files\System\DBWatcherInstall\ToMSDE.dtsx /conf C:\Program Files\Common Files\System\DBWatcherInstall\ToMSDE.xml代码如下: //用于执行DOS命令的方法 public static string ExecuteDosCommand(string...
阅读全文
posted @
2013-12-24 15:53
babyblue
阅读(2359)
推荐(0) 编辑