I have an .exe created from VB 6.0, it works on four computers but not on one. The program creates a new folder in a specific location with subfolders. It is supposed to create 5 subfolders with each folder being the users' names. On the one computer it only creates that users name.

Should look like this:
MainFolder\
\Bob
\Joe
\Alfred
\Donkeyboy
\Hidalgo
This is what shows up on everybody's but Bob's computer.

His (Bob's) looks like this:
Mainfolder\
\Bob

I logged onto his computer with the admin account and it does not work. Obviously it is something on HIS computer because the other four computers work fine. I updated the .net framework 1.1 on his computer(advised from someone else) but this did nothing.

Any ideas would be appreciated.