I'm using robocopy to back up a few workstations. I've got a batch file for each one, something like this: I'm using the same robocopy batch file as a template for all systems, but not all systems ...
「RoboCopy Scheduler」は、Windows標準の高機能ファイルコピーコマンド「robocopy」を用いたGUIのバックアップソフト。Windows 7/8.1/10/11およびWindows Server 2012以降に対応するフリーソフトで、「TABASCO soft」のWebサイトからダウンロードできる。 「robocopy」は、コマンド ...
I'm writing a simple batch file to move, then delete files older than 7 days. Using Robocopy for the move, then using Forfile to search the old files and Del for the deletion of files. My problem is ...