home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #23 / NN_1992_23.iso / spool / vmsnet / misc / 917 < prev    next >
Encoding:
Text File  |  1992-10-12  |  1.4 KB  |  33 lines

  1. Newsgroups: vmsnet.misc
  2. Path: sparky!uunet!stanford.edu!unixhub!slacvx.slac.stanford.edu!fairfield
  3. From: fairfield@slacvx.slac.stanford.edu
  4. Subject: Re: PLEASE help me with these commands...
  5. Message-ID: <1992Oct12.114754.1@slacvx.slac.stanford.edu>
  6. Lines: 21
  7. Sender: news@unixhub.SLAC.Stanford.EDU
  8. Organization: Stanford Linear Accelerator Center
  9. References: <1992Oct11.211155.1@vaxr.llnl.gov>
  10. Date: Mon, 12 Oct 1992 19:47:54 GMT
  11.  
  12. In article <1992Oct11.211155.1@vaxr.llnl.gov>, yurick@vaxr.llnl.gov writes:
  13. [...]
  14. >   When I type RUN UUENCODE.EXE FILENAME, I get a message stating that I need to 
  15. > supply fewer parameters.  When I simply type RUN UUENCODE.EXE, I get a message
  16. > stating that I need to supply a filename!??!  ARRgggghhhhh!  What do I need to
  17. > define before hand.  Oh, yeah...when I type RUN UUDECODE.EXE, I have to press
  18. > CTRL-Y to get my prompt back.
  19.  
  20.     Define "foreign" commands to invoke the images, so:
  21.  
  22.     $ UUEN*CODE == "$SYS$LOGIN:UUENCODE"
  23.     $ UUDE*CODE == "$SYS$LOGIN:UUDECODE"
  24.  
  25. Note the lead dollar-sign in the symbol definitions, above, is _required_.
  26.  
  27. -- 
  28.  Dr. Kenneth H. Fairfield    |  Internet: Fairfield@Slacvx.Slac.Stanford.Edu
  29.  SLAC, P.O.Box 4349, MS 98   |  DECnet:   45537::FAIRFIELD (45537=SLACVX)
  30.  Stanford, CA   94309        |  BITNET    Fairfield@Slacvx
  31.  ----------------------------------------------------------------------------
  32.  These opinions are mine, not SLAC's, Stanford's, nor the DOE's...
  33.