home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 147.img / NETMAL46.ZIP / SCRIPTS.ZIP / CALLNET2.ZIP / PROFILE.ASP < prev    next >
Text File  |  1989-11-01  |  928b  |  21 lines

  1.  
  2. ;  PROFILE.ASP
  3. ;  November 1, 1989
  4.  
  5. CLEAR
  6.  
  7. SET PORT COM2                           ; modem's comm port
  8. SET BACKSPACE DEST                      ; destructive backspace
  9. SET BAUDRATE 2400                       ; 2400 baud
  10. SET DATABITS 8                          ; 8 databits
  11. SET PARITY NONE                         ; parity = none
  12. SET SOFTFLOW OFF                        ; software flow control off
  13. SET HARDFLOW OFF                        ; hardware flow comtrol off
  14. SET ENQ OFF                             ; equiry off (^e)
  15. SET ALARM OFF                           ; connect alarm off (wastes
  16. SET ATIME 0                             ; alarm time is 0 seconds
  17. SET SOUND OFF                           ; quiet pcplus
  18. SET REMOTECMD OFF                       ; block remote commands
  19. SET TRANSLATE OFF                       ; deactivate translate table
  20. SET WRAP ON                             ; activate word wrap
  21.