08-17-2012, 03:38 PM
ARRAY(Wsh.Drive) a; int i j; str s
GetDrives a
for i 0 a.len
if(a[i].IsReady)
s=a[i].VolumeName
out s
else out "%s not ready" s
did the trick, thanks a bunch mate
GetDrives a
for i 0 a.len
if(a[i].IsReady)
s=a[i].VolumeName
out s
else out "%s not ready" s
did the trick, thanks a bunch mate
