Madison College • Fall 2026 madisoncollege.edu

Lab 2 — Windows Command Line

← Back to Labs
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 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