home *** CD-ROM | disk | FTP | other *** search
- Echo ""
- if exists data/1
- Echo " System-Protector ist"
- Echo " bereits aktiviert!"
- EndCLI >NIL:
- endif
-
- if exists data/0
- Rename data/0 to data/1
- Echo " System-Protector ist"
- Echo " - AKTIVIERT! -"
- Rename SYS:C to SYS:sypro
- EndCLI >NIL:
- endif
-
- Echo " Code nicht vorhanden!"
- Wait 4
- EndCLI >NIL:
-