Current Students, visit the student website for the information you need.
Student Portal
Objectives
  • Navigating the File System
  • Listing Files
  • Renaming and Moving Files
  • Relative Paths & Absolute Paths
  • Running Commands
Lab Details
  1. Open a Windows Command Prompt
  2. Create the following folder structure using command line commands: C:\Cloud\Lab2
    List the commands below:
  3. Using a text editor of your choice, create a file C:\Cloud\Lab2\hello.txt that contains the message "Hello World!!!!"
  4. Using command line commands, change the name of the file to cloudLab2.txt
    List the commands below:
  5. Using command line commands, copy cloudLab2.txt to a new file named cloudLab2Duplicate.txt
    List the commands below:
  6. Delete the cloudLab2Duplicate.txt file using command line commands
    List the commands below:
  7. 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