diff --git a/README.md b/README.md index 921b8a4..f4992d9 100644 --- a/README.md +++ b/README.md @@ -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`.