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
Copy data from one table to another, the user deciding which fields go where.
How to access CD-ROM/Audio of Thin Client Device after login to Microsoft Terminal Server?
T-SQL to validate email addresses
Mask URL ASP .net
Concatenate columns in Excel using Macro or VB Script
CheckedChanged event fires when column is hidden
Flex: properties of components at runtime
Must Use An Updateable Query
How do I return multiple files in Excel VBA using GetOpenFilename?
UNC Share as an IIS Virtuial Directory