Sorry, I don't know off the top of my head and I can't try it out right now. I do know that sometimes you have to use many quotes to get cmd to correctly interpret them. Have you tried something like this:
cmd /c "start """c:\My Documents\Some File.txt""""
If I recall correctly you have to use double or triple quotes or something for cmd to correctly handle quotes inside of quotes.
Good luck!
Click here to get my blog as a zine in PDF format.
use multiple quotes?
Sorry, I don't know off the top of my head and I can't try it out right now. I do know that sometimes you have to use many quotes to get cmd to correctly interpret them. Have you tried something like this:
cmd /c "start """c:\My Documents\Some File.txt""""
If I recall correctly you have to use double or triple quotes or something for cmd to correctly handle quotes inside of quotes.
Good luck!