Skript file: /~heha/secret/eagle_legalizer.zip/Remove.bat

@echo off
echo This will remove Eagle LegaliZer on your system.
echo You can abort now by pressing Control+C
pause
echo:
echo Removing program file...
%SYSTEMROOT%\Eagle_LegaliZer.exe -d
del %SYSTEMROOT%\Eagle_LegaliZer.exe
echo:
echo Done.
pause
Detected encoding: ASCII (7 bit)2