| G'day Ben,
I wrote a procedure that made use of Kermit to transfer files between
VMS and DOS, this worked very well and I had no problems.
The outline of how it worked is as follows for DOS to VMS transfer
1. Transfer the document to VMS it had a standard name
2. ALL-IN-1 created an entery in the file cabinet
3. Got the name of the RMS file name created by the cabinet function
4. Used VMS rename command to copy in the file to the appropriate
ALL-IN-1 RMS file name.
The outline of VMS to DOS transfer
1. Get the name of the RMS file for the ALL-IN-1 file
2. Use VMS copy command to copy it to a standard name
3. Invoked Kermit to send the document down to the PC
Points to take note of
The rate of transfer (speed) can cause problems.
If the PC and VMS have different Versions of WordPerfect it can cause
minor problems. Attributes will be lost.
There was a problem when transfering documents in that the user was
asked to enter their VMS password. The customer got around this
problem.
Unfortunately I do not have the code it's at the customer site, the
kermit script was written by the customer. Kermit does provide a good
method of transfer.
I hope that I have been of some help, you are on the right track.
Sunil
|