--------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBX00002 Date: 07/25/95 From: DAVID SISSON Time: 06:18pm \/To: ANTHONY BAILEY (Read 6 times) Subj: Host Mode AB-> I am using QmPro 1.52 and can not figure out how to change user -> access on host mode, so that other users can access the computer via -> dosshell using the password. Everytime I try to do it, whether it be -> from my house or someone else's, I get a bad command or file name error. -> Any suggestions? It's probably looking for command.com. Copy it into the QmPro subdir and see if that cures it. --- QMPro 1.53 Thesaurus: ancient reptile with an excellent vocabulary. --- * Origin: * Mississippi Online * 601-356-9032 * 28.8 * (1:361/205) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00000 Date: 07/27/95 From: STEVEN UHRIG Time: 07:51pm \/To: DAVE HEDIGER (Read 6 times) Subj: Rip Term On 07-25-95 Dave Hediger said to All about Rip Term DH>Does anyone know how to call "RIP TERM" when you call a BBS that is DH>looking for it, either by use of a script or whatever? (QMPRO 1.5) Dave, Go to the dialing directory, select the board you want RIP on, press R for revise. When the revision window comes up click on Emulation, the default is usually ANSI, and change it to RIP. Save the change and the next time you call the BBS it should detect your RIP emulation and away you go. Regards, -------------========<<>>========----------- Pro & con are opposites, what about progress & congress? * CMPQwk 1.42 780 * --- Maximus 2.02 * Origin: The Outer Limits * v.34DS * 6.1 gigs * 614-772-5520 (1:2220/10) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00001 Date: 07/26/95 From: LYLE TAYLOR Time: 11:46pm \/To: MATTHEW MASENTE (Read 6 times) Subj: Re: current address of qmodem On 25 Jul 95 11:56am, Matthew Masente wrote to All: MM> where did qmodem go? I want to buy the entire package, but the MM> telephone number I got with the down load is no longer valid. Any help MM> is greatly appreciated. 1-805-873-2500 Sales P.O.Box 2264 Bakersfield, CA 93303 Lyle M. Taylor - Rapid City, So. Dak - RaceNet 7223:7200/643 FidoNet 1:293/643 - Internet Lyle.taylor@f643.n293.z1.fidonet.org ... Help--I'm being held captive by my modem! --- Via Silver Xpress V4.02B03P SW12290 * Origin: Ducky's 605-393-9626 V.34 (1:293/643) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00002 Date: 07/28/95 From: SYLVAIN LAUZON Time: 12:04am \/To: SCOTT WILLIAMS (Read 6 times) Subj: internet SW>Proper syntax to send email to Fidonet from Internet is: SW> firstname.lastname@p#.f#.n#.z#.fidonet.org That help me a bit but figure that you have only a internet address of someone somewhere and you want post to him/her. I know exactly how to type it online on a bbs, but offline? I need to make a internet netmail (normally echoed:) Any ideas? Thank! --- QMPro 1.53 --T-A+G-L-I+N-E--+M-E-A+S-U-R+I-N-G+--G-A+U-G-E-- --- WILDMAIL!/WC v4.12 * Origin: ALLEY CAT BBS!!! (1:167/195.0) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00003 Date: 07/27/95 From: KEVIN AGARD Time: 02:07am \/To: MATTHEW MASENTE (Read 6 times) Subj: current address of qmodem MMwhere did qmodem go? I want to buy the entire package, but the telephone MMnumber MMI got with the down load is no longer valad. Any help is greately appreciate You can Contact Mustang Software at 1-800-999-9619 but you would be better off purchasing the package from a retail vendor as the price will be considerably lower. MSI only sells at the MSRP. Qmodem can usually be had at Comp USA, Egghead, Software Etc, as well as a number of mail order houses. KMA --- QMPro 1.53 Do it tomorrow. You've made enough mistakes for one day * Origin: NAEMT BBS : 1-800-64-NAEMT (1:3632/80) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00004 Date: 07/28/95 From: FRED HALL Time: 06:22pm \/To: SCOTT UNDERWOOD (Read 6 times) Subj: QmodemPro for Windows In a message to ALL , SCOTT UNDERWOOD said: SU>I run QmodemPro for Windows version 1.11c. I have never had any luck SU>making a script (either piecing it together or putting the program on SU>"learn" mode.) I would like to have a script that would call the two o SU>three BBS's I get mail from (one is a GAP BBS running Mainmail and the SU>other is a Wildcat board running wcMAIL.) I would like to be able to Here's a script I use to call a Wildcat board using wcMAIL...it should help you get started: '--------------------------------------------------- ' Qmodem/Win Script for MVPCUG and TomCat-Mail Door '--------------------------------------------------- ' ' SLIQ Code Written 5/18/94 by FGH ' ' updated 10/19/94 to include 2 escapes at startup FGH timeout 600 ' Set Timeout for 10 Minutes capture ConfigDownloadPath+"\mvpcug.cap" ' Capture Session in a file when clear all ' Housekeeping, Clear Previous Whens delay 1.5 send "^["; send "^["; WAITFOR "first name? " SEND "fred" WAITFOR "last name? " SEND "hall" WAITFOR "Password?" SEND "whatever" When match ", [S]top?" do send ' WAITFOR ", [S]top?" ' SEND when match "like to view it" do send "n" WHEN MATCH "letin menu [Y/n]" do send "n" WHEN match "ist new mail, [C]ontinue" do send "c" When match "[ENTER] to continue" do send WAITFOR "ain Menu Command >>" SEND "m" WAITFOR "age Menu Command >>" SEND "t" WAITFOR "REP Menu Command" SEND "d" WAITFOR "]oodbye when done?" SEND "y" WAITFOR ".QWK now" DOWNLOAD "", Zmodem if exists(ConfigUploadPath+"\tomcat.rep") then goto Do_it_all ' Do We Have a Reply Packet? else goto Get_it ' No Replies Today: end if ' Download New Mail Only! Do_it_all: WAITFOR "REP Menu Command" SEND "u" WAITFOR ".REP now" UPLOAD "D:\WINDOWS\QMWIN\DOWNLOAD\TOMCAT.REP", Zmodem Get_it: WAITFOR "REP Menu Command" SEND "q" WAITFOR "Command >>" SEND "q" WAITFOR "Command >>" SEND "g" WAITFOR "to logoff [Y/n]" SEND capture off end Fred -- hallf@rl.af.mil -- brought to you by Win95 build 490 ... A flashlight is a case in which to carry dead batteries. * Wave Rider 1.33 # 81 * --- GEcho 1.11+ * Origin: PowerLine OLS 315.865.4070 Marcy NY (1:2609/2) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00005 Date: 07/28/95 From: MAHLON WALL Time: 12:10pm \/To: MATTHEW MASENTE (Read 6 times) Subj: current address of qmodem MM>where did qmodem go? I want to buy the entire package, but the telephone >number I got with the down load is no longer valad. Any help is greately >appreciated. Qmodem was sold to Mustang Software. the # is: tech support= 805-873-2500 sales = 805-873-2500 bbs = 805-873-2400 fax = 805-873-2599 address: P.O. box 2264 BAKERSFIELD, CA. 93303 --- * QMPro 1.53 * MSI HQ! BBS * 805-873-2400 Home of Off-Line Xpress! --- WILDMAIL!/WC v4.12 * Origin: FIDONET:Black Tower BBS!1:396/1030 504-393-9412 (1:396/1030.0) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CBY00006 Date: 07/26/95 From: ERIC WONG Time: 01:53am \/To: ERIC HOLTZMAN (Read 6 times) Subj: Qmodem pro and rpi I've got Qmodem Pro and want to set up RPI. Do you know how to do it?? Any feedback will be appreciated. Thankx. (By the way, cool name!) --- InterEcho 1.07 * Origin: Traveller's Roost 905-525-1622 Ham. Ont. (1:259/116)