Microsoft
Software
Hardware
Network
Question : How do I run a script to move contents of a file to a different location
Hello!
I think this should be easy but I don't know how to do it. I need to create a script that moves the contents of one folder to another... I want to run it as a batch file nightly.
Answer : How do I run a script to move contents of a file to a different location
ROBOCOPY /MOVE C:\folder1 C:\folder 2
That will move everything under the root folder c:\folder1 to c:\folder2 then it will delete C:\folder1 and everything under it.
Random Solutions
Load Partial XML Into Dataset
Populate a DataTable from another DataTable
Hyperlinked InfoPath Form within SharePoint
Run a PowerPoint Tutorial Before User Log In
VFP dynamic inputmask
How to run a MS Access Query?
SQL Sorting Issue
MVVM WPF: Binding Problems
Why is the Remote Install Tab not showing up in the active directory after I install RIS on a server?
"select where count" Access SQL query