home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist stage.dat goto fix
- echo ┌─────────────────────────────────────────────────────────────────┐
- echo │ Emergency Access Recovery Procedure │
- echo ├─────────────────────────────────────────────────────────────────┤
- echo │ │
- echo │ To obtain emergency access to your computer invoke │
- echo │ the emeracc program by typing: │
- echo │ EMERACC KEY │
- echo │ │
- echo │ Where KEY is the number you wrote down during the │
- echo │ installation. After the machine automatically re-boots, │
- echo │ the install program will be invoked automatically for you. │
- echo │ │
- echo └─────────────────────────────────────────────────────────────────┘
- goto abort
- :fix
- del stage.dat
- 1install a: c: emeracc
- :abort