Added comment to inform user of pending backup process.
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
cd %~dp0
|
cd %~dp0
|
||||||
|
|
||||||
if exist "LaunchBox.exe" (
|
if exist "LaunchBox.exe" (
|
||||||
|
ECHO Waiting for LaunchBox to close to start backup process...
|
||||||
start /wait LaunchBox.exe
|
start /wait LaunchBox.exe
|
||||||
ROBOCOPY . "\\sr2\home\LaunchBox" /MIR /XD $Recycle.Bin "System Volume Information"
|
ROBOCOPY . "\\sr2\home\LaunchBox" /MIR /XD $Recycle.Bin "System Volume Information"
|
||||||
) else (
|
) else (
|
||||||
|
|||||||
Reference in New Issue
Block a user