Introduction: How to Make a C:/Windows Checker

About: Hello, I Am TheNerdySmallSmartCoder45! I Am A Very Young Computer Coder Who Is Under The Age Of 13! (Username Has Changed) (Sorry for the month of doing NOTHING. I needed a THINK)

This Is A Tutorial To Make This Simple Program

Step 1: Open Notepad

Press WIN Button + R Multiple Times Until Run Comes Up. Then Type In "notepad" and press Enter

Step 2: Save It Just in Case

Save It As Anything You Want But .bat Has To Be At The End Of Your Title Or The Program Won't Work

Step 3: Coding Part 1

Type In:

@echo off

title System Check-Up

echo Would You Like To See Th Files In Windows?

echo Press The X Button For No

echo Press Any Key For Yes

pause >nul

Step 4: Coding Part 2

Now Type In:

cd C:\Windows

tree

cd C:\Users

echo Done!

echo Press Any Key To Exit

pause >nul

exit

(Checking Will Take A While Depending On How Big Your C:/Windows File Is)

Step 5: Testing the Program

Save It Then Open The Program That You Created And Test It.

When Your Done testing It...

You're DONE AND FINISH!