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
Proliant ML110 G4 Lost RAID and Randomly gives Error 0251
Eclipse installation
BootExecute in Startup - Windows XP
average value of a function
Shell script to queue commands
Cisco ASA Logging Connections Increase
Any ideas how to create your own loadbalancer using linux?
sendAndLoad onHTTPStatus issue
VB6 to VS2010 - Training Advice ?
Windows XP and Microsoft Outlook and Windows Installer problems