Hi there,
Today, we are gonna discus about the DOS or Microsoft Disk Operating System (MS DOS) , the grand grand parent of Microsoft's windows 7, windows 8,.. IBM PC-DOS (and the separately sold MS-DOS) and its predecessor, 86-DOS, were loosely inspired by Digital Research's CP/M, which was the dominant disk operating system for 8-bit Intel 8080 and Zilog Z80 based microcomputers. PC-DOS ran on Intel 80x86-family.
It was in the age of systems without the graphical user interface (GUI), that is, no mouse click or multitasking environment. The user can give some inputs by typing in the shell and it returns some response according to the input. Here, we are gonna see how to list folders and files in the disk drives without using the GUI
You can start your dos emulator by typing the command 'cmd' in the run box then press Enter key.
You'll get a window as shown above.
To list all files and folders, we have two commands
1.dir
It shows a simple list of the directories and folders.
2.tree
It is a variety of listing. by using this command, we can show the directories and files in a tree form. So we can easily find parents of directories and files.
That's it.. :)
Thanks for reading
Today, we are gonna discus about the DOS or Microsoft Disk Operating System (MS DOS) , the grand grand parent of Microsoft's windows 7, windows 8,.. IBM PC-DOS (and the separately sold MS-DOS) and its predecessor, 86-DOS, were loosely inspired by Digital Research's CP/M, which was the dominant disk operating system for 8-bit Intel 8080 and Zilog Z80 based microcomputers. PC-DOS ran on Intel 80x86-family.
It was in the age of systems without the graphical user interface (GUI), that is, no mouse click or multitasking environment. The user can give some inputs by typing in the shell and it returns some response according to the input. Here, we are gonna see how to list folders and files in the disk drives without using the GUI
You can start your dos emulator by typing the command 'cmd' in the run box then press Enter key.
You'll get a window as shown above.
To list all files and folders, we have two commands
1.dir
It shows a simple list of the directories and folders.
2.tree
It is a variety of listing. by using this command, we can show the directories and files in a tree form. So we can easily find parents of directories and files.
That's it.. :)
Thanks for reading
No comments:
Post a Comment