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..
The attrib command is capable of displaying files that have been marked as hidden.
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..
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).
Is used as a general search method for the ms dos days. at the command prompt: c:\ dir *.txt; means search and display all files ending with a '.txt' and display them on the screen.
DOSEXAFTERBREAKFAST
DIR
echo "%username%"
The files are CONFIG.SYS and AUTOEXEC.BAT.
Dos commands are used to create or delete directories. The ATTRIB Command is used for locking and unlocking of files.
In DOS, you can use the date command to display or set the current date, and the time command to display or set the current time. To see the current date and time along with the weekday, you can use the echo command combined with the %date% and %time% environment variables. For example, you can enter echo %date% %time% to display the current date and time.
If you mean storage, you can find it with DIR
An MS-DOS boot disk can contain several files, the the minimum three files required are command.com, IO.sys, and MSDOS.sys (the two SYS files may be hidden).