Open main menu

Difference between revisions of "DEV7 Information"

47 bytes removed ,  19:10, 20 December 2023
m
use link of CLEANER.BAT instead of showing it on the Wiki
m (use link of CLEANER.BAT instead of showing it on the Wiki)
Line 263: Line 263:
===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.
* 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.
Code of CLEANER.BAT:
[https://github.com/BJNFNE/DEV7/blob/tools/CLEANER/CLEANER.BAT Code of CLEANER.BAT]
* @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