T.R | Title | User | Personal Name | Date | Lines |
---|
4978.1 | IoBoard.lzh Newerser.lzh | CSC32::A_ANDERSON | | Fri Aug 23 1991 22:33 | 8 |
| More New Stuff on EOT::Amiga:[upload]
IOBoard.lzh The Puzzle Factories I/O Expansion project extracted
from Fred Fish 520. Also is the lateste version 2.10
of the NewSer.deviuce driver.
See node 4351 for more details
|
4978.2 | | TRUCKS::BUSSINK_E | It's Nothing Personal | Tue Aug 27 1991 12:21 | 22 |
| And another pack of new programs on EOT::amiga:[upload]
Audiodig1.lzh an h/w tip for A500 audio-digit.
Fastmenu2.lzh & .doc an Menu program.
Memeter22.lzh & .doc an new gauge for the Amiga
& .txt
Ncomm921.lzh an comm program
Sindico131.lzh & .txt forgot the meaning ! (sorry)
TurboGIF10.lzh & .txt an fast B&W gif viewer
and -<spoiler >-
The latest Eric Schwartz Animation :
Yes guess ?
Gulf_conflict.lzh & .1st & .txt no explanation is needed
(need at least 1.75MB)
All those files come from AB20.LARC.NASA.GOV
Erik
|
4978.3 | new on EOT::amiga:[upload] | TRUCKS::BUSSINK_E | It's Nothing Personal | Wed Aug 28 1991 05:47 | 10 |
| New Stuff on EOT::AMIGA:[UPLOAD]
ImagineComp91c.lzh ImagineComp
Sorry there was no text/doc with it,so I
figured it has something to do with Imagine.
From AB20.LARC.NASA.GOV
Erik
|
4978.4 | the something to do is | SALEM::LEIMBERGER | | Wed Aug 28 1991 06:45 | 7 |
| I am suprized to see the ImagineComp on the nets. The something it has
to do with Imagine is that it is the Disk that comes with the book
"The Imagine Companion". I suppose the author chose to post it because
he is fairly active in the Imagine realm. I will try to download it to
see how it compares with the one I have. I never posted it because I
was not sure of it's status. It is an interesting disk however.
|
4978.5 | | TRUCKS::BUSSINK_E | It's Nothing Personal | Wed Aug 28 1991 07:08 | 3 |
| The file also contains the 'ImagineAppendix' !
Erik
|
4978.6 | and config files | SALEM::LEIMBERGER | | Wed Aug 28 1991 09:36 | 3 |
| That Appendix is for the reference manual, there should also be two
config files for Imagine.
bill
|
4978.7 | COMPENDIUM not Companion | DECWET::DAVIS | Mark W. Davis 206.865.8749 | Wed Aug 28 1991 13:11 | 7 |
| The file stated in previous notes is the Imagine COMPENDIUM. A
compilation of the mailings from the imagine mailing list. If you use
imagine you will find good practical tips from users, etc. Worth the
download.
md
|
4978.8 | sorr about that | SALEM::LEIMBERGER | | Thu Aug 29 1991 05:13 | 5 |
| Mark,
Thanks for clearing up the confusion. I caused, but I noticed the name
was the same, and then the config file, and the author of the Companion
posts to that feed.... I'll dl it right away.
bill
|
4978.9 | | POBOX::ANDREWS | I'm the NRA | Thu Aug 29 1991 10:48 | 4 |
| Does anyone know where to find ImagineComp91a & b? It's not on
hubcap... There are quite a few other files there that look like
interesting compilations, but every time I try to copy them via
DECWRL::FTPMAIL give me nothing in return.
|
4978.10 | | TRUCKS::BUSSINK_E | It's Nothing Personal | Thu Aug 29 1991 11:08 | 8 |
| From where are you trying to copy them from ?
>every time I try to copy them via
>DECWRL::FTPMAIL give me nothing in return.
How long do you wait for them ?
Erik
|
4978.11 | | POBOX::ANDREWS | I'm the NRA | Thu Aug 29 1991 11:33 | 10 |
| reply [email protected]
connect hubcap.clemson.edu
uuencode
binary
get pub/amiga/incoming/IMAGINE/TEXT/archive_00.lzh
I've gotten reply's back saying that the request has been queued. I
also get a message with the result of my request, but it's empty.
Its been about a day or so.
|
4978.12 | Something to try... | KALI::PLOUFF | Devoted to his Lawn | Thu Aug 29 1991 12:13 | 20 |
| Re: no results from FTPMAIL
Read the "results of your request" message carefully. If you see that
the file transfer to DECWRL indicates "(0 bytes)" then chances are
there is something wrong with the filename.
The two most common problems with filenames are that sometimes you need
a leading "/" and sometimes you don't -- there seems to be no rhyme or
reason. The other is that the filename will be capitalized differently
from what someone puts in a message on Usenet. Unix filenames are case
sensitive, and with no interactivity with the outside world, it's
frustrating to puzzle out the correct file path and name.
Something to try: do a "dir" command on the default directory to see
where you are, i.e. just "dir" by itself on a command line. Also, do a
"dir" on the desired directory, i.e. dir followed by all of the
filename before the last slash character. Usually after a couple of
tries you can puzzle out the problem.
Wes
|
4978.13 | | POBOX::ANDREWS | I'm the NRA | Thu Aug 29 1991 12:41 | 4 |
| Yep you're right, brain damage. I was using the wrong file extention.
On a semi-related note, how can I decompress .Z files? I've tried
LZDCMP.EXE and it gives error about something wrong with the file.
|
4978.14 | | TRUCKS::BUSSINK_E | It's Nothing Personal | Thu Aug 29 1991 12:51 | 9 |
| I've just done :
Archive-00-imagine.lzh is now on Eot::amiga:[upload]
;-)
just try GET /PUB/AMIGA/...
Erik
|
4978.15 | .Z is a 'compress'ed file | WHAMMY::spodaryk | For three strange days... | Thu Aug 29 1991 13:15 | 8 |
| Those .Z files have been compressed with the U*ix 'compress' command.
You'll have to use 'uncompress' or 'zcat' to uncompress them. If you're
not an U*ix user, I'm sure that VMS versions are available.
Maybe check the toolshed, or they may be hanging around one of the Amiga
archives (EOT::, etc)
Steve
|
4978.16 | Try LZDCMP with the /EXPORT qualifier | CRISTA::CAPRICCIO | Garth, take your Ritalin... | Thu Aug 29 1991 13:28 | 36 |
| � On a semi-related note, how can I decompress .Z files? I've tried
� LZDCMP.EXE and it gives error about something wrong with the file.
What was the exact error message you got? LZDCMP is supposed to be able
to try and figure out what type of file it's unpacking, but you may
have to help it along with the /EXPORT qualifier. From the HELP library:
/EXPORT
/EXPORT=(option, [,...])
Export describes the format of the input file. You can select
the following: ^^^^^
VMS (D) The file was created by VMS COMPRESS.
UNIX The file was created by Unix compress or a
program compatible with the Unix compress utility.
[NO]ENDMARKER A special file endmarker follows the data.
[NO]BLOCK The compress program may have reinitialized
compression.
[NO]HEADER The compress program wrote its parameters
into a file header.
In general, the program can determine the proper value of these
flags by reading the first few bytes of the file. If valid,
the file header overrides the command line specification.
Generally, this option is needed only if you are trying to read
a file generated by a version of Unix compress that did not
write a header. See the description of COMPRESS for details.
I read somewhere that the /EXPORT=NOENDMARKER works for a lot of files,
and have had good luck with it, but I've only tried it on text files.
Hope this helps,
Pete
|
4978.17 | This works for me | KALI::PLOUFF | Devoted to his Lawn | Thu Aug 29 1991 13:36 | 13 |
| This has become quite a rathole!
$LZDCMP -B -X 3 filename.Z outputfilename
works fine for me most of the time. The first option is for binary
files, and is needed most of the time. The second option is for Unix
style compressed files -- the content and algorithm are the same, but
the header is different.
Or if you want to use VMS-style command arguments, perhaps
/EXPORT=UNIX
will work.
Wes
|
4978.18 | new upload on EOT::AMIGA:[UPLOAD] | TRUCKS::BUSSINK_E | It's Nothing Personal | Fri Aug 30 1991 05:50 | 8 |
| An multimedia/amigavision demo � yes BIRDnet is on it's way ...
Birdnet1.lzh
Birdnet2.lzh small multimedia demo, about birds (8) in the US.
Taken form hubcap.clemson.edu
Erik A-votre-service
|
4978.19 | | POBOX::ANDREWS | I'm the NRA | Fri Aug 30 1991 11:08 | 8 |
| I've copied archive-01 & 02 -imagine.lzh to eot::amiga:[upload]
and am in the midst of getting the rest of the archives of of hubcap.
(Thanks for all the help to de-compress these things.)
Rob
|
4978.20 | | TRUCKS::BUSSINK_E | Don't Ask, I Didn't | Tue Sep 17 1991 09:40 | 31 |
|
OK, I just copied a big bunch of new files, I've copied from
AB20.LARC.NASA.GOV
ADC09.LZH;2 audio
ALOOKSFX.LZH;2 audio
AMIGAMAILER.LZH;2 mail
BPD.LZH;2 ?
CB2LIFE.LZH;2 ?
CBTAUDIO.LZH;2 audio
CPUBLIT.LZH;2 opsys
FILESRCH.LZH;2 opsys
FLUSH.LZH;2 opsys
IPDEVICE.LZH;2 ?
LATESCSIMOUNT.LZH;2 opsys
lOADLIB.LZH;2 opsys
MOVESSP.LZH;2 ?
NAMEPORTS.LZH;2 opsys
POWERVIS.ZOO;2 ?
RSL3DLOOK.LZH;2 ?
SAMP.LZH;2 audio
SAMPLERIPPER.LZH;2 audio
SED1071.LZH;2 ed
SFX.LZH;2 audio
SILENCE.LZH;2 ?
SOUNDCON.LZH;2 audio
VSCAN510.LZH;2 anti-virus
Sorry I didn't bother to take the .txt.
Erik (who-leaves-friday)
|