Introduction: How to Make a Task Viewer Program
This Will Show You How To Make A Task Viewer That Will List All Of The Operating Tasks In Your Computer
Step 1: Open Notepad
Press The Windows Logo Button + R Multiple Times Until "Run" Comes Up.
Then Type In "notepad"
Step 2: Save It
Save It As Whatever You Want But Put .bat On Or The Program Won't Work
Step 3: The Code
The Code Is Simple:
@echo off
title Task Viewer
:A
cls
tasklist
echo Please Press Any Key To Retrieve The Updated Tasks pause >nul
goto A
Step 4: Testing
When Your Done Save It.
And When You Done And Run It Should Do This (^Example In the Image^)
BANG YOUR DONE!