home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1998 June
/
PCWorld_1998-06_cd.bin
/
software
/
sharware
/
komunik
/
QMODEM
/
ALLSCRPT.ZIP
/
NEWSNETU.SCR
< prev
next >
Wrap
Text File
|
1986-02-24
|
2KB
|
65 lines
.NEWSNETU.SCR -- QMODEM Script created and tested at 300, 1200, and 2400
.baud, by Brian Raub, on 2/24/86, using Uninet nodes near Philadelphia
.THIS IS A LINKED SCRIPT FOR NEWSNET ACCESS VIA UNINET; LINK IT TO ANY
.300/1200/2400 BAUD UNINET PHONE NUMBER IN YOUR QMODEM PHONE DIRECTORY
.NEWSNET IS A BUSINESS INFORMATION SERVICE. RATES *START* AT 24.00/HR.
.FOR INFORMATION ON NEWSNET, CALL (VOICE) 800-345-1301 OR 215-527-8030.
.FOR YOUR LOCAL UNINET PHONE#, CALL (VOICE) 800-821-5340 OR 816-221-2444.
.SPECIAL NOTE: Be sure to set your Uninet comm parameters to
.8-bit word length, no parity, 1 stop bit (8-N-1). 7-E-1 may NOT work!
.USE YOUR WORD PROCESSOR TO EDIT THIS FILE TO INCLUDE
. [1] Your NewsNet account# (shown below as NET9999)
. [2] Your NewsNet password (shown below as FAKE-PASSWORD)
.Display message on-screen only
NOTE ** LOGON TO NewsNet VIA UNINET **
.The next line says to WAITFOR 60 seconds before halting script
TIMEOUT 60 HALT
.Set key parameters for NewsNet
TURNON XON/XOFF
TURNOFF ECHO LINEFEED
.Uninet 'logon' is PAUSE, CR, PAUSE, ., PAUSE, CR
SEND "~{~.~{"
.Wait for Uninet to request host service ID
WAITFOR "service :"
.Reply with your NewsNet connect ID for Uninet
SEND "NET{"
.Wait for NewsNet to request your logon
WAITFOR "Please sign on"
WAITFOR ">"
.[1] Send your NewsNet Account# followed by CR
SEND "ID NET9999{"
.Wait for NewsNet to request your password
WAITFOR "Password?"
.[2] Send your password; include control characters if required;
.for security, it will NOT echo to your screen or printer:
SEND "FAKE-PASSWORD{"
.NewsNet now reports successful logon if Account# & Password were valid
.If you wish to turn on your printer, REMOVE the . in front of next line
.TURNON PRINT
.Discontinue script processing; return control to keyboard
RETURN
.In case of failure (TIMEOUT 60)
HALT:
NOTE Logon to NewsNet via Uninet has failed. Try later!
HANGUP
RETURN