How to Make a Task Viewer Program

by TheNerdySmallSmartCoder45 in Circuits > Microsoft

824 Views, 16 Favorites, 0 Comments

How to Make a Task Viewer Program

Screenshot (75).png
Screenshot (76).png

This Will Show You How To Make A Task Viewer That Will List All Of The Operating Tasks In Your Computer

Open Notepad

Screenshot (47).png

Press The Windows Logo Button + R Multiple Times Until "Run" Comes Up.

Then Type In "notepad"

Save It

Screenshot (73).png

Save It As Whatever You Want But Put .bat On Or The Program Won't Work

The Code

Screenshot (77).png

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

Testing

Screenshot (75).png

When Your Done Save It.

And When You Done And Run It Should Do This (^Example In the Image^)

BANG YOUR DONE!