--------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CG300013 Date: 11/26/95 From: CHARLES RAINE Time: 03:51pm \/To: MEL OLNEY (Read 6 times) Subj: FAX PROBLEM MO>Just one problem. QmPro doesn't recognize my FAX modem. Did I choose the >wrong modem during setup? I just picked Generic 2400 baud out of the >list. Yes I'm still using the installed modem that came with my Packard >Bell 486. The FAX never worked very well using another FAX program, but >it did work after a fashion! QmPro doesn't even initialize. Mel: There are MANY different modems and it is very important to select the CORRECT modem that is installed in your system. Check your documentation that came with your computer and select the Specific Modem that is in your Computer. I doubt if you have a Generic 2400 baud modem in your 486... If that is in fact what you have, I'm not surprised that it doesn't support FAX.... Get a faster, more sophisticated modem if you want to use it for FAX... Charles Raine Internet: charles.raine@mwcs.mb.ca Phone: (204) 895-0940 charles_raine@mbnet.mb.ca --- QScan/PCB v1.17b / 01-0105 * Origin: 1:348/206 Muddy Waters 204-231-4507 (1:348/206) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CG300014 Date: 11/25/95 From: CHARLES RAINE Time: 09:00pm \/To: LYLE TAYLOR (Read 6 times) Subj: delete after send >Is there a way to automatically delete a mail pkt after a successful ul? >If so, how? Lyle: After successfully sending the REP packet issue the following command in your script: DELETEF $REPPATH$PACKET.REP ; Delete .REP Packet If you need further information on this contact me at one of my internet address as listed below. Charles Raine Internet: charles.raine@mwcs.mb.ca Phone: (204) 895-0940 charles_raine@mbnet.mb.ca --- QScan/PCB v1.17b / 01-0105 * Origin: 1:348/206 Muddy Waters 204-231-4507 (1:348/206) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CG300015 Date: 11/29/95 From: DUSTIN NULF Time: 08:37am \/To: ALL (Read 6 times) Subj: File Structure Does anyone know the file structure of QMPRO.CNF for DOS? If not, how could I find out? --- * Origin: Overkill World HQ - (214) 248-8091 (1:124/6304) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CG300016 Date: 11/29/95 From: FRED JOHNSON Time: 09:18am \/To: LYLE TAYLOR (Read 6 times) Subj: delete after send LT>Is there a way to automatically delete a mail pkt after a successful ul? LT>If so, how? ; ----------------------------------------------------------- IF $SENDMAIL UPLOADMAIL ; Place these two lines where you would like to UPFINISHED: ; check for mail. ; (I do it just before mail download) ;----------------------------------------------------------- EXIT ; ----------------------------------------------------------- ; Put from here DOWN at the end of your Script. If you have NO Replies, ; the script will not any of this info. UPLOADMAIL: Waitfor " " Delay 100 Send " " UPLOAD Z $REPPATH$PACKET.REP IF $SUCCESS UPSUCCESS GOTO UPLOADMAIL ; If NOT successful it will go back & try again. UPSUCCESS: TimeOut 240 EXITSYSTEM ; If your Mail Packet was uploaded OK, DELETEF $REPPATH$PACKET.REP ; <- this line will DELETE it for you. Waitfor " " Delay 100 Send " " GOTO UPFINISHED ; This will take back to where you left the Script ; ----------------------------------------------------------- I hope this will help you somewhat. * SLMR 2.1 * Never cry over spilt milk; it might have been Bourbon. --- PCBoard (R) v15.22/M 2 * Origin: The French Quarter 504-891-1388 Fido:1:396/44 (1:396/44) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CG300017 Date: 11/28/95 From: FRED JOHNSON Time: 11:49am \/To: DAVID SISSON (Read 6 times) Subj: MSI DS>Registered users of other MSI products can probably get a better deal. DS>I noticed the deal for owners of QmPro can still upgrade to QMProW95 for DS>$49. It's always worth the effort to ASK MSI when you call. I had my copy of QmodemPro/Win95 about 4 weeks. As a registered user, for $49 + $10 S/H. But I like to use scripts. I found the DOS version QmodemPro scripts was a lot easier. With a DOS script I was able to download my QWK packets to "D:\MAIL\" and not the download directory. As easy as: DOWNLOAD Z D:\MAIL\$PACKET.QWK With the Windows or Win95, it's just not that easy! I can upload my QWKs just fine. IF exists(ConfigUploadPath+"\FRENCHQR.REP") THEN - statements If upload(ConfigUploadPath+"\FRENCHQR.REP", Zmodem) = 0 Then DEL ConfigUploadPath+"\FRENCHQR.REP" End If End If But I can only download the QWKs to my DOWNLOAD directory. DOWNLOAD "", Zmodem What is wrong with this line? DOWNLOAD (D:\MAIL\"FRENCHQR.QWK", Zmodem) Or this one! DOWNLOAD ("D:\MAIL\FRENCHQR.QWK", Zmodem) I keep getting an Error 67 (a variable before a DIM statement.) What kind of DIM statement? I tried some, nothing worked! If anyone can help me, PLEASE! * SLMR 2.1 * Convert your 486 machine into an 8088 -- install Windows! --- PCBoard (R) v15.22/M 2 * Origin: The French Quarter 504-891-1388 Fido:1:396/44 (1:396/44) --------------- FIDO MESSAGE AREA==> TOPIC: 248 QMODEM USER Ref: CG300018 Date: 11/27/95 From: GAYE LEVY Time: 08:45pm \/To: LYLE TAYLOR (Read 6 times) Subj: delete after send LT>Is there a way to automatically delete a mail pkt after a successful ul? LT>If so, how? If you are using Qmodem Pro for Win 95, the script commands are: if UPLOAD (ConfigUploadPath+"your rep packet name", Zmodem)= 0 then del (ConfigUploadPath+"your rep packet name") end if Gaye...in Bellevue, WA --- * OLXWin 1.00a * All hope abandon, ye who enter messages here. * Origin: Grey Matter : (206) 528-1941 (1:343/210)