diff options
Diffstat (limited to 'indra/viewer_components/updater/scripts/windows')
-rw-r--r-- | indra/viewer_components/updater/scripts/windows/update_install.bat | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/viewer_components/updater/scripts/windows/update_install.bat b/indra/viewer_components/updater/scripts/windows/update_install.bat new file mode 100644 index 0000000000..42e148a707 --- /dev/null +++ b/indra/viewer_components/updater/scripts/windows/update_install.bat @@ -0,0 +1,3 @@ +start /WAIT %1 /SKIP_DIALOGS
+IF ERRORLEVEL 1 ECHO %ERRORLEVEL% > %2
+DEL %1
|