Computer Science, asked by atidumqwajilr9076, 1 year ago

Steps to write a command in ms dos

Answers

Answered by brainyUser
0
on the desktop, tap on start button.
click on Run command. Run dialog box appears type "cmd" and press enter. msdos command prompt window appears. on the keyboard press Alt + Enter to get the full screen.

in the command prompt,
C:\>
type mk folder
then type cd folder

then check in documents to find a folder called "folder"

to clear the screen
type cls

any issues with internet
in the command prompt type

ipconfig \release
then
ipconfig \renew

by this internet will start working again

to see the directory of files and folders type
dir *.*
Similar questions