tKhurana

Untitled

Mar 26th, 2019
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. https://social.msdn.microsoft.com/Forums/en-US/b113d6ab-e2de-4d26-8410-eb794316bb6f/move-one-file-every-10-seconds-via-a-script?forum=scripting
  2.  
  3. https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.management/copy-item?view=powershell-6
  4.  
  5. https://stackoverflow.com/questions/15008267/copy-files-from-one-location-to-another-in-powershell-script-in-addition-checki
  6.  
  7. @echo :home TIMEOUT /T 10 /NOBREAK cls move "D:\Batch\1*.txt" "D:\Batch\2" cls Goto :home
  8.  
  9.  
  10. sdf=new SimpleDateFormat("dd/MM/YYYY hh:mm:ss");
  11. String dateString=sdf.format(date);
Add Comment
Please, Sign In to add comment