Using windows command line tools i want to get the drive letter of a volume, by specifying its volume number.
For example i have a HDD with 2 volumes: Volume-0 and Volume-1
I want to set a Variable say 'Letter'=<Drive Letter> such as
Set /p Letter=<Command> <Volume Number>
Is there any command which can do this for me...
Thanks...