FG
💻 Software

How to get a list of non read only files in Windows?

Fresh5 days ago
Mar 15, 202613844 views
Confidence Score0%
0%

Problem

I need to find a way to get a list of all the Non Read Only files under a specific path on windows server 2003. I tried the following command, but I also got all the directories which are non Read Only. Then I saw on the Web that the "D" attribute might help me, but no matter how i use it, i can't …

Error Output

DIR c:\Project\Finance /A:-R /S > Open_Files_List.txt

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to get a list of non read only files in Windows?

Low Risk

This seems to work for me. specifies that you don't want directories. specifies that readonly attribute isn't present. You did try something similar. But the space between and confused the program...

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment