Forum Discussion
joffre
15 years agoRegular Contributor
First of all, sorry for resurrecting this topic. I tried all the advices post before and nothing worked.
I'm having a similar problem here.
I'm working with Command Prompt and I have to type double quotes ( " ) on it.
Here is my code:
Where LGComponentes = "01 - LG Componentes"
The idea here is to rename the folder "01 - LG Componentes" to "1.LGComponentes", and on Command Prompt it is necessary to double quote a folder with spaces to work.
So, any idea about how I'll make the double quotes?
I'm having a similar problem here.
I'm working with Command Prompt and I have to type double quotes ( " ) on it.
Here is my code:
Call Aliases.cmd.wndConsoleWindowClass.Keys("ren "&LGComponentes&" 1.LGComponentes")
Where LGComponentes = "01 - LG Componentes"
The idea here is to rename the folder "01 - LG Componentes" to "1.LGComponentes", and on Command Prompt it is necessary to double quote a folder with spaces to work.
So, any idea about how I'll make the double quotes?