home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / os2 / pmcom109.arj / PLANE.SCR < prev    next >
Encoding:
Text File  |  1991-09-04  |  263 b   |  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.