--------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CCS00012 Date: 08/21/95 From: BOB SEABORN Time: 09:54am \/To: KEVIN AGARD (Read 7 times) Subj: Opticon > ================================== > ========================================= > Date: 08-16-95 (10:26) Number: 128 > From: ECHO MODERATOR Refer#: NONE > To: MIKE HUDSON Recvd: NO > Subj: Opticon Conf: (67) FN_QMODEM_US > ---------------------------------- > ----------------------------------------- > Sir, might I point out that the use of "ECHO MODERATOR" leaves a bit > tobe desired for at least 2 reasons: It *IMMEDIATELY* identifies the fact that someone in authority is speaking. > > First, and probably the least important, I a user were to check the > E-list for the name of the rightful moderator if this conference I > don;tthink they would find "ECHO MODERATOR" listed. No, they wouldn't. But it would show who *is* the "Echo Moderator". > > Second, and more important IMHO, is the fact that were someone to > desiresending you netmail, how are they supposed to address it? In my mailer (InterMail), 'Alt-N' would do the trick. The same goes or FrontDoor. The tag line also contains an address, another clue. > > KMA > > --- > QMPro 1.53 ,۰ Tagline Injection! ^^^^^^^^^^^^^^^^^^^^^^^^ While initially cute, these high ASCII graphics do not belong here, please cease using them. For clairification, please check rule #6 in the rules that are automatically posted monthly. You might also wish to look up rule #11 as well, as your whole post seems to violate that rule. Thank you for your cooperatio in this matter. .....Bob > * Origin: NAEMT BBS : 1-800-64-NAEMT (1:3632/80) --- GE 1.11+ / IM 2.29e * Origin: From the Keyboard of the Echo Moderator (1:140/12.1) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CCS00013 Date: 08/18/95 From: DAVID HOLLAND Time: 04:13pm \/To: MEL MITTS (Read 7 times) Subj: WinOLX v1.00a MM>Is anyone else experiencing a formatting problem when using WinOLX MM>v1.00a to read Silver Express Mail packets (QWK)? When I load the mail MM>packed it seems that the messages don't wrap at the end of the line, MM>they just run out to the right about 120 characters and get cut off. MM>Any suggestions? MM>Later... MM>Mel MM>___ MM> * OLXWin 1.00a * Help! I've fallen and can't reach my beer! MM>--- Silver Xpress Mail System 5.3H1H MM> * Origin: The File Shop BBS - 40 Gigs Online - (913) 262-7000 (1:280/316) Just a suggestion - it is not in WinOLX, but rather the way the packet is received from Silver Express. You need to go to your settings in the BBS and tell it you want to zip it and receive it as Q-Modem. There is something else, but I can't remember what. Maybe you can try contacting the sysop of the BBS. --- * OLXWin 1.00a * MSI - Connecting The World (tm) --- WILDMAIL!/WC v4.12 * Origin: Servant of the Lord - O.L.B.C. (1:264/234.0) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CCT00000 Date: 08/22/95 From: RICK PUMPHREY Time: 02:02am \/To: ALAN AYCOCK (Read 7 times) Subj: Help with scripts 1/2 Greetings Alan! AA}I am trying to write a script with qmpro to logon and download my mail off AA}of a bbs. I am using the alt-q to write the script. It will logon great, AA}but it will not download the mail. Sorry for the late reply to your "help with scripts" message, but I have been away from the Echo Conferences for a couple of weeks because of business. I am sending a few different types of "Mailrun Scripts" that I use for different types of BBS's not using the same mail file ext. The following is one I use for mailrun's on Wildcat 4.0 BBS's, hopefully these scripts can help you at least by using them as examples to create scripts to fit your own personal mailrun needs. Remember to edit the user logon name, password, BBS name, etc. if you just prefer to use these as is. Good Luck, Rick ; This is a simple QmodemPro script that will allow you to logon to any ; WILDCAT! BBS, download a mail packet from TomCat and then upload any ; .Rep packets you have waiting for that system. To use the script ; fill out the User Id, Password, Script, and Packet fields in the ; dialing entry for the BBS you want to call. Then simply call that ; system and the script will do the rest. ; ; Some changes may be needed if the BBS you are calling has changed ; prompts, or if a version prior to v3.55 is being used. ; ; ********************************************************************** ; To operate properly you must enter your name and password in the ; QmodemPro phonebook entry, must be in EXPERT mode in WILDCAT! and must ; have Hotkeys turned OFF. ; ********************************************************************** ; ; An additional enhancement is the addition of code to automatically ; activate OLX at termination of the mail run if an inbound (received) ; QWK packet exists for the board . Use of this functionality requires ; that be defined to start the OLX reader in the .KEY file ; attached to the phonebook entry for the BBS (usually ANSI.KEY). ; ;-------------------- Script Setup ----------------------------------- TurnON 8_BIT ; These Are Our Terminal Settings TurnOFF LINEFEED ; For This Session TurnOFF XON/XOFF TurnON NOISE TurnOFF MUSIC TurnON SCROLL TurnOFF PRINT TurnOFF SPLIT TurnON STATUSLN TurnOFF DOORWAY String Mailbag ;-------------------- We have connected to the system ---------------- Note Connection established - logging on ... Note Logging onto $BOARD via $NUMBER at $TIME on $DATE. TimeOut 45 ; Set Waitfor for 45 seconds When Waitfor "What is your first name" ; Wait for WC to prompt for your name When When "are you" "Y" Delay 50 Send "!$USERID^M" ; Send UserID from the Phone Book. WaitFor "Password?" ; Wait For Password Prompt Delay 50 Send "$PASSWORD^M" ; Send Password From Dialing Entry Assign MailBag $QWKPATH$PACKET.QWK UPLOADSECTION: Delay 50 IF $SENDMAIL UPLOADMAIL ; If Send Rep Packet UPFINISHED: ; Label For Upload Success DOWNLOADSECTION: Delay 50 IF $GETMAIL DOWNLOADMAIL ; If Downloading Qwk packet DOWNFINISHED: ; Label For DownFinished TimeOut 30 EXITSYSTEM ; Goto EXITSYSTEM Upon Timeout ;--------------------------- Lets get out of here -------------------- When Waitfor "command:" ; TomCat!'s Main Menu (Continued to next message) --- * QMPro 1.53 * Hey Obe Won! Got any more of that Jell-O in the 'fridge? --- WILDMAIL!/WC v4.12 * Origin: The Lakeside Connection! Lakeside, California (1:202/1317.0) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CCT00001 Date: 08/22/95 From: RICK PUMPHREY Time: 02:02am \/To: ALAN AYCOCK (Read 7 times) Subj: Help with scripts 2/2 (Continued from previous message) Delay 50 Note (5) sec. DELAY - Input required or AutoLogOff!! Note You MUST abort this script to continue with other Note tasks on $BOARD. If not aborted, this script Note will hang up in 5 seconds. Note Pause 5000 Note Note You snooze, you lose, dude! Note Note Executing Automatic logoff procedure. Note Disconnecting from $BOARD at $TIME on $DATE. EXITSYSTEM: When When "logoff" "Y^M" Send "G^M" ; Send Hangup Command Timeout 10 HANG_UP Waitfor "NO CARRIER" If $ONLINE HANG_UP Pause 2000 Goto END_RUN HANG_UP: Hangup Pause 3000 If $OFFLINE END_RUN Note Failure to execute HANGUP sequence correctly. Goto END_SCRIPT END_RUN: EXIST $QWKPATH$PACKET.QWK RUN_OLX EXIST $MailBag RUN_OLX Goto END_SCRIPT RUN_OLX: Fkey AF12 END_SCRIPT: Exit ; Script Is Done. ;-------------------------- Let's upload the replies -------------------- UPLOADMAIL: ; Label For Upload Routine Waitfor "command:" ; TomCat!'s Main Menu Note Uploading $PACKET.REP Timeout 30 ; Reset Timeout Value Delay 500 Send "U^M" ; Tell It To [D]ownload Mail Delay 1000 ; Pause UPLOAD Z $REPPATH$PACKET.REP ; Upload .REP Packet IF $FAIL UPLOADMAIL ; If Unsucessful, try again DELETEF $REPPATH$PACKET.REP ; Delete .REP Packet GOTO UPFINISHED ; Go on to next section