List UNC Path Directory

  • Thread starter Thread starter noobuntu
  • Start date Start date
N

noobuntu

Guest
\\someserver01\data$\Program Files\Foobar Group\blah\Xml\directfile
\some_folder

Hi How to list directory with given path like above in cmd ?

thanks
 
Re: List UNC Path Directory


"noobuntu" <webtourist@gmail.com> wrote in message
news:9a3b1f68-3959-481a-b6b5-7059ef466ad0@c58g2000hsc.googlegroups.com...
>
> \\someserver01\data$\Program Files\Foobar Group\blah\Xml\directfile
> \some_folder
>
> Hi How to list directory with given path like above in cmd ?
>
> thanks


Because the path has spaces, enclose it in quotes. For example:

dir "\\someserver01\data$\Program Files\Foobar
Group\blah\Xml\directfile\some_folder"

--
Richard Mueller
MVP Directory Services
Hilltop Lab - http://www.rlmueller.net
--
 
Back
Top