Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!isis!ddennis From: ddennis@isis.cs.du.edu (Dave Dennis) Newsgroups: comp.dcom.modems Subject: Download .asp script file (Procomm+) for rn needed Keywords: Procomm asp rn script download Message-ID: <1991Jan21.212835.26846@isis.cs.du.edu> Date: 21 Jan 91 21:28:35 GMT Reply-To: ddennis@isis.UUCP (Dave Dennis) Organization: Math/CS, University of Denver Lines: 33 I am trying to develop a Procomm+ aspect script file (rn.asp) to download rn newsgroups as a whole (to shorten connect time). I use a dw1 terminal type to avoid multiple --MORE-- prompts in an article, then read the header on the first unread article and wait for the --MORE--(*%) prompt. I then use the following .asp script: TRANSMIT " " ; Start rn sending ; LOOP: ; loop for responding to prompts WAITFOR "--MORE--" PAUSE 1 TRANSMIT " " WAITFOR "[NPQ] " PAUSE 1 TRANSMIT " " GOTO LOOP ;--------------------------- So far it works in reading the news and responding with spaces at the prompts but I cannot find a script command to perform an ASCII download WHILE it is executing these space responses. Any ideas? DLOAD? GETFILE ASCII? What would the actual command be and where in the script should I put it? If this is the wrong newsgroup to ask this, I appologise, I looked all over for a good one! -- | Dave Dennis (ddennis@nyx.cs.du.edu) | | Rocky Mountain Creative Advertising, Inc. | "Ilegitimi non carbarundum" | What I say is what *I* say! - There, I said it! |