Created
May 2, 2012 20:21
-
-
Save nicoulaj/2580109 to your computer and use it in GitHub Desktop.
Clean Steam install files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
REM This one-liner does the same as http://sourceforge.net/projects/tikione | |
for /R "C:\Program Files (x86)\Steam\steamapps" %%I in ("") do if exist "%%~dpIredist" rmdir /s /q "%%~dpIredist" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment