[70 points] Exercise Questions: 1. Use the Windows command-line interface to create a directory with your student number
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
[70 points] Exercise Questions: 1. Use the Windows command-line interface to create a directory with your student number
Questions: 1. Use the Windows command-line interface to create a directory with your student number as the name [7 points]. 2. Use command to change the working directory to the directory you created [7 points]. 3. Use echo.>a.txt command to create an a.txt file in the current directory. User command to show the files and folders list of current directories [7 points]. 4. Use command to make a copy of a.txt that is named as b.txt [7 points]. 5. Use command echo.>c.pdf to create a c.pdf file. Use command line to show only the files with extension of .txt to create an a.txt file [7 points]. 6. Use command to delete file a.txt and then use command to show the list of files and folders in current directory [7 points]. Record the screenshot of your command-line interface that includes all the required operations and results.
[70 points] Exercise