You can use a batch file that does a net stop, copy and net start. |
Jason Massie posted on Thursday, February 14, 2008 4:33 PM
|
You can use a batch file that does a net stop, copy and net start. Schedule
it with task scheduler.
--
Jason Massie
Web: http://statisticsio.com
RSS: http://feeds.feedburner.com/statisticsio |
 |
|
When it does a copy and it's only copying one file, not the entire directory. |
pete008 posted on Thursday, February 14, 2008 5:14 PM
|
When it does a copy and it is only copying one file, not the entire directory.
The directory has 4 folders and 1 readme file and it is copying the readme
file.
Any ideas? |
 |
|
xcopy /SDocumentation for the other switches is available by running xcopy /? |
Jason Massie posted on Thursday, February 14, 2008 5:22 PM
|
xcopy /S
Documentation for the other switches is available by running xcopy /?
--
Jason Massie
Web: http://statisticsio.com
RSS: http://feeds.feedburner.com/statisticsio |
 |
|