home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!ucbvax!swdev.si.com!tillman
- From: tillman@swdev.si.com ("Brian Tillman, Smiths Industries, VAX Support, x8425")
- Newsgroups: comp.os.vms
- Subject: re: Re: SET TRANSPORT command in VMS MAIL
- Message-ID: <0095F39A.9BFAB620.16676@swdev.si.com>
- Date: 17 Aug 92 13:48:09 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 14
-
- Alan Zirkle's command procedure MAILUAF.COM, as you supplied it, probably won't
- work. It's full of "ENQUIRE" commands and there is no such command in DCL,
- unless you've defined a symbol ENQUIRE. The correct command is "INQUIRE", but
- even then, READ/PROMPT should be used so that the responses aren't placed in the
- recall buffer. INQUIRE also has some other side effects that are, on occasion,
- undesirable.
-
- -----------------------------+--------------------------------
- Brian Tillman | Internet: tillman@swdev.si.com
- Smiths Industries, Inc. |
- 4141 Eastern Ave., MS129 | Hey, I said this stuff myself.
- Grand Rapids, MI 49518-8727 | My company has no part in it.
- -----------------------------+--------------------------------
-
-