2
1
I am making a batch script which mounts an ISO file and installs an app (VS 2012) from the mounted location like this:
K:\Softwares\VS12.iso
%DRIVE_LETTER%:\vs_ultimate.exe /passive /norestart
But the problem is to get the drive letter in which the ISO is mounted. Does anyone know a way to get the drive letter?