Skip to content

Instantly share code, notes, and snippets.

@nicoulaj
Created May 2, 2012 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicoulaj/2580109 to your computer and use it in GitHub Desktop.
Save nicoulaj/2580109 to your computer and use it in GitHub Desktop.
Clean Steam install files
@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