home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 147.img / NETMAL46.ZIP / SCRIPTS.ZIP / PROCOMM.ASP < prev    next >
Text File  |  1989-10-26  |  1KB  |  38 lines

  1. ;
  2. ; PROCOMM PLUS generated ASPECT script file - Editing may be required.
  3. ;
  4. ; Sample script for dialing into a PCB 14.x system for NetDOOR usage.
  5. ;
  6. DIAL "1"                     ; change "1" to proper dialing dir. entry #
  7. WAITFOR "(Enter)=no? "
  8. PAUSE 1
  9. TRANSMIT "n q^M"             ; do you want color graphics response
  10. WAITFOR "our first name? "
  11. PAUSE 1
  12. TRANSMIT "f_name l_name^M"   ; change to your first and last names
  13. WAITFOR "ots will echo)? "
  14. PAUSE 1
  15. TRANSMIT "password^M"        ; change to your logon password
  16. WAITFOR "d' (Enter)=yes? "
  17. PAUSE 1
  18. TRANSMIT "n^M"               ; enter "N" to check messages prompt
  19. WAITFOR " Board Command? "
  20. PAUSE 1
  21. TRANSMIT "j X^M"             ; change "X" to appropriate # for NetDoor Conf.
  22. WAITFOR "d' (Enter)=yes? "
  23. PAUSE 1
  24. TRANSMIT "n^M"               : again, enter "N" to check messages prompt
  25. WAITFOR "erence Command? "
  26. PAUSE 2
  27. TRANSMIT "open #^M"          ; change "#" to NetDoor number
  28. PAUSE 5
  29. DOS "DSZ port n speed yyyy sz BBS-Code.OUT"  ; n=port, yyyy=speed, send mail
  30. PAUSE 5                                      ; wait for receive prompt
  31. DOS "DSZ port n speed yyyy rz -r C:\PCPLUS"  ; n=port, yyyy=speed, receive mail
  32. WAITFOR "erence Command? "   ; back from NetDoor program
  33. TRANSMIT "g^M"               ; logoff PCBoard system
  34. PAUSE 5                      ; wait for logoff banner, if any, to pass
  35. QUIT                         ; Quit PCPLUS back to DOS
  36.  
  37.  
  38.