function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Durgamba RayuduDurgamba Rayudu 

Apex integration services -- Apex web services not able to get session ID need help.

Hi , 
I am new to salesforce. till the webservice did correctlyas in trailhead. installed curl. reset security token, got the client secret and key from the connected app. 
for getting session ID, i entered like this. but not able to get any session id. getting error that '" -d "client_secret' is not recognized as an internal or external command, operable program or batch file.

entered cur command like this: 
curl -v https://login.salesforce.com/services/oauth2/token -d "grant_type=password" -d "client_id=3MVG9ZF4bs_.MKug5dVQ2_XEI.3aoiiqzy7MHVs77F.4T6_ku8Um6Rcvg8GCz1IFEAMotoEVJKXEKayjyKmUM
" -d "client_secret=10DAC43DD1F438C3EFEA65E6130B3514CBC1080B3A204E7BE4B556FCEE2B23EC" -d "username=durgarvv@gmail.com" -d "password=Rajub708tPxv5mlPzzHeuM2gbOhrUOchf" -H 'X-PrettyPrint:1'

can somebody can help me. 

Thanks
Durga