Batch Script - TASKLIST


Advertisements


This batch command lists tasks, including task name and process id (PID).

Syntax

Tasklist

Example

@echo off 
Tasklist

Output

The above command will list all the tasks on the current system.


batch_script_commands.htm

Advertisements