Jump to content

Problem when user folder has spaces


Agent Cooper

Recommended Posts

Hi,

 

I really want to use your amazing tool, but I have a user folder that contains a space and when I try and run the tool, I get an error when I hit the ‘merge’ button which then pops up a dialog that says ‘Can’t load file c:\users\peter’

 

Any ideas how I can workaround that?

 

 

-- The fire walks with me --

Link to comment
Share on other sites

Hi Agent cooper!

 

The error could be in the parameters specification. If you use paths with whitespaces you should specify the parameters with quotes.
The following command is the result of execute the "Socket_Deeper" example in a path that contais whitespaces. Could you check it?

 

"C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\..\..\..\semanticmergetool.exe" 
-s="C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\src.cs"
-b="C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\base.cs"
-d="C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\dst.cs"
-r="C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\semanticmergetoolresult.cs"
-edt="""C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\..\..\..\mergetool.exe"" -s=""@sourcefile"" -sn=""@sourcesymbolic"" -d=""@destinationfile"" -dn=""@destinationsymbolic"" -t=""@filetype"" -i=""@comparationmethod"" -e=""@fileencoding"""
-emt="""C:\user\manu\semanticmerge\samples\CSharp\Socket_Deeper\..\..\..\mergetool.exe"" -b=""@basefile"" -bn=""@basesymbolic"" -s=""@sourcefile"" -sn=""@sourcesymbolic"" -d=""@destinationfile"" -dn=""@destinationsymbolic"" -r=""@output"" -t=""@filetype"" -i=""@comparationmethod"" -e=""@fileencoding"""
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...