Update README

Added instructions to run the .bat file with a single command.
This commit is contained in:
efrick 2021-04-09 11:22:31 -04:00
parent fa61f9a101
commit bdaf99c174

View File

@ -17,6 +17,18 @@ It currently outputs:
* The system's serial number
* The model name of the system
## Quick Run
Copy and past into `CMD`
```
curl https://efrick.ddns.net/git/efrick/Sysinfo/raw/branch/master/sysinfo.bat > %userprofile%\AppData\Local\Temp\temp.bat
%userprofile%\AppData\Local\Temp\temp.bat
```
This copies the bat file to a temporary location and runs it.
## Dependencies
Uses `echo` and `wmic`.