9.10. Creating a custom monitor from a script

9.10.1. Step 1: Select the data provider

For this task, we will monitor a script that runs on your computer. Create the following script:

For Windows(R) computers:

@echo OFF

echo 1

Save the file as test.bat (on Windows).

Note:

This is a very basic script, intended only to show you the functionality.