[Migrated content. Thread originally posted on 26 April 2008]
I have a problem opening a pdf file which contains spaces.start c:\\myfile\\my.pdf works ok
start "c:\\myfile\\my.pdf" only opens a command prompt
start "c:\\my file\\my.pdf" "
start 'c:\\my file\\my.pdf' windows can't find file.
start c:\\my(file)\\my.pdf doesn't work
I am using C$SYSTEM with flags 201.
Can someone please help me.
Thanks



