From 0dbc74a5dd1a94e5e4b799912e7f35b047cd4cb5 Mon Sep 17 00:00:00 2001 From: "U-tom-pc\\tom" Date: Tue, 23 Jan 2018 23:55:53 +1100 Subject: [PATCH] added autocopy bat --- install.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 install.bat diff --git a/install.bat b/install.bat new file mode 100644 index 0000000..fd631d4 --- /dev/null +++ b/install.bat @@ -0,0 +1,5 @@ +@ECHO off + +reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set OS=32BIT || set OS=64BIT +if %OS%==64BIT xcopy ".\*" "%ProgramFiles(x86)%\Steam\skins\compact" /s /e /y /i +if %OS%==32BIT xcopy ".\*" "%ProgramFiles%\Steam\skins\compact" /s /e /y /i