2,172
edits
CrystalBen (talk | contribs) m (add CLEANER.BAT) |
CrystalBen (talk | contribs) m (add description about CLEANER.BAT) |
||
Line 262: | Line 262: | ||
===CLEANER.BAT=== | ===CLEANER.BAT=== | ||
* CLEANER.BAT's code was discovered in UNINST.EXE (Uninstaller of the Games), the Program was calling the Batch file aswell, but it was never shipped with the Games. | |||
* @del "%s" > nul | |||
* @rd "%s" > nul | |||
* @deltree /y "%s" > nul | |||
* @rd /s /q "%s" > nul | |||
* @del /f /s /q "%s" > nul | |||
===Icons=== | ===Icons=== |
edits