Pass double quotes in cmd window as arguments using bat file

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
KanchanS
Posts: 1
Joined: 14 Dec 2012 06:56

Pass double quotes in cmd window as arguments using bat file

#1 Post by KanchanS » 14 Dec 2012 07:08

Hi all,

I have a bat file with the below code:

C:\PROGRA~1\MICROS~1.0\Common7\IDE\tcm.exe run /create /title:"13122012" /planid:184 /suiteid:28660 /configid:98 /settingsname:"CISystemDPTestSetting" /testenvironment:"CIDailyAutomationMed-Win7-VDI3" /collection:http://tfs:8080/tfs /teamproject:acs

I need to execute this command with double quotes passed in as arguments.

Please extend your help to resolve this problem.

Thanks
Kanchan

abc0502
Posts: 1007
Joined: 26 Oct 2011 22:38
Location: Egypt

Re: Pass double quotes in cmd window as arguments using bat

#2 Post by abc0502 » 14 Dec 2012 08:12

Can you explain more ? more info = quick help :)

Post Reply