• AnyStream is having some DRM issues currently, Netflix is not available in HD for the time being.
    Situations like this will always happen with AnyStream: streaming providers are continuously improving their countermeasures while we try to catch up, it's an ongoing cat-and-mouse game. Please be patient and don't flood our support or forum with requests, we are working on it 24/7 to get it resolved. Thank you.

Unmount/eject all images possible?

WayToGo

Well-Known Member
Thread Starter
Joined
Nov 1, 2008
Messages
79
Likes
5
When using more than one drive, it would be helpful to have an "Unmount all" tray option to eject all images at once if required. :)
 
When using more than one drive, it would be helpful to have an "Unmount all" tray option to eject all images at once if required. :)
You can add VCDMount.exe multiple times to a cmd script.

Like this:

Code:
start vcdmount /u /d=0
start vcdmount /u /d=1
start vcdmount /u /d=2
start vcdmount /u /d=3
....
 
Back
Top