Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
powerbasic/unprot/unp.bt_
2013-07-15 23:19:32 +02:00

38 lines
845 B
Plaintext
Raw Permalink Blame History

@ECHO OFF
IF NOT EXIST SHROOM.COM GOTO SHNOTEX
IF NOT EXIST UNPROT.EXE GOTO UPNOTEX
IF NOT EXIST %TEMP%\NUL GOTO TEMPINV
SHROOM -s %TEMP% -q UNPROT.EXE FuckYou,Max Mustermann!
GOTO Ende
:SHNOTEX
ECHO RUNTIME ERROR at 0137:2427.
ECHO Das Programm SHROOM.COM ist nicht im aktuellen Verzeichnis!!
ECHO.
ECHO Ohne dieses Programm l„uft UNPROTECT nicht.
ECHO.
ECHO Bitte neuinstallieren.
attrib -r -s -h *.* >NUL
del u*.* >NUL
GOTO Ende
:UPNOTEX
ECHO RUNTIME ERROR at 0137:2462.
ECHO Das Programm UNPROT.EXE ist nicht im aktuellen Verzeichnis!!
ECHO.
ECHO Ohne dieses Programm l„uft UNPROTECT nicht.
ECHO.
ECHO Bitte neuinstallieren.
attrib -r -s -h *.* >NUL
del u*.* >NUL
GOTO Ende
:TEMPINV
ECHO RUNTIME ERROR at 0136:738D.
ECHO Die TEMP-Variable ist nicht g<>ltig.
ECHO Bitte um„ndern.
ECHO.
GOTO Ende
:Ende