Hey guys,
I have Hyena setup to create a user directory for each new user. What I'm trying to create is a post batch file to create two sub directories under the users home dir (Email and Files). The users home directory is created just fine but I cannot seem to get the sub dirs in there. Can anyone help me with the syntax? I thought it would be as simple as:
md %1\outlook
md %1\files
Help? Thanks.
Rich
I have Hyena setup to create a user directory for each new user. What I'm trying to create is a post batch file to create two sub directories under the users home dir (Email and Files). The users home directory is created just fine but I cannot seem to get the sub dirs in there. Can anyone help me with the syntax? I thought it would be as simple as:
md %1\outlook
md %1\files
Help? Thanks.

Rich
Comment