Ok, this might get a bit long-winded, I have been racking my brains for a while.... I have my unattended CD working just fine, I have it totally automated except choosing the partition to install, which I want to do manually anyway. I have RunOnceEx copy files from a network and run one of the files it copies which then runs a load of scripts to do the updates/applications/reg tweaks. I know it is probably not the best or most efficient way of doing it, but that way I don't have to change my cd every time I want to alter one of the applications/add a hotfix etc. OK, that bit was so that you know how I have it set up, now the problem..... I have cmdlines run a script which creates a user account, and until now I have been having the first part of my script launch the UserAccounts app from the control panel and wait so I can change the account name, but this means it is not unattended, and the account still has the folders in 'Documents and Settings\Owner' (Owner being the account created by my accounts batch run by cmdlines). What I am looking for is a way to change the user account AND the path to the files. I am thinking of having the batch that runs at the cmdlines.txt point look for a file on a floppy or network source which will have the correct details in it, but using a floppy means changing the boot order or putting the disk in/out, and i don't think I'd be able to access the network at that point... so, any suggestions? ...or is there an easier way to do this that I am just not looking at!