<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Hi Ken,</DIV>
<DIV> </DIV>
<DIV>The pwd is “Gorfnik” the secret is Plugh as you can see in the source code
below for the secret.prc that you had me download and try to remove the password
word, which I did.</DIV>
<DIV> </DIV>
<DIV>1 ------- - - -
- - - - -
- - - - -
- - -</DIV>
<DIV>TheTop If: ' This is processing for "Dave" from "Studio 1" to
recover</DIV>
<DIV> Then: declare pwd; declare secret ;
pwd="Gorfnik" ; secret="Plugh"</DIV>
<DIV> 2 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV> If: pwd = ""</DIV>
<DIV> Then: exit</DIV>
<DIV> 3 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV> If: </DIV>
<DIV> Then: inputpw popup pw(20,*) "Enter
password: "</DIV>
<DIV> 4 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV>GotIt If: pw = pwd</DIV>
<DIV> Then: mesgbox "Congrats. The
secret word is '" & secret & "'"</DIV>
<DIV> 5 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV> If: not GotIt</DIV>
<DIV> Then: errorbox "Sorry. That's
not it."</DIV>
<DIV> 6 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV> If: </DIV>
<DIV> Then: end</DIV>
<DIV> 7 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV>@entsel If: </DIV>
<DIV> Then: show "\r T \r - Try to get the
secret word."</DIV>
<DIV> 8 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV> If: </DIV>
<DIV> Then: end</DIV>
<DIV> 9 ------- - -
- - - - -
- - - - -
- - - -</DIV>
<DIV>@keyT If: </DIV>
<DIV> Then: goto TheTop</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">Best
Regards,<BR>Dave<BR>Studio 1
Productions<BR>http://www.studio1productions.com<BR><BR></DIV></DIV></DIV></BODY></HTML>