T.R | Title | User | Personal Name | Date | Lines |
---|
347.1 | Got UUxxCODE.C and .EXE | NERONE::ZABOT | Marco Zabot-Adv.Tech.mgr-Turin ACT | Tue Feb 24 1987 10:49 | 4 |
| Check on my directory CESARE::SYS$user0:[zabot.ledump]...
Something is in there ! ( i think it's in COLL_02 )
Please also refer to the following notes.
Ciao
|
347.2 | HELP NEEDED! | SNO78C::METRO_OA | | Wed Apr 01 1987 11:27 | 18 |
| re: .0
Is there any documentation around refering to UUxxxCODE?
I am trying to use the decode routines from Fred's disk #38 but
I keep getting either ":unknown error" if I just specify the source
file, or "Usage: UUDECODE [infile]" when I specify source file and dest
file...however nothing ever happens!
Q: how can the source file be optional?
Q: have I got the right syntax when I type UUDECODE FOO.UUE FUDGE
I have got a heap of encoded files just itching to be decoded so
any help or pointers would be GREATLY appreciated.
Regards from Down Under
Rob.
|
347.3 | UUDECODE | TIGGER::SMCAFEE | Steve McAfee | Wed Apr 01 1987 11:37 | 12 |
| The uuencoded files include the names of the output file names.
I believe the file names are listed after the keyword "begin" in
the encoded files.
Therefore "uudecode input_file.uue" is the way to use uudecode.
This often just returns to the prompt and doesn't even list the
files which were created.
regards,
steve mcafee
|
347.4 | uudecode | TLE::RMEYERS | Randy Meyers | Wed Apr 01 1987 15:14 | 7 |
| The Ultrix manual set, Binder 1, describes uuencode and uudecode.
Uudecode takes 0 or 1 arguments. If one argument is specified, the
argument is the name of the file to decode. If no arguments are
specified, uudecode reads and decodes stdin. The no argument form
is only useful if you redirect stdin or you are using a shell that
supports pipes.
|
347.5 | Doesn't like any Arguments | SNO78C::METRO_OA | | Thu Apr 02 1987 04:30 | 9 |
| re: .4
Thanks for the advice. When I 'run uudecode foo.uue' I get the
response - "DCL-W-MAXPARM too many parameters ... ".
Anyway I'm off to find the Ultrix manuals.
Regards from DU
Rob
|
347.6 | foreign command? | SAUTER::SAUTER | John Sauter | Thu Apr 02 1987 08:35 | 9 |
| I don't have any direct experience with UUDECODE, but if it is like
other programs you have to make it a "foreign command" before it
can see its arguments. Viz:
uudecode :== "$sys$login:uudecode.exe"
Now the UUDECODE command should work as described. I am presuming,
of course, that you have placed the .EXE file in your SYS$LOGIN.
John Sauter
|