Scenario:
I want to input a bunch of links into the Favorites Folder..unlike Win9x-Me the Favorites in XP are per User so I need a way to find all the Current Users and input the links into each folder..
I managed to accomplish this by reading the users out of the registry ...HKLM something something... and do a count Del-Strings ..this and that... stick it in a WHILE loop and voila! ...I'm a master programmer.. lmao! hey don't laugh it works..
However these registry entries do not exist in Win2k, plus I'd rather read the Users from the "Documents and Settings" to be universal in XP & 2K .
So,, in a nutshell How do you get Usernames from the "Documents and Settings" Directory
I want to input a bunch of links into the Favorites Folder..unlike Win9x-Me the Favorites in XP are per User so I need a way to find all the Current Users and input the links into each folder..
I managed to accomplish this by reading the users out of the registry ...HKLM something something... and do a count Del-Strings ..this and that... stick it in a WHILE loop and voila! ...I'm a master programmer.. lmao! hey don't laugh it works..
However these registry entries do not exist in Win2k, plus I'd rather read the Users from the "Documents and Settings" to be universal in XP & 2K .
So,, in a nutshell How do you get Usernames from the "Documents and Settings" Directory