How to add quotes in visual basic? [on hold]
- by Poistenec
I'd like to ask how is it possible to add quotes in VB.
I'm trying to run command which contains quotes..
example:
Shell("cmd.exe")
SendKeys.Send("cd "c:\users\abc def" ") <<<<--- this line
SendKeys.Send("{ENTER}")
there is an syntax error.
the problem is that I need to add quotes to some commands as there is a space in folderpath.
As a beginner in VB I'm not really sure how to describe the poblem correctly so I hope you can see the it in my example :/
Thank you all in advance