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

@echo off
echo This will install Eagle LegaliZer on your system.
echo Exactly at "%SYSTEMROOT%\Eagle_LegaliZer.exe"
echo You can abort installation by pressing Control+C
pause
echo:
echo Installing program file...
copy Eagle_LegaliZer.exe %SYSTEMROOT%
%SYSTEMROOT%\Eagle_LegaliZer.exe -i
echo:
echo Done.
pause
Detected encoding: ASCII (7 bit)2