home *** CD-ROM | disk | FTP | other *** search
- echo "*ecFormatting Hard-drive.... " noline
- list sys: >nil:
- list sys: >nil:
- list sys: >nil:
- echo "done"
-
- echo "Erasing memory.... " noline
- wait 3
- echo "done"
-
- echo "*n*e[1mNOTICE:*e[0m All things will be restored on"
- echo "entry of the *e[3msecret password!! *e[0m*n"
-
- echo "Password: " noline
- Set >NIL: blah ?
-
- if "$blah" eq "poop"
- echo "That was it!!!"
- wait 3
- endshell ; quit doesn't work, endshell does
- else
- echo "*nOh no! You got it wrong! The password was p#$%@£!!$##NO CARRIER...."
- prompt "I.am.Dead:> "
- endif
-