diff --git a/BackupLaunchbox/Run.bat b/BackupLaunchbox/Run.bat index 36e00cb..5916fab 100644 --- a/BackupLaunchbox/Run.bat +++ b/BackupLaunchbox/Run.bat @@ -4,7 +4,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" + ROBOCOPY . "\\sr3\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!