Jump to content

List UNC Path Directory


Recommended Posts

Guest noobuntu
Posted

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

\some_folder

 

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

 

thanks

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Richard Mueller [MVP]
Posted

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

--


×
×
  • Create New...