home *** CD-ROM | disk | FTP | other *** search
-
-
- From Packet: HOPPER
- Message # 24192 Area : 19 MSWindow
- From : Ted Johnson 10-18-91 06:02
- To : Steve Perry
- Subj : UNICOM 3.0 , Help?
- ------------------------------------------------------------------------------
- SP>1. When I download from my local BBS, Qmail4 Door, the new packet
- SP>overwrites the old. I have attempted to configure the Zmodem setup to
- SP>protect the old file but the program reverts to its original setting.
-
- Steve,
- Have you saved your configuration settings from the configuration menu?
- If not, try that (I don't use that feature myself since I prefer to
- over-write).
-
- SP>2. I have written a script (see below) that signs on, downloads and then
- SP>hangs. I want it to continue after download; to upload my repli (if any
- SP>exist on my hard drive) and then hang-up and close Unicom.
-
- While I do it in the reverse order from you, here is my subroutine that
- checks for .rep files and uploads if one exists, then downloads a new
- packet. FWIW, this routine assumes you have automatic downloads enabled
- and are a registered user (I think some of these commands may only be
- available to registered users though I may be thinking of some more
- complex scripts that I use).
-
- :Program
- Send "Open 1 ^M"
- Waitfor "Command?" 60
- FindFile "d:\deluxe\cheers.rep"
- IF Found
- Send "U^M"
- Waitfor "Zmodem"
- Sendfile ZMODEM "D:\deluxe\cheers.rep"
- Waitfor "continue" 60
- Send "^M"
- Waitfor "Command?" 3
- ENDIF
- Send "D^M"
- Waitfor "these messages" 90
- Send "G^M"
-
- exit
-
- I hope this helps.
- Regards,
- <<TED>>
- Message created at 06:02:17 Fri 10-18-1991
- ---
- ■ DeLuxe² 1.12 #726 · ¡#^@ I lack in intelligence I make up in stupidity
- ■ ILink: Cheers ∙∙ Memphis, TN ∙∙ 901-373-5941 HST/V.32
-
-
- ******************************************************************************
-
-