Hello,
I don't know what is wrongI try to get all drives which are network-drives, so I try to use ScanDisk(4) but it returns blank
Example:
Test1 = DiskScan(2)
Test2 = DiskScan(4)
Test1 returns "C:" it is correct, itis my HD, Test2 returns a emty string "" but I have connected drives
net use in PowerShell box returns correct infos see attachement.
by the way my OS is Windows 10
and I also have trouble with wntGetCon("G:") it should return the name of a connected network resourc but it returns a emty string ""
AddExtender('wwwnt34i.dll',0,'wwwnt64i.dll')
netrsrc=wntGetCon("G:")
Is it a problem with Windows 10??
Best regards
Beat