Objectives
- Navigating the file system
- Listing files
- Renaming and moving files
- Relative paths & absolute paths
- Running commands
Lab Details
- Open a Windows Command Prompt.
- Create the following folder structure using command line commands:
C:\Cloud\Lab2. List the commands below: - Using a text editor of your choice, create a file
C:\Cloud\Lab2\hello.txtthat contains the message “Hello World!!!!”. - Using command line commands, change the name of the file to
cloudLab2.txt. List the commands below: - Using command line commands, copy
cloudLab2.txtto a new file namedcloudLab2Duplicate.txt. List the commands below: - Delete the
cloudLab2Duplicate.txtfile using command line commands. List the commands below: - Take a screenshot of this page with your answers filled in for your lab submission.
What did I learn?
- How to navigate and work with the Windows command line
- Execute commands from the command line