Lesson - 1
Batch Script Scan Auto Information For Computer.
Follow The Steps Given Below
Step -1
Open Notepad
Step -2
Copy The Code and Type The code in notepad
Step -3
Save The File As [any name.bat] example:- [Autoscan.bat]
Goto FILE >>> SAVE AS >>> GIVE YOUR FILE NAME .BAT >>> SAVE IT
To Download This Code Link In Below ↓
----------------------------------------------------------------------------------------------------------------------------------
Lesson - 2
How To Create a Notepad Website Bomb Prank.
Step -1
Open Notepad Press Win + R Type Notepad and Press Enter
Step -2
Type This Text ↓
@echo off
:loop
start www.google.com
start www.facebook.com
start www.youtube.com
goto loop
Step -3
Save as [any name.bat ]
To Download This Code Click Link In Below ↓
Lesson - 3
How to Create Notepad Rainbow
Step -1
Open Notepad Press Win + R Type Notepad and Press Enter
Step -2
Type This Text ↓
@echo off
cls
: loop
color 0a
echo "Your Text Here"
ping localhost -n 1 >nul
color 0b
echo "Your Text Here"
ping localhost -n 1 >nul
color 0c
echo "Your Text Here"
ping localhost -n 1 >nul
color 0d
echo "Your Text Here"
ping localhost -n 1 >nul
color 0e
echo "Your Text Here"
ping localhost -n 1 >nul
color 0f
echo "Your Text Here"
ping localhost -n 1 >nul
goto loop
Step -3
Save as [any name.bat ]
0 Comments
If You Have Any doubts, Please Let Me Know