To issue the following commands, it is necessary to open a command prompt (an
MS-DOS window). The procedure for this is the same for all versions of Windows.
- Click the START button
- Choose the RUN option
- Type “command” if you are using Windows 95/98 or “cmd” for all other versions
of Windows and press Enter or click OK. - A window similar to the following one will appear
- Now the commands and tools listed below can be entered.
Commands and tools (Windows)
Commands
| date | Display or set the date of the system |
| time | Display or set the time of the system |
| ver | Display the MS-DOS version that is being used |
| dir | Display the list of subdirectories and files of a directory |
| cls | Clear the screen |
| mkdir, md directory | Make a directory with the name “directory” Example: md tools |
| chdir, cd directory | Display the name or change the current directory to “directory” Example: cd tools |
| rmdir, rd directory | Delete the directory with the name “directory” Example: rd tools |
| tree directory | Display the structure of folders of a path in text-graphic format Example: tree c:\tools |
| chkdsk | Check a disk and show a status report |
| mem | Show the amount of memory used and free in the system |
| rename, | Change the name of files |
| copy source dest | Copy one or more files to another location |
| move source dest | Move files and change the name of files and directories |
| type file | Type the content of one or more text files |
| more file | Display the information screen by screen |
| delete, del file | Delete one or more files |
No comments:
Post a Comment