You can use the NET command to create users and groups. If you don't run AD (doesn't sound like it) then you'll have to create local users groups. Type NET /? on the command prompt to see options. Then use the MD command to create directories and use RMTSHARE (I believe fromt eh Windows Resource Kit) to create shares. Use CACLs to set permissions on folders. All this can be doen from a batch file or through a KiXtart script.

However, as this is obviously a school project i doubt, anybody will (or even should) post a complete script for you. Your best approach is a s follows. Develop a flow-chart of the actions you'll need to perform.

Start with the high-level tasks, the divide each atsk into sub-tasks. Finally write the pseude-code and convert it into real code.

You will find scripts performing your tasks posted throughout this site. Use the BBS SEarch to retreive them. However, read the KiXtat Manual and the FAQ Forum first!
_________________________
There are two types of vessels, submarines and targets.