To get you started:
TEST.BAT
code:
NET LOCALGROUP "Group A" /COMMENT:"This is Group A"

NET USER UserA password /add /homedir:\\SERVER\users\UserA /scriptpath:login.bat

MD "\\SERVER\USERS\UserA"

If you have more question, please search the KiXTart BBS or the web as this type of information is readily available.

Command prompt vs. script. It's better to use a script (batch file or KiXtart script) because you can add/edit/debug these scripts. However, it doesn't really matter which way you go. Batch files are easier than KiXtart scripts. KiXtart scripts calling external commands via RUN/SHELL are easier than using COM automation.

[ 09. March 2003, 20:00: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.