Contents tagged with files
-
Transfer all OneDrive files to another user via PowerShell
https://gcits.com/knowledge-base/transfer-users-onedrive-files-another-user-via-powershell/ more
-
SQL Server: Deleting Files with TSQL
http://www.kodyaz.com/articles/delete-file-from-sql-server-xp-cmdshell-ole-automation-procedures.aspx
https://stackoverflow.com/questions/43269779/how-to-delete-files-on-the-directory-via-ms-sql- … more
-
Copy Files Via Command Prompt
https://www.nextofwindows.com/windows-tip-how-to-copy-files-without-overwriting-them-in-command-line
-
Compare Files and Folders
https://docs.microsoft.com/en-au/vsts/tfvc/compare-files?view=vsts
https://docs.microsoft.com/en-au/vsts/tfvc/compare-folders?view=vsts
https://docs.microsoft.com/en-au/vsts/tfvc/folder-comparison- … more
-
Delete File Older Than X Days
ForFiles /p "C:\path\to\folder" /s /d -30 /c "cmd /c del @file"