Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: CMD to unhide files  (Read 3381 times)

0 Members and 1 Guest are viewing this topic.

axipher

  • Guest
CMD to unhide files
« on: May 08, 2006, 11:46:58 AM »
Hey, I'm new here so here's my first problem.  I have a portable disk drive and I hid some of the folders along with the subfolders, etc.  Now I'm at school and in need of unhiding the files but Folder Options and Control Panel is disabled.  Now my question is can CMD be used to unhide the files?

JamieB

  • Guest
Re: CMD to unhide files
« Reply #1 on: May 08, 2006, 03:57:40 PM »
this what you looking for?
C:\Attrib /?
Displays or changes file attributes.

ATTRIB [+R | -R] [+A | -A ] [+S | -S] [+H | -H] [drive:][path][filename]
       [/S [/D]]

  +   Sets an attribute.
  -   Clears an attribute.
  R   Read-only file attribute.
  A   Archive file attribute.
  S   System file attribute.
  H   Hidden file attribute.
  [drive:][path][filename]
      Specifies a file or files for attrib to process.
  /S  Processes matching files in the current folder
      and all subfolders.
  /D  Processes folders as well.

axipher

  • Guest
Re: CMD to unhide files
« Reply #2 on: May 08, 2006, 07:21:38 PM »
thanks alot, this will help me alot.