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
NT WORKSTATION CHANGE TO NT SERVER FREE!!!
Windows SBS 2008 DCPROMO fails - The Replication Operation Failed to Allocate Memory
How to change open directory in msoFileDialogOpen (Excel Vba)
ado.net reading first sheet of excel file.
MS Access 2003 ... Add customized code to form created by Wizard
How can i hide root level of TreeView in Silverlight?
how to create a TreeView and Bind its nodes to a DataTable?
Can't save Access 2003 report with specific printer under Access 2007
Passing a string using SendMessage
Migration from NT4 PDC to 2003 AD... NT4 SP6 AWOL!