Path: utzoo!mnetor!uunet!husc6!purdue!i.cc.purdue.edu!aja From: aja@i.cc.purdue.edu (Miek Rowan) Newsgroups: comp.sys.ibm.pc Subject: Re: Procomm//Help Message-ID: <2687@i.cc.purdue.edu> Date: 19 Mar 88 16:09:58 GMT References: <9427@sunybcs.UUCP> Organization: PUCC Unix Groupies Vols.... Lines: 20 Keywords: ARRAYS, PROCOMM Summary: an alternative! :-) In article <9427@sunybcs.UUCP>, uggrenon@sunybcs (Paul Grenon) writes: > > I know there are the 10 user definable variables (s0-s9), but > what i'm trying to do is set up a generic download script, which > will prompt the user for the file names (more then 10! (but not > a fixed number either)) to be downloaded, and then do the > actual download unattended. > If Procomm doesn't have this feature, can you suggest a PD TCP > that does? And where I can get it... You can write a script that calls a program and then executes another script. then write (in C or (god forbid) something else) a prog thatll accept filenames and build a temp script. (the one that the initial script calls) I have never used the procomm script stuff, but i would assume you could execute other scripts as well as binaries .... right ?? miek