Copy below 2 line into notepad and save as movescript.vbs
execute in command prompt
c:\cscript movescript.vbs (Press ENTER)
Files will move to remote location.
=========================================
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.MoveFile "C:\scripts\*.txt","\\servername\c$\share"
=========================================
for copy files to remote location
=========================================
Set objFSO = CreateObject("Scripting.FileSystemObject")
objFSO.CopyFile "C:\scripts\*.txt","\\servername\c$\share"=========================================
Lets us know if you face any error. reply back to me on ravikirannetha@hotmail.com
Thank you.....
Regards Ravikiran MCITP