Thread: Network scripts
View Single Post
Old 05-14-2003, 06:02 AM   #1 (permalink)
mattborn
Upright
 
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?
mattborn is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47