So simple and so tricky.
Thank you again!
Search found 2 matches
- 24 Apr 2008 05:53
- Forum: DOS Batch Forum
- Topic: Searching for file owners, but struggling with space in name
- Replies: 2
- Views: 7284
- 23 Apr 2008 07:22
- Forum: DOS Batch Forum
- Topic: Searching for file owners, but struggling with space in name
- Replies: 2
- Views: 7284
Searching for file owners, but struggling with space in name
Hi there, i am just writing a simple script to go through a given list of file names (the list is in a txt file), performing a DIR /q into it and sending the results to an output file. for /F %%i IN (confidentiallist.txt) do dir /q %%i >> owner-confidential.txt The issue i am facing when running the...