hi i am setting a string in a variable
set main=svn commit -m "Build version number update" install\msbuild\VersionNumber.txt
and passing "%main%" as a command line argument to another script template.bat .
but in template.bat "Build version number update" is cosidered a 2nd arg and rest as 3rd
one.
please tell me how to pass the variable main as a single argument.
thanks