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
Small Business Server 2008 Static IP change
How do I add image to the lotus notes signature
How do we use GPO (Group Policy) to REMOVE trusted sites from I.E. Trusted Sites Zone on workstations on a domain?
PayPal Express Checkout Module
WSUS Clients not reporting to the WSUS console or SBS 2008 Console
ADSL router/cisco switch
Windows 2003 Interview Questions
Query To Detect if unicode data exists in field in SQL Server 2005
Failed to allocate port error when configuring EM (Oracle 11g)
Task Manager and regedit 'disabled by administrator', unable to access Safe Mode, Antivirus deactivated