Microsoft
Software
Hardware
Network
Question : Creating a Batch File / Script
I need help with creating a script that will copy files from one location to another.
Example: I have one server \\10.80.x.x\Test\Files
I need to move files from the above location to: \\10.80.1.x\Test\RecieveFi
les
I will setup a sx task to call on the batch file.
Thanks!
Answer : Creating a Batch File / Script
Depending on permissions and what options you want you can try this:
1: 2:
@ECHO OFF xcopy \\10.80.x.x\Test\Files \\10.80.1.x\Test\RecieveFiles /D /E /C /R /I /K /Y
Random Solutions
HELO server unrecognized command
Reading data off Raid 0
SBS 2008 Server running extreamly slow
Event code: 3005 - An unhandled exception has occurred with custom ASP.Net app
Whats wrong with my css?
SWF object with FLVPlayback component
Wireless LAN , Larger Scale
Windows Service crashing on one machine, not on the other
Is it possible to apply style, such as bold or color, to a single line in TMemo1 control?
Unable to issue commands to Tivoli Storage Manager 6.1 Server using the Administration Center Console