Network scripts
I've got a logon.bat file that all the client computers run when they logon to the server.
I'm trying to use the %user% command to have it make a directory based on the users login name.
The problem is that it will actually create a directory called %user% instead of their actual login name.
Any ideas?
|