filenames - File name parsing issue with space c# -


I am trying to merge two wave files using sox.exe.

When I am specifying a short cut, it is working, but when I am giving a big path in space then I am not getting any error, but no file is being generated. This device got a tip from

but did not do the above work.

Here I am giving some code that my code looks like

  -m C: \ Users \ tridip.BBAKOLKATA \ Documents \ Visual Studio 2010 \ Projects \ CSRAssistant \ CSRAssistant \ bin \ debug \ VoiceRecords \ C in.wav: \ Users \ tridip.BBAKOLKATA \ Documents \ visual Studio 2010 \ projects \ CSRAssistant \ CSRAssistant \ bin \ debug \ VoiceRecords \ capture.wav C: \ Users \ tridip.BBAKOLKATA \ documents \ visual Studio 2010 \ projects \ CSRAssistant \ CSRAssistant \ bin \ debug \ VoiceRecords \ _20140506020037.wav  

C: \ Users \ tridip.BBAKOLKATA \ documents \ visual Studio 2010 \ Priy Planes \ CSRAssistant \ CSRAssistant \ sox.exe and above path as

  -m "C"> 

Keep between all your paths ": \ Users \ tridip.BBAKOLKATA \ Documents \ visual Studio 2010 \ projects \ CSRAssistant \ CSRAssistant \ bin \ debug \ VoiceRecords \ in.wav" "C: \ Users \ tridip.BBAKOLKATA \ documents \ visual Studio 2010 \ projects \ CSRAssistant \ CSRAssi stant \ bin \ debug \ VoiceRecords \ capture.wav "" C: \ Users \ tridip.BBAKOLKATA \ documents \ visual Studio 2010 \ projects \ CSRAssistant \ CSRAssistant \ bin \ debug \ VoiceRecords \ _20140506020037.wav "


Comments

Popular posts from this blog

Pass DB Connection parameters to a Kettle a.k.a PDI table Input step dynamically from Excel -

multithreading - PhantomJS-Node in a for Loop -

c++ - MATLAB .m file to .mex file using Matlab Compiler -