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
Unable to renew SSL certificate (with the same key)
use wireshark to capture whats happening during the logon process
connect an iPhone to Windows SBS 2003
Thumb Drive -- file transfer fails ?
Need Excel User Function to Convert Tuesday, June 08, 2010 3:16 PM to mm/dd/yy
Get the ip of the server running the application
perl suppress printing when output to pipe
lower lights
How do i factory reset netvanta 1524st switch from the cli command line?
Can I add multi-millions of records to SQL database while replication is on? Will it work?