text
stringlengths
0
834k
set /p source=E.G. C:\Users\Elliot\Desktop\ARFs:
goto dest
rem This sets the folder location for the ARF files.
:dest
cls
echo Make sure that you type the full path to the folder that contains the ARF files. I have not tested network shares. Yet...
echo.
echo Please select where the converted files should appear.
set /p dest=E.G. C:\Users\Elliot\Desktop\Converted:
goto where
cls
echo An error has occored.
echo Please email me with what happened.
echo Error location ""dest""
echo elliot-labs@live.com
pause
goto end
rem This sets the output folder for the converted files.
:options
set omenu=4
cls
echo There are no SWF options avalable :(
echo.
echo Press 1 for global settings.
echo Press 2 for MP4 settings.
echo Press 3 for WMV settings.
echo Press 4 to go back to the Main Menu
echo.
set /p omenu=Press [1-4] then press enter:
if %omenu%==1 goto mGlobal
if %omenu%==2 goto mMP4
if %omenu%==3 goto mWMV
if %omenu%==4 goto mainmenu
cls
echo Something has went wrong. Please try again.
echo location: Options menu.
pause
goto options
:mWMV
set mWMV=4
cls
echo Press 1 for the ""PCAudio"" setting
echo Press 2 for Video Codec settings
echo Press 3 for Audio Codec settings
echo.
echo Press 4 to go back to the main options menu
echo.
echo.
set /p mWMV=Press [1-4] then press enter:
if %mWMV%==1 goto mPCAudio
if %mWMV%==2 goto videocodec
if %mWMV%==3 goto audiocodec
if %mWMV%==4 goto options
cls
echo Something has went wrong. Please try again.
echo location: WMV options menu.
pause
goto mWMV
:mMP4
set mMP4=4
cls
echo These option effect only the MP4 file type.
echo.
echo for ""Width"" press 1
echo for ""Height"" press 2
echo for ""Framerate"" press 3
echo.
echo Press 4 to go back to the main options menu
echo.
echo.
set /p mMP4=Press [1-4] then press enter:
if %mMP4%==1 goto MP4Width
if %mMP4%==2 goto MP4Height
if %mMP4%==3 goto MP4Framerate
if %mMP4%==4 goto options
cls
echo Something has went wrong. Please try again.
echo location: mMP4.
pause
goto mMP4
:mGlobal
set mGlobal=6
cls
echo These options effect all file types.
echo.
echo Press 1 for the ""ShowUI"" setting