home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / utilities / shellscr / examples / iconx_demo < prev    next >
Encoding:
Text File  |  1999-07-15  |  527 b   |  25 lines

  1. echo "*ecFormatting Hard-drive.... " noline
  2. list sys: >nil:
  3. list sys: >nil:
  4. list sys: >nil:
  5. echo "done"
  6.  
  7. echo "Erasing memory.... " noline
  8. wait 3
  9. echo "done"
  10.  
  11. echo "*n*e[1mNOTICE:*e[0m All things will be restored on"
  12. echo "entry of the *e[3msecret password!! *e[0m*n"
  13.  
  14. echo "Password: " noline
  15. Set >NIL: blah ?
  16.  
  17. if "$blah" eq "poop"
  18.   echo "That was it!!!"
  19.   wait 3
  20.   endshell  ; quit doesn't work, endshell does
  21. else
  22.   echo "*nOh no! You got it wrong! The password was p#$%@£!!$##NO CARRIER...."
  23.   prompt "I.am.Dead:> "
  24. endif
  25.