B
BryanC
Help please! - I can't get the START command to work for a
filename containing spaces.
I use a BAT file to open a bunch of Excel and Word docs in
turn depending upon what project I'm working on.
Works fine for files without spaces, but it fails with
spaces. eg, in a BAT file...
START /DC:\Data\Bryan\ BZD_Test1.xls
START /DC:\Data\Bryan\ BZD_Test1.doc
START /DC:\Data\Bryan\ "BZD_Test2 blah blah.xls"
Have tried all sorts of combinations of quotes for the
third case and have searched the net and MS with no sucess.
Any suggestions?
Cheers,
Bryan
PS The help for the START command is pathetic. It gives
no example of the usage for spaces in flnms. And most
windows users use lots of spaces.
filename containing spaces.
I use a BAT file to open a bunch of Excel and Word docs in
turn depending upon what project I'm working on.
Works fine for files without spaces, but it fails with
spaces. eg, in a BAT file...
START /DC:\Data\Bryan\ BZD_Test1.xls
START /DC:\Data\Bryan\ BZD_Test1.doc
START /DC:\Data\Bryan\ "BZD_Test2 blah blah.xls"
Have tried all sorts of combinations of quotes for the
third case and have searched the net and MS with no sucess.
Any suggestions?
Cheers,
Bryan
PS The help for the START command is pathetic. It gives
no example of the usage for spaces in flnms. And most
windows users use lots of spaces.