Cleanup Scripts....
I'd like to see what you all do for a cleanup script. Ya know for those lil pcs that you've found that just don't totally go away.
This is my sloppy first version: (Sitting in \PortableApps\EjectScript\App\EjectScript
@ECHO OFF TITLE Eject Black Box Batch File cd.. cd.. cd.. cd.. START PortableApps\TrueCrypt\App\TrueCrypt\TrueCrypt.exe /q /d /w DEL /A:H "%APPDATA%\xpy.ini" DEL "%APPDATA%\xpy.ini" RMDir /S /Q "%APPDATA%\Google" RMDir /S /Q "%APPDATA%\Mozilla" RMDir /S /Q "%APPDATA%\SiteAdvisor" RMDir /S /Q "%APPDATA%\Talkback" RMDir /S /Q "%APPDATA%\TrueCrypt"
- Read more about Cleanup Scripts....
- 2 comments
- Log in or register to post comments