Quote:
Originally Posted by
wcnngt 
Does anybody know if such a solution exits? Thanks.
What is a "solution"? The VGPXL1B1/2/3 has a standard DVD/RW drive which of course can handle CD/DVD data disks. And we have software (mediachanger) which can control it. All you need to do is load a data disk and copy it, then the next, then the next ...
If by solution you mean somebody typing in a script something like:
mediachanger mount slot 0 changer0
xcopy p:\\*.* d:\\myfiles\\
mediachanger unmount changer0
mediachanger mount slot 1 changer0
xcopy p:\\*.* d:\\myfiles\\
mediachanger unmount changer0
etc. ....
Then I guess the answer is no, unless you create such a script or use mediachanger/GUI in Scanbatch mode to sequence the mounts for you. Put the xcopy commands into Scanbatch.bat.
