Re: Hidden Folders

From: Kevin Gagel (Gagelat_private)
Date: Wed Sep 12 2001 - 11:09:44 PDT

  • Next message: Aman Zuluaga C.: "RE: Hidden Folders"

    From a command prompt a simple
    dir /a:h /s *. > filename.txt
    Would reveal each hidden folder on your c: drive.
    dir - show everything in the current directory.
    /a  - show everything in the current directory regardless of attributes
    /a:h - show only items with the hidden attribute set
    /s show from here on down the directory structure
    *. show all files that do not have an extension ie: directories
    > used to redirect output to a filename.
    
    Ferry van Steen wrote:
    > 
    > On the command prompt (DOS)
    > attrib /s >> files.log
    > look for folders with H set
    > 
    > ----- Original Message -----
    > From: <Deigodudeat_private>
    > To: <vuln-devat_private>
    > Sent: Wednesday, September 12, 2001 2:34 PM
    > Subject: Re: Hidden Folders
    > 
    > > c:\windows\temporary internet files\content.ie5 and subfolders within it
    > are also hidden. I would like to note that if you perform a find or use a
    > program called magic folders used for hiding folders you can UNHIDE these
    > folders. I would like replies on any other hidden folders people know of.
    > >
    > > Regards,
    > > Deigo
    
    -- 
    =============================
    Kevin W. Gagel
    Network Administrator
    College of New Caledonia
    gagelat_private
    (250)561-5848 loc. 448
    =============================
    --------------------------------
    The College of New Caledonia
    Visit us at http://www.cnc.bc.ca
    --------------------------------
    



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