@echo off
REM Batch file executed by "_ENCODE_2D.cmd" when the 2D encoding
REM and the optional multiplex to MKV are finished.
REM You can edit or delete it during the encoding process.

echo 

REM Shutdown or put computer to sleep when everything is done.
REM Syntax: ShutdownGUI.exe [Shutdown|Suspend|Hybernate|Reboot|Logoff] [timeout] [-force]
REM echo Shutdown computer...
REM "C:\Users\olivia\Downloads\BD3D2MK3D\toolset\ShutdownGUI.exe" Shutdown 30 -force
start "" .
pause
