0% found this document useful (0 votes)
19 views

DOSnotes Christopher

The document shows the output of dir, cd, mkdir, copy, type, and move commands in a Windows command prompt for the user Christopher Vazquez. It lists the directories and files in the user's profile including folders for Desktop, Documents, Downloads, and programs. It also creates a new directory called Fun, copies a blank file to the Favorites folder, then moves it to the new Fun directory.

Uploaded by

cvsqu8484
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views

DOSnotes Christopher

The document shows the output of dir, cd, mkdir, copy, type, and move commands in a Windows command prompt for the user Christopher Vazquez. It lists the directories and files in the user's profile including folders for Desktop, Documents, Downloads, and programs. It also creates a new directory called Fun, copies a blank file to the Favorites folder, then moves it to the new Fun directory.

Uploaded by

cvsqu8484
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

C:\Users\Christopher Vazquez>dir

Volume in drive C is Acer


Volume Serial Number is 4ABB-9AD5

Directory of C:\Users\Christopher Vazquez

01/24/2024 11:16 PM <DIR> .


08/17/2023 08:47 PM <DIR> ..
08/08/2023 10:06 AM <DIR> .config
08/15/2023 11:32 PM <DIR> .ms-ad
08/09/2023 06:39 PM <DIR> .vscode
08/17/2023 08:54 PM <DIR> Contacts
01/24/2024 05:19 PM <DIR> Creative Cloud Files
01/24/2024 10:53 PM <DIR> Desktop
01/22/2024 09:47 AM <DIR> Documents
01/24/2024 06:43 PM <DIR> Downloads
01/24/2024 11:16 PM <DIR> Favorites
08/03/2023 02:30 PM 23 hello.py
01/23/2024 10:17 PM 0 hello.txt
01/23/2024 10:18 PM 13 hello.txy
08/17/2023 08:54 PM <DIR> Links
08/03/2023 02:12 PM 410 main-1.py
08/03/2023 02:02 PM 383 main.py
08/17/2023 08:54 PM <DIR> Music
09/12/2023 01:55 PM <DIR> NCH Software Suite
10/24/2023 08:28 PM <DIR> OneDrive
09/19/2023 03:23 PM <DIR> Pictures
08/17/2023 08:54 PM <DIR> Saved Games
08/17/2023 08:54 PM <DIR> Searches
09/12/2023 01:55 PM <DIR> Videos
5 File(s) 829 bytes
19 Dir(s) 316,594,958,336 bytes free

C:\Users\Christopher Vazquez>cd
C:\Users\Christopher Vazquez

C:\Users\Christopher Vazquez>cd Favorites

C:\Users\Christopher Vazquez\Favorites>cd..

C:\Users\Christopher Vazquez>mkdir Fun

C:\Users\Christopher Vazquez>copy DOSCheatSheet.txt Favorites


The system cannot find the file specified.

C:\Users\Christopher Vazquez>type nul>DOSCheatSheet.txt

C:\Users\Christopher Vazquez>copy DOSCheatSheet.txt Favorites


1 file(s) copied.

C:\Users\Christopher Vazquez>cd
C:\Users\Christopher Vazquez

C:\Users\Christopher Vazquez>del DOSCheatSheet.txt

C:\Users\Christopher Vazquez>cd Favorites

C:\Users\Christopher Vazquez\Favorites>move DOSCheatSheet.txt Fun


Overwrite C:\Users\Christopher Vazquez\Favorites\Fun? (Yes/No/All): Yes
1 file(s) moved.

C:\Users\Christopher Vazquez\Favorites>cd..

You might also like