Hi
sometimes you want to copy files which are exclusively locked by other processes.
Continue reading Windows: Copy and backup open files with a batchfile
Hi
sometimes you want to copy files which are exclusively locked by other processes.
Continue reading Windows: Copy and backup open files with a batchfile
Hello,
Windows Server 2008 and alter version are shipped with a tool called diskshadow. This program can be used to create snapshots of disks and expose them as Folder or as DriveLetter means files are in a consistent state and you can save openfiles.
Some examples. Starting diskshadow. It accept a parameter /l for a logfile. And a Parameter /s for a (diskshadow) script file to execute. diskshadow has the same “look and feel” like diskpart 🙂 and start with a prompt:
C:\Windows\system32>diskshadow
Microsoft DiskShadow version 1.0
Copyright (C) 2013 Microsoft Corporation
On computer: windev, 12.06.2014 20:28:33
DISKSHADOW>
First set diskshadow in defined state with reset
DISKSHADOW> reset
Continue reading Windows: Backup with diskshadow.exe