Windows has no simple tool or command to wait for a certain amount of time while executing a batch file.
I already have rust installed on all my computers so I thought it would be fitting to create a simple sleep command which can be installed directly through cargo.
With cargo:
bash
cargo install sleep --force
```bash sleep 1.0 Sleep for a given amount of time
USAGE: sleep
FLAGS: -h, --help Prints help information -V, --version Prints version information
ARGS:
Sleep for one second:
bash
sleep 1000