vb6 - Escape double quote in VB string - Stack Overflow
One other note. It's important to wrap the strings that you are passing to the Shell and ShellExecute functions in quotes when your path contains spaces. Windows Shell and ShellExecute functions understand spaces as a command line item delimiter unless th
stackoverflow.com |