From bdaf99c174d4e0dd776bd1434dc6eea3abf036dd Mon Sep 17 00:00:00 2001 From: efrick Date: Fri, 9 Apr 2021 11:22:31 -0400 Subject: [PATCH] Update README Added instructions to run the .bat file with a single command. --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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`.