text
stringlengths
0
834k
for %%a in (""%cd%\*.cfg"") do call:countnconvert ""%%~a"" ""%source%"" ""%count%"" & set /a count -=1
del *.cfg
goto end
rem lists the contents of %cd% and puts the list in %%a.
rem Then processes the list (%a) and runs the call command for each entry while passing
rem the preselected destination and source to the config file that is created.
rem After that is done it then looks and makes a list of all the config files in the %cd% folder, again as %a.
rem Then it calls the :countnconvert section and converts them while displaying the remaining file count.
:MakeSWFCFG
setlocal
set ""SWF=%~n1""
set ""source=%~dp1""
set ""filename=%~n1""
(
ECHO([Console]
ECHO(inputfile=""%source%\%filename%.arf""
ECHO(media=SWF
ECHO(showui=0
ECHO(PCAudio=0
ECHO([SWF]
ECHO(outputfile=""%dest%\%filename%.swf""
ECHO(width=1440
ECHO(height=768
)>""%SWF%.cfg""
exit /b
rem Above is the CFG file template used to create the ARF's CFG file.
:nonbr
cls
echo You do not have WebEx's Network Recording Player installed.
echo.
echo Pressing ""Y"" will open http://www.webex.com/play-webex-recording.html
echo Pressing ""N"" will jump the program to the end.
echo.
choice /m ""NOTE: When you download the player, download the ARF version.""
if %errorlevel% EQU 2 goto end
cls
echo I have opened the above link in you web browser.
echo.
echo NOTE: Download and install the ARF version!!!
start www.webex.com/play-webex-recording.html
pause
goto end
rem The above is displayed if you do not have the Networking Recording Player (nbrplayer)
rem installed. It displays a link to the download page to the NBR tool.
:countnconvert
setlocal
cls
echo %count% files remaining... This may take some time ;)
c:\programdata\webex\webex\500\nbrplay.exe -Convert ""%~dp1\%~n1.cfg""
exit /b
rem This converts the file based upon the imputed CFG file that was created in one of the previous steps.
rem This also displays the current files that are left for conversion.
:help
echo Coming soon...
pause
goto end
rem Coming soon... :)
:end
cls
echo Thank you for using the Elliot Labs ARF converter.
echo Special thanks to HuffDaddy for coding help.
echo For feature requests please email Elliot at elliot-labs@live.com
echo.
pause | echo Press any key to exit...
exit /b
rem Exits the program on the user's input while giving the credits.
",25.4138513514,193,0.7500830841
219649,f30555ad92bcb560508fdebe3b1539e020925838,209,bat,Batchfile,rem_cache.bat,vasily-mett/TrackConverter,9a2a8d589b6ca9a7c0c6b19efb501eec47310482,['Apache-2.0'],2.0,2017-05-16T20:18:35.000Z,2018-04-11T21:34:00.000Z,rem_cache.bat,vasichmen/TrackConverter,9a2a8d589b6ca9a7c0c6b19efb501eec47310482,['Apache-2.0'],,,,rem_cache.bat,vasichmen/TrackConverter,9a2a8d589b6ca9a7c0c6b19efb501eec47310482,['Apache-2.0'],,,,"del /s D:\Clouds\Projects\CS\TrackConverter\*.gmdb
rd ""D:\Clouds\Projects\CS\TrackConverter\UI\bin\Debug\Data\cache\"" /Q /S
rd ""D:\Clouds\Projects\CS\TrackConverter\UI\bin\Release\Data\cache\"" /Q /S
rem pause",41.8,74,0.7511961722
219650,f305c0188d83a32c9cd324c9a7a937001ce77ecd,35,bat,Batchfile,test2.bat,vb-expert/MAsPaLT,78478c0101487c1f33b53c6d61e78af402f6ef7c,['MIT'],,,,test2.bat,vb-expert/MAsPaLT,78478c0101487c1f33b53c6d61e78af402f6ef7c,['MIT'],,,,test2.bat,vb-expert/MAsPaLT,78478c0101487c1f33b53c6d61e78af402f6ef7c,['MIT'],,,,"call test_multi.bat archives
pause",17.5,29,0.8571428571
219651,f305e7a0d6f1aec1699178e6523ee0db22f20ee3,1917,bat,Batchfile,generate_asset_cmake.bat,Nemesis-Studios/fps-template,b3c7a5eacf4e479b7a490bb1be50334c87aa5538,['Apache-2.0' 'MIT'],18.0,2021-07-07T04:24:29.000Z,2022-02-27T12:59:05.000Z,generate_asset_cmake.bat,Nemesis-Studios/fps-template,b3c7a5eacf4e479b7a490bb1be50334c87aa5538,['Apache-2.0' 'MIT'],42.0,2021-07-12T18:24:07.000Z,2022-03-31T18:19:20.000Z,generate_asset_cmake.bat,Nemesis-Studios/fps-template,b3c7a5eacf4e479b7a490bb1be50334c87aa5538,['Apache-2.0' 'MIT'],18.0,2021-07-06T18:23:03.000Z,2022-01-17T18:55:48.000Z,"@ECHO off
REM Copyright (c) Contributors to the Open 3D Engine Project. For complete copyright and license terms please see the LICENSE at the root of this distribution.