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