typing a path with spaces in XP

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In XP when I enter “C:\Program Files\Microsoft Office\Office11\MSAccess.exeâ€
/wrkgrp \\htech001\jobboss\client70\jobboss.mdw /user support /pwd xxxxx in
the Run box I get the following errer: Windows cannot find "'Program'. Make
sure... I'm trying to type a path that has spaces in it, but I'm trying to
put quotes around it. Any help?
 
Just for fun I tried the same thing without the quote marks. Access
came up just fine,

Then when I did the same thing from the command prompt, I got "The
filename, directory name, or volume label syntax is incorrect."

Go figure!
 
Hello Ken,

At work I notice that when I use a server designation in an MS Access
shortcut, the "\\" is problematical.

To fix it I put quotes around the ENTIRE command line. So in your case, I'm
suggesting that you make it:

"C:\Program Files\Microsoft Office\Office11\MSAccess.exe /wrkgrp
\\htech001\jobboss\client70\jobboss.mdw /user support /pwd xxxxx"

or alternately

"C:\Program Files\Microsoft Office\Office11\MSAccess.exe" /wrkgrp
"\\htech001\jobboss\client70\jobboss.mdw" /user support /pwd xxxxx"

Alan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top