Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Declined MOUNTISO: show the drive letter assigned.

May
313
6
When I type a command such as "MOUNTISO file.iso", the drive letter is assigned automatically.
I would like to see immediately which letter has been used.
Also, I would like to be able to type just the command "MOUNTISO" and see drives that have been created in this way and the complete paths to the corresponding iso files.

Thank You and regards

Rodolfo Giovanninetti
 
And add a /Q(uiet) switch in case one doesn't want to see the drive.
 
You can obtain the drive letter of a mounted .ISO using PowerShell via TCC;
Code:
pshell /s "@(get-diskimage %@truename[Hyper-V2012R2-vmguest.iso] | get-volume).DriveLetter"

Joe
 
You can obtain the drive letter of a mounted .ISO using PowerShell via TCC;
Code:
pshell /s "@(get-diskimage %@truename[Hyper-V2012R2-vmguest.iso] | get-volume).DriveLetter"

Joe
Thank You for the help.
I tried this command, but I do not get any output TCC 24.02.49 x64 on Windows 10 1809.
Thank You anyway.
Regards
Rodolfo Giovanninetti
 

Similar threads

Back
Top