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
Clearing a submit form once submitted
I am having trouble opening a .bat file in a VBA Excel Macro
Generated Migration Scripts for Models via Console
Move exchange storage group to another drive
Websphere deployment logs
how to add a document as a link
Create a "Batch Number" in SQL Server 2000 for import of sales orders
Ref Cur
Unable to install any framework .NET in XP Mode (Virtual PC)
Apple iWeb - how to save HTML to Disk or to publish the web site via FTP?