Checked in working RoboCopy script to backup Launchbox.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@echo off
|
||||
cd %~dp0
|
||||
|
||||
if exist "LaunchBox.exe" (
|
||||
start /wait LaunchBox.exe
|
||||
ROBOCOPY . "\\sr2\home\LaunchBox" /MIR /XD $Recycle.Bin "System Volume Information"
|
||||
) else (
|
||||
ECHO Please ensure LaunchBox is in the same working directory this
|
||||
ECHO batch file before attempting to backup!
|
||||
)
|
||||
|
||||
pause
|
||||
Reference in New Issue
Block a user