Hi:
Does anybody know a way to get a list of drives on window NT.
I am traversing the directories tree like this:
finddepth (\&rem_space,"c:\\","m:\\");
I don't want to type in "c:\\" or "m:\\" and so on. I want to use a variable that contain all the drives.
Please help --kirk