Saved Bookmarks
| 1. |
Dir command is used toa)Rename the directoryb)list the directoryc)Open directoryd)Make directory |
|
Answer» DIR is a COMMAND which is used to sort or list the directory. So, option B is the answer. ======== Let us go for the REMAINING commands too. To rename a directory, we need to use the command - ren or mv To open a directory, we need to use the command - cd or path To make a directory, we need to use the command - mkdir |
|