answersLogoWhite

0

If you just want to display the hidden files, run following command:

dir /ah

this will show you all hidden files and folders..

However if you want to change the attributes permanently, use attrib command..

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

What MS-DOS command can display hidden files?

The attrib command is capable of displaying files that have been marked as hidden.


Which MS DOS command can display hidden files?

If you just want to display the hidden files, run following command: dir /ah this will show you all hidden files and folders.. However if you want to change the attributes permanently, use attrib command..


Would the ls -a command show hidden files?

Yes, in Linux or Unix, this command will show all files including hidden files in the current directoryl. In general, hidden files are files whose name begins with a period "."


From command prompt how do you display hidden files?

To access hidden files from command prompt, go to start, and in the search box, type "cmd", then enter. From there, click start, computer, my computer and look for F drive. Type F, then enter. Then type attrib -s -h -r /s /d, and hit enter. Go to your F drive and you should be able to see the hidden files.


Is Io.sys a hidden file?

Yes. Along with MSDOS.sys, they are the two hidden system files that are loaded and executed when you boot your computer. In newer operating systems, IO.sys and MSDOS .sys are combined into one hidden file.


Why are hidden files on a DOS disk?

Hidden files are files stored on the disk, but which do not show up when you list a directory of the disk.In DOS, you normally type the command DIR to view the files on a disk. If you would like to see hidden file names, use the command DIR /AH (A=Attribute; H=Hidden).


How do you delete hidden files using batch scripts?

You can just delete hidden files with the same del command, but since the files are hidden you need to map the location of the hidden folder in the command so the batch file knows where to look and delete. @Echo off del "location of hidden files and/or folders" /Q /F /S exit


What Linux command lists hidden files and file attributes?

ls -al list hidden file also.Hidden files starting with "."


What command will display files starting from z in unix?

Use the command: ls z* for those files in your current working directory.


When windows is set to display hidden files they appear what color?

Usually Faded


Does windows display all files default?

No. Certain files are hidden by default. You can reveal them by opening any folder, clicking on tools, folder options. View Options, view hidden files and folders.


What command in windows 98 can you use to change a files settings?

The ATTRIB command displays or changes the read-only, archive, system, and hidden attributes assigned to files