home *** CD-ROM | disk | FTP | other *** search
- wait_for("first name");
- puts("\n");
- /* enter your first name before the \n*/
- wait_for("last name");
- puts("\n");
- /* enter your last name before the \n*/
- wait_for("password");
- puts("\n");
- /* enter your pass word before the \n*/
- sleep(3000);
- puts("\n");