Re: File Transfer @ 38400! 94-11-24 11:04:51 EST

PDAJeff@aol.com
XXX, 24 Nov 1994 05:15:32 -0400 (EDT)

Subject: Re: File Transfer @ 38400!
Sender: zoomer-list@grot.starconn.com
Reply-to: zoomer-list@grot.starconn.com
To: zoomer-list@grot.starconn.com (Multiple recipients of list)

Hi,
Yes you can use the file transfer at 38400 baud!

1. Create a batch file that contains:
A:\pccom /c:1 /b:38400
This will run pccom at 38.4k baud!

2. Connect with ZDOS as follows:
ZDOS /B:38400

And there you have it! You can now transfer at 38.4k!

For batch transfers to the Zoomer create a batch file that looks like this:

FOR %%F IN (*.*) DO ZDOS /b:38400 /c="send %%f"

This will send all the files in your PC's directory to the default directory
on the Zoomer!

Chris De Herrera