sheel
Technical User
- Mar 9, 2001
- 74
I need create a batch file to copy a custom.dic to each individual Microsoft folder. Can some guide me what command should I use. I don't want copy through windows it's taking lot of time.
Currently i am using:
copy C:\custom.dic c:\winnt\profiles\%username\appl~1\etc
The %username% only copies to one indvidual if i need to dump that file in everyone's folder how do i that?
Thank you,