home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / pmcom233.zip / PLANE.SCR < prev    next >
Text File  |  1996-01-02  |  263b  |  12 lines

  1. wait_for("first name");
  2. puts("\n");
  3. /* enter your first name before the \n*/
  4. wait_for("last name");
  5. puts("\n");
  6. /* enter your last name before the \n*/
  7. wait_for("password");
  8. puts("\n");
  9. /* enter your pass word before the \n*/
  10. sleep(3000);
  11. puts("\n");
  12.