damirarh / damirscorner-utterances

utteranc.es comments for https://damirscorner.com
0 stars 0 forks source link

/blog/posts/20070724-LoopOverFilesInDirectoryFromABatchFile.html #7

Open damirarh opened 1 year ago

damirarh commented 1 year ago

Imported

URL: https://www.damirscorner.com/blog/posts/20070724-LoopOverFilesInDirectoryFromABatchFile.html

damirarh commented 1 year ago

Imported comment written by Win10 XPE on 2021-02-13T23:35:36

For a network share use a syntax like:
FOR /R \\ServerName\ShareName\FolderName\ %f in (*) do @echo %f

Greetings