start command

G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.basics (More info?)

how can I get the start command to handle a path with
spaces? Example: start /b "c:\program files\internet
explorer\iexplore.exe"
 
Archived from groups: microsoft.public.windowsxp.basics (More info?)

"paul gerber" <anonymous@discussions.microsoft.com> wrote:

>how can I get the start command to handle a path with
>spaces? Example: start /b \"

Type
START /?
at a DOS prompt for help with the command. You need to give path and
exe separately, like:
START /d"c:\program files\internet explorer" /b iexplore.exe

--
(tm)