Current Students, visit the student website for the information you need.
Student Portal
Home
Resources
Help
Cloud For Developers
Back to Cloud For Developers Labs
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.txt that 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.txt to a new file named cloudLab2Duplicate.txt
List the commands below:
Delete the cloudLab2Duplicate.txt file using command line commands
List the commands below:
Take a screenshot of this file with your answers filled in the textareas for your lab submission.
What did I learn?
How to navigate and work with the Windows command line
Execute commands from the command line