Disk Operating System Learning

Disk Operating System Learning

Open Dos

![Open Dos 01](C:\Users\13104\Pictures\Saved Pictures\Screenshot 2022-04-22 201429.png)

![Open Dos 02](C:\Users\13104\Pictures\Saved Pictures\Screenshot 2022-04-22 201332.png)

Dos commands

# Switching disk D => D:
# display all Directories => dir
# Change directory(/d parameter can realize the change across disks.) => cd /d D:
# Return to last class => cd ..
# Change to Certain position => cd Drivers 
# Clear the screen => cls
# exit terminal => exit
# Self IP searching => ipconfig
# Open calculator tool => calc
# Open mspaint tool => mspaint
# Open notepad => notepad
# Ping website command(To test whether the website pinged is normal.) => ping www.baidu.com
# Make a txt document called test => cd>test.txt
# Delete a document => del test.txt
# Make a directory called test => md test
# Remove a director(Should in the mother directory) => rd test
posted @ 2022-04-22 20:32  杜明睿Miguel  阅读(27)  评论(0)    收藏  举报