[comp.binaries.ibm.pc.d] Transfer instructions

cn4gr8ag@ariel.unm.edu (09/21/88)

Could someone please post or e-mail me instructions on how to move and convert
files from this newgroup to an ibm pc...(I'm sure this is a common question)

I've tried my best guess and I've several errors.

Thanks in advance...

Bob Knudson

cn4gr8ag@ariel.unm.edu.uucp

spolsky-avram@CS.YALE.EDU (Joel Spolsky) (09/23/88)

In article <3717@charon.unm.edu> cn4gr8ag@ariel.unm.edu.UUCP (Bob Knudson) writes:
|Could someone please post or e-mail me instructions on how to move and convert
|files from this newgroup to an ibm pc...(I'm sure this is a common question)

Step one. Save them in a file, and remove all the garbage from the top
          (retain only a "begin XXX filename" line)
Step two. If there is more than one file, concatenate them. Make sure
	  no blank lines get in between them
Step three. Run uudecode on that file.
Step four. You should now have a file named whatever.arc (assuming
           the format is .arc). Use kermit to download it thus:
Step five. Start kermit on the host. enter "set parity none" and
           "set file type binary".
Step six.  "set parity none" on your local kermit. (With genuine
           MSkermit, type ctrl-] c set parity none <cr> c <cr>
Step seven. On the systems kermit, enter "send <filename>"
Step eight. Escape to your local kermit and issue a "receive" command.
	   (With MSkermit ctrl-] c r <cr>)
Step nine. Issue a "quit" command to the mainframe kermit
Step ten.  On the IBM-PC, deArc the files. The command will be
           PKUNPAK -e filename.arc destination-directory
           ^^^^^^^or ARC if that's what you have

Easy, n'est-ce pas?

If this helps you PLEASE save this posting and re-post it for me
everytime a neophyte asks that question, ok? thanks. :-) 
	
Joel Spolsky             bitnet: spolsky@yalecs     uucp: ...!yale!spolsky
Yale University          arpa:   spolsky@yale.edu   voicenet: 203-436-1483
"You can't expect to wield supreme executive power just 'cause 
some watery tart threw a sword at you!!"

gmat@wuibc.UUCP (Gregory Martin Amaya Tormo) (09/24/88)

	We ought to have a general introduction package that the moderator
could send to new users of this group explaining the basics and saying
something conventional, like welcome.  For example, in just the summer I
was at home, I missed the developement of the COMBINE script.  I could just
request the intro packet, have it mail to me, and be updated on the summer
developements!

PS. I am still looking for the COMBINE script.!  mail to

		dwd0238@wucec1.wustl
		or David Deitch, at Fido 1:100/22

w8sdz@smoke.ARPA (Keith B. Petersen ) (09/24/88)

Here is the COMBINE script for use with comp.binaries.ibm.pc

#! /bin/sh
cat $* | sed '/^END/,/^BEGIN/d' | uudecode