diff --git a/BackupLaunchbox/Run.bat b/BackupLaunchbox/Run.bat new file mode 100644 index 0000000..bb0ad2b --- /dev/null +++ b/BackupLaunchbox/Run.bat @@ -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 \ No newline at end of file