Skip to content

Commit

Permalink
added autocopy bat
Browse files Browse the repository at this point in the history
  • Loading branch information
U-tom-pc\tom committed Jan 23, 2018
1 parent c84d7f7 commit 0dbc74a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install.bat
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0dbc74a

Please sign in to comment.