diff --git a/GetADoc/RunBatch.cs b/GetADoc/RunBatch.cs index e6954417ee490f6ff64bcb78aa56a1a53ca9aaf3..f77502bd97f29f9d79981d336104409313b624ca 100644 --- a/GetADoc/RunBatch.cs +++ b/GetADoc/RunBatch.cs @@ -52,8 +52,9 @@ namespace GetADoc //既存の生成物が指定先フォルダに存在する場合は上書きする processStartInfo.Arguments += "/Force "; - + var pathAndName = System.IO.Path.Combine(filePath, fileName); + pathAndName = "\"" + pathAndName + "\""; processStartInfo.Arguments += pathAndName; //GetADoc.batを実行 diff --git a/Release/GetADocGUI.exe b/Release/GetADocGUI.exe index 2cc5440ee3e97596b278768086f888cd072a4dfa..02410eb2cad6f1845f27854fbc4b04d60ce7b1ea 100644 Binary files a/Release/GetADocGUI.exe and b/Release/GetADocGUI.exe differ diff --git a/Release/GetADocGUI.pdb b/Release/GetADocGUI.pdb index 13c39125382fa35d889e87f6f778bcb5feb51c1c..e8c3ca161c50399a2f30431ab74911a411196a17 100644 Binary files a/Release/GetADocGUI.pdb and b/Release/GetADocGUI.pdb differ