13 lines
577 B
Markdown
13 lines
577 B
Markdown
# NirCmd scripts
|
|
|
|
This repository contains small scripts to run NirCmd on Windows systems, to move the cursor every minute
|
|
|
|
### NirCmd
|
|
[NirCmd](https://www.nirsoft.net/utils/nircmd.html) is a small tool that can run many actions on Windows.
|
|
`nircmd-x64.zip` is the latest version we got (2.86).
|
|
|
|
### Scripts
|
|
* `alive.sh` is a Shell script which calls NirCmd to move the cursor every 30 seconds.
|
|
* `alive.ps1` is a PowerShell script which calls NirCmd to move the cursor every 30 seconds.
|
|
* `alive.bat` is an MS-DOS batch which calls NirCmd to move the cursor every 30 seconds.
|