home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jason Aller Floppy Collection
/
147.img
/
NETMAL46.ZIP
/
SCRIPTS.ZIP
/
CALLNET2.ZIP
/
PROFILE.ASP
< prev
next >
Wrap
Text File
|
1989-11-01
|
928b
|
21 lines
; PROFILE.ASP
; November 1, 1989
CLEAR
SET PORT COM2 ; modem's comm port
SET BACKSPACE DEST ; destructive backspace
SET BAUDRATE 2400 ; 2400 baud
SET DATABITS 8 ; 8 databits
SET PARITY NONE ; parity = none
SET SOFTFLOW OFF ; software flow control off
SET HARDFLOW OFF ; hardware flow comtrol off
SET ENQ OFF ; equiry off (^e)
SET ALARM OFF ; connect alarm off (wastes
SET ATIME 0 ; alarm time is 0 seconds
SET SOUND OFF ; quiet pcplus
SET REMOTECMD OFF ; block remote commands
SET TRANSLATE OFF ; deactivate translate table
SET WRAP ON ; activate word wrap