Re: Hidden Folders

From: cambriaat_private
Date: Wed Sep 12 2001 - 11:07:56 PDT

  • Next message: Michael Wojcik: "RE: Hidden Folders"

    If you have a DOS version of "grep" you can save yourself quite a bit of work with...
    
    attrib /s | grep "^......H" > files.log
    
    Tested on Win ME.  If your attrib output is different (i.e. the "H" flag appears somewhere else besides the 7th character in the line), adjust this accordingly.
    
    
    On 9/12/2001 at 6:56 PM Ferry van Steen wrote:
    
    >On the command prompt (DOS)
    >attrib /s >> files.log
    >look for folders with H setc
    



    This archive was generated by hypermail 2b30 : Wed Sep 12 2001 - 21:26:20 PDT