Script to Copy files into into individual folders?
I have 400+ PC's that all have some log files i need to move off..
I want to make a script/Batch file that will do the following when the user logs in:
Creates a Folder on a network share with the individual users name
Moves the Log files from the Local PC to the create User folder
Deletes the Local Files after the move
Sounds simple enough..
Its the Creating a folder with the user name i cant figure out..
Im hoping its something simple.. Im trying to do this all with a batch file ATM..
THanks