Faster way to convert multiple dosdevice paths to file paths
\Device\HarddiskVolume1\Program Files\ test1.exe =>C:\Program Files\ test1.exe
Test 1 caches the drive letter and dosdevicename of every drive in a single string
it then uses regexp to find the dosdevice and replace it with...