Open main menu

Difference between revisions of "DEV7 Information"

275 bytes added ,  18:55, 20 December 2023
m
add description about CLEANER.BAT
m (add CLEANER.BAT)
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===
2,051

edits