I am trying to create some directories after creating a user by using the "After creating Home directory run" option.
I point this to the batch file that has the lines
md \\servername\users\%2\Work
when creating a user say "John Smith" the %2 variable that is parsed to the batchfile is Smith$
I have verified this by putting a pause statement in the batch file and the line returned is :-
md \\servername\users\smith$\work
Any Ideas
Harryi
I point this to the batch file that has the lines
md \\servername\users\%2\Work
when creating a user say "John Smith" the %2 variable that is parsed to the batchfile is Smith$
I have verified this by putting a pause statement in the batch file and the line returned is :-
md \\servername\users\smith$\work
Any Ideas
Harryi
Comment