HP3000-L Archives

May 2003, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Lars Appel <[log in to unmask]>
Reply To:
Lars Appel <[log in to unmask]>
Date:
Fri, 30 May 2003 10:20:35 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (37 lines)
>All I need to do is give someone some files via e-mail on a Windows PC to
>put on an MPE system.  I can get the files onto our MPE system so perhaps if
>I could use something like tar or WinZip on MPE?  There must be something
>similar to package up files on MPE?

If the PC is just an "intermediate" location, i.e. you package files on
a 3000 and they unpack them on another 3000, then the tar that comes with
MPE is probably the easiest...

 :chdir /where/your/files/are
 :/bin/tar "-cvzf /tmp/for-xfer.tar.Z"

Use binary transfer to send/ftp/whatever (with target bytestream file,
e.g. in DOS ftp use quote type L 8 instead of binary), and unpack on the
target 3000 with something like...

 :chdir /where/your/files/should/go
 :/bin/tar "-xvzof /tmp/from-xfer.tar.Z"

Using the z option with MPE tar makes it (un)compress in the same run.


On the other hand, if you prefer using a .zip compatible format for
your file packaging... the InfoZIP freeware has been ported to MPE/iX
(and /usr/local/java/latest/bin/jar handles .zip files as well)...

  http://www.info-zip.org/pub/infozip/  -> Zip / UnZip  -> MPE

Or, if your just want the two NMPRG files without source, docs, etc:

 http://www.editcorp.com/Personal/Lars_Appel/WebKit2/upload/infozip.tar.Z

Lars.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2