Added comment to inform user of pending backup process.

This commit is contained in:
2019-06-02 09:58:21 +00:00
parent b5e8e369a5
commit 65c6b4c7ae
+1
View File
@@ -2,6 +2,7 @@
cd %~dp0
if exist "LaunchBox.exe" (
ECHO Waiting for LaunchBox to close to start backup process...
start /wait LaunchBox.exe
ROBOCOPY . "\\sr2\home\LaunchBox" /MIR /XD $Recycle.Bin "System Volume Information"
) else (