Hi,
I am running Win Xp on my workstations. We have a folder on our file server that contains templates for my users. The path would be I:\\server\templates. All of my users have (I:\server\users) mapped, my template folder is in the users directory. I need to create a batch file that can be run from the desktop and update my template folder at c:\program files\microsoft office\templates. My current batch file requires the user to go to MSDOS cd to the I: then execute the template.bat which looks like this.
cd I:\templates
xcopy *.* "c:\program files\microsoft office\templates\*.*" /s
I know there is a better way.
I am running Win Xp on my workstations. We have a folder on our file server that contains templates for my users. The path would be I:\\server\templates. All of my users have (I:\server\users) mapped, my template folder is in the users directory. I need to create a batch file that can be run from the desktop and update my template folder at c:\program files\microsoft office\templates. My current batch file requires the user to go to MSDOS cd to the I: then execute the template.bat which looks like this.
cd I:\templates
xcopy *.* "c:\program files\microsoft office\templates\*.*" /s
I know there is a better way.