If this is a one time shot, you should be able to use wsh or a .bat to copy the profile to a P:\profiles\%username% and then rename the ntuser.dat to ntuser.man using ren or rn. If you are using Win2k/XP %username% works, but not on Win9x and I don't know about NT4. I haven't tested it yet. After doing this, have the script emit a .tag file to mark the operation as being completed. Use a "If exist
%username%.tag goto end" and this will stop the script from running again. Hope this helps. [PC3]