I am using the following code:
for %%i in ("C:\Users\bvino_000\Documents\Visual Studio 2010\Projects\RapidLoadToolV2\RapidLoadToolV2\bin\Debug\RapidLoadToolV2.exe") do start "" /b "%%i"
But although using double quotes, it is taking path upto "C:\Users\bvino_000\Documents\Visual" and showing error. If i change folder name, then the command works properly. But i cant do that Plzz help