I'm in the process of writing a powershell script that will mount a ShadowProtect Image via their mount.exe (while actually learning Powershell!).
My question is - while the mount.exe command runs in the background, can I get a % loop running which matches the running of the mount command? or is this not possible?
i.e. as the mount command mounts the image, Powershell will show it's progress in mounting, and once the mount is complete, display 100%, when it's half way, 50% etc?
My initial thought is that this isn't possible - since it would need to know what the mount.exe is doing to actually show a relative %, but I thought it's worth asking!
Thanks