code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Orca.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Orca.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| synthicity/orca | docs/source/make.bat | bat | bsd-3-clause | 6,697 |
if exist Install rmdir /s /q Install
if exist smbus.cat del /f /s /q smbus.cat
| YanVugenfirer/virtio-win-arm | Q35/clean.bat | bat | bsd-2-clause | 79 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
set autoRestVersion=0.17.0-Nightly20160704
if "%1" == "" (
set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-graphrbac/compositeGraphRbacManagementClient.json"
) else (
set specFile="%1"
)
set repoRoot=%~dp0..\..\..\..
set generateFolder=%~dp0Generated
if exist %generateFolder% rd /S /Q %generateFolder%
call "%repoRoot%\tools\autorest.composite.gen.cmd" %specFile% Microsoft.Azure.Graph.RBAC %autoRestVersion% %generateFolder%
| AzCiS/azure-sdk-for-net | src/SDKs/Graph.RBAC/Graph.RBAC/generate.cmd | bat | mit | 607 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b djangohtml %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\django.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\django.qhc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| paulproteus/django | docs/make.bat | bat | bsd-3-clause | 4,830 |
@ECHO ON
SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\libcdio_d.txt
CALL dlextract.bat libcdio %FILES%
cd %TMP_PATH%
xcopy libcdio-0.83-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y
copy libcdio-0.83-win32\lib\libcdio.dll.lib "%CUR_PATH%\lib\" /Y
copy libcdio-0.83-win32\bin\libcdio-13.dll "%XBMC_PATH%\project\Win32BuildSetup\dependencies\" /Y
copy libcdio-0.83-win32\bin\libiconv-2.dll "%XBMC_PATH%\project\Win32BuildSetup\dependencies\" /Y
rem for debugging
copy libcdio-0.83-win32\bin\libcdio-13.dll "%XBMC_PATH%\project\VS2010Express\XBMC\Debug (DirectX)\" /Y
copy libcdio-0.83-win32\bin\libiconv-2.dll "%XBMC_PATH%\project\VS2010Express\XBMC\Debug (DirectX)\" /Y
cd %LOC_PATH%
| plexinc/plex-home-theater-public | project/BuildDependencies/scripts/libcdio_d.bat | bat | gpl-2.0 | 687 |
setMode -bscan
setCable -p auto
identify
assignfile -p 3 -file implementation/download.bit
program -p 3
quit
| rhuitl/uClinux | vendors/Insight/XC2VP7_Microblaze/hardware/etc/download.cmd | bat | gpl-2.0 | 115 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.3
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment.
goto error
)
:: Setup
:: -----
setlocal enabledelayedexpansion
SET ARTIFACTS=%~dp0%..\artifacts
IF NOT DEFINED DEPLOYMENT_SOURCE (
SET DEPLOYMENT_SOURCE=%~dp0%.
)
IF NOT DEFINED DEPLOYMENT_TARGET (
SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot
)
IF NOT DEFINED NEXT_MANIFEST_PATH (
SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest
IF NOT DEFINED PREVIOUS_MANIFEST_PATH (
SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest
)
)
IF NOT DEFINED KUDU_SYNC_CMD (
:: Install kudu sync
echo Installing Kudu Sync
call npm install kudusync -g --silent
IF !ERRORLEVEL! NEQ 0 goto error
:: Locally just running "kuduSync" would also work
SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd
)
goto Deployment
:: Utility Functions
:: -----------------
:SelectNodeVersion
IF DEFINED KUDU_SELECT_NODE_VERSION_CMD (
:: The following are done only on Windows Azure Websites environment
call %KUDU_SELECT_NODE_VERSION_CMD% "%DEPLOYMENT_SOURCE%" "%DEPLOYMENT_TARGET%" "%DEPLOYMENT_TEMP%"
IF !ERRORLEVEL! NEQ 0 goto error
IF EXIST "%DEPLOYMENT_TEMP%\__nodeVersion.tmp" (
SET /p NODE_EXE=<"%DEPLOYMENT_TEMP%\__nodeVersion.tmp"
IF !ERRORLEVEL! NEQ 0 goto error
)
IF EXIST "%DEPLOYMENT_TEMP%\__npmVersion.tmp" (
SET /p NPM_JS_PATH=<"%DEPLOYMENT_TEMP%\__npmVersion.tmp"
IF !ERRORLEVEL! NEQ 0 goto error
)
IF NOT DEFINED NODE_EXE (
SET NODE_EXE=node
)
SET NPM_CMD="!NODE_EXE!" "!NPM_JS_PATH!"
) ELSE (
SET NPM_CMD=npm
SET NODE_EXE=node
)
goto :EOF
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Deployment
:: ----------
:Deployment
echo Handling node.js deployment.
:: 1. KuduSync
IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
IF !ERRORLEVEL! NEQ 0 goto error
)
:: 2. Select node version
call :SelectNodeVersion
:: 3. Install npm packages
IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd !NPM_CMD! install --production
IF !ERRORLEVEL! NEQ 0 goto error
popd
)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Post deployment stub
IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%"
IF !ERRORLEVEL! NEQ 0 goto error
goto end
:: Execute command routine that will echo out when error
:ExecuteCmd
setlocal
set _CMD_=%*
call %_CMD_%
if "%ERRORLEVEL%" NEQ "0" echo Failed exitCode=%ERRORLEVEL%, command=%_CMD_%
exit /b %ERRORLEVEL%
:error
endlocal
echo An error has occurred during web site deployment.
call :exitSetErrorLevel
call :exitFromFunction 2>nul
:exitSetErrorLevel
exit /b 1
:exitFromFunction
()
:end
endlocal
echo Finished successfully.
| samofab/git4diff | deploy.cmd | bat | isc | 3,301 |
@php -r "include 'yks/cl.php';" %* | 131/yks | rsrcs/bin/clyks.bat | bat | mit | 34 |
%CLOSURE_PATH%/closure/bin/build/closurebuilder.py --root=%CLOSURE_PATH% --root=../src/animations --root=../src/cameras --root=../src/controllers --root=../src/config --root=../src/core --root=../src/utils --root=../src/events --root=../src/file --root=../src/graphics --root=../src/input --root=../src/lights --root=../src/loaders --root=../src/network --root=../src/physics --root=../src/prefabs --root=../src/scene --root=../src/shaders --root=../src/time --root=../src/ui --root=../src/visuals --namespace="SB.Game" --namespace="SB.Modules" --output_mode=script --compiler_jar=compiler.jar --output_file=../build-debug/sb.js | tparisi/Skybox | engine/utils/compile-debug.bat | bat | mit | 629 |
g++ %1/*.cpp -I%1 -lkernel32 -lGdi32 -lWinmm -g -o gui_d.exe | CaiusTSM/gui | build_debug.bat | bat | mit | 60 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\wordpress.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\wordpress.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| myles/python-wp | docs/make.bat | bat | mit | 6,707 |
putty -D 4096 -N -load "AWS VPN, FTP Servers"
| earthperson/ShellNotes | SOCKS.bat | bat | mit | 46 |
@echo off
call nome.bat
gdb ../../bin/%nome% | lucchesi/jogoascii | template/scripts_win/debugar.bat | bat | mit | 44 |
ECHO APPVEYOR_REPO_BRANCH: %APPVEYOR_REPO_BRANCH%
ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG%
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
CALL "%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" build\package.proj | leekelleher/umbraco-environment-indicator | build-appveyor.cmd | bat | mit | 284 |
del *.tpu
del *.obj
del *.exe
| michaelcmartin/bumbershoot | dos/hat/clean.bat | bat | mit | 30 |
rem MakeDriver32.bat 2009-08-13 AgF
rem Makes 32 bit driver for access to MSR registers
rem System requirements:
rem Windows 2000 or NT or later needed to run this driver.
rem Tools needed for building this driver:
rem Windows Driver Kit (WDK) 7.0.0
rem Note that you need the 64-bit version of this driver if the test
rem program is running under a 64-bit Windows system, even if running
rem in 32-bit mode.
rem The driver has no signature. If running under Windows Vista
rem or later then you have to accept the unsigned driver.
rem Run compiler as administrator.
rem Define filename
set drv=MSRDriver
rem set path to DDK
set DDK=C:\WinDDK\7600.16385.0
rem Set path to compiler
set path=%DDK%\bin\x86\x86
rem set include path
set include=%DDK%\inc\crt;%DDK%\inc\ddk;%DDK%\inc\api
rem set library path to DDK
set lib=%DDK%\lib\win7\i386;%DDK%\lib\crt\i386
rem Delete old driver
del %drv%32.sys
rem Compile driver cpp file
cl /c /Gz /O2 /Fo%drv%32.obj %drv%.cpp
if errorlevel 1 pause
rem Link into .sys file
link /driver /base:0x10000 /align:32 /out:%drv%32.sys /subsystem:native /entry:DriverEntry ntoskrnl.lib %drv%32.obj
if errorlevel 1 pause
pause | wbminera1/Framework | MSRDriver/MakeDriver32.bat | bat | mit | 1,202 |
..\.nuget\nuget pack | FreekPaans/PagePerformanceInsights | nuget/pack.bat | bat | mit | 20 |
cmd_drivers/staging/qcache/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/staging/qcache/built-in.o drivers/staging/qcache/qcache.o ; scripts/mod/modpost drivers/staging/qcache/built-in.o
| lindsaytheflint/stone | drivers/staging/qcache/.built-in.o.cmd | bat | gpl-2.0 | 280 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD drivers/mtd/tests/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/mtd/tests/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_fs/utimes.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.utimes.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(utimes)" -D"KBUILD_MODNAME=KBUILD_STR(utimes)" -c -o fs/utimes.o fs/utimes.c
deps_fs/utimes.o := \
fs/utimes.c \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
include/linux/file.h \
include/linux/types.h \
$(wildcard include/config/uid16.h) \
$(wildcard include/config/lbdaf.h) \
$(wildcard include/config/phys/addr/t/64bit.h) \
$(wildcard include/config/64bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/linkage.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \
include/linux/wait.h \
$(wildcard include/config/lockdep.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/cpu/32v6k.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/msm.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
include/linux/irqflags.h \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/irqsoff/tracer.h) \
$(wildcard include/config/preempt/tracer.h) \
$(wildcard include/config/trace/irqflags/support.h) \
$(wildcard include/config/x86.h) \
include/linux/typecheck.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \
include/asm-generic/cmpxchg-local.h \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/generic/lockbreak.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
$(wildcard include/config/preempt/notifiers.h) \
include/linux/thread_info.h \
$(wildcard include/config/compat.h) \
include/linux/bitops.h \
$(wildcard include/config/generic/find/first/bit.h) \
$(wildcard include/config/generic/find/last/bit.h) \
$(wildcard include/config/generic/find/next/bit.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/lock.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/prove/locking.h) \
$(wildcard include/config/printk.h) \
$(wildcard include/config/dynamic/debug.h) \
$(wildcard include/config/ring/buffer.h) \
$(wildcard include/config/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/ratelimit.h \
include/linux/param.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/dynamic_debug.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \
$(wildcard include/config/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/generic/bug/relative/pointers.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/spinlock_types_up.h \
include/linux/lockdep.h \
$(wildcard include/config/lock/stat.h) \
$(wildcard include/config/generic/hardirqs.h) \
include/linux/spinlock_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \
include/asm-generic/atomic-long.h \
include/linux/spinlock_api_up.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/rcupdate.h \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tree/rcu.h) \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/cpumask.h \
$(wildcard include/config/cpumask/offstack.h) \
$(wildcard include/config/hotplug/cpu.h) \
$(wildcard include/config/debug/per/cpu/maps.h) \
$(wildcard include/config/disable/obsolete/cpumask/functions.h) \
include/linux/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \
include/linux/seqlock.h \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
include/linux/path.h \
include/linux/stat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \
include/linux/time.h \
$(wildcard include/config/arch/uses/gettimeoffset.h) \
include/linux/math64.h \
include/linux/kobject.h \
$(wildcard include/config/hotplug.h) \
include/linux/sysfs.h \
include/linux/errno.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
include/linux/kref.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/init.h \
$(wildcard include/config/modules.h) \
include/linux/pid.h \
include/linux/mutex.h \
$(wildcard include/config/debug/mutexes.h) \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/rwsem.h \
$(wildcard include/config/rwsem/generic/spinlock.h) \
include/linux/rwsem-spinlock.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/mount.h \
include/linux/nodemask.h \
$(wildcard include/config/highmem.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/namei.h \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/detect/hung/task.h) \
$(wildcard include/config/core/dump/default/elf/headers.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/perf/events.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/cgroups.h) \
$(wildcard include/config/futex.h) \
$(wildcard include/config/fault/injection.h) \
$(wildcard include/config/latencytop.h) \
$(wildcard include/config/function/graph/tracer.h) \
$(wildcard include/config/have/unstable/sched/clock.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/stack/usage.h) \
$(wildcard include/config/group/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/timex.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/jiffies.h \
include/linux/rbtree.h \
include/linux/mm_types.h \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/want/page/debug/flags.h) \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/aio.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \
$(wildcard include/config/cpu/copy/v3.h) \
$(wildcard include/config/cpu/copy/v4wt.h) \
$(wildcard include/config/cpu/copy/v4wb.h) \
$(wildcard include/config/cpu/copy/feroceon.h) \
$(wildcard include/config/cpu/copy/fa.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/copy/v6.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/memory/hotplug/sparse.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/abrt/lv4t.h) \
$(wildcard include/config/cpu/abrt/ev4.h) \
$(wildcard include/config/cpu/abrt/ev4t.h) \
$(wildcard include/config/cpu/abrt/ev5tj.h) \
$(wildcard include/config/cpu/abrt/ev5t.h) \
$(wildcard include/config/cpu/abrt/ev6.h) \
$(wildcard include/config/cpu/abrt/ev7.h) \
$(wildcard include/config/cpu/pabrt/legacy.h) \
$(wildcard include/config/cpu/pabrt/v6.h) \
$(wildcard include/config/cpu/pabrt/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \
$(wildcard include/config/page/offset.h) \
$(wildcard include/config/thumb2/kernel.h) \
$(wildcard include/config/dram/size.h) \
$(wildcard include/config/dram/base.h) \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/discontigmem.h) \
include/linux/const.h \
arch/arm/mach-msm/include/mach/memory.h \
$(wildcard include/config/phys/offset.h) \
$(wildcard include/config/arch/msm7x30.h) \
$(wildcard include/config/vmsplit/3g.h) \
$(wildcard include/config/arch/msm/arm11.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/flatmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
include/asm-generic/getorder.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/smp.h \
$(wildcard include/config/use/generic/smp/helpers.h) \
include/linux/sem.h \
include/linux/ipc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/percpu.h \
$(wildcard include/config/have/legacy/per/cpu/area.h) \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/debug/kmemleak.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/debug/vm.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/memory/hotplug.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/flat/node/mem/map.h) \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.h) \
$(wildcard include/config/arch/has/holes/memorymodel.h) \
include/linux/pageblock-flags.h \
$(wildcard include/config/hugetlb/page.h) \
$(wildcard include/config/hugetlb/page/size/variable.h) \
include/linux/bounds.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
$(wildcard include/config/memory/hotremove.h) \
include/linux/notifier.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/slob_def.h \
include/linux/pfn.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/resource.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(wildcard include/config/high/res/timers.h) \
include/linux/task_io_accounting.h \
$(wildcard include/config/task/io/accounting.h) \
include/linux/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
include/linux/key.h \
$(wildcard include/config/sysctl.h) \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/workqueue.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/utime.h \
include/linux/syscalls.h \
$(wildcard include/config/event/profile.h) \
$(wildcard include/config/ftrace/syscalls.h) \
$(wildcard include/config/ppc64.h) \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/mips.h) \
$(wildcard include/config/have/syscall/wrappers.h) \
$(wildcard include/config/ia64.h) \
include/linux/unistd.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unistd.h \
$(wildcard include/config/oabi/compat.h) \
include/trace/syscall.h \
include/linux/tracepoint.h \
$(wildcard include/config/tracepoints.h) \
include/linux/ftrace_event.h \
include/linux/ring_buffer.h \
$(wildcard include/config/ring/buffer/allow/swap.h) \
include/linux/kmemcheck.h \
include/linux/mm.h \
$(wildcard include/config/swap.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/vmsplit/2g.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/have/mlocked/page/bit.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/seq_file.h \
include/linux/trace_seq.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
fs/utimes.o: $(deps_fs/utimes.o)
$(deps_fs/utimes.o):
| b8e5n/KTG-kernel_es209ra | fs/.utimes.o.cmd | bat | gpl-2.0 | 23,611 |
cmd_arch/arm/kernel/sleep.o := /home/flint/src_pf2/StoneK_10.4.16.8/scripts/gcc-wrapper.py /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/flint/src_pf2/StoneK_10.4.16.8/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -DASUS_SW_VER=\"A68_ENG\" -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/kernel/sleep.o arch/arm/kernel/sleep.S
source_arch/arm/kernel/sleep.o := arch/arm/kernel/sleep.S
deps_arch/arm/kernel/sleep.o := \
$(wildcard include/config/smp.h) \
$(wildcard include/config/nr/cpus.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/linkage.h \
include/linux/threads.h \
$(wildcard include/config/base/small.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/asm-offsets.h \
include/generated/asm-offsets.h \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/hwcap.h \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/glue-cache.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/cpu/xscale.h) \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v6k.h) \
$(wildcard include/config/cpu/v7.h) \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/glue.h \
/home/flint/src_pf2/StoneK_10.4.16.8/arch/arm/include/asm/glue-proc.h \
$(wildcard include/config/cpu/arm610.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm710.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
arch/arm/kernel/sleep.o: $(deps_arch/arm/kernel/sleep.o)
$(deps_arch/arm/kernel/sleep.o):
| lindsaytheflint/stone | arch/arm/kernel/.sleep.o.cmd | bat | gpl-2.0 | 4,079 |
cmd_drivers/usb/gadget/usb_f_ecm_subset.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/gadget/usb_f_ecm_subset.o drivers/usb/gadget/f_subset.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/usb/gadget/.usb_f_ecm_subset.o.cmd | bat | gpl-2.0 | 248 |
cmd_net/can/can-gw.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o net/can/can-gw.o net/can/gw.o
| domintech/PandaBoard-LinuxKernel | net/can/.can-gw.o.cmd | bat | gpl-2.0 | 192 |
setlocal
call tools\set_version.bat 0x0620
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
msbuild.exe netkvm.vcxproj /t:clean /p:Configuration="Win8 Release" /P:Platform=x64
msbuild.exe netkvm.vcxproj /t:sdv /p:inputs="/clean" /p:Configuration="Win8 Release" /P:platform=x64
msbuild.exe netkvm.vcxproj /p:Configuration="Win8 Release" /P:Platform=x64 /P:RunCodeAnalysisOnce=True
msbuild.exe netkvm.vcxproj /t:sdv /p:inputs="/check" /p:Configuration="Win8 Release" /P:platform=x64
msbuild.exe netkvm.vcxproj /t:dvl /p:Configuration="Win8 Release" /P:platform=x64
copy netkvm.DVL.XML .\Install\win8\amd64\
endlocal
| softvision-ionutganju/test | NetKVM/create_dvl_log.cmd | bat | gpl-2.0 | 645 |
cmd_sound/pci/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o sound/pci/built-in.o sound/pci/ac97/built-in.o sound/pci/ali5451/built-in.o sound/pci/asihpi/built-in.o sound/pci/au88x0/built-in.o sound/pci/aw2/built-in.o sound/pci/ctxfi/built-in.o sound/pci/ca0106/built-in.o sound/pci/cs46xx/built-in.o sound/pci/cs5535audio/built-in.o sound/pci/lola/built-in.o sound/pci/lx6464es/built-in.o sound/pci/echoaudio/built-in.o sound/pci/emu10k1/built-in.o sound/pci/hda/built-in.o sound/pci/ice1712/built-in.o sound/pci/korg1212/built-in.o sound/pci/mixart/built-in.o sound/pci/nm256/built-in.o sound/pci/oxygen/built-in.o sound/pci/pcxhr/built-in.o sound/pci/riptide/built-in.o sound/pci/rme9652/built-in.o sound/pci/trident/built-in.o sound/pci/ymfpci/built-in.o sound/pci/vx222/built-in.o
| IndieBeto/StockLP | sound/pci/.built-in.o.cmd | bat | gpl-2.0 | 805 |
call set-http-proxy.bat proxy.dvfu.ru 3128
rem Firebird 3.x needs extra config to be able to connect to 2.x
choco install firebird --version 2.5.7.1000 -y -params "/ClientAndDevTools"
set FIREBIRD_HOME=C:\Program Files\Firebird\Firebird_2_5
setx FIREBIRD_HOME %FIREBIRD_HOME%
mkdir C:\Lang\
rem Need relatively late Perl, pbox provides only 5.20
%PBOX_HOME%\bin\wget --output-document %TEMP%\perl.msi http://strawberryperl.com/download/5.26.1.1/strawberry-perl-5.26.1.1-64bit.msi
msiexec /i %TEMP%\perl.msi INSTALLDIR=C:\Lang\perl /quiet /passive /norestart
rem Must install DBD::Firebird before MinGW to avoid G++ version clash
set PATH=%PATH%;%FIREBIRD_HOME%;C:\Lang\perl\perl\bin
setx PATH %PATH%
call cpanm DBD::Firebird
call pbox install mingw-w64-7 --homedir=C:\Lang\mingw-w64-7
call pbox install jdk8 --homedir=C:\Lang\jdk8
call pbox install kotlin --homedir=C:\Lang\kotlin
call pbox install python3 --homedir=C:\Lang\python3
call pbox install pypy3 --homedir=C:\Lang\pypy
call pbox install lazarus --homedir=C:\Lang\lazarus
call pbox install ruby --homedir=C:\Lang\ruby
call pbox install php --homedir=C:\Lang\php
call pbox install haskellplatform --homedir=C:\Lang\haskell
call pbox install nodejs-portable --homedir=C:\Lang\nodejs
call pbox install rust --homedir=C:\Lang\rust
call pbox install delphi7-compiler --homedir=C:\Lang\delphi
call pbox install 7zip --homedir=C:\Lang\7-zip
call pbox install go --homedir=C:\Lang\go
rem call pbox install dotnet-core-sdk --homedir=C:\Lang\dotnet
rem https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.200-windows-x64-binaries
%PBOX_HOME%\bin\wget --output-document %TEMP%\dotnet.zip https://download.visualstudio.microsoft.com/download/pr/761159fa-2843-4abe-8052-147e6c873a78/77658948a9e0f7bc31e978b6bc271ec8/dotnet-sdk-5.0.200-win-x64.zip
%PBOX_HOME%\bin\7za x -oC:\Lang\dotnet %TEMP%\dotnet.zip
setx DOTNET_ROOT C:\Lang\dotnet
setx DOTNET_CLI_TELEMETRY_OPTOUT 1
rem Pbox provides only PascalABC 2.22
mkdir C:\Lang\pascalabc
%PBOX_HOME%\bin\wget --output-document %TEMP%\pabcnet.zip http://pascalabc.net/downloads/PABCNETC.zip
%PBOX_HOME%\bin\7za x -oC:\Lang\pascalabc %TEMP%\pabcnet.zip
rem LLVM uses NSIS installer
%PBOX_HOME%\bin\wget --output-document %TEMP%\llvm.exe http://releases.llvm.org/5.0.0/LLVM-5.0.0-win64.exe
%TEMP%\llvm.exe /S /D=C:\Lang\clang
mkdir C:\Lang\freebasic
%PBOX_HOME%\bin\wget --output-document %TEMP%\freebasic.7z http://free-basic.ru/user-files/FreeBASIC-1.05.0-win64.7z
%PBOX_HOME%\bin\7za x -oC:\Lang %TEMP%\freebasic.7z
move C:\Lang\FreeBASIC-1.05.0-win64 C:\Lang\freebasic
rem Not quite correct, since chocolatey shims will still point to Program Files.
choco install erlang -ia "'/D=C:\Lang\erlang'"
%PBOX_HOME%\bin\wget --output-document %TEMP%\swi-prolog.exe http://www.swi-prolog.org/download/stable/bin/swipl-w64-764.exe
rem Change Prolog's assocated extension, since default .pl conflicts with Perl.
%TEMP%\swi-prolog.exe /S /EXT=pro /INSTDIR=C:\Lang\swipl
mkdir C:\git\
call pbox install git --homedir=C:\git
rem PYTHON3_HOME is set by pbox installer.
if exist "%PYTHON3_HOME%\python.exe" (
rem Update sqlite3 library
%PBOX_HOME%\bin\wget --output-document %TEMP%\sqlite3.zip http://www.sqlite.org/2018/sqlite-dll-win64-x64-3250200.zip
%PBOX_HOME%\bin\7za x -y -o"%PYTHON3_HOME%\DLLs" %TEMP%\sqlite3.zip
rem Includes numpy
"%PYTHON3_HOME%\python.exe" -m pip install pandas sklearn opencv-python matplotlib
rem Install cython
"%PYTHON3_HOME%\python.exe" -m pip install cython
copy /y cython.bat "%PYTHON3_HOME%\cython.bat"
"%PYTHON3_HOME%\python.exe" -m pip install requests
)
mkdir C:\Lang\logisim
%PBOX_HOME%\bin\wget --output-document C:\Lang\logisim\logisim.jar https://github.com/reds-heig/logisim-evolution/releases/download/v3.3.1/logisim-evolution-3.3.1.jar
mkdir C:\Lang\digitalsim
%PBOX_HOME%\bin\wget --output-document %TEMP%\digitalsim.zip https://github.com/hneemann/Digital/releases/download/v0.24/Digital.zip
%PBOX_HOME%\bin\7za e -oC:\Lang\digitalsim %TEMP%\digitalsim.zip */*.jar
rem IDE only, separate GUI action required to install C++
choco install visualstudio2015community -y --execution-timeout 27000
| klenin/cats-judge | install/install-de-pbox.bat | bat | gpl-2.0 | 4,182 |
cmd_fs/aufs/built-in.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/aufs/built-in.o fs/aufs/aufs.o
| doadin/samsung-kernel-msm7x30-Doadin | fs/aufs/.built-in.o.cmd | bat | gpl-2.0 | 145 |
cmd_drivers/staging/zsmalloc/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/staging/zsmalloc/built-in.o drivers/staging/zsmalloc/zsmalloc.o
| IndieBeto/StockLP | drivers/staging/zsmalloc/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_arch/arm/lib/io-writesw-armv4.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/media/android_source/qrd-gb-dsds-7225/kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=6 -march=armv6 -mtune=arm1136j-s -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/io-writesw-armv4.o arch/arm/lib/io-writesw-armv4.S
deps_arch/arm/lib/io-writesw-armv4.o := \
arch/arm/lib/io-writesw-armv4.S \
/media/android_source/qrd-gb-dsds-7225/kernel/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/media/android_source/qrd-gb-dsds-7225/kernel/arch/arm/include/asm/linkage.h \
/media/android_source/qrd-gb-dsds-7225/kernel/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/media/android_source/qrd-gb-dsds-7225/kernel/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/media/android_source/qrd-gb-dsds-7225/kernel/arch/arm/include/asm/hwcap.h \
arch/arm/lib/io-writesw-armv4.o: $(deps_arch/arm/lib/io-writesw-armv4.o)
$(deps_arch/arm/lib/io-writesw-armv4.o):
| freebsdmax/gsmart1315_kernel | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 1,954 |
::Runs at login will iterate through the list until it finds the correct user
::and will then use their credentials to map the drive
@echo off
for /f "tokens=1,2 delims= " %%a in (C:\windows\pass\userspass.csv) do (
IF %%a==%USERNAME% (
net use u: \\WORKGROUP\%%a %%b /user:%%a /persistent:yes
)
)
| DavidThienProgramming/addUsersMapWorkgroupFolder | Scripts/maplogin.bat | bat | gpl-2.0 | 303 |
cmd_libbb/perror_nomsg.o := gcc -Wp,-MD,libbb/.perror_nomsg.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(perror_nomsg)" -D"KBUILD_MODNAME=KBUILD_STR(perror_nomsg)" -c -o libbb/perror_nomsg.o libbb/perror_nomsg.c
deps_libbb/perror_nomsg.o := \
libbb/perror_nomsg.c \
include/platform.h \
$(wildcard include/config/werror.h) \
$(wildcard include/config/big/endian.h) \
$(wildcard include/config/little/endian.h) \
$(wildcard include/config/nommu.h) \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/features.h \
/usr/include/x86_64-linux-gnu/bits/predefs.h \
/usr/include/x86_64-linux-gnu/sys/cdefs.h \
/usr/include/x86_64-linux-gnu/bits/wordsize.h \
/usr/include/x86_64-linux-gnu/gnu/stubs.h \
/usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
/usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
/usr/include/x86_64-linux-gnu/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
/usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \
libbb/perror_nomsg.o: $(deps_libbb/perror_nomsg.o)
$(deps_libbb/perror_nomsg.o):
| muthumani2/Muthu-busybox | libbb/.perror_nomsg.o.cmd | bat | gpl-2.0 | 2,272 |
@echo off
setlocal
REM Vrrtep CLI is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public Licence as published by
REM the Free Software Foundation, either version 3 of the Licence, or
REM (at your option) any later version.
REM
REM Vrrtep CLI is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM
REM You should have received a copy of the GNU General Public License
REM along with Vrrtep CLI. If not, see <http://www.gnu.org/licenses/>
cd %~dp0
if "%1"=="-u" (
if "%2"=="--all" (
vrrtepcli_update_prog.cmd
goto end
) else (
call vrrtepcli_update.cmd
echo.
echo Vrrtepcli dictionary updated.
goto end
)
)
if "%1"=="uninstall" (
uninstall_vcli.cmd
goto end
)
if "%1"=="-h" (
echo.
echo Vrrtep Command-line Interface Na'vi Translator v1.94.2
echo by Tirea Aean. Licensed under GNU General Public License.
echo Windows version by Swoka Ikran
echo.
echo Usage: vrrtepcli [-args][word]
echo ----------------
echo valid arguments:
echo ----------------
echo -l : translate from a local language to Na'vi
echo ----------------
echo local languages:
echo ----------------
echo -eng : english [default if no language specified]
echo -ptbr : Brazillian Portuguese
echo -sv : Swedish
echo -hu : Hungarian
echo -nl : Dutch
echo -est : Estonian
echo -de : German
echo ---------------------------------
echo -i : show possible Na'vi infix
echo ---------------------------------
echo -n : translate from Na'vi to local language [default if no -l, overrides -l]
echo ---------------------------------
echo -r : na'vi rhyming dictionary
echo ---------------------------------
echo -s : na'vi word scramble game
echo ---------------------------------
echo -q : na'vi quiz game
echo TIP: Use -l and language options to play the other way
echo with localized questions and Na'vi answers.
echo ---------------------------------
echo -h : show this help menu
echo ---------------------------------
echo -u : update the vrrtepcli dictionaries
echo -v : check dictionary version
echo ---------------------------------
goto end
)
chgcolor 0b
echo Vrrtep CLI v1.94.2 by Tirea Aean
echo Windows version by Swoka Ikran
chgcolor 0a
echo Python version
echo.
chgcolor 07
if "%1"=="-v" (
echo Dictionary version:
type dictversion.txt
goto end
)
if "%1"=="-explorer" (
set vcli_explorer=1
shift /1
)
REM End non-program functions (updater/help/etc.)
chcp | FindStr .*437 > NUL
if %ERRORLEVEL% GTR 0 (
chcp 437
echo.
)
if "%1"=="" goto run
REM Check if it's a string
set /A loop=%1
if "%loop%"=="0" goto run
REM If not, loop %1 number of times
set total=%loop%
set counter=1
set /A shiftbase=2
set args=
:findArgs
echo %2 | FindStr \-.* > NUL
if %ERRORLEVEL% GTR 0 goto loop
set /A shiftbase=%shiftbase%+1
set args=%args% %2
shift /2
goto findArgs
:loop
if "%2" == "" (
python vrrtepcli.py -n
)
if not "%2" == "" (
python vrrtepcli.py %args% %2
shift /2
)
SET /A counter=%counter%+1
if %counter% GTR %total% goto end
goto loop
:run
if "%1" == "" (
python vrrtepcli.py -n
goto end
)
if not "%1" == "" (
python vrrtepcli.py %1 %2 %3 %4 %5 %6 %7
goto end
)
:end
if "%vcli_explorer%"=="1" goto run
endlocal | tirea/vrrtepcli | Windows/win_src/vrrtepcli.cmd | bat | gpl-3.0 | 3,575 |
@echo off
git add *
git commit -m "auto commit message"
git push origin master | dangernme/Robot | push.bat | bat | gpl-3.0 | 78 |
java -Xmx512m -cp MOEAFramework-2.6\lib\* org.moeaframework.analysis.sensitivity.SobolAnalysis -m 0 -i med_FactorCycleTime.txt -p params.txt -o sobolAnalysis_med_FactorCycleTime.txt -r 1500 | FG-SE/PrePostReviewProcessSimulation | sobolStuff/analyze_med_FactorCycleTime.bat | bat | gpl-3.0 | 189 |
@echo off
echo Gebruik het configuratiepaneel om de gewenste profielen eerst te verwijderen. De bestanden doen we later.
pause
control.exe mlcfg32.cpl
set appdata=%userprofile%\appdata
cd %AppData%\Local\Microsoft\Outlook && del *.* /f /s /q
rem dit is een remark | pieterhouwen/scripts | wintools/outlookreset.bat | bat | gpl-3.0 | 263 |
@echo off
REM Copyright (C) 2007-2019 Crafter Software Corporation. All Rights Reserved.
REM This program is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, either version 3 of the License, or
REM (at your option) any later version.
REM This program is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
REM GNU General Public License for more details.
REM You should have received a copy of the GNU General Public License
REM along with this program. If not, see <http://www.gnu.org/license
set ENVIRONMENT=%1
set BACKUP_FOLDER=%2
set BACKUP_FILE=%3
if "%ENVIRONMENT%"=="" goto usage
if "%BACKUP_FOLDER%"=="" goto usage
if "%BACKUP_FILE%"=="" goto usage
pushd ..\%ENVIRONMENT%
docker-compose down
docker-compose run --rm --no-deps -v %BACKUP_FOLDER%:/opt/crafter/backups^
tomcat restore ./backups/%BACKUP_FILE%
popd
goto end
:usage
echo "Usage:"
echo "restore.bat <ENVIRONMENT> <BACKUP FOLDER> <BACKUP FILE>"
:end
| craftercms/docker | scripts/restore.bat | bat | gpl-3.0 | 1,171 |
@set caller=0
@set version2="60012462"
@set version3="6.0.0.12462"
@set sversion2c=1800341
@set sversion3c="1.8.0.0341"
@set tam7z=227328
CLS
if %code%==350-4 (
@set translationof="Dawn of War - Soulstorm"
@set tam="3,47"
@set totaltam=3643723
@set installedsize="61,21"
@set hash=D41828409DDCD882B44DCD3A211DE6CE8D8DACCA490C4B2C7DE0841C44011EBB
@set file=SSBR.7z
@set changelog=- Tradução: Algumas mudanças.\n - Atualizador: Correções de erros.\n - Interface: Algumas mudanças visuais, Corrigido um problema com escalas superiores a 100\p\ no Windows 10, a interface do atualizador se ajusta automaticamente à escala\in\Experimental\out\.\n - Instalador\Atualizador: Melhorias gerais.\n - Servidor: Melhorias gerais.
)
CLS
@set secundarysvr=https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Update/%file%
@set primarysvr=https://translategames.com.br/updater/download/%code%
@set secundarysvrS=https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Update/%file%
@set primarysvrS=https://translategames.com.br/updater/download/%code%
@set timer=%timer%%caller%
@set limiter=%limiter%%caller%
@set ERROS=%caller%
@set FATOR=1
@set sversion2=%sversion2c%%caller%
@set sversion=%sversion%%caller%
@set showcl=1%caller%
@set mode=%mode%2
@set silent=%silent%2
@set tamanho=%caller%
CLS
if %limiter%==Ilimitadot0 (
@set Slimit=
) else if %limiter%==50kt0 (
@set Slimit= --limit-rate=50k
) else if %limiter%==100kt0 (
@set Slimit= --limit-rate=100k
) else if %limiter%==300kt0 (
@set Slimit= --limit-rate=300k
) else if %limiter%==500kt0 (
@set Slimit= --limit-rate=500k
) else if %limiter%==1mt0 (
@set Slimit= --limit-rate=1m
) else if %limiter%==2mt0 (
@set Slimit= --limit-rate=2m
) else if %limiter%==5mt0 (
@set Slimit= --limit-rate=5m
) else (
@set Slimit=
)
if %mode%==install2 (
@set mode=install
) else (
@set mode=update
)
if %silent%==Silent2 (
CLS
goto VVCheckS
) else if %version% gtr "0" (
CLS
title Atualizador%code%t
del UpToDate.vbs
del ErroAOpened.vbs
del ErroDownload.vbs
del ErroHash.vbs
del ErroIConnection.vbs
del ErroInstall.vbs
del ErroVersion.vbs
del UpdateEncontrado.vbs
del UpdateFound.vbs
echo msgbox"A Tradução mais recente, já está instalada!",vbInformation,"A Tradução já está atualizada!" > "UpToDate.vbs"
echo msgbox"Não foi possível obter acesso de Administrador!",vbCritical,"Acesso Negado!" > "ErroAOpened.vbs"
echo msgbox"Ocorreu um erro ao tentar baixar a Atualização!",vbCritical,"Falha ao Baixar" > "ErroDownload.vbs"
echo msgbox"Conexão Interrompida durante o download da Atualização!",vbCritical,"Conexão Perdida" > "ErroIConnection.vbs"
echo msgbox"Arquivo necessário para iniciar a Instalação, não foi encontrado!",vbCritical,"Falha na Instalação" > "ErroInstall.vbs"
CLS
goto VVCheck
) else (
CLS
goto exit
)
:VVCheck
if %version% lss %version2% (
CLS
echo 1 > "ProgressBarS.log"
echo 0 > "ChangeLogIV.log"
echo 0 > "StatusPS.log"
goto initCheck
) else (
CLS
echo 100 > "ProgressBarS.log"
goto init
)
:ARCheck
CLS
timeout 2 > NUL
del %file%
echo 1 > "ProgressBarS.log"
echo -0-90- > "ProgressBar.log"
@set showcl=0%caller%
@set sversion=1%caller%
CLS
goto initCheck
:initCheck
CLS
echo 2 > "ProgressBarS.log"
del 7z.temp
del 7zdll.temp
del 7z.dll
FOR %%a in (dir "7z.exe") do (set /a tamanho=%%~za)
if not exist "7z.exe" (
echo 2 > "ProgressBarS.log"
echo %date%-%time% Atualização do 7-Zip necessária! >> "UpdateLog.txt"
echo %date%-%time% Baixando... >> "UpdateLog.txt"
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/7z.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title Atualizador%code%t
echo 90 > "ProgressBarS.log"
) else if %tamanho% lss %tam7z% (
echo 2 > "ProgressBarS.log"
echo %date%-%time% Atualização do 7-Zip necessária! >> "UpdateLog.txt"
echo %date%-%time% Baixando... >> "UpdateLog.txt"
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/7z.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title Atualizador%code%t
echo 90 > "ProgressBarS.log"
) else if %tamanho% gtr %tam7z% (
echo 2 > "ProgressBarS.log"
echo %date%-%time% Atualização do 7-Zip necessária! >> "UpdateLog.txt"
echo %date%-%time% Baixando... >> "UpdateLog.txt"
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/7z.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title Atualizador%code%t
echo 90 > "ProgressBarS.log"
)
FOR %%a in (dir "7z.temp") do (set /a tamanho=%%~za)
if exist "7z.temp" (
CLS
if %tamanho%==%tam7z% (
del 7z.exe
move 7z.temp 7z.exe
) else (
wget.exe http://translategames.com.br/updater/request/7z.temp --output-document=7z.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
del 7z.exe
move 7z.temp 7z.exe
CLS
)
echo %date%-%time% Atualização Concluída! >> "UpdateLog.txt"
echo %date%-%time% Continuando... >> "UpdateLog.txt"
)
echo 90 > "ProgressBarS.log"
if %sversion% lss %sversion2% (
echo 90 > "ProgressBarS.log"
CLS
del UpScript.temp
del UpScript.7z
del UpScript*
CLS
echo %date%-%time% Atualização de complementos do Atualizador encontrada! Versão: %sversion3c% >> "UpdateLog.txt"
echo Atualização de complementos do Atualizador encontrada!
CLS
echo %date%-%time% Baixando... >> "UpdateLog.txt"
echo Baixando complementos...
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/UpScript.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title Atualizador%code%t
if not exist "UpScript.temp" (
CLS
wget.exe http://translategames.com.br/updater/request/UpScript.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title Atualizador%code%t
)
echo 95 > "ProgressBarS.log"
if exist "UpScript.temp" (
CLS
move UpScript.temp UpScript.7z
CLS
echo %date%-%time% Extraindo complementos... Versão: %sversion3c% >> "UpdateLog.txt"
echo Extraindo Pacotes...
CLS
del error.temp
del HashF.temp
del HashV.temp
del InterfaceMaintainer.temp
del PostInstall.temp
del ProgressData.temp
del ImageData.temp
del UpdaterUI.temp
if exist "error.png" (
move error.png error.temp
)
if exist "Hash.exe" (
move Hash.exe HashF.temp
)
if exist "InterfaceMaintainer.vbs" (
move InterfaceMaintainer.vbs InterfaceMaintainer.temp
)
if exist "PostInstall.vbs" (
move PostInstall.vbs PostInstall.temp
)
if exist "ProgressData.tgpd" (
move ProgressData.tgpd ProgressData.temp
)
if exist "ImageData.tgib64" (
move ImageData.tgib64 ImageData.temp
)
if exist "UpdaterUI.tgapp" (
move UpdaterUI.tgapp UpdaterUI.temp
)
del Progress.hta
del Progress.bat
del Progress.vbs
del ProgressData.tgpd
del Hash.vbs
del tg.png
del db.png
del App.tmp
del App.temp
del Hash.tmp
del ImageData.tmp
del UpdaterUI.tmp
CLS
7z.exe e UpScript.7z -o.\
CLS
title Atualizador%code%t
if not exist "error.png" (
set /a ERROS=ERROS+FATOR
move error.temp error.png
) else (
del error.temp
)
if not exist "Hash.tmp" (
set /a ERROS=ERROS+FATOR
move HashF.temp Hash.exe
) else (
move Hash.tmp Hash.exe
del HashF.temp
)
if not exist "InterfaceMaintainer.vbs" (
set /a ERROS=ERROS+FATOR
move InterfaceMaintainer.temp InterfaceMaintainer.vbs
) else (
del InterfaceMaintainer.temp
)
if not exist "PostInstall.vbs" (
set /a ERROS=ERROS+FATOR
move PostInstall.temp PostInstall.vbs
) else (
del PostInstall.temp
)
if not exist "ImageData.tmp" (
set /a ERROS=ERROS+FATOR
move ImageData.temp ImageData.tgib64
) else (
move ImageData.tmp ImageData.tgib64
del ImageData.temp
)
if not exist "UpdaterUI.tmp" (
set /a ERROS=ERROS+FATOR
move UpdaterUI.temp UpdaterUI.tgapp
) else (
move UpdaterUI.tmp UpdaterUI.tgapp
del UpdaterUI.temp
)
if not exist "App.exe" (
move App.tmp App.exe
) else (
del App.tmp
)
if %ERROS% gtr 0 (
CLS
echo %date%-%time% Extração Interrompida. Arquivo Corrompido. >> "UpdateLog.txt"
echo Extração Interrompida.
) else (
CLS
echo %date%-%time% Extração Concluída... >> "UpdateLog.txt"
echo Extração Concluída...
)
CLS
del UpScript.7z
CLS
echo 100 > "ProgressBarS.log"
timeout -m 500 > NUL
echo %date%-%time% Continuando... >> "UpdateLog.txt"
goto pProgress
) else (
CLS
del UpScript.temp
CLS
echo %date%-%time% Falha ao Baixar complementos! >> "UpdateLog.txt"
echo %date%-%time% Continuando sem Atualização de complementos... >> "UpdateLog.txt"
echo Falha ao Baixar complementos!
goto init
)
) else (
CLS
echo 100 > "ProgressBarS.log"
timeout -m 500 > NUL
goto init
)
:pProgress
CLS
echo code = "%code%" > "PrepareProgress.vbs"
echo FileT= "UpdaterUI.tgapp" >> "PrepareProgress.vbs"
echo Set objFSO2 = CreateObject("Scripting.FileSystemObject") >> "PrepareProgress.vbs"
echo Set objRead2 = objFSO2.OpenTextFile(FileT, 1, True) >> "PrepareProgress.vbs"
echo D2 = objRead2.ReadAll >> "PrepareProgress.vbs"
echo D2 = Replace(D2,"|CODE|",code) >> "PrepareProgress.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "PrepareProgress.vbs"
echo Set objRead = objFSO.OpenTextFile(FileT, 2, True) >> "PrepareProgress.vbs"
echo objRead.WriteLine(D2) >> "PrepareProgress.vbs"
echo Set objFSO2 = Nothing >> "PrepareProgress.vbs"
echo Set objRead2 = Nothing >> "PrepareProgress.vbs"
echo Set objFSO = Nothing >> "PrepareProgress.vbs"
echo Set objRead = Nothing >> "PrepareProgress.vbs"
echo WScript.Quit >> "PrepareProgress.vbs"
CLS
PrepareProgress.vbs
del PrepareProgress.vbs
CLS
goto init
:uptodate
set /p firstline=<StatusIS.log
if %firstline%==ready (
echo updated > "StatusIS.log"
) else (
echo close>"StatusPS.log"
timeout -m 500 > NUL
echo forceclose>"StatusPS.log"
start wscript UpToDate.vbs
)
CLS
echo Atualizado!
goto exit
:init
CLS
echo 0 > "Status.log"
echo 0 > "StatusP.log"
echo -0-0- > "ProgressBar.log"
echo 0 > "Server.log"
echo 0 > "DSize.log"
echo 0 > "ChangeLogIV.log"
echo 0 > "UpdateMode.log"
echo 0 > "ServerP.log"
echo -%sversion3%- > "UpCoreFCE.log"
echo 0 > "Result.txt"
if exist "InterfaceMaintainer.log" (
del InterfaceMaintainer.log
)
del ChangeLog.log
CLS
echo Dim Data > "ExtractSize.vbs"
echo On Error Resume Next >> "ExtractSize.vbs"
echo Set objArgs = WScript.Arguments.Named >> "ExtractSize.vbs"
echo If NOT (IsEmpty(objArgs.Item("file"))) Then >> "ExtractSize.vbs"
echo File = objArgs.Item("file") >> "ExtractSize.vbs"
echo Else >> "ExtractSize.vbs"
echo WScript.Quit >> "ExtractSize.vbs"
echo End If >> "ExtractSize.vbs"
echo Set objFSO2 = CreateObject("Scripting.FileSystemObject") >> "ExtractSize.vbs"
echo Set objRead2 = objFSO2.OpenTextFile("UpdateLog.txt", 1, False) >> "ExtractSize.vbs"
echo Data = objRead2.ReadAll >> "ExtractSize.vbs"
echo Set objFSO2 = Nothing >> "ExtractSize.vbs"
echo Set objRead2 = Nothing >> "ExtractSize.vbs"
echo D2r = Split(Data, "Saving to: '"^&File^&"'") >> "ExtractSize.vbs"
echo Filet = Ubound(D2r) >> "ExtractSize.vbs"
echo Filet = Filet - 1 >> "ExtractSize.vbs"
echo If NOT Filet = "-1" Then >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo D2r = Split(Filet2, "Length: ") >> "ExtractSize.vbs"
echo Filet = Ubound(D2r) >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo D2r = Split(Filet2, " [") >> "ExtractSize.vbs"
echo Filet = 0 >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo D2r = Split(Filet2, " (") >> "ExtractSize.vbs"
echo Filet = 0 >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo Else >> "ExtractSize.vbs"
echo Filet2 = "" >> "ExtractSize.vbs"
echo End If >> "ExtractSize.vbs"
echo D2dataR = Filet2 >> "ExtractSize.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "ExtractSize.vbs"
echo Set objRead = objFSO.OpenTextFile("DSize.log", 2, True) >> "ExtractSize.vbs"
echo If D2dataR = "" Then >> "ExtractSize.vbs"
echo objRead.WriteLine("NoData") >> "ExtractSize.vbs"
echo Else >> "ExtractSize.vbs"
echo objRead.WriteLine(D2dataR) >> "ExtractSize.vbs"
echo End If >> "ExtractSize.vbs"
echo Set objFSO = Nothing >> "ExtractSize.vbs"
echo Set objRead = Nothing >> "ExtractSize.vbs"
CLS
echo On Error Resume Next > "Hash.vbs"
echo Set fso = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objArgs = WScript.Arguments.Named >> "Hash.vbs"
echo Set objWsh = CreateObject("WScript.Shell") >> "Hash.vbs"
echo If NOT (IsEmpty(objArgs.Item("file"))) Then >> "Hash.vbs"
echo File = objArgs.Item("file") >> "Hash.vbs"
echo Else >> "Hash.vbs"
echo WScript.Quit >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo If NOT (IsEmpty(objArgs.Item("hash"))) Then >> "Hash.vbs"
echo Hash = objArgs.Item("hash") >> "Hash.vbs"
echo Hash = UCASE(Hash) >> "Hash.vbs"
echo Else >> "Hash.vbs"
echo WScript.Quit >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo If fso.Fileexists("output.txt") Then fso.DeleteFile "output.txt" >> "Hash.vbs"
echo If fso.Fileexists("hash.bat") Then fso.DeleteFile "hash.bat" >> "Hash.vbs"
echo If NOT fso.Fileexists("Hash.exe") Then >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("Hash.log", 2, True) >> "Hash.vbs"
echo objRead.WriteLine("MissingFile") >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
echo WScript.Quit >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo Dim clean(5) >> "Hash.vbs"
echo clean(0)="@echo off" >> "Hash.vbs"
echo clean(1)="@set verifica="^&Chr(37)^&"1t" >> "Hash.vbs"
echo clean(2)="if "^&Chr(37)^&"verifica"^&Chr(37)^&"==Initt (" >> "Hash.vbs"
echo clean(3)="Hash.exe "^&File^&" > output.txt" >> "Hash.vbs"
echo clean(4)=")" >> "Hash.vbs"
echo clean(5)="exit" >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("hash.bat", 2, True) >> "Hash.vbs"
echo For Each cleanT In clean >> "Hash.vbs"
echo objRead.WriteLine(cleanT) >> "Hash.vbs"
echo Next >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
echo If (fso.FileExists("hash.bat")) Then >> "Hash.vbs"
echo objWsh.Run "hash.bat Init", 0, 1 >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo Separator = Chr(32)^&Chr(32) >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("output.txt", 1, False) >> "Hash.vbs"
echo D1 = objRead.ReadLine >> "Hash.vbs"
echo D1c = Split(D1, Separator) >> "Hash.vbs"
echo For i = 1 to (Ubound(D1c)) >> "Hash.vbs"
echo D1 = D1c(0) >> "Hash.vbs"
echo Next >> "Hash.vbs"
echo D1 = UCASE(D1) >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
echo If fso.Fileexists("output.txt") Then fso.DeleteFile "output.txt" >> "Hash.vbs"
echo If fso.Fileexists("hash.bat") Then fso.DeleteFile "hash.bat" >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("Hash.log", 2, True) >> "Hash.vbs"
echo If D1 = Hash Then >> "Hash.vbs"
echo objRead.WriteLine("Valid") >> "Hash.vbs"
echo Else >> "Hash.vbs"
echo objRead.WriteLine("Invalid") >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
CLS
if %version%==%version2% (
title Atualizador%code%t
timeout -m 500 > NUL
CLS
echo %date%-%time% Já está Atualizado! >> "UpdateLog.txt"
echo Atualizado!
goto uptodate
) else if %version% lss %version2% (
title Atualizador%code%t
del /Q /F /S UpInstalation\*
rd /Q /S UpInstalation
md UpInstalation
del UpdateFound.vbs
del %file%
echo close>"StatusPS.log"
CLS
if exist "%file%" (
CLS
echo %date%-%time% Sem permissão de Administrador! Abortando... >> "UpdateLog.txt"
echo Administrador negado! Abortando...
echo forceclose>"StatusPS.log"
ErroAOpened.vbs
goto exit
) else (
CLS
if %mode%==install (
goto initB
) else (
goto initC
)
)
) else (
title Atualizador%code%t
echo close>"StatusPS.log"
CLS
echo %date%-%time% Ocorreu um erro ao verificar a versão! >> "UpdateLog.txt"
echo %date%-%time% Solicitando instalação... >> "UpdateLog.txt"
echo Aguardando...
goto promptEV
)
:promptEV
CLS
echo translationof = %translationof% > "EVPrompt.vbs"
echo REM - Iniciando Configuração... >> "EVPrompt.vbs"
echo Set FSO = WScript.CreateObject("Scripting.FileSystemObject") >> "EVPrompt.vbs"
echo Set OTF = FSO.OpenTextFile("ResultEV.txt", 2, True) >> "EVPrompt.vbs"
echo OTF.WriteLine "" >> "EVPrompt.vbs"
echo Set OTF = Nothing >> "EVPrompt.vbs"
echo Set FSO = Nothing >> "EVPrompt.vbs"
echo resultado = msgbox("Deseja instalar a versão mais recente da Tradução de "^& translationof ^&"?"^&Chr(13)^&Chr(13)^&"Clique em 'Sim' para Baixar e Instalar ou 'Não' para Sair.",vbYesNo,"Versão Inválida!") >> "EVPrompt.vbs"
echo If resultado = vbYes Then >> "EVPrompt.vbs"
echo Set FSO = WScript.CreateObject("Scripting.FileSystemObject") >> "EVPrompt.vbs"
echo Set OTF = FSO.OpenTextFile("ResultEV.txt", 2, True) >> "EVPrompt.vbs"
echo OTF.WriteLine "continuar" >> "EVPrompt.vbs"
echo Set OTF = Nothing >> "EVPrompt.vbs"
echo Set FSO = Nothing >> "EVPrompt.vbs"
echo Else >> "EVPrompt.vbs"
echo Set FSO = WScript.CreateObject("Scripting.FileSystemObject") >> "EVPrompt.vbs"
echo Set OTF = FSO.OpenTextFile("ResultEV.txt", 2, True) >> "EVPrompt.vbs"
echo OTF.WriteLine "cancelar" >> "EVPrompt.vbs"
echo Set OTF = Nothing >> "EVPrompt.vbs"
echo Set FSO = Nothing >> "EVPrompt.vbs"
echo End If >> "EVPrompt.vbs"
del App.temp
CLS
if %showcl% gtr 0 (
echo Aguardando...
wscript EVPrompt.vbs
)
set /p firstline=<ResultEV.txt
if %firstline%==cancelar (
CLS
echo forceclose>"StatusPS.log"
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
echo Cancelando...
goto exit
)
echo %date%-%time% O usuário aceitou a instalação! >> "UpdateLog.txt"
@set mode=install
goto initB
:initB
CLS
if %mode%==install (
echo %date%-%time% Tradução Disponível! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização Disponível! Versão: %version3% >> "UpdateLog.txt"
)
CLS
echo %mode%>"UpdateMode.log
echo \\Tradução Disponível\\Tradução de %translationof%\n Tamanho: %tam% MB (Instalado: %installedsize% MB) \/ Versão: %version3%\n \n Últimas Mudanças:\n %changelog%\n \n Clique em 'OK' para começar a Baixar ou 'Cancelar' para Sair.\n (Assim que baixar, a tradução será instalada automaticamente!) > "ChangeLog.log"
if %showcl% gtr 0 (
echo 1 > "ChangeLogIV.log"
) else (
echo 2 > "ChangeLogIV.log"
)
CLS
echo -%file%-%totaltam%- > "ProgressFile.log"
CLS
if exist "UpdaterUI.tgapp" (
cd .\
start App.exe "%CD%\UpdaterUI.tgapp" /:Init /:%mode% /:%code%
)
if not exist "InterfaceMaintainer.log" (
CLS
goto initCLCheck
)
CLS
echo Aguardando...
goto CLCheck
:initC
CLS
if %mode%==install (
echo %date%-%time% Tradução Disponível! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização Disponível! Versão: %version3% >> "UpdateLog.txt"
)
CLS
echo %mode%>"UpdateMode.log
echo \\Atualização Disponível\\Atualização da Tradução de %translationof%\n Tamanho: %tam% MB (Instalado: %installedsize% MB) \/ Versão: %version3%\n \n Mudanças:\n %changelog%\n \n Clique em 'OK' para começar a Baixar ou 'Cancelar' para Sair.\n (Assim que baixar, a tradução será atualizada automaticamente!) > "ChangeLog.log"
if %showcl% gtr 0 (
echo 1 > "ChangeLogIV.log"
) else (
echo 2 > "ChangeLogIV.log"
)
CLS
echo -%file%-%totaltam%- > "ProgressFile.log"
CLS
if exist "UpdaterUI.tgapp" (
cd .\
start App.exe "%CD%\UpdaterUI.tgapp" /:Init /:%mode% /:%code%
)
if not exist "InterfaceMaintainer.log" (
CLS
goto initCLCheck
)
CLS
echo Aguardando...
goto CLCheck
:initCLCheck
if exist "InterfaceMaintainer.vbs" (
echo not>"InterfaceMaintainer.log"
cd .\
start wscript "InterfaceMaintainer.vbs" /mode:%mode% /code:%code%
)
CLS
echo Aguardando...
goto CLCheck
:CLCheck
title Atualizador%code%t
set /p firstline=<ChangeLogIV.log
if %firstline%==1 (
goto CLCheck2
)
set /p firstline=<Result.txt
if %firstline%==cancelar (
CLS
if %mode%==install (
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização cancelada pelo usuário! >> "UpdateLog.txt"
)
echo Cancelando...
goto exit
)
goto initD
:CLCheck2
title Atualizador%code%t
set /p firstline=<Result.txt
if %firstline%==cancelar (
CLS
if %mode%==install (
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização cancelada pelo usuário! >> "UpdateLog.txt"
)
echo Cancelando...
goto exit
)
timeout 1 > NUL
goto CLCheck
:initD
CLS
title Atualizador%code%t
CLS
del %file%
echo 0 > "Hash.log"
CLS
echo -%file%-%totaltam%- > "ProgressFile.log"
echo %mode%>"UpdateMode.log
CLS
if exist "UpdaterUI.tgapp" (
cd .\
start App.exe "%CD%\UpdaterUI.tgapp" /:Init /:%mode% /:%code%
) else if exist "Progress.tgapp" (
cd .\
start App.exe "%CD%\Progress.tgapp" /:Init /:%file% /:%totaltam% /:%mode%
) else if exist "Progress.vbs" (
cd .\
start Progress.vbs /total:%totaltam% /file:%file%
) else if exist "Progress.hta" (
cd .\
start Progress.hta /:Init /:%file% /:%totaltam% /:%mode%
)
if %mode%==install (
echo %date%-%time% Baixando Tradução... >> "UpdateLog.txt"
echo Baixando Translation...
) else (
echo %date%-%time% Baixando Atualização... >> "UpdateLog.txt"
echo Baixando Update...
)
echo 1 > "ServerP.log"
wget.exe -c %primarysvr% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=20 --tries=1
title Atualizador%code%t
set /p firstline=<Status.log
if %firstline%==cancelar (
CLS
del %file%
CLS
if %mode%==install (
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização cancelada pelo usuário! >> "UpdateLog.txt"
)
echo Cancelando...
goto exit
)
CLS
if exist "%file%" (
CLS
echo 0 > "DSize.log"
if exist "ExtractSize.vbs" (
cd .\
ExtractSize.vbs /file:%file%
)
set /p firstline=<DSize.log
if %firstline%==NoData (
@set totaltam2=%totaltam%
) else if %firstline%==unspecified (
@set totaltam2=%totaltam%
) else if %firstline%==0 (
@set totaltam2=%totaltam%
) else (
@set totaltam2=%firstline%
)
CLS
goto check
) else (
CLS
echo %date%-%time% Falha ao baixar do servidor primário! >> "UpdateLog.txt"
CLS
timeout 1 > NUL
CLS
echo %date%-%time% Baixando de outro Servidor... >> "UpdateLog.txt"
echo Baixando de outro Servidor...
echo 2 > "ServerP.log"
wget.exe -c %secundarysvr% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=15 --tries=1
title Atualizador%code%t
set /p firstline=<Status.log
if %firstline%==cancelar (
CLS
del %file%
CLS
if %mode%==install (
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização cancelada pelo usuário! >> "UpdateLog.txt"
)
echo Cancelando...
goto exit
)
CLS
if exist "%file%" (
CLS
echo 0 > "DSize.log"
if exist "ExtractSize.vbs" (
cd .\
ExtractSize.vbs /file:%file%
)
set /p firstline=<DSize.log
if %firstline%==NoData (
@set totaltam2=%totaltam%
) else if %firstline%==unspecified (
@set totaltam2=%totaltam%
) else if %firstline%==0 (
@set totaltam2=%totaltam%
) else (
@set totaltam2=%firstline%
)
CLS
goto check
) else (
CLS
echo fail>"StatusPS.log"
echo fail>"StatusP.log"
if %mode%==install (
echo %date%-%time% Falha ao tentar baixar tradução! >> "UpdateLog.txt"
) else (
echo %date%-%time% Falha ao tentar baixar atualização! >> "UpdateLog.txt"
)
echo Falha ao tentar baixar!
wscript ErroDownload.vbs
goto exit
)
)
:check
CLS
FOR %%a in (dir "%file%") do (set /a tamanho=%%~za)
CLS
if %tamanho% lss %totaltam2% (
CLS
echo stsvr>"StatusP.log"
echo %date%-%time% Download Interrompido! Tentando Novamente... >> "UpdateLog.txt"
echo Download Interrompido! Tentando Novamente...
goto initDT
) else (
goto checkHash
)
:initDT
CLS
title Atualizador%code%t
CLS
timeout 1 > NUL
echo 0 > "StatusP.log"
CLS
echo %date%-%time% Baixando Atualização... >> "UpdateLog.txt"
echo Baixando Update...
echo 2 > "ServerP.log"
wget.exe -c %secundarysvr% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=20 --tries=2
title Atualizador%code%t
set /p firstline=<Status.log
if %firstline%==cancelar (
CLS
del %file%
CLS
if %mode%==install (
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização cancelada pelo usuário! >> "UpdateLog.txt"
)
echo Cancelando...
goto exit
)
CLS
if exist "%file%" (
CLS
echo 0 > "DSize.log"
if exist "ExtractSize.vbs" (
cd .\
ExtractSize.vbs /file:%file%
)
set /p firstline=<DSize.log
if %firstline%==NoData (
@set totaltam2=%totaltam%
) else if %firstline%==unspecified (
@set totaltam2=%totaltam%
) else if %firstline%==0 (
@set totaltam2=%totaltam%
) else (
@set totaltam2=%firstline%
)
CLS
goto checkB
) else (
CLS
echo fail>"StatusPS.log"
echo fail>"StatusP.log"
if %mode%==install (
echo %date%-%time% Falha ao tentar baixar tradução! >> "UpdateLog.txt"
) else (
echo %date%-%time% Falha ao tentar baixar atualização! >> "UpdateLog.txt"
)
echo Falha ao tentar baixar!
wscript ErroDownload.vbs
goto exit
)
:checkB
CLS
FOR %%a in (dir "%file%") do (set /a tamanho=%%~za)
CLS
if %tamanho% lss %totaltam2% (
CLS
echo stsvr>"StatusP.log"
echo %date%-%time% Download Interrompido! Tentando Novamente... >> "UpdateLog.txt"
echo Download Interrompido! Tentando Novamente...
goto initDAG
) else (
goto checkHash
)
:initDAG
CLS
title Atualizador%code%t
CLS
timeout 1 > NUL
echo 0 > "StatusP.log"
CLS
echo %date%-%time% Baixando Atualização... >> "UpdateLog.txt"
echo Baixando Update...
echo 1 > "ServerP.log"
wget.exe -c %primarysvr% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=20 --tries=2
title Atualizador%code%t
set /p firstline=<Status.log
if %firstline%==cancelar (
CLS
del %file%
CLS
if %mode%==install (
echo %date%-%time% Instalação cancelada pelo usuário! >> "UpdateLog.txt"
) else (
echo %date%-%time% Atualização cancelada pelo usuário! >> "UpdateLog.txt"
)
echo Cancelando...
goto exit
)
CLS
if exist "%file%" (
CLS
echo 0 > "DSize.log"
if exist "ExtractSize.vbs" (
cd .\
ExtractSize.vbs /file:%file%
)
set /p firstline=<DSize.log
if %firstline%==NoData (
@set totaltam2=%totaltam%
) else if %firstline%==unspecified (
@set totaltam2=%totaltam%
) else if %firstline%==0 (
@set totaltam2=%totaltam%
) else (
@set totaltam2=%firstline%
)
CLS
goto check
) else (
CLS
echo fail>"StatusPS.log"
echo fail>"StatusP.log"
if %mode%==install (
echo %date%-%time% Falha ao tentar baixar tradução! >> "UpdateLog.txt"
) else (
echo %date%-%time% Falha ao tentar baixar atualização! >> "UpdateLog.txt"
)
echo Falha ao tentar baixar!
wscript ErroDownload.vbs
goto exit
)
:checkHash
echo -0-0- > "ProgressBar.log"
echo 0 > "Hash.log"
if exist "Hash.vbs" (
CLS
echo %date%-%time% Iniciando Verificação Hash... >> "UpdateLog.txt"
echo Iniciando Verificação Hash...
Hash.vbs /file:%file% /hash:%hash%
CLS
echo %date%-%time% Verificando Arquivo... >> "UpdateLog.txt"
echo Verificando Arquivo...
goto checkHash2
) else (
CLS
goto ARCheck
)
:checkHash2
set /p firstline=<Hash.log
if %firstline%==Valid (
CLS
echo -0-1- > "ProgressBar.log"
echo %date%-%time% Arquivo Válido: %hash% >> "UpdateLog.txt"
echo Arquivo Válido: %hash%
goto initInstall
) else if %firstline%==Invalid (
CLS
echo %date%-%time% Arquivo Inválido! >> "UpdateLog.txt"
echo Arquivo Inválido!
echo -%sversion3%- > "UpCoreFCE.log"
echo fail>"StatusPS.log"
echo checkerror>"StatusP.log"
if %mode%==install (
echo %date%-%time% Falha na validação da tradução! >> "UpdateLog.txt"
) else (
echo %date%-%time% Falha na validação da atualização! >> "UpdateLog.txt"
)
goto exit
) else if %firstline%==MissingFile (
CLS
echo %date%-%time% Arquivo necessário não encontrado! Reiniciando... >> "UpdateLog.txt"
goto ARCheck
) else (
timeout 1 > NUL
goto checkHash2
)
:initInstall
CLS
echo %date%-%time% Extraindo... >> "UpdateLog.txt"
echo Extraindo...
echo -5-1- > "ProgressBar.log"
7z.exe x %file% -y -o./UpInstalation
if exist "UpInstalation\InstallCore-%code%.temp" (
echo -20-1- > "ProgressBar.log"
move UpInstalation\InstallCore-%code%.temp UpInstalation\InstallCore-%code%.7z
echo -30-1- > "ProgressBar.log"
7z.exe x UpInstalation\InstallCore-%code%.7z -y -o./UpInstalation
echo -50-1- > "ProgressBar.log"
del UpInstalation\InstallCore-%code%.7z
) else (
echo fail>"StatusP.log"
echo %date%-%time% Falha ao tentar iniciar a instalação! >> "UpdateLog.txt"
echo Falha ao tentar iniciar a instalacao!
wscript ErroInstall.vbs
exit
)
if exist "UpInstalation\Updater-%code%.temp" (
echo -70-1- > "ProgressBar.log"
move UpInstalation\Updater-%code%.temp UpInstalation\Updater-%code%.7z
echo -80-1- > "ProgressBar.log"
7z.exe x UpInstalation\Updater-%code%.7z -y -o./UpInstalation
echo -100-1- > "ProgressBar.log"
del UpInstalation\Updater-%code%.7z
CLS
echo %date%-%time% Extração concluída! >> "UpdateLog.txt"
echo Extração concluída!
) else (
echo fail>"StatusP.log"
echo %date%-%time% Falha ao tentar iniciar a instalação! >> "UpdateLog.txt"
echo Falha ao tentar iniciar a instalacao!
wscript ErroInstall.vbs
exit
)
CLS
del %file%
CLS
echo %date%-%time% Iniciando Instalação... >> "UpdateLog.txt"
echo Iniciando Instalacao...
cd UpInstalation
if exist "install.exe" (
cd ..\
echo -%sversion3%- > "UpCoreFCE.log"
cd UpInstalation
start Install.exe /Q /T:"%TEMP%\Installer-%code%-%random%.tmp" /C:"wscript Install.vbs /Init:Start"
) else (
cd ..\
echo fail>"StatusP.log"
echo %date%-%time% Falha ao tentar iniciar a instalação! >> "UpdateLog.txt"
echo Falha ao tentar iniciar a instalacao!
timeout 1 > NUL
start wscript ErroInstall.vbs
)
goto exit
CLS
echo |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
CLS
:VVCheckS
if %version% lss %version2% (
CLS
echo 1 > "ProgressBarS.log"
title UpSilent%code%t
goto initCheckS
) else (
CLS
echo 100 > "ProgressBarS.log"
title UpSilent%code%t
goto initS
)
:ARCheckS
CLS
del %file%
title UpSilent%code%t
echo 1 > "ProgressBarS.log"
echo -0-90- > "ProgressBar.log"
@set sversion=1%caller%
CLS
goto initCheckS
:initCheckS
del 7z.temp
del 7zdll.temp
del 7z.dll
FOR %%a in (dir "7z.exe") do (set /a tamanho=%%~za)
if not exist "7z.exe" (
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/7z.temp --user-agent=%useragentstring% --output-document=7z.temp --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
) else if %tamanho% lss %tam7z% (
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/7z.temp --user-agent=%useragentstring% --output-document=7z.temp --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
) else if %tamanho% gtr %tam7z% (
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/7z.temp --user-agent=%useragentstring% --output-document=7z.temp --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
)
FOR %%a in (dir "7z.temp") do (set /a tamanho=%%~za)
if exist "7z.temp" (
CLS
if %tamanho%==%tam7z% (
del 7z.exe
move 7z.temp 7z.exe
) else (
wget.exe http://translategames.tk/updater/request/7z.temp --output-document=7z.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
del 7z.exe
move 7z.temp 7z.exe
CLS
)
)
if %sversion% lss %sversion2% (
CLS
del SilentScript.temp
del SilentScript.7z
CLS
echo %date%-%time% Atualização de Pacotes do Atualizador encontrada! Versão: %sversion2c% >> "UpdateLog.txt"
echo Atualização de Pacotes do Atualizador encontrada!
CLS
echo %date%-%time% Baixando Pacote... >> "UpdateLog.txt"
echo Baixando Pacote...
wget.exe https://raw.githubusercontent.com/TranslateGames/translategames_server/master/Service/SilentScript.temp --output-document=SilentScript.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title UpSilent%code%t
if not exist "SilentScript.temp" (
CLS
wget.exe http://translategames.tk/updater/request/SilentScript.temp --output-document=SilentScript.temp --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=10 --tries=2
title UpSilent%code%t
)
if exist "SilentScript.temp" (
CLS
move SilentScript.temp SilentScript.7z
CLS
echo %date%-%time% Extraindo Pacotes... Versão: %sversion2c% >> "UpdateLog.txt"
echo Extraindo Pacotes...
CLS
del HashF.temp
del HashV.temp
del ..\PostInstall.temp
if exist "Hash.exe" (
move Hash.exe HashF.temp
)
if exist "..\PostInstall.vbs" (
move ..\PostInstall.vbs ..\PostInstall.temp
)
del PostInstall.vbs
del ExtractSize.vbs
del Hash.vbs
del Hash.tmp
CLS
7z.exe e SilentScript.7z -o.\
CLS
title UpSilent%code%t
if not exist "Hash.tmp" (
set /a ERROS=ERROS+FATOR
move HashF.temp Hash.exe
) else (
move Hash.tmp Hash.exe
del HashF.temp
)
if not exist "PostInstall.vbs" (
set /a ERROS=ERROS+FATOR
move ..\PostInstall.temp ..\PostInstall.vbs
) else (
move PostInstall.vbs ..\PostInstall.vbs
del ..\PostInstall.temp
)
if %ERROS% gtr 0 (
CLS
echo %date%-%time% Extração Interrompida. Arquivo Corrompido. >> "UpdateLog.txt"
echo Extração Interrompida.
) else (
CLS
echo %date%-%time% Extração Concluída... >> "UpdateLog.txt"
echo Extração Concluída...
)
CLS
del SilentScript.7z
CLS
echo %date%-%time% Continuando... >> "UpdateLog.txt"
echo 100 > "ProgressBarS.log"
goto initS
) else (
CLS
echo %date%-%time% Falha ao Baixar Pacote! >> "UpdateLog.txt"
echo %date%-%time% Continuando sem Atualização de Pacotes... >> "UpdateLog.txt"
echo Falha ao Baixar Pacote!
echo 100 > "ProgressBarS.log"
goto initS
)
) else (
CLS
echo 100 > "ProgressBarS.log"
goto initS
)
:initS
CLS
echo Dim Data > "ExtractSize.vbs"
echo On Error Resume Next >> "ExtractSize.vbs"
echo Set objArgs = WScript.Arguments.Named >> "ExtractSize.vbs"
echo If NOT (IsEmpty(objArgs.Item("file"))) Then >> "ExtractSize.vbs"
echo File = objArgs.Item("file") >> "ExtractSize.vbs"
echo Else >> "ExtractSize.vbs"
echo WScript.Quit >> "ExtractSize.vbs"
echo End If >> "ExtractSize.vbs"
echo Set objFSO2 = CreateObject("Scripting.FileSystemObject") >> "ExtractSize.vbs"
echo Set objRead2 = objFSO2.OpenTextFile("UpdateLog.txt", 1, False) >> "ExtractSize.vbs"
echo Data = objRead2.ReadAll >> "ExtractSize.vbs"
echo Set objFSO2 = Nothing >> "ExtractSize.vbs"
echo Set objRead2 = Nothing >> "ExtractSize.vbs"
echo D2r = Split(Data, "Saving to: '"^&File^&"'") >> "ExtractSize.vbs"
echo Filet = Ubound(D2r) >> "ExtractSize.vbs"
echo Filet = Filet - 1 >> "ExtractSize.vbs"
echo If NOT Filet = "-1" Then >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo D2r = Split(Filet2, "Length: ") >> "ExtractSize.vbs"
echo Filet = Ubound(D2r) >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo D2r = Split(Filet2, " [") >> "ExtractSize.vbs"
echo Filet = 0 >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo D2r = Split(Filet2, " (") >> "ExtractSize.vbs"
echo Filet = 0 >> "ExtractSize.vbs"
echo Filet2 = D2r(Filet) >> "ExtractSize.vbs"
echo Else >> "ExtractSize.vbs"
echo Filet2 = "" >> "ExtractSize.vbs"
echo End If >> "ExtractSize.vbs"
echo D2dataR = Filet2 >> "ExtractSize.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "ExtractSize.vbs"
echo Set objRead = objFSO.OpenTextFile("DSize.log", 2, True) >> "ExtractSize.vbs"
echo If D2dataR = "" Then >> "ExtractSize.vbs"
echo objRead.WriteLine("NoData") >> "ExtractSize.vbs"
echo Else >> "ExtractSize.vbs"
echo objRead.WriteLine(D2dataR) >> "ExtractSize.vbs"
echo End If >> "ExtractSize.vbs"
echo Set objFSO = Nothing >> "ExtractSize.vbs"
echo Set objRead = Nothing >> "ExtractSize.vbs"
CLS
echo On Error Resume Next > "Hash.vbs"
echo Set fso = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objArgs = WScript.Arguments.Named >> "Hash.vbs"
echo Set objWsh = CreateObject("WScript.Shell") >> "Hash.vbs"
echo If NOT (IsEmpty(objArgs.Item("file"))) Then >> "Hash.vbs"
echo File = objArgs.Item("file") >> "Hash.vbs"
echo Else >> "Hash.vbs"
echo WScript.Quit >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo If NOT (IsEmpty(objArgs.Item("hash"))) Then >> "Hash.vbs"
echo Hash = objArgs.Item("hash") >> "Hash.vbs"
echo Hash = UCASE(Hash) >> "Hash.vbs"
echo Else >> "Hash.vbs"
echo WScript.Quit >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo If fso.Fileexists("output.txt") Then fso.DeleteFile "output.txt" >> "Hash.vbs"
echo If fso.Fileexists("hash.bat") Then fso.DeleteFile "hash.bat" >> "Hash.vbs"
echo If NOT fso.Fileexists("Hash.exe") Then >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("Hash.log", 2, True) >> "Hash.vbs"
echo objRead.WriteLine("MissingFile") >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
echo WScript.Quit >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo Dim clean(5) >> "Hash.vbs"
echo clean(0)="@echo off" >> "Hash.vbs"
echo clean(1)="@set verifica="^&Chr(37)^&"1t" >> "Hash.vbs"
echo clean(2)="if "^&Chr(37)^&"verifica"^&Chr(37)^&"==Initt (" >> "Hash.vbs"
echo clean(3)="Hash.exe "^&File^&" > output.txt" >> "Hash.vbs"
echo clean(4)=")" >> "Hash.vbs"
echo clean(5)="exit" >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("hash.bat", 2, True) >> "Hash.vbs"
echo For Each cleanT In clean >> "Hash.vbs"
echo objRead.WriteLine(cleanT) >> "Hash.vbs"
echo Next >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
echo If (fso.FileExists("hash.bat")) Then >> "Hash.vbs"
echo objWsh.Run "hash.bat Init", 0, 1 >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo Separator = Chr(32)^&Chr(32) >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("output.txt", 1, False) >> "Hash.vbs"
echo D1 = objRead.ReadLine >> "Hash.vbs"
echo D1c = Split(D1, Separator) >> "Hash.vbs"
echo For i = 1 to (Ubound(D1c)) >> "Hash.vbs"
echo D1 = D1c(0) >> "Hash.vbs"
echo Next >> "Hash.vbs"
echo D1 = UCASE(D1) >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
echo If fso.Fileexists("output.txt") Then fso.DeleteFile "output.txt" >> "Hash.vbs"
echo If fso.Fileexists("hash.bat") Then fso.DeleteFile "hash.bat" >> "Hash.vbs"
echo Set objFSO = CreateObject("Scripting.FileSystemObject") >> "Hash.vbs"
echo Set objRead = objFSO.OpenTextFile("Hash.log", 2, True) >> "Hash.vbs"
echo If D1 = Hash Then >> "Hash.vbs"
echo objRead.WriteLine("Valid") >> "Hash.vbs"
echo Else >> "Hash.vbs"
echo objRead.WriteLine("Invalid") >> "Hash.vbs"
echo End If >> "Hash.vbs"
echo Set objFSO = Nothing >> "Hash.vbs"
echo Set objRead = Nothing >> "Hash.vbs"
CLS
if %version%==%version2% (
CLS
title UpSilent%code%t
echo %date%-%time% Já está Atualizado! >> "UpdateLog.txt"
echo Atualizado!
if %timer%==10800t0 (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
) else if %timer%==14400t0 (
echo %date%-%time% Próxima verificação em 4 Horas... >> "UpdateLog.txt"
timeout 14400 > NUL
) else if %timer%==18000t0 (
echo %date%-%time% Próxima verificação em 5 Horas... >> "UpdateLog.txt"
timeout 18000 > NUL
) else if %timer%==21600t0 (
echo %date%-%time% Próxima verificação em 6 Horas... >> "UpdateLog.txt"
timeout 21600 > NUL
) else (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
)
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
goto exit
) else if %version% lss %version2% (
CLS
cd ..\
del /Q /F /S UpInstalation\*
rd /Q /S UpInstalation
md UpInstalation
cd UpSilent
del %file%
CLS
if exist "%file%" (
CLS
echo %date%-%time% Sem permissão de Administrador! Abortando... >> "UpdateLog.txt"
echo Administrador negado! Abortando...
echo %date%-%time% Próxima verificação em 30 Minutos... >> "UpdateLog.txt"
timeout 1800 > NUL
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
goto exit
) else (
CLS
goto initDS
)
) else (
CLS
title UpSilent%code%t
echo %date%-%time% Versão Inválida! Iniciando download da versão mais recente... >> "UpdateLog.txt"
echo Ocorreu um erro ao verificar a versao...
goto initDS
)
:initDS
del %file%
CLS
echo %date%-%time% Atualização Disponível! Versão: %version2% >> "UpdateLog.txt"
echo Update Encontrado!
CLS
echo %date%-%time% Baixando Atualização... >> "UpdateLog.txt"
echo Baixando Update...
wget.exe -c %primarysvrS% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=20 --tries=1
title UpSilent%code%t
CLS
if exist "%file%" (
goto finishckeckS
) else (
goto secundaryDS
)
:secundaryDS
CLS
echo %date%-%time% Falha ao baixar do servidor primário! >> "UpdateLog.txt"
CLS
timeout 1 > NUL
CLS
echo %date%-%time% Baixando de outro Servidor... >> "UpdateLog.txt"
echo Baixando de outro Servidor...
wget.exe -c %secundarysvrS% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=15 --tries=1
title UpSilent%code%t
CLS
if exist "%file%" (
goto finishckeckS
) else (
CLS
echo %date%-%time% Falha ao tentar baixar atualização! >> "UpdateLog.txt"
echo Falha ao tentar baixar update!
echo %date%-%time% Próxima verificação em 30 Minutos... >> "UpdateLog.txt"
timeout 1800 > NUL
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
goto exit
)
:finishckeckS
CLS
echo 0 > "DSize.log"
if exist "ExtractSize.vbs" (
cd .\
ExtractSize.vbs /file:%file%
)
set /p firstline=<DSize.log
if %firstline%==NoData (
@set totaltam2=%totaltam%
) else if %firstline%==unspecified (
@set totaltam2=%totaltam%
) else if %firstline%==0 (
@set totaltam2=%totaltam%
) else (
@set totaltam2=%firstline%
)
CLS
goto checkS
:checkS
CLS
FOR %%a in (dir "%file%") do (set /a tamanho=%%~za)
CLS
if %tamanho% lss %totaltam2% (
CLS
echo %date%-%time% Download Interrompido! Tentando Novamente... >> "UpdateLog.txt"
echo Download Interrompido! Tentando Novamente...
goto initDST
) else (
goto checkHashS
)
:initDST
CLS
title UpSilent%code%t
CLS
timeout 1 > NUL
CLS
echo %date%-%time% Baixando Atualização... >> "UpdateLog.txt"
echo Baixando Update...
wget.exe -c %secundarysvrS% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=20 --tries=2
title UpSilent%code%t
CLS
if exist "%file%" (
goto finishckeckSB
) else (
CLS
echo %date%-%time% Falha ao tentar baixar atualização! >> "UpdateLog.txt"
echo Falha ao tentar baixar update!
echo %date%-%time% Próxima verificação em 30 Minutos... >> "UpdateLog.txt"
timeout 1800 > NUL
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
goto exit
)
:finishckeckSB
CLS
echo 0 > "DSize.log"
if exist "ExtractSize.vbs" (
cd .\
ExtractSize.vbs /file:%file%
)
set /p firstline=<DSize.log
if %firstline%==NoData (
@set totaltam2=%totaltam%
) else if %firstline%==unspecified (
@set totaltam2=%totaltam%
) else if %firstline%==0 (
@set totaltam2=%totaltam%
) else (
@set totaltam2=%firstline%
)
CLS
goto checkSB
:checkSB
CLS
FOR %%a in (dir "%file%") do (set /a tamanho=%%~za)
CLS
if %tamanho% lss %totaltam2% (
CLS
echo %date%-%time% Download Interrompido! Tentando Novamente... >> "UpdateLog.txt"
echo Download Interrompido! Tentando Novamente...
goto initDSAG
) else (
goto checkHashS
)
:initDSAG
CLS
title UpSilent%code%t
CLS
timeout 1 > NUL
CLS
echo %date%-%time% Baixando Atualização... >> "UpdateLog.txt"
echo Baixando Update...
wget.exe -c %primarysvrS% --output-document=%file% --user-agent=%useragentstring% --no-check-certificate%Slimit% --append-output=UpdateLog.txt --timeout=20 --tries=2
title UpSilent%code%t
CLS
if exist "%file%" (
goto finishckeckS
) else (
CLS
echo %date%-%time% Falha ao tentar baixar atualização! >> "UpdateLog.txt"
echo Falha ao tentar baixar update!
echo %date%-%time% Próxima verificação em 30 Minutos... >> "UpdateLog.txt"
timeout 1800 > NUL
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
goto exit
)
:checkHashS
echo -0-0- > "ProgressBar.log"
echo 0 > "Hash.log"
if exist "Hash.vbs" (
CLS
echo %date%-%time% Iniciando Verificação Hash... >> "UpdateLog.txt"
echo Iniciando Verificação Hash...
Hash.vbs /file:%file% /hash:%hash%
CLS
echo %date%-%time% Verificando Arquivo... >> "UpdateLog.txt"
echo Verificando Arquivo...
goto checkHashS2
) else (
CLS
goto ARCheckS
)
:checkHashS2
set /p firstline=<Hash.log
if %firstline%==Valid (
CLS
echo -0-1- > "ProgressBar.log"
echo %date%-%time% Arquivo Válido: %hash% >> "UpdateLog.txt"
echo Arquivo Válido: %hash%
goto initInstallS
) else if %firstline%==Invalid (
CLS
echo %date%-%time% Arquivo Inválido! >> "UpdateLog.txt"
echo Arquivo Inválido!
echo %date%-%time% Falha na validação da atualização! >> "UpdateLog.txt"
echo Falha na validação!
if %timer%==10800t0 (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
) else if %timer%==14400t0 (
echo %date%-%time% Próxima verificação em 4 Horas... >> "UpdateLog.txt"
timeout 14400 > NUL
) else if %timer%==18000t0 (
echo %date%-%time% Próxima verificação em 5 Horas... >> "UpdateLog.txt"
timeout 18000 > NUL
) else if %timer%==21600t0 (
echo %date%-%time% Próxima verificação em 6 Horas... >> "UpdateLog.txt"
timeout 21600 > NUL
) else (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
)
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
exit
) else if %firstline%==MissingFile (
CLS
echo %date%-%time% Arquivo necessário não encontrado! Reiniciando... >> "UpdateLog.txt"
goto ARCheckS
) else (
goto checkHashS2
)
:initInstallS
CLS
echo %date%-%time% Extraindo... >> "UpdateLog.txt"
echo Extraindo...
7z.exe x %file% -y -o../UpInstalation
if exist "..\UpInstalation\InstallCore-%code%.temp" (
move ..\UpInstalation\InstallCore-%code%.temp ..\UpInstalation\InstallCore-%code%.7z
7z.exe x ..\UpInstalation\InstallCore-%code%.7z -y -o../UpInstalation
del ..\UpInstalation\InstallCore-%code%.7z
) else (
echo %date%-%time% Falha ao tentar iniciar a instalação! >> "UpdateLog.txt"
echo Falha ao tentar iniciar a instalacao!
if %timer%==10800t0 (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
) else if %timer%==14400t0 (
echo %date%-%time% Próxima verificação em 4 Horas... >> "UpdateLog.txt"
timeout 14400 > NUL
) else if %timer%==18000t0 (
echo %date%-%time% Próxima verificação em 5 Horas... >> "UpdateLog.txt"
timeout 18000 > NUL
) else if %timer%==21600t0 (
echo %date%-%time% Próxima verificação em 6 Horas... >> "UpdateLog.txt"
timeout 21600 > NUL
) else (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
)
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
exit
)
if exist "..\UpInstalation\Updater-%code%.temp" (
move ..\UpInstalation\Updater-%code%.temp ..\UpInstalation\Updater-%code%.7z
7z.exe x ..\UpInstalation\Updater-%code%.7z -y -o../UpInstalation
del ..\UpInstalation\Updater-%code%.7z
CLS
echo %date%-%time% Extração concluída! >> "UpdateLog.txt"
echo Extração concluída!
) else (
echo %date%-%time% Falha ao tentar iniciar a instalação! >> "UpdateLog.txt"
echo Falha ao tentar iniciar a instalacao!
if %timer%==10800t0 (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
) else if %timer%==14400t0 (
echo %date%-%time% Próxima verificação em 4 Horas... >> "UpdateLog.txt"
timeout 14400 > NUL
) else if %timer%==18000t0 (
echo %date%-%time% Próxima verificação em 5 Horas... >> "UpdateLog.txt"
timeout 18000 > NUL
) else if %timer%==21600t0 (
echo %date%-%time% Próxima verificação em 6 Horas... >> "UpdateLog.txt"
timeout 21600 > NUL
) else (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
)
cd ..\
if exist "RoutineRestart.vbs" (
start RoutineRestart.vbs /Init:Start /code:%code% /upcore:%sversion3%
) else (
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
)
exit
)
CLS
del %file%
CLS
echo %date%-%time% Iniciando Instalação... >> "UpdateLog.txt"
echo Iniciando Instalacao...
cd ..\
cd UpInstalation
if exist "install.exe" (
start Install.exe /Q /T:"%TEMP%\Installer-%code%-%random%.tmp" /C:"wscript Install.vbs /SInit:Start"
cd ..\
) else (
cd ..\
echo %date%-%time% Falha ao tentar iniciar a instalação! >> "UpdateLog.txt"
echo Falha ao tentar iniciar a instalacao!
)
cd UpSilent
if %timer%==10800t0 (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
) else if %timer%==14400t0 (
echo %date%-%time% Próxima verificação em 4 Horas... >> "UpdateLog.txt"
timeout 14400 > NUL
) else if %timer%==18000t0 (
echo %date%-%time% Próxima verificação em 5 Horas... >> "UpdateLog.txt"
timeout 18000 > NUL
) else if %timer%==21600t0 (
echo %date%-%time% Próxima verificação em 6 Horas... >> "UpdateLog.txt"
timeout 21600 > NUL
) else (
echo %date%-%time% Próxima verificação em 3 Horas... >> "UpdateLog.txt"
timeout 10800 > NUL
)
cd ..\
cd ..\
if exist "Update.exe" (
start Update.exe /Q /T:"%TEMP%\Update%code%-%random%.tmp" /C:"wscript InitUpdate.vbs /silent:silent"
) else if exist "InitUpdate.vbs" (
start InitUpdate.vbs /silent:silent
)
goto exit
:exit
exit
| TranslateGames/translategames_server | Service/350-4/update.bat | bat | gpl-3.0 | 51,586 |
cd ..
if not exist "cpuminer-opt-binary" git clone https://github.com/felixbrucker/cpuminer-opt-binary
cd cpuminer-opt-binary
git pull
if not exist "..\autoswitch-miner\bin" mkdir ..\autoswitch-miner\bin
copy /Y cpuminer-core-avx-i.exe ..\autoswitch-miner\bin\cpuminer.exe
copy /Y *.dll ..\autoswitch-miner\bin\
cd ..\autoswitch-miner
git pull
call npm update
call npm start | felixbrucker/autoswitch-miner | startTemplate.bat | bat | gpl-3.0 | 374 |
cd %~dp0
java -cp @game.name@.jar net.yura.domination.ui.commandline.CommandText %*
| hernol/ConuWar | Game/res_swing/scripts/CommandLine.cmd | bat | gpl-3.0 | 86 |
@echo off
java -jar DeepInspector.jar | mInternauta/Nermis | src/mInternauta.Nermis.DeepInspector/start.bat | bat | gpl-3.0 | 37 |
rem Batch file to execute the wap tool in Windows operating system
rem Copyright (C) 2014 Ibéria Medeiros <ibemed at gmail.com>
rem
rem
rem This program is free software: you can redistribute it and/or modify
rem it under the terms of the GNU General Public License as published by
rem the Free Software Foundation, either version 2 of the License, or
rem (at your option) any later version.
rem
rem This program is distributed in the hope that it will be useful,
rem but WITHOUT ANY WARRANTY; without even the implied warranty of
rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
rem GNU General Public License for more details.
rem
rem You should have received a copy of the GNU General Public License
rem along with this program. If not, see <http://www.gnu.org/licenses/gpl-3.0.html>.
rem
rem
rem WAP tool v2.0.1
rem Batch file to run WAP tool
@echo off
cls
set dir=%~dp0
rem cd %dir%
java -jar %dir%\wap.jar %* 2>nul
| asrulhadi/wap | wap.bat | bat | agpl-3.0 | 981 |
@ls -A %*
| kodybrown/dos | la.bat | bat | unlicense | 11 |
@echo off
SETLOCAL
if "x%JAVA_HOME%" == "x" (
echo JAVA_HOME environment variable not available.
set RUN_JAVA=java
) else (
set "RUN_JAVA=%JAVA_HOME%\bin\java"
)
"%RUN_JAVA%" -version 1>nul 2>nul || (
echo JAVA could not be found in your system.
echo Please install Java 1.8 or higher!!!
exit /b 2
)
REM ******* you can enable following variables by uncommenting them
REM ******* minimum heap size
REM set MIN_HEAP_SIZE=1G
REM ******* maximum heap size
REM set MAX_HEAP_SIZE=1G
if NOT "%MIN_HEAP_SIZE%" == "" (
set JAVA_OPTS=%JAVA_OPTS% -Xms%MIN_HEAP_SIZE%
)
if NOT "%MAX_HEAP_SIZE%" == "" (
set JAVA_OPTS=%JAVA_OPTS% -Xmx%MAX_HEAP_SIZE%
)
FOR /F "tokens=* USEBACKQ" %%F IN (`CALL "%RUN_JAVA%" -cp "%~dp0..\lib\hazelcast-all-${project.version}.jar" com.hazelcast.internal.util.JavaVersion`) DO SET JAVA_VERSION=%%F
IF NOT "%JAVA_VERSION%" == "8" (
set JAVA_OPTS=%JAVA_OPTS% --add-modules java.se --add-exports java.base/jdk.internal.ref=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/sun.nio.ch=ALL-UNNAMED --add-opens java.management/sun.management=ALL-UNNAMED --add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED
)
set "CLASSPATH=%~dp0..\lib\hazelcast-all-${project.version}.jar;%~dp0..\bin\user-lib;%~dp0..\bin\user-lib\*"
ECHO ########################################
ECHO # RUN_JAVA=%RUN_JAVA%
ECHO # JAVA_OPTS=%JAVA_OPTS%
ECHO # starting now...."
ECHO ########################################
"%RUN_JAVA%" %JAVA_OPTS% -cp "%CLASSPATH%" "com.hazelcast.core.server.HazelcastMemberStarter"
ENDLOCAL
| emre-aydin/hazelcast | hazelcast/src/main/resources/start.bat | bat | apache-2.0 | 1,683 |
perl phon2words.pl > words.txt
sort --ignore-case words.txt > wordsort.txt
perl equals.pl > dd.txt
| data-bridge/Lists | scripts/run.bat | bat | apache-2.0 | 99 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GoFFish-Giraph.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\GoFFish-Giraph.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| KidEinstein/giraph | docs/make.bat | bat | apache-2.0 | 7,467 |
@echo off
call "%~dp0..\..\..\..\etc\setenv"
"%ORA_HOME%\bin\exp" ddshell/ddshell owner=ddshell file=%~dp0data\ddshell_quickstart.dmp
pause
| ddshell/ddshell | src/quickstart/scripts/oracle/dbexport.bat | bat | apache-2.0 | 145 |
rem Ö´ÐÐant½Å±¾½«¿Í»§¶ËËùÐèÎļþ·Åµ½192.168.1.201
ant -verbose
pause | Gamesjiazhi/rwproject | ResourceWar/LKAutoTools/PublishClient/Publish.bat | bat | apache-2.0 | 69 |
set -n --ucl rootkey.subkey.key newvalue
| allanjude/uclcmd | tests/set_01.cmd | bat | bsd-2-clause | 41 |
@echo off
rem ____________________________
echo Launching hsql server
start ant hsql.server
pause
rem ____________________________
echo Creating the sample database schema
ant database.create
pause
rem ____________________________
echo Initializing the sample data in database
ant database.init
pause
rem ____________________________
echo Launching the compilation
ant
pause
rem ____________________________
echo If you have tomcat up & running
echo the application will be deployed
ant deploy
| 10km/sql2java-2-6-7 | first_run.bat | bat | bsd-2-clause | 500 |
@echo off
set DCS_URL=http://localhost:8080/dcs/rest
set RESULT=clusters-from-raw-post.xml
curl %DCS_URL% -# ^
--data-binary @clustering-with-raw-post-data.bin ^
-H "Content-Type: multipart/form-data; boundary=----------------------------f223859fc094" ^
-o %RESULT%
echo Results saved to %RESULT%
| MjAbuz/carrot2 | applications/carrot2-dcs/examples/curl/clustering-with-raw-post.cmd | bat | bsd-3-clause | 314 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASEMAIL.S04_MeetingRequest.MSASEMAIL_S04_TC08_MeetingRequest_Delegate /testcontainer:..\..\MS-ASEMAIL\TestSuite\bin\Debug\MS-ASEMAIL_TestSuite.dll /runconfig:..\..\MS-ASEMAIL\MS-ASEMAIL.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASEMAIL/RunMSASEMAIL_S04_TC08_MeetingRequest_Delegate.cmd | bat | mit | 306 |
for %%i in (*.jpg,*.png,*.pnm) do bmeps -c %%i %%i.eps | deercoder/exp-code | latex/template/hrbeuthesis-read-only/figures/cover.bat | bat | mit | 54 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License"); you may not use this file except in compliance with
rem the License. You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless required by applicable law or agreed to in writing, software
rem distributed under the License is distributed on an "AS IS" BASIS,
rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
rem See the License for the specific language governing permissions and
rem limitations under the License.
rem check that JAVA_HOME and MCF_HOME are set
if not exist "%JAVA_HOME%\bin\java.exe" goto nojavahome
if not exist "%MCF_HOME%\properties.xml" goto nolcfhome
rem TODO: Check this on a windows system!
if exist "%DOCUMENTUM%\dmcl.ini" goto dctmhomefound
if not exist "%DOCUMENTUM%\dfc.properties" goto nodctmhome
:dctmhomefound
rem save existing path here
set OLDDIR=%CD%
cd "%MCF_HOME%\..\documentum-server-process"
set CLASSPATH=.
for %%f in (lib/*) do call setclasspath.bat %%f lib
for %%f in (lib-proprietary/*.jar) do call setclasspath.bat %%f lib-proprietary
rem restore old path here
cd "%OLDDIR%"
set LIB_STATEMENT=
if defined JAVA_LIB_PATH set LIB_STATEMENT="-Djava.library.path=%JAVA_LIB_PATH%"
"%JAVA_HOME%\bin\java" -Xmx512m -Xms32m %LIB_STATEMENT% -classpath "%CLASSPATH%" org.apache.manifoldcf.crawler.server.DCTM.DCTM
goto done
:nojavahome
echo Environment variable JAVA_HOME is not set properly.
goto done
:nolcfhome
echo Environment variable MCF_HOME is not set properly.
goto done
:nodctmhome
echo Environment variable DOCUMENTUM is not set properly.
goto done
:done
| buddhikaDilhan/GSoC_buddhika | connectors/documentum/server-scripts/run.bat | bat | apache-2.0 | 1,903 |
REM Create un-numbered, shorter NTFS hardlinks for Leptonica related library files
REM
REM static libraries
fsutil hardlink create giflib-static-mtdll-debug.lib giflib416-static-mtdll-debug.lib
fsutil hardlink create giflib416d.lib giflib416-static-mtdll-debug.lib
fsutil hardlink create giflibd.lib giflib416-static-mtdll-debug.lib
fsutil hardlink create giflib-static-mtdll.lib giflib416-static-mtdll.lib
fsutil hardlink create giflib416.lib giflib416-static-mtdll.lib
fsutil hardlink create giflib.lib giflib416-static-mtdll.lib
fsutil hardlink create libjpeg-static-mtdll-debug.lib libjpeg8c-static-mtdll-debug.lib
fsutil hardlink create libjpeg8cd.lib libjpeg8c-static-mtdll-debug.lib
fsutil hardlink create libjpegd.lib libjpeg8c-static-mtdll-debug.lib
fsutil hardlink create libjpeg-static-mtdll.lib libjpeg8c-static-mtdll.lib
fsutil hardlink create libjpeg8c.lib libjpeg8c-static-mtdll.lib
fsutil hardlink create libjpeg.lib libjpeg8c-static-mtdll.lib
fsutil hardlink create libpng-static-mtdll-debug.lib libpng143-static-mtdll-debug.lib
fsutil hardlink create libpng143d.lib libpng143-static-mtdll-debug.lib
fsutil hardlink create libpngd.lib libpng143-static-mtdll-debug.lib
fsutil hardlink create libpng-static-mtdll.lib libpng143-static-mtdll.lib
fsutil hardlink create libpng143.lib libpng143-static-mtdll.lib
fsutil hardlink create libpng.lib libpng143-static-mtdll.lib
fsutil hardlink create libtiff-static-mtdll-debug.lib libtiff394-static-mtdll-debug.lib
fsutil hardlink create libtiff394d.lib libtiff394-static-mtdll-debug.lib
fsutil hardlink create libtiffd.lib libtiff394-static-mtdll-debug.lib
fsutil hardlink create libtiff-static-mtdll.lib libtiff394-static-mtdll.lib
fsutil hardlink create libtiff394.lib libtiff394-static-mtdll.lib
fsutil hardlink create libtiff.lib libtiff394-static-mtdll.lib
fsutil hardlink create zlibd-static-mtdll-debug.lib zlib125-static-mtdll-debug.lib
fsutil hardlink create zlib125d.lib zlib125-static-mtdll-debug.lib
fsutil hardlink create zlibd.lib zlib125-static-mtdll-debug.lib
fsutil hardlink create zlib-static-mtdll.lib zlib125-static-mtdll.lib
fsutil hardlink create zlib125.lib zlib125-static-mtdll.lib
fsutil hardlink create zlib.lib zlib125-static-mtdll.lib
fsutil hardlink create leptonlib-static-mtdll-debug.lib liblept168-static-mtdll-debug.lib
fsutil hardlink create liblept168d-static.lib liblept168-static-mtdll-debug.lib
fsutil hardlink create libleptd-static.lib liblept168-static-mtdll-debug.lib
fsutil hardlink create leptonlib-static-mtdll.lib liblept168-static-mtdll-debug.lib
fsutil hardlink create liblept168-static.lib liblept168-static-mtdll-debug.lib
fsutil hardlink create liblept-static.lib liblept168-static-mtdll-debug.lib
REM dynamic libraries
IF EXIST liblept168d.dll (
fsutil hardlink create leptonlibd.dll liblept168d.dll
fsutil hardlink create libleptd.dll liblept168d.dll
)
IF EXIST liblept168d.lib (
fsutil hardlink create leptonlibd.lib liblept168d.lib
fsutil hardlink create libleptd.lib liblept168d.lib
)
fsutil hardlink create leptonlib.dll liblept168.dll
fsutil hardlink create liblept.dll liblept168.dll
fsutil hardlink create leptonlib.lib liblept168.lib
fsutil hardlink create liblept.lib liblept168.lib
| John-Chan/TesOCR | thirdparty/leptonica/win32-lib-include-v1.68/lib/create_unnumbered_hardlinks.bat | bat | apache-2.0 | 3,220 |
@echo off
REM ==========================================================================
REM
REM File: $RCSfile: xtumlmc_gen_erate.cmd,v $
REM Version: $Revision: 1.11 $
REM Modified: $Date: 2011/05/31 01:46:05 $
REM
REM (c) Copyright 2005-2011 by Mentor Graphics Corp. All rights reserved.
REM
REM ==========================================================================
REM This document contains information proprietary and confidential to
REM Mentor Graphics Corp. and is not for external distribution.
REM ==========================================================================
REM This file is intended to run on Windows <95|98|NT|2000>.
setlocal
set tool_name=gen_erate
set tool_exe=gen_erate.exe
set errmsg=
set actmsg=
set hdrmsg=FATAL ERROR starting %tool_name%:
REM Debug flag: set trace=x to emit trace info
set trace=
if NOT .%trace% == . echo Console log for %tool_name%
set platform=win32
if NOT defined XTUMLGEN_HOME goto erenv
set PT_LOG_DIR=%XTUMLGEN_HOME%/log_dir
set CLIENT_DIR=%XTUMLGEN_HOME%/%platform%/client
set CLIENT_BIN_DIR=%CLIENT_DIR%/bin
set CLIENT_LIB_DIR=%CLIENT_DIR%/lib
set NEW_PATH=%CLIENT_BIN_DIR%;%CLIENT_LIB_DIR%;%PATH%
set PATH=%NEW_PATH%
if NOT exist "%CLIENT_BIN_DIR%/%tool_exe%" goto ercbnf
REM Start the tool
if NOT .%trace% == . echo - starting %tool_name%
%CLIENT_BIN_DIR%/%tool_exe% %*
if ERRORLEVEL 1 goto erfail
if NOT .%trace% == . echo - %tool_name% has run successfully
goto end
:erenv
set errmsg=Environment variable XTUMLGEN_HOME is not set
set actmsg="Please set XTUMLGEN_HOME to be: <full path to DAP plugin>/bridgepoint"
goto errend
:ercbnf
set errmsg=Unable to find CLIENT files for BridgePoint installation
set actmsg=Perhaps the BridgePoint installation is not complete
goto errend
:erfail
set errmsg=Return code %ERRORLEVEL% from %tool_name%
set actmsg=Check output or log file for errors
set hdrmsg=ERROR running %tool_name%:
goto errend
:errend
echo - %hdrmsg%
echo -- %errmsg%
echo -- %actmsg%
pause
goto end
:end
endlocal
| john-tornblom/bridgepoint | doc-bridgepoint/process/development-workspace-setup/BridgePointDev/bin/xtumlmc_gen_erate.cmd | bat | apache-2.0 | 2,125 |
@echo off
@rem Licensed to the Apache Software Foundation (ASF) under one or more
@rem contributor license agreements. See the NOTICE file distributed with
@rem this work for additional information regarding copyright ownership.
@rem The ASF licenses this file to You under the Apache License, Version 2.0
@rem (the "License"); you may not use this file except in compliance with
@rem the License. You may obtain a copy of the License at
@rem
@rem http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by applicable law or agreed to in writing, software
@rem distributed under the License is distributed on an "AS IS" BASIS,
@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@rem See the License for the specific language governing permissions and
@rem limitations under the License.
@rem included in all the hadoop scripts with source command
@rem should not be executable directly
@rem also should not be passed any arguments, since we need original %*
if not defined HADOOP_COMMON_DIR (
set HADOOP_COMMON_DIR=share\hadoop\common
)
if not defined HADOOP_COMMON_LIB_JARS_DIR (
set HADOOP_COMMON_LIB_JARS_DIR=share\hadoop\common\lib
)
if not defined HADOOP_COMMON_LIB_NATIVE_DIR (
set HADOOP_COMMON_LIB_NATIVE_DIR=lib\native
)
if not defined HDFS_DIR (
set HDFS_DIR=share\hadoop\hdfs
)
if not defined HDFS_LIB_JARS_DIR (
set HDFS_LIB_JARS_DIR=share\hadoop\hdfs\lib
)
if not defined YARN_DIR (
set YARN_DIR=share\hadoop\yarn
)
if not defined YARN_LIB_JARS_DIR (
set YARN_LIB_JARS_DIR=share\hadoop\yarn\lib
)
if not defined MAPRED_DIR (
set MAPRED_DIR=share\hadoop\mapreduce
)
if not defined MAPRED_LIB_JARS_DIR (
set MAPRED_LIB_JARS_DIR=share\hadoop\mapreduce\lib
)
@rem the root of the Hadoop installation
set HADOOP_HOME=%~dp0
for %%i in (%HADOOP_HOME%.) do (
set HADOOP_HOME=%%~dpi
)
if "%HADOOP_HOME:~-1%" == "\" (
set HADOOP_HOME=%HADOOP_HOME:~0,-1%
)
if not exist %HADOOP_HOME%\share\hadoop\common\hadoop-common-*.jar (
@echo +================================================================+
@echo ^| Error: HADOOP_HOME is not set correctly ^|
@echo +----------------------------------------------------------------+
@echo ^| Please set your HADOOP_HOME variable to the absolute path of ^|
@echo ^| the directory that contains the hadoop distribution ^|
@echo +================================================================+
exit /b 1
)
set HADOOP_CONF_DIR=%HADOOP_HOME%\etc\hadoop
@rem
@rem Allow alternate conf dir location.
@rem
if "%1" == "--config" (
set HADOOP_CONF_DIR=%2
shift
shift
)
@rem
@rem check to see it is specified whether to use the slaves or the
@rem masters file
@rem
if "%1" == "--hosts" (
set HADOOP_SLAVES=%HADOOP_CONF_DIR%\%2
shift
shift
)
if exist %HADOOP_CONF_DIR%\hadoop-env.cmd (
call %HADOOP_CONF_DIR%\hadoop-env.cmd
)
@rem
@rem setup java environment variables
@rem
if not defined JAVA_HOME (
echo Error: JAVA_HOME is not set.
goto :eof
)
if not exist %JAVA_HOME%\bin\java.exe (
echo Error: JAVA_HOME is incorrectly set.
echo Please update %HADOOP_HOME%\conf\hadoop-env.cmd
goto :eof
)
set JAVA=%JAVA_HOME%\bin\java
@rem some Java parameters
set JAVA_HEAP_MAX=-Xmx1000m
@rem
@rem check envvars which might override default args
@rem
if defined HADOOP_HEAPSIZE (
set JAVA_HEAP_MAX=-Xmx%HADOOP_HEAPSIZE%m
)
@rem
@rem CLASSPATH initially contains %HADOOP_CONF_DIR%
@rem
set CLASSPATH=%HADOOP_CONF_DIR%
if not defined HADOOP_COMMON_HOME (
if exist %HADOOP_HOME%\share\hadoop\common (
set HADOOP_COMMON_HOME=%HADOOP_HOME%
)
)
@rem
@rem for releases, add core hadoop jar & webapps to CLASSPATH
@rem
if exist %HADOOP_COMMON_HOME%\%HADOOP_COMMON_DIR%\webapps (
set CLASSPATH=!CLASSPATH!;%HADOOP_COMMON_HOME%\%HADOOP_COMMON_DIR%
)
if exist %HADOOP_COMMON_HOME%\%HADOOP_COMMON_LIB_JARS_DIR% (
set CLASSPATH=!CLASSPATH!;%HADOOP_COMMON_HOME%\%HADOOP_COMMON_LIB_JARS_DIR%\*
)
set CLASSPATH=!CLASSPATH!;%HADOOP_COMMON_HOME%\%HADOOP_COMMON_DIR%\*
@rem
@rem add user-specified CLASSPATH last
@rem
if defined HADOOP_CLASSPATH (
if defined HADOOP_USER_CLASSPATH_FIRST (
set CLASSPATH=%HADOOP_CLASSPATH%;%CLASSPATH%;
) else (
set CLASSPATH=%CLASSPATH%;%HADOOP_CLASSPATH%;
)
)
@rem
@rem default log directory % file
@rem
if not defined HADOOP_LOG_DIR (
set HADOOP_LOG_DIR=%HADOOP_HOME%\logs
)
if not defined HADOOP_LOGFILE (
set HADOOP_LOGFILE=hadoop.log
)
if not defined HADOOP_ROOT_LOGGER (
set HADOOP_ROOT_LOGGER=INFO,console
)
@rem
@rem default policy file for service-level authorization
@rem
if not defined HADOOP_POLICYFILE (
set HADOOP_POLICYFILE=hadoop-policy.xml
)
@rem
@rem Determine the JAVA_PLATFORM
@rem
for /f "delims=" %%A in ('%JAVA% -Xmx32m %HADOOP_JAVA_PLATFORM_OPTS% -classpath "%CLASSPATH%" org.apache.hadoop.util.PlatformName') do set JAVA_PLATFORM=%%A
@rem replace space with underscore
set JAVA_PLATFORM=%JAVA_PLATFORM: =_%
@rem
@rem setup 'java.library.path' for native hadoop code if necessary
@rem
@rem Check if we're running hadoop directly from the build
set JAVA_LIBRARY_PATH=
if exist %HADOOP_COMMON_HOME%\target\bin (
set JAVA_LIBRARY_PATH=%HADOOP_COMMON_HOME%\target\bin
)
@rem For the distro case, check the bin folder
if exist %HADOOP_COMMON_HOME%\bin (
set JAVA_LIBRARY_PATH=%JAVA_LIBRARY_PATH%;%HADOOP_COMMON_HOME%\bin
)
@rem
@rem setup a default TOOL_PATH
@rem
set TOOL_PATH=%HADOOP_HOME%\share\hadoop\tools\lib\*
set HADOOP_OPTS=%HADOOP_OPTS% -Dhadoop.log.dir=%HADOOP_LOG_DIR%
set HADOOP_OPTS=%HADOOP_OPTS% -Dhadoop.log.file=%HADOOP_LOGFILE%
set HADOOP_OPTS=%HADOOP_OPTS% -Dhadoop.home.dir=%HADOOP_HOME%
set HADOOP_OPTS=%HADOOP_OPTS% -Dhadoop.id.str=%HADOOP_IDENT_STRING%
set HADOOP_OPTS=%HADOOP_OPTS% -Dhadoop.root.logger=%HADOOP_ROOT_LOGGER%
if defined JAVA_LIBRARY_PATH (
set HADOOP_OPTS=%HADOOP_OPTS% -Djava.library.path=%JAVA_LIBRARY_PATH%
)
set HADOOP_OPTS=%HADOOP_OPTS% -Dhadoop.policy.file=%HADOOP_POLICYFILE%
@rem
@rem Disable ipv6 as it can cause issues
@rem
set HADOOP_OPTS=%HADOOP_OPTS% -Djava.net.preferIPv4Stack=true
@rem
@rem put hdfs in classpath if present
@rem
if not defined HADOOP_HDFS_HOME (
if exist %HADOOP_HOME%\%HDFS_DIR% (
set HADOOP_HDFS_HOME=%HADOOP_HOME%
)
)
if exist %HADOOP_HDFS_HOME%\%HDFS_DIR%\webapps (
set CLASSPATH=!CLASSPATH!;%HADOOP_HDFS_HOME%\%HDFS_DIR%
)
if exist %HADOOP_HDFS_HOME%\%HDFS_LIB_JARS_DIR% (
set CLASSPATH=!CLASSPATH!;%HADOOP_HDFS_HOME%\%HDFS_LIB_JARS_DIR%\*
)
set CLASSPATH=!CLASSPATH!;%HADOOP_HDFS_HOME%\%HDFS_DIR%\*
@rem
@rem put yarn in classpath if present
@rem
if not defined HADOOP_YARN_HOME (
if exist %HADOOP_HOME%\%YARN_DIR% (
set HADOOP_YARN_HOME=%HADOOP_HOME%
)
)
if exist %HADOOP_YARN_HOME%\%YARN_DIR%\webapps (
set CLASSPATH=!CLASSPATH!;%HADOOP_YARN_HOME%\%YARN_DIR%
)
if exist %HADOOP_YARN_HOME%\%YARN_LIB_JARS_DIR% (
set CLASSPATH=!CLASSPATH!;%HADOOP_YARN_HOME%\%YARN_LIB_JARS_DIR%\*
)
set CLASSPATH=!CLASSPATH!;%HADOOP_YARN_HOME%\%YARN_DIR%\*
@rem
@rem put mapred in classpath if present AND different from YARN
@rem
if not defined HADOOP_MAPRED_HOME (
if exist %HADOOP_HOME%\%MAPRED_DIR% (
set HADOOP_MAPRED_HOME=%HADOOP_HOME%
)
)
if not "%HADOOP_MAPRED_HOME%\%MAPRED_DIR%" == "%HADOOP_YARN_HOME%\%YARN_DIR%" (
if exist %HADOOP_MAPRED_HOME%\%MAPRED_DIR%\webapps (
set CLASSPATH=!CLASSPATH!;%HADOOP_MAPRED_HOME%\%MAPRED_DIR%
)
if exist %HADOOP_MAPRED_HOME%\%MAPRED_LIB_JARS_DIR% (
set CLASSPATH=!CLASSPATH!;%HADOOP_MAPRED_HOME%\%MAPRED_LIB_JARS_DIR%\*
)
set CLASSPATH=!CLASSPATH!;%HADOOP_MAPRED_HOME%\%MAPRED_DIR%\*
)
:eof
| avidoggy/hadoop-2.2.0-Unix-x64-dist | libexec/hadoop-config.cmd | bat | apache-2.0 | 7,666 |
:: tested only with nsis 2.46
:: this is for testing the installer locally on a windows machine
del /q /s .\install-mapbox-studio.exe
CALL "C:\Program Files (x86)\NSIS\makensis" ^
-V3 ^
-DTARGET_ARCH=x64 ^
-DSOURCE_ROOT=..\ ^
-DOUTPUT_FILE=.\install-mapbox-studio.exe ^
-DVERSION=test ^
mapbox-studio.nsi
::pause | LiveView/mb-tileserver-utlands | scripts/make-installer.bat | bat | bsd-3-clause | 319 |
:retry
@set /p password=Please enter PFX password:
@"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool" sign /v /f D:\Secured\akeo\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 %1 %2 %3 %4
@if ERRORLEVEL 1 goto retry
@set password=
@exit
| hohogpb/rufus | _sign.cmd | bat | gpl-3.0 | 265 |
REM http://webcache.googleusercontent.com/search?q=cache:SjoPPpuQxuoJ:www.tcm.phy.cam.ac.uk/~mr349/cygwin_install.html+install+cygwin+ssh+commandline&cd=2&hl=nl&ct=clnk&gl=be&source=www.google.be
REM create the cygwin directory
cmd /c mkdir %SystemDrive%\cygwin
cmd /c bitsadmin /transfer CygwinSetupExe /download /priority normal http://www.cygwin.com/setup-x86.exe %SystemDrive%\cygwin\cygwin-setup.exe
REM goto a temp directory
cd %SystemDrive%\windows\temp
REM run the installation
cmd /c %SystemDrive%\cygwin\cygwin-setup.exe -q -R %SystemDrive%\cygwin -P openssh,openssl,curl,cygrunsrv,wget,rebase,vim -s http://cygwin.mirrors.pair.com
%SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin cygrunsrv -R sshd'
REM /bin/ash is the right shell for this command
cmd /c %SystemDrive%\cygwin\bin\ash -c /bin/rebaseall
cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkgroup -l'>%SystemDrive%\cygwin\etc\group
cmd /c %SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin mkpasswd -l'>%SystemDrive%\cygwin\etc\passwd
%SystemDrive%\cygwin\usr\bin\sleep 1
%SystemDrive%\cygwin\bin\bash -c 'PATH=/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin /usr/bin/ssh-host-config -y -c "ntsecbinmode tty" -w "abc&&123!!" '
%SystemDrive%\cygwin\usr\bin\sleep 2
cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="SSHD" dir=in action=allow program="c:\cygwin\usr\sbin\sshd.exe" SSHD enable=yes
cmd /c if exist %Systemroot%\system32\netsh.exe netsh advfirewall firewall add rule name="ssh" dir=in action=allow protocol=TCP localport=22
%SystemDrive%\cygwin\usr\bin\sleep 2
net start sshd
# Fix corrupt recycle bin
# http://www.winhelponline.com/blog/fix-corrupted-recycle-bin-windows-7-vista/
cmd /c rd /s /q c:\$Recycle.bin
copy a:\sudo %SystemDrive%\cygwin\usr\local\bin
cmd /c %SystemDrive%\cygwin\bin\chmod 755 %SystemDrive%\cygwin\usr\local\bin\sudo
| jedi4ever/veewee | templates/windows-2008R2-serverstandard-amd64/install-cygwin-sshd.bat | bat | mit | 1,988 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 0.1.11
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment.
goto error
)
:: Setup
:: -----
setlocal enabledelayedexpansion
SET ARTIFACTS=%~dp0%..\artifacts
IF NOT DEFINED DEPLOYMENT_SOURCE (
SET DEPLOYMENT_SOURCE=%~dp0%.
)
IF NOT DEFINED DEPLOYMENT_TARGET (
SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot
)
IF NOT DEFINED NEXT_MANIFEST_PATH (
SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest
IF NOT DEFINED PREVIOUS_MANIFEST_PATH (
SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest
)
)
IF NOT DEFINED KUDU_SYNC_CMD (
:: Install kudu sync
echo Installing Kudu Sync
call npm install kudusync -g --silent
IF !ERRORLEVEL! NEQ 0 goto error
:: Locally just running "kuduSync" would also work
SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd
)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Restore packages
:: ----------------
IF NOT EXIST ".paket\paket.bootstrapper.exe" (
echo Downloading paket.bootstrapper.exe
mkdir .paket
curl https://github.com/fsprojects/Paket/releases/download/1.2.0/paket.bootstrapper.exe -L --insecure -o .paket\paket.bootstrapper.exe
)
.paket\paket.bootstrapper.exe
IF !ERRORLEVEL! NEQ 0 goto error
.paket\paket.exe restore
IF !ERRORLEVEL! NEQ 0 goto error
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Run FAKE build script
:: ----------------------
packages\FAKE\tools\FAKE.exe build.fsx
IF !ERRORLEVEL! NEQ 0 goto error
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Deployment
:: ----------
echo Handling Basic Web Site deployment.
:: 1. KuduSync
IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
IF !ERRORLEVEL! NEQ 0 goto error
)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Post deployment stub
IF DEFINED POST_DEPLOYMENT_ACTION call "%POST_DEPLOYMENT_ACTION%"
IF !ERRORLEVEL! NEQ 0 goto error
goto end
:: Execute command routine that will echo out when error
:ExecuteCmd
setlocal
set _CMD_=%*
call %_CMD_%
if "%ERRORLEVEL%" NEQ "0" echo Failed exitCode=%ERRORLEVEL%, command=%_CMD_%
exit /b %ERRORLEVEL%
:error
endlocal
echo An error has occurred during web site deployment.
call :exitSetErrorLevel
call :exitFromFunction 2>nul
:exitSetErrorLevel
exit /b 1
:exitFromFunction
()
:end
endlocal
echo Finished successfully.
| halcwb/suave-fsx | deploy.cmd | bat | mit | 3,434 |
for %%n in (*.xml) do OgreXMLConverter %%n
mv *.mesh ..
| merlinblack/Game-Engine-Testbed | media/mesh/xml/convert.bat | bat | mit | 56 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\metsaregister.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\metsaregister.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| valgur/metsaregister | docs/make.bat | bat | mit | 6,473 |
xcopy "exercises\*" "C:\html5_css3\exercises\*" /E | JaimeLynSchatz/project-stash | murach/html5_css3/exercise_setup.bat | bat | mit | 50 |
::Batch file that saves key building information from SQL file to CSV file
@echo off
::Input and Output Filenames
Set InputFileName=eplusout.sql
Set OutputFileName=eplusout.csv
::Key Variables to Extract
Set SiteEnergy=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'AnnualBuildingUtilityPerformanceSummary' AND ReportForString='Entire Facility' AND TableName = 'Site and Source Energy' AND RowName = 'Total Site Energy' And ColumnName = 'Total Energy';
Set SourceEnergy=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'AnnualBuildingUtilityPerformanceSummary' AND ReportForString='Entire Facility' AND TableName = 'Site and Source Energy' AND RowName = 'Total Source Energy' And ColumnName = 'Total Energy';
Set SiteEnergyIntensity=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'AnnualBuildingUtilityPerformanceSummary' AND ReportForString='Entire Facility' AND TableName = 'Site and Source Energy' AND RowName = 'Total Site Energy' And ColumnName = 'Energy Per Total Building Area';
Set SourceEnergyIntensity=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'AnnualBuildingUtilityPerformanceSummary' AND ReportForString='Entire Facility' AND TableName = 'Site and Source Energy' AND RowName = 'Total Source Energy' And ColumnName = 'Energy Per Total Building Area';
Set PeakElectricDemand=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'EnergyMeters' AND ReportForString='Entire Facility' AND TableName = 'Annual and Peak Values - Electricity' AND RowName = 'Electricity:Facility' And ColumnName = 'Electricity Maximum Value';
Set GHGEmissions=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'EnergyMeters' AND ReportForString='Entire Facility' AND TableName = 'Annual and Peak Values - Other by Weight/Mass' AND RowName = 'CarbonEquivalentEmissions:Carbon Equivalent' And ColumnName = 'Annual Value';
Set AnnualElectricityCost=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'Economics Results Summary Report' AND ReportForString='Entire Facility' AND TableName = 'Annual Cost' AND RowName = 'Cost' And ColumnName = 'Electric';
Set AnnualGasCost=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'Economics Results Summary Report' AND ReportForString='Entire Facility' AND TableName = 'Annual Cost' AND RowName = 'Cost' And ColumnName = 'Gas';
Set TotalAnnualEnergyCost=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'Economics Results Summary Report' AND ReportForString='Entire Facility' AND TableName = 'Annual Cost' AND RowName = 'Cost' And ColumnName = 'Total';
Set AnnualEnergyCostIntensity=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'Economics Results Summary Report' AND ReportForString='Entire Facility' AND TableName = 'Annual Cost' AND RowName = 'Cost per Total Building Area' And ColumnName = 'Total';
::Run sqlite3 to extract the data and place it into a csv file
sqlite3.exe -csv %InputFileName% "%SiteEnergy%%SourceEnergy%%SiteEnergyIntensity%%SourceEnergyIntensity%%PeakElectricDemand%%GHGEmissions%%AnnualElectricityCost%%AnnualGasCost%%TotalAnnualEnergyCost%%AnnualEnergyCostIntensity%" > %OutputFileName%
| buildsci/Toolbox | SQLtoCSV/eplusout_vars.bat | bat | mit | 3,314 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\install-nw\cmd.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\install-nw\cmd.js" %*
) | Poornakiruthika/Test | node_modules/.bin/install-nw.cmd | bat | mit | 176 |
lua-5.1.exe glLoadGen_2_0_3a/LoadGen.lua -help
pause | Zakhar-V/Prototypes | 1/Code/Source/ThirdParty/glLoadGen/Help.bat | bat | mit | 54 |
@echo off
rem gcc -Wall -shared hid.cpp air.cpp -o hidapi.dll -lhid -lsetupapi -L. -lFlashRuntimeExtensions -lstdc++
mingw32-make clean && mingw32-make all | kemsky/air-hid-usb | hidapi/hidapi_native/windows/build.cmd | bat | mit | 155 |
@echo off
if x%1 == x echo Needs plugin instance name
if not x%1 == x python jsonrpc.py 4448 ffff.disable "{\"instance\":\"%1\"}"
| nosuchtim/VizBench | bin/disable.bat | bat | mit | 130 |
@echo off
bundler\MixERP.Net.Utility.SqlBundler.exe ..\..\..\ "db/1.x/1.5" false true
c:\windows\system32\cscript.exe merge-files.vbs mixerp-incremental-sample.sql ..\..\1.x\1.4\mixerp-incremental-sample.sql mixerp.sql
del mixerp.sql
copy mixerp-incremental-sample.sql ..\..\sample-db.sql | ThiagoScar/mixerp | src/FrontEnd/MixERP.Net.FrontEnd/db/1.x/1.5/rebundle-db-with-sample.bat | bat | gpl-2.0 | 290 |
cmd_drivers/media/common/tuners/mt2063.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/common/tuners/mt2063.ko drivers/media/common/tuners/mt2063.o drivers/media/common/tuners/mt2063.mod.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/media/common/tuners/.mt2063.ko.cmd | bat | gpl-2.0 | 334 |
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not a license and does not grant any
rem rights to the materials distributed herewith. Except as
rem otherwise provided in a valid license issued to you by
rem Xilinx, and to the maximum extent permitted by applicable
rem law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
rem WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
rem AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
rem BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
rem INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
rem (2) Xilinx shall not be liable (whether in contract or tort,
rem including negligence, or under any other theory of
rem liability) for any loss or damage of any kind or nature
rem related to, arising under or in connection with these
rem materials, including for any direct, or any indirect,
rem special, incidental, or consequential loss or damage
rem (including loss of data, profits, goodwill, or any type of
rem loss or damage suffered as a result of any action brought
rem by a third party) even if such damage or loss was
rem reasonably foreseeable or Xilinx had been advised of the
rem possibility of the same.
rem
rem CRITICAL APPLICATIONS
rem Xilinx products are not designed or intended to be fail-
rem safe, or for use in any application requiring fail-safe
rem performance, such as life-support or safety devices or
rem systems, Class III medical devices, nuclear facilities,
rem applications related to the deployment of airbags, or any
rem other applications that could lead to death, personal
rem injury, or severe property or environmental damage
rem (individually and collectively, "Critical
rem Applications"). Customer assumes the sole risk and
rem liability of any use of Xilinx products in Critical
rem Applications, subject only to applicable laws and
rem regulations governing limitations on product liability.
rem
rem THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
rem PART OF THIS FILE AT ALL TIMES.
rem Clean up the results directory
rmdir /S /Q results
mkdir results
rem Synthesize the VHDL Wrapper Files
#Synthesize the Wrapper Files
echo 'Synthesizing example design with XST';
xst -ifn xst.scr
copy WR_FLASH_PRE_FIFO_top.ngc .\results\
rem Copy the netlist generated by Coregen
echo 'Copying files from the netlist directory to the results directory'
copy ..\..\WR_FLASH_PRE_FIFO.ngc results\
rem Copy the constraints files generated by Coregen
echo 'Copying files from constraints directory to results directory'
copy ..\example_design\WR_FLASH_PRE_FIFO_top.ucf results\
cd results
echo 'Running ngdbuild'
ngdbuild -p xc6vlx240t-ff1156-3 -sd ../../../ WR_FLASH_PRE_FIFO_top
echo 'Running map'
map WR_FLASH_PRE_FIFO_top -o mapped.ncd
echo 'Running par'
par mapped.ncd routed.ncd
echo 'Running trce'
trce -e 10 routed.ncd mapped.pcf -o routed
echo 'Running design through bitgen'
bitgen -w routed
echo 'Running netgen to create gate level Verilog model'
netgen -ofmt verilog -sim -tm WR_FLASH_PRE_FIFO_top -pcf mapped.pcf -w -sdf_anno false routed.ncd routed.v
| P3Stor/P3Stor | ftl/Dynamic_Controller/ipcore_dir/WR_FLASH_PRE_FIFO/implement/implement.bat | bat | gpl-2.0 | 3,345 |
cmd_drivers/media/media.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/media.ko drivers/media/media.o drivers/media/media.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/.media.ko.cmd | bat | gpl-2.0 | 247 |
cmd_drivers/gpu/vga/built-in.o := rm -f drivers/gpu/vga/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/gpu/vga/built-in.o
| sembre/kernel_totoro_update3 | common/drivers/gpu/vga/.built-in.o.cmd | bat | gpl-2.0 | 137 |
@echo off
:: ---------------------------------------------------------------------
:: The script looking into Windows Registry for non-existent Service Name starting from <DEFAULT_SERVICE_NAME>
:: Set NEW_SERVICE_NAME environment variable with found one.
::
:: %1 Default service name
:: ---------------------------------------------------------------------
IF "%1"=="" (
echo "Usage: generateNewServiceName.bat <DEFAULT_SERVICE_NAME>"
exit /b 1
)
SET DEFAULT_SERVICE_NAME=%1
SET NEW_SERVICE_NAME=
:: Check deafult
SC QUERY %DEFAULT_SERVICE_NAME%|find "STATE" >NUL 2>&1
IF ERRORLEVEL 1 (
set NEW_SERVICE_NAME=%DEFAULT_SERVICE_NAME%
ECHO %DEFAULT_SERVICE_NAME%
GOTO found
)
:: Scan for an empty slot
FOR /L %%A IN (1,1,100) DO (
SC QUERY %DEFAULT_SERVICE_NAME%-%%A|find "STATE" >NUL 2>&1
IF ERRORLEVEL 1 (
SET NEW_SERVICE_NAME=%DEFAULT_SERVICE_NAME%-%%A
ECHO %DEFAULT_SERVICE_NAME%-%%A
GOTO found
)
)
::No empty Service name found
exit /b 2
:found
exit /b 0
| monte-fm/Android-CI | buildAgent/bin/generateNewServiceName.bat | bat | gpl-2.0 | 1,034 |
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/sb/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/isa/sb/.built-in.o.cmd | bat | gpl-2.0 | 168 |
>>> s = 'C3H7'
>>> digit_index = -1 # This will be -1 until we find a digit.
>>> for i in range(len(s)):
... # If we haven't found a digit, and s[i] is a digit
... if digit_index == -1 and s[i].isdigit():
... digit_index = i
...
>>> digit_index
1
| simontakite/sysadmin | pythonscripts/practicalprogramming/loop/digit_nobreak.cmd | bat | gpl-2.0 | 268 |
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
cmdwiz setfont 1 & cmdwiz showcursor 0
set /a W=160, H=80
mode %W%,%H%
for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==H if not %%v==W set "%%v="
set /a XMID=%W%/2, YMID=%H%/2, DIST=4000, DRAWMODE=1, NOFCUBES=5, COLCNT=0, COLNOF=2
for /L %%a in (1,1,%NOFCUBES%) do set /a CRX%%a=0,CRY%%a=0,CRZ%%a=0
set CNT=1 & for %%a in (3,3,3,3,3) do set /a CRXA!CNT!=%%a, CNT+=1
set CNT=1 & for %%a in (-4,-4,-4,-4,-4) do set /a CRYA!CNT!=%%a, CNT+=1
set CNT=1 & for %%a in (5,5,5,5,5) do set /a CRZA!CNT!=%%a, CNT+=1
set ASPECT=0.7
set COLS1=1 0 db 1 0 db 2 0 db 2 0 db 3 0 db 3 0 db
set COLS2=4 0 db 4 0 db 5 0 db 5 0 db 6 0 db 6 0 db
set COLS3=1 0 db 1 0 db 2 0 db 2 0 db 3 0 db 3 0 db
set COLS4=7 0 db 7 0 db 1 0 db 1 0 db 9 0 db 9 0 db
set COLS5=1 0 db 1 0 db 2 0 db 2 0 db 3 0 db 3 0 db
set BITOP=3
set COL0=00000f,080820,101030,181840,202050,282860,303070,383880,404090,405090,515995,282870,101030,181840,202050,282860,303070 000820
set CNT=0
set STOP=
:LOOP
for /L %%1 in (1,1,300) do if not defined STOP for %%c in (!COLCNT!) do (
start "" /B /High cmdgfx_gdi "fbox 7 0 20 0,0,%W%,%H% & 3d objects\cube.ply 4,0 !CRX1!,!CRY1!,!CRZ1! 0,0,0 -60,-60,-60,0,0,0 1,0,0,10 %XMID%,%YMID%,!DIST!,%ASPECT% %COLS1% & 3d objects\cube.ply 4,!BITOP! !CRX2!,!CRY2!,!CRZ2! 0,0,0 -160,-160,-160,0,0,0 1,0,0,10 %XMID%,%YMID%,!DIST!,%ASPECT% %COLS2% & & 3d objects\cube.ply 4,!BITOP! !CRX3!,!CRY3!,!CRZ3! 0,0,0 -270,-270,-270,0,0,0 1,0,0,10 %XMID%,%YMID%,!DIST!,%ASPECT% %COLS3% & 3d objects\cube.ply 4,!BITOP! !CRX4!,!CRY4!,!CRZ4! 0,0,0 -480,-480,-480,0,0,0 1,0,0,10 %XMID%,%YMID%,!DIST!,%ASPECT% %COLS4% & 3d objects\cube.ply 4,!BITOP! !CRX5!,!CRY5!,!CRZ5! 0,0,0 -790,-790,-790,0,0,0 1,0,0,10 %XMID%,%YMID%,!DIST!,%ASPECT% %COLS5%" f1 !COL%%c!
cmdgfx "" nkW12
set KEY=!ERRORLEVEL!
for /L %%a in (1,1,%NOFCUBES%) do set /a CRX%%a+=!CRXA%%a!,CRY%%a+=!CRYA%%a!,CRZ%%a+=!CRZA%%a!
if !KEY! == 112 cmdwiz getch
if !KEY! == 100 set /A DIST+=100
if !KEY! == 68 set /A DIST-=100
if !KEY! == 27 set STOP=1
if !KEY! == 32 set /a COLCNT+=1&if !COLCNT! geq !COLNOF! set /a COLCNT=0
set /a CNT+=1 & if !CNT! gtr 300 set /a "CNT=0, RND=!RANDOM! %% %NOFCUBES%, V=(!RANDOM! %% 2)*2-1, XYZ=!RANDOM! %% 3" & for %%a in (!RND!) do (if !XYZ!==0 set /a CRXA%%a+=!V!) & (if !XYZ!==1 set /a CRYA%%a+=!V!) & (if !XYZ!==2 set /a CRZA%%a+=!V!)
)
if not defined STOP goto LOOP
endlocal
cmdwiz setfont 6 & cmdwiz showcursor 1
mode 80,50
| misol1/cmdgfx | legacy/cubeincube.bat | bat | gpl-2.0 | 2,472 |
cmd_net/netfilter/interceptor/vpnclient.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/netfilter/interceptor/vpnclient.o net/netfilter/interceptor/ip_selector_db.o net/netfilter/interceptor/ip_selector_match.o net/netfilter/interceptor/kernelspd_main.o net/netfilter/interceptor/kernelspd_hooks.o net/netfilter/interceptor/kernelspd_procfs.o net/netfilter/interceptor/spd_util.o net/netfilter/interceptor/debug_filter.o net/netfilter/interceptor/debug_strf.o net/netfilter/interceptor/debug_linux.o net/netfilter/interceptor/debug_strbuf_stack.o
| friedrich420/Note-3-AEL-Kernel | net/netfilter/interceptor/.vpnclient.o.cmd | bat | gpl-2.0 | 587 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kmemcheck \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kconfig \
mm/Kconfig.debug \
lib/Kconfig.debug \
arch/arm/Kconfig.debug \
fs/dlm/Kconfig \
fs/nls/Kconfig \
fs/partitions/Kconfig \
fs/9p/Kconfig \
fs/afs/Kconfig \
fs/coda/Kconfig \
fs/ncpfs/Kconfig \
fs/cifs/Kconfig \
fs/smbfs/Kconfig \
net/sunrpc/Kconfig \
fs/nfsd/Kconfig \
fs/nfs/Kconfig \
fs/exofs/Kconfig \
fs/ufs/Kconfig \
fs/sysv/Kconfig \
fs/romfs/Kconfig \
fs/qnx4/Kconfig \
fs/hpfs/Kconfig \
fs/omfs/Kconfig \
fs/minix/Kconfig \
fs/freevxfs/Kconfig \
fs/squashfs/Kconfig \
fs/cramfs/Kconfig \
fs/ubifs/Kconfig \
fs/jffs2/Kconfig \
fs/yaffs2/Kconfig \
fs/efs/Kconfig \
fs/bfs/Kconfig \
fs/befs/Kconfig \
fs/hfsplus/Kconfig \
fs/hfs/Kconfig \
fs/ecryptfs/Kconfig \
fs/affs/Kconfig \
fs/adfs/Kconfig \
fs/configfs/Kconfig \
fs/sysfs/Kconfig \
fs/proc/Kconfig \
fs/ntfs/Kconfig \
fs/fat/Kconfig \
fs/udf/Kconfig \
fs/isofs/Kconfig \
fs/cachefiles/Kconfig \
fs/fscache/Kconfig \
fs/fuse/Kconfig \
fs/autofs4/Kconfig \
fs/autofs/Kconfig \
fs/quota/Kconfig \
fs/notify/inotify/Kconfig \
fs/notify/dnotify/Kconfig \
fs/notify/Kconfig \
fs/nilfs2/Kconfig \
fs/btrfs/Kconfig \
fs/ocfs2/Kconfig \
fs/gfs2/Kconfig \
fs/xfs/Kconfig \
fs/jfs/Kconfig \
fs/reiserfs/Kconfig \
fs/jbd2/Kconfig \
fs/jbd/Kconfig \
fs/ext4/Kconfig \
fs/ext3/Kconfig \
fs/ext2/Kconfig \
fs/Kconfig \
drivers/platform/x86/Kconfig \
drivers/platform/Kconfig \
drivers/staging/iio/trigger/Kconfig \
drivers/staging/iio/light/Kconfig \
drivers/staging/iio/adc/Kconfig \
drivers/staging/iio/accel/Kconfig \
drivers/staging/iio/Kconfig \
drivers/staging/sep/Kconfig \
drivers/staging/rar/Kconfig \
drivers/staging/vme/devices/Kconfig \
drivers/staging/vme/bridges/Kconfig \
drivers/staging/vme/Kconfig \
drivers/staging/hv/Kconfig \
drivers/staging/udlfb/Kconfig \
drivers/staging/vt6656/Kconfig \
drivers/staging/vt6655/Kconfig \
drivers/staging/quatech_usb2/Kconfig \
drivers/staging/serqt_usb2/Kconfig \
drivers/staging/octeon/Kconfig \
drivers/gpu/drm/radeon/Kconfig \
drivers/staging/line6/Kconfig \
drivers/staging/p9auth/Kconfig \
drivers/staging/phison/Kconfig \
drivers/staging/b3dfg/Kconfig \
drivers/staging/pohmelfs/Kconfig \
drivers/staging/dst/Kconfig \
drivers/staging/dream/camera/Kconfig \
drivers/staging/dream/smd/Kconfig \
drivers/staging/dream/Kconfig \
drivers/staging/android/Kconfig \
drivers/staging/frontier/Kconfig \
drivers/staging/mimio/Kconfig \
drivers/staging/rtl8192e/Kconfig \
drivers/staging/rtl8192su/Kconfig \
drivers/staging/rtl8187se/Kconfig \
drivers/staging/altpciechdma/Kconfig \
drivers/staging/panel/Kconfig \
drivers/staging/asus_oled/Kconfig \
drivers/staging/comedi/Kconfig \
drivers/staging/rt3090/Kconfig \
drivers/staging/rt2870/Kconfig \
drivers/staging/rt2860/Kconfig \
drivers/staging/otus/Kconfig \
drivers/staging/poch/Kconfig \
drivers/staging/echo/Kconfig \
drivers/staging/wlan-ng/Kconfig \
drivers/staging/winbond/Kconfig \
drivers/staging/usbip/Kconfig \
drivers/staging/cx25821/Kconfig \
drivers/staging/go7007/Kconfig \
drivers/staging/slicoss/Kconfig \
drivers/staging/et131x/Kconfig \
drivers/staging/Kconfig \
drivers/xen/Kconfig \
drivers/vlynq/Kconfig \
drivers/uio/Kconfig \
drivers/auxdisplay/Kconfig \
drivers/dca/Kconfig \
drivers/dma/Kconfig \
drivers/rtc/Kconfig \
drivers/edac/Kconfig \
drivers/infiniband/ulp/iser/Kconfig \
drivers/infiniband/ulp/srp/Kconfig \
drivers/infiniband/ulp/ipoib/Kconfig \
drivers/infiniband/hw/nes/Kconfig \
drivers/infiniband/hw/mlx4/Kconfig \
drivers/infiniband/hw/cxgb3/Kconfig \
drivers/infiniband/hw/amso1100/Kconfig \
drivers/infiniband/hw/ehca/Kconfig \
drivers/infiniband/hw/ipath/Kconfig \
drivers/infiniband/hw/mthca/Kconfig \
drivers/infiniband/Kconfig \
drivers/accessibility/Kconfig \
drivers/switch/Kconfig \
drivers/leds/Kconfig \
drivers/memstick/host/Kconfig \
drivers/memstick/core/Kconfig \
drivers/memstick/Kconfig \
drivers/mmc/host/Kconfig \
drivers/mmc/card/Kconfig \
drivers/mmc/core/Kconfig \
drivers/mmc/Kconfig \
drivers/uwb/Kconfig \
drivers/usb/function/Kconfig \
drivers/usb/otg/Kconfig \
drivers/usb/gadget/Kconfig \
drivers/usb/atm/Kconfig \
drivers/usb/misc/sisusbvga/Kconfig \
drivers/usb/misc/Kconfig \
drivers/usb/serial/Kconfig \
drivers/usb/image/Kconfig \
drivers/usb/storage/Kconfig \
drivers/usb/class/Kconfig \
drivers/usb/musb/Kconfig \
drivers/usb/host/Kconfig \
drivers/usb/wusbcore/Kconfig \
drivers/usb/mon/Kconfig \
drivers/usb/core/Kconfig \
drivers/usb/Kconfig \
drivers/hid/usbhid/Kconfig \
drivers/hid/Kconfig \
sound/oss/Kconfig \
sound/soc/codecs/Kconfig \
sound/soc/txx9/Kconfig \
sound/soc/sh/Kconfig \
sound/soc/s6000/Kconfig \
sound/soc/s3c24xx/Kconfig \
sound/soc/pxa/Kconfig \
sound/soc/msm/Kconfig \
sound/soc/omap/Kconfig \
sound/soc/imx/Kconfig \
sound/soc/fsl/Kconfig \
sound/soc/davinci/Kconfig \
sound/soc/blackfin/Kconfig \
sound/soc/au1x/Kconfig \
sound/soc/atmel/Kconfig \
sound/soc/Kconfig \
sound/parisc/Kconfig \
sound/sparc/Kconfig \
sound/pcmcia/Kconfig \
sound/usb/Kconfig \
sound/sh/Kconfig \
sound/mips/Kconfig \
sound/spi/Kconfig \
sound/atmel/Kconfig \
sound/arm/Kconfig \
sound/aoa/soundbus/Kconfig \
sound/aoa/codecs/Kconfig \
sound/aoa/fabrics/Kconfig \
sound/aoa/Kconfig \
sound/ppc/Kconfig \
sound/pci/hda/Kconfig \
sound/pci/Kconfig \
sound/isa/Kconfig \
sound/drivers/Kconfig \
sound/core/seq/Kconfig \
sound/core/Kconfig \
sound/oss/dmasound/Kconfig \
sound/Kconfig \
drivers/video/logo/Kconfig \
drivers/video/console/Kconfig \
drivers/video/display/Kconfig \
drivers/video/backlight/Kconfig \
drivers/video/omap/Kconfig \
drivers/video/msm/Kconfig \
drivers/video/geode/Kconfig \
drivers/gpu/msm/Kconfig \
drivers/gpu/drm/Kconfig \
drivers/gpu/vga/Kconfig \
drivers/char/agp/Kconfig \
drivers/video/Kconfig \
drivers/media/dvb/frontends/Kconfig \
drivers/media/dvb/pt1/Kconfig \
drivers/media/dvb/firewire/Kconfig \
drivers/media/dvb/dm1105/Kconfig \
drivers/media/dvb/pluto2/Kconfig \
drivers/media/dvb/bt8xx/Kconfig \
drivers/media/dvb/b2c2/Kconfig \
drivers/media/dvb/siano/Kconfig \
drivers/media/dvb/ttusb-dec/Kconfig \
drivers/media/dvb/ttusb-budget/Kconfig \
drivers/media/dvb/dvb-usb/Kconfig \
drivers/media/dvb/ttpci/Kconfig \
drivers/media/dvb/Kconfig \
drivers/media/radio/si470x/Kconfig \
drivers/media/radio/Kconfig \
drivers/media/video/msm/Kconfig \
drivers/media/video/pwc/Kconfig \
drivers/media/video/zc0301/Kconfig \
drivers/media/video/sn9c102/Kconfig \
drivers/media/video/et61x251/Kconfig \
drivers/media/video/usbvideo/Kconfig \
drivers/media/video/usbvision/Kconfig \
drivers/media/video/cx231xx/Kconfig \
drivers/media/video/em28xx/Kconfig \
drivers/media/video/hdpvr/Kconfig \
drivers/media/video/pvrusb2/Kconfig \
drivers/media/video/gspca/gl860/Kconfig \
drivers/media/video/gspca/stv06xx/Kconfig \
drivers/media/video/gspca/m5602/Kconfig \
drivers/media/video/gspca/Kconfig \
drivers/media/video/uvc/Kconfig \
drivers/media/video/saa7164/Kconfig \
drivers/media/video/cx18/Kconfig \
drivers/media/video/ivtv/Kconfig \
drivers/media/video/au0828/Kconfig \
drivers/media/video/cx23885/Kconfig \
drivers/media/video/cx88/Kconfig \
drivers/media/video/saa7134/Kconfig \
drivers/media/video/zoran/Kconfig \
drivers/media/video/cpia2/Kconfig \
drivers/media/video/bt8xx/Kconfig \
drivers/media/video/cx25840/Kconfig \
drivers/media/video/Kconfig \
drivers/media/common/tuners/Kconfig \
drivers/media/common/Kconfig \
drivers/media/Kconfig \
drivers/regulator/Kconfig \
drivers/mfd/Kconfig \
drivers/ssb/Kconfig \
drivers/watchdog/Kconfig \
drivers/thermal/Kconfig \
drivers/hwmon/Kconfig \
drivers/power/Kconfig \
drivers/w1/slaves/Kconfig \
drivers/w1/masters/Kconfig \
drivers/w1/Kconfig \
drivers/gpio/Kconfig \
drivers/pps/Kconfig \
drivers/spi/Kconfig \
drivers/i2c/chips/Kconfig \
drivers/i2c/busses/Kconfig \
drivers/i2c/algos/Kconfig \
drivers/i2c/Kconfig \
drivers/s390/char/Kconfig \
drivers/char/tpm/Kconfig \
drivers/char/pcmcia/Kconfig \
drivers/char/hw_random/Kconfig \
drivers/char/ipmi/Kconfig \
drivers/char/diag/Kconfig \
drivers/serial/Kconfig \
drivers/char/Kconfig \
drivers/input/gameport/Kconfig \
drivers/input/serio/Kconfig \
drivers/input/sensor/Kconfig \
drivers/input/misc/Kconfig \
drivers/input/touchscreen/Kconfig \
drivers/input/tablet/Kconfig \
drivers/input/joystick/iforce/Kconfig \
drivers/input/joystick/Kconfig \
drivers/input/mouse/Kconfig \
drivers/input/keyboard/Kconfig \
drivers/input/Kconfig \
drivers/telephony/Kconfig \
drivers/isdn/gigaset/Kconfig \
drivers/isdn/hardware/eicon/Kconfig \
drivers/isdn/hardware/avm/Kconfig \
drivers/isdn/hardware/Kconfig \
drivers/isdn/capi/Kconfig \
drivers/isdn/hysdn/Kconfig \
drivers/isdn/act2000/Kconfig \
drivers/isdn/sc/Kconfig \
drivers/isdn/pcbit/Kconfig \
drivers/isdn/icn/Kconfig \
drivers/isdn/hisax/Kconfig \
drivers/isdn/i4l/Kconfig \
drivers/isdn/hardware/mISDN/Kconfig \
drivers/isdn/mISDN/Kconfig \
drivers/isdn/Kconfig \
drivers/s390/net/Kconfig \
drivers/ieee802154/Kconfig \
drivers/atm/Kconfig \
drivers/net/wan/Kconfig \
drivers/net/pcmcia/Kconfig \
drivers/net/usb/Kconfig \
drivers/net/wimax/i2400m/Kconfig \
drivers/net/wimax/Kconfig \
drivers/net/wireless/bcm4325/Kconfig \
drivers/net/wireless/iwmc3200wifi/Kconfig \
drivers/net/wireless/wl12xx/Kconfig \
drivers/net/wireless/orinoco/Kconfig \
drivers/net/wireless/rt2x00/Kconfig \
drivers/net/wireless/zd1211rw/Kconfig \
drivers/net/wireless/b43legacy/Kconfig \
drivers/net/wireless/b43/Kconfig \
drivers/net/wireless/hostap/Kconfig \
drivers/net/wireless/iwlwifi/Kconfig \
drivers/net/wireless/ipw2x00/Kconfig \
drivers/net/wireless/ath/ar9170/Kconfig \
drivers/net/wireless/ath/ath9k/Kconfig \
drivers/net/wireless/ath/ath5k/Kconfig \
drivers/net/wireless/ath/Kconfig \
drivers/net/wireless/p54/Kconfig \
drivers/net/wireless/Kconfig \
drivers/net/tokenring/Kconfig \
drivers/net/benet/Kconfig \
drivers/net/sfc/Kconfig \
drivers/net/stmmac/Kconfig \
drivers/net/ixp2000/Kconfig \
drivers/net/fs_enet/Kconfig \
drivers/net/ibm_newemac/Kconfig \
drivers/net/tulip/Kconfig \
drivers/net/arm/Kconfig \
drivers/net/phy/Kconfig \
drivers/net/arcnet/Kconfig \
drivers/net/Kconfig \
drivers/macintosh/Kconfig \
drivers/message/i2o/Kconfig \
drivers/firewire/Kconfig \
drivers/ieee1394/Kconfig \
drivers/message/fusion/Kconfig \
drivers/md/Kconfig \
drivers/ata/Kconfig \
drivers/scsi/osd/Kconfig \
drivers/scsi/device_handler/Kconfig \
drivers/scsi/pcmcia/Kconfig \
drivers/scsi/arm/Kconfig \
drivers/scsi/qla4xxx/Kconfig \
drivers/scsi/qla2xxx/Kconfig \
drivers/scsi/mpt2sas/Kconfig \
drivers/scsi/megaraid/Kconfig.megaraid \
drivers/scsi/mvsas/Kconfig \
drivers/scsi/aic94xx/Kconfig \
drivers/scsi/aic7xxx/Kconfig.aic79xx \
drivers/scsi/aic7xxx/Kconfig.aic7xxx \
drivers/scsi/be2iscsi/Kconfig \
drivers/scsi/bnx2i/Kconfig \
drivers/scsi/cxgb3i/Kconfig \
drivers/scsi/libsas/Kconfig \
drivers/scsi/Kconfig \
drivers/ide/Kconfig \
drivers/misc/vidc/Kconfig \
drivers/misc/cb710/Kconfig \
drivers/misc/eeprom/Kconfig \
drivers/misc/c2port/Kconfig \
drivers/misc/Kconfig \
drivers/s390/block/Kconfig \
drivers/block/paride/Kconfig \
drivers/block/Kconfig \
drivers/pnp/pnpacpi/Kconfig \
drivers/pnp/pnpbios/Kconfig \
drivers/pnp/isapnp/Kconfig \
drivers/pnp/Kconfig \
drivers/parport/Kconfig \
drivers/of/Kconfig \
drivers/mtd/ubi/Kconfig.debug \
drivers/mtd/ubi/Kconfig \
drivers/mtd/lpddr/Kconfig \
drivers/mtd/onenand/Kconfig \
drivers/mtd/nand/Kconfig \
drivers/mtd/devices/Kconfig \
drivers/mtd/maps/Kconfig \
drivers/mtd/chips/Kconfig \
drivers/mtd/Kconfig \
drivers/connector/Kconfig \
drivers/base/Kconfig \
drivers/Kconfig \
net/9p/Kconfig \
net/rfkill/Kconfig \
net/wimax/Kconfig \
net/mac80211/Kconfig \
net/wireless/Kconfig \
net/rxrpc/Kconfig \
drivers/bluetooth/Kconfig \
net/bluetooth/hidp/Kconfig \
net/bluetooth/cmtp/Kconfig \
net/bluetooth/bnep/Kconfig \
net/bluetooth/rfcomm/Kconfig \
net/bluetooth/Kconfig \
drivers/net/irda/Kconfig \
net/irda/ircomm/Kconfig \
net/irda/irnet/Kconfig \
net/irda/irlan/Kconfig \
net/irda/Kconfig \
drivers/net/can/usb/Kconfig \
drivers/net/can/sja1000/Kconfig \
drivers/net/can/Kconfig \
net/can/Kconfig \
drivers/net/hamradio/Kconfig \
net/ax25/Kconfig \
net/dcb/Kconfig \
net/sched/Kconfig \
net/ieee802154/Kconfig \
net/phonet/Kconfig \
net/wanrouter/Kconfig \
net/econet/Kconfig \
net/lapb/Kconfig \
net/x25/Kconfig \
drivers/net/appletalk/Kconfig \
net/ipx/Kconfig \
net/llc/Kconfig \
net/decnet/Kconfig \
net/8021q/Kconfig \
net/dsa/Kconfig \
net/bridge/Kconfig \
net/802/Kconfig \
net/atm/Kconfig \
net/tipc/Kconfig \
net/rds/Kconfig \
net/sctp/Kconfig \
net/dccp/ccids/Kconfig \
net/dccp/Kconfig \
net/bridge/netfilter/Kconfig \
net/decnet/netfilter/Kconfig \
net/ipv6/netfilter/Kconfig \
net/ipv4/netfilter/Kconfig \
net/netfilter/ipvs/Kconfig \
net/netfilter/Kconfig \
net/netlabel/Kconfig \
net/ipv6/Kconfig \
net/ipv4/Kconfig \
net/iucv/Kconfig \
net/xfrm/Kconfig \
net/unix/Kconfig \
net/packet/Kconfig \
net/Kconfig \
kernel/power/Kconfig \
fs/Kconfig.binfmt \
drivers/cpuidle/Kconfig \
drivers/cpufreq/Kconfig \
mm/Kconfig \
kernel/Kconfig.preempt \
kernel/time/Kconfig \
drivers/pcmcia/Kconfig \
drivers/pci/Kconfig \
arch/arm/common/Kconfig \
arch/arm/Kconfig-nommu \
arch/arm/mm/Kconfig \
arch/arm/mach-bcmring/Kconfig \
arch/arm/mach-w90x900/Kconfig \
arch/arm/mach-u300/Kconfig \
arch/arm/mach-msm/lge/Kconfig \
arch/arm/mach-msm/Kconfig \
arch/arm/mach-ks8695/Kconfig \
arch/arm/mach-davinci/Kconfig \
arch/arm/mach-ns9xxx/Kconfig \
arch/arm/mach-netx/Kconfig \
arch/arm/mach-nomadik/Kconfig \
arch/arm/mach-mxc91231/Kconfig \
arch/arm/mach-mx25/Kconfig \
arch/arm/mach-mx3/Kconfig \
arch/arm/mach-mx2/Kconfig \
arch/arm/mach-mx1/Kconfig \
arch/arm/plat-mxc/Kconfig \
arch/arm/mach-at91/Kconfig \
arch/arm/mach-realview/Kconfig \
arch/arm/mach-aaec2000/Kconfig \
arch/arm/mach-versatile/Kconfig \
arch/arm/mach-h720x/Kconfig \
arch/arm/mach-lh7a40x/Kconfig \
arch/arm/mach-s5pc100/Kconfig \
arch/arm/plat-stmp3xxx/Kconfig \
arch/arm/mach-s3c6410/Kconfig \
arch/arm/mach-s3c6400/Kconfig \
arch/arm/mach-s3c2443/Kconfig \
arch/arm/mach-s3c2442/Kconfig \
arch/arm/mach-s3c2440/Kconfig \
arch/arm/mach-s3c2412/Kconfig \
arch/arm/mach-s3c2410/Kconfig \
arch/arm/mach-s3c2400/Kconfig \
arch/arm/plat-s5pc1xx/Kconfig \
arch/arm/plat-s3c/Kconfig \
arch/arm/plat-s3c64xx/Kconfig \
arch/arm/plat-s3c24xx/Kconfig \
arch/arm/mach-kirkwood/Kconfig \
arch/arm/mach-orion5x/Kconfig \
arch/arm/mach-omap2/Kconfig \
arch/arm/mach-omap1/Kconfig \
arch/arm/plat-omap/Kconfig \
arch/arm/mach-sa1100/Kconfig \
arch/arm/mach-mmp/Kconfig \
arch/arm/plat-pxa/Kconfig \
arch/arm/mach-pxa/Kconfig \
arch/arm/mach-mv78xx0/Kconfig \
arch/arm/mach-loki/Kconfig \
arch/arm/mach-ixp23xx/Kconfig \
arch/arm/mach-ixp2000/Kconfig \
arch/arm/mach-ixp4xx/Kconfig \
arch/arm/mach-iop13xx/Kconfig \
arch/arm/mach-iop33x/Kconfig \
arch/arm/mach-iop32x/Kconfig \
arch/arm/mach-integrator/Kconfig \
arch/arm/mach-gemini/Kconfig \
arch/arm/mach-footbridge/Kconfig \
arch/arm/mach-ep93xx/Kconfig \
arch/arm/mach-clps711x/Kconfig \
kernel/Kconfig.freezer \
block/Kconfig.iosched \
block/Kconfig \
kernel/gcov/Kconfig \
arch/Kconfig \
usr/Kconfig \
init/Kconfig \
arch/arm/Kconfig
include/config/auto.conf: \
$(deps_config)
ifneq "$(KERNELVERSION)" "2.6.32.9"
include/config/auto.conf: FORCE
endif
ifneq "$(ARCH)" "arm"
include/config/auto.conf: FORCE
endif
$(deps_config): ;
| aosp/kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 16,098 |
cmd_drivers/mxc/vpu/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/mxc/vpu/built-in.o drivers/mxc/vpu/mxc_vpu.o
| heyoufei2/yocto3.14.38_kernel | drivers/mxc/vpu/.built-in.o.cmd | bat | gpl-2.0 | 128 |
choco feature enable -n allowGlobalConfirmation
choco install visualstudio2017community
choco install rsync -y
choco install cmake -y
choco install cmder -y
choco install git -y
choco install msys2
REM choco install mingw-get
| Erotemic/local | init/_freshstart-win/choco_pkgs.bat | bat | gpl-3.0 | 231 |
@echo on
cd "C:\Nikama\jenkins_workspace\isa95_database\jenkins scripts"
@setlocal
@set backupDb=B2MML-BatchML
@set restoreDb=B2MML-BatchML_QA
@set backupPath=C:\Nikama\jenkins_workspace\isa95_database\jenkins scripts\Backups
@set restoreDbPath="C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER2012\MSSQL\DATA\"
for /f "tokens=1-4 delims=: " %%a in ('echo %time:~0,8%') do set backupTime=%%a%%b%%c
for /f "tokens=1-4 delims=. " %%a in ('echo %date:~0%') do set backupDate=%%c%%b%%a
@set backupFile=%backupDb%_%backupDate%%backupTime%.BAK
if ERRORLEVEL 1 exit 1
sqlcmd -S MSSQL2014SRV -i backup_script.prc
if ERRORLEVEL 1 exit 1
| arcelormittalkriviyrih/isa95_database | jenkins_scripts/backup_db.bat | bat | gpl-3.0 | 637 |
C:\Python27\python.exe C:\Users\YOURWINDOWSUSERNAMEHERE\Desktop\KenoDB\keno.py
:: Be sure to change the paths above to fit your system. This assumes the KenoDB folder is on your desktop.
| AYJAYY/KenoDB | nightly.bat | bat | gpl-3.0 | 187 |
/* cmd/opchan.cmd - NexusServV3
* Copyright (C) 2012-2013 #Nexus project
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
global $botnick;
sendserv("NOTICE $nick :If I'm not opped on ".$target.", I'll attempt to reop myself now.");
sendserv("PRIVMSG ChanServ :UP $target");
sendserv("PRIVMSG Centravi :UP $target");
sendserv("PRIVMSG NeonServ :UP $target");
| Nexus-IRC/NexusServV3 | cmd/opchan.cmd | bat | gpl-3.0 | 968 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. epub3 to make an epub3
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
echo. dummy to check syntax errors of document sources
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 1>NUL 2>NUL
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\360fySearcher.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\360fySearcher.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "epub3" (
%SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub3 file is in %BUILDDIR%/epub3.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
if "%1" == "dummy" (
%SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy
if errorlevel 1 exit /b 1
echo.
echo.Build finished. Dummy builder generates no files.
goto end
)
:end
| 360fy/humane-searcher | docs/make.bat | bat | lgpl-3.0 | 7,755 |
@ECHO OFF
SET COMPOSE_FILE_PATH=%CD%\target\classes\docker\docker-compose.yml
IF [%M2_HOME%]==[] (
SET MVN_EXEC=mvn
)
IF NOT [%M2_HOME%]==[] (
SET MVN_EXEC=%M2_HOME%\bin\mvn
)
IF [%1]==[] (
echo "Usage: %0 {build_start|build_start_it_supported|start|stop|purge|tail|reload_share|reload_acs|build_test|test}"
GOTO END
)
IF %1==build_start (
CALL :down
CALL :build
CALL :start
CALL :tail
GOTO END
)
IF %1==build_start_it_supported (
CALL :down
CALL :build
CALL :prepare-test
CALL :start
CALL :tail
GOTO END
)
IF %1==start (
CALL :start
CALL :tail
GOTO END
)
IF %1==stop (
CALL :down
GOTO END
)
IF %1==purge (
CALL:down
CALL:purge
GOTO END
)
IF %1==tail (
CALL :tail
GOTO END
)
IF %1==reload_share (
CALL :build_share
CALL :start_share
CALL :tail
GOTO END
)
IF %1==reload_acs (
CALL :build_acs
CALL :start_acs
CALL :tail
GOTO END
)
IF %1==build_test (
CALL :down
CALL :build
CALL :prepare-test
CALL :start
CALL :test
CALL :tail_all
CALL :down
GOTO END
)
IF %1==test (
CALL :test
GOTO END
)
echo "Usage: %0 {build_start|start|stop|purge|tail|reload_share|reload_acs|build_test|test}"
:END
EXIT /B %ERRORLEVEL%
:start
docker volume create audit-share-acs-volume
docker volume create audit-share-db-volume
docker volume create audit-share-ass-volume
docker-compose -f "%COMPOSE_FILE_PATH%" up --build -d
EXIT /B 0
:start_share
docker-compose -f "%COMPOSE_FILE_PATH%" up --build -d audit-share-share
EXIT /B 0
:start_acs
docker-compose -f "%COMPOSE_FILE_PATH%" up --build -d audit-share-acs
EXIT /B 0
:down
if exist "%COMPOSE_FILE_PATH%" (
docker-compose -f "%COMPOSE_FILE_PATH%" down
)
EXIT /B 0
:build
call %MVN_EXEC% clean package
EXIT /B 0
:build_share
docker-compose -f "%COMPOSE_FILE_PATH%" kill audit-share-share
docker-compose -f "%COMPOSE_FILE_PATH%" rm -f audit-share-share
call %MVN_EXEC% clean package -pl audit-share-share,audit-share-share-docker
EXIT /B 0
:build_acs
docker-compose -f "%COMPOSE_FILE_PATH%" kill audit-share-acs
docker-compose -f "%COMPOSE_FILE_PATH%" rm -f audit-share-acs
call %MVN_EXEC% clean package -pl audit-share-platform,audit-share-platform-docker
EXIT /B 0
:tail
docker-compose -f "%COMPOSE_FILE_PATH%" logs -f
EXIT /B 0
:tail_all
docker-compose -f "%COMPOSE_FILE_PATH%" logs --tail="all"
EXIT /B 0
:prepare-test
call %MVN_EXEC% verify -DskipTests=true -pl audit-share-platform,audit-share-platform-docker
EXIT /B 0
:test
call %MVN_EXEC% verify -pl audit-share-platform
EXIT /B 0
:purge
docker volume rm -f audit-share-acs-volume
docker volume rm -f audit-share-db-volume
docker volume rm -f audit-share-ass-volume
EXIT /B 0 | atolcd/alfresco-audit-share | run.bat | bat | lgpl-3.0 | 2,823 |
\dev_erik\DatastoreLinker\DataStoreLinkerEntities\jaxb\jaxb-ri-20090708\bin\schemagen.bat -cp C:\dev_erik\libs\HibernateEntityManager\trunk\ejb3-persistence.jar package-info.java Process.java Inout.java Database.java Mail.java | B3Partners/datastorelinkerEntities | src/main/java/nl/b3p/datastorelinker/entity/createSchema.cmd | bat | lgpl-3.0 | 226 |
REM Various configuration settings for the installation process.
SET SRCALC_PASSWORD=zSIMJibMiXrN
SET MYSQL="C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql"
REM Make sure this stays in sync with glassfish3_asrc.cfg
SET GF_INSTALL=C:\asrc\glassfish3
SET ASADMIN="%GF_INSTALL%\glassfish\bin\asadmin.bat"
SET GF_DOMAIN_DIR=%GF_INSTALL%\glassfish\domains\domain1
| VHAINNOVATIONS/ASRCM | install/config.bat | bat | apache-2.0 | 364 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\climt.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\climt.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %BUILDDIR%/..
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| CliMT/climt-future | docs/make.bat | bat | bsd-3-clause | 6,457 |
@echo Open Chrome browser and visit URL: chrome://inspect
::@node --inspect-brk run-server.js
@node --inspect run-server.js | web-dev-server/example-helloworld | run-server-in-debug-mode.cmd | bat | bsd-3-clause | 123 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S10_MoveItems.MSASCMD_S10_TC02_MoveItems_Status1_InvalidSrcFldId /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S10_TC02_MoveItems_Status1_InvalidSrcFldId.cmd | bat | mit | 299 |
@echo off
:: ----------------------------------------------------------------------------
::
:: Licensed to the Apache Software Foundation (ASF) under one or more
:: contributor license agreements. See the NOTICE file distributed with
:: this work for additional information regarding copyright ownership.
:: The ASF licenses this file to You under the Apache License, Version 2.0
:: (the "License"); you may not use this file except in compliance with
:: the License. You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing, software
:: distributed under the License is distributed on an "AS IS" BASIS,
:: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
:: See the License for the specific language governing permissions and
:: limitations under the License.
::
:: build.bat - Win32 Build Script for Apache Batik
::
:: $Id$
:: ----------------------------------------------------------------------------
:: ----- Verify and Set Required Environment Variables ------------------------
if not "%JAVA_HOME%" == "" goto gotJavaHome
echo You must set JAVA_HOME to point at your Java Development Kit installation
goto cleanup
:gotJavaHome
if not "%ANT_HOME%" == "" goto gotAntHome
:: ----- Set Up The Runtime Classpath -----------------------------------------
set CP="%JAVA_HOME%"\lib\tools.jar;.\lib\build\ant-1.8.2.jar;.\lib\build\ant-launcher-1.8.2.jar;.\lib\build\crimson-1.1.3.jar
:: If Forrest is present, add the ForrestBot dependency jars to the classpath.
if "%FORREST_HOME%" == "" goto forrestNotPresent
for %%f in ("%FORREST_HOME%"\tools\forrestbot\lib\*.jar) do set CP=%CP%;%%f
:forrestNotPresent
:: ----- Execute The Requested Build ------------------------------------------
echo "%JAVA_HOME%"\bin\java.exe %ANT_OPTS% -classpath %CP% org.apache.tools.ant.Main -emacs -Dant.home=. %1 -Dargs="%2 %3 %4 %5 %6 %7 %8 %9"
"%JAVA_HOME%"\bin\java.exe %ANT_OPTS% -classpath %CP% org.apache.tools.ant.Main -emacs -Dant.home=. %1 -Dargs="%2 %3 %4 %5 %6 %7 %8 %9"
:: ----- Cleanup the environment ----------------------------------------------
goto cleanup
:gotAntHome
call ant -Dargs="%2 %3 %4 %5 %6 %7 %8 %9" %1
goto cleanup
:cleanup
set CP=
| cyrusmg/python-hessian | tests/support/hessian-test-servlet/build.bat | bat | bsd-3-clause | 2,312 |
ck autotune pipeline:pipeline.cmd @autotune_program_pipelineg.json %*
| ctuning/ck-autotuning | demo/plugin-based-autotuning-engine-demo/autotune_program_pipelineg.bat | bat | bsd-3-clause | 70 |
@ECHO OFF
PUSHD %~dp0\..\..\..
SET WORKSPACE=%CD%
POPD
ECHO Workspace is %WORKSPACE%
cd %WORKSPACE%
rem clean the BUILD_WIN32 at first to avoid problems with possible git files in there
IF EXIST %WORKSPACE%\project\Win32BuildSetup\BUILD_WIN32 rmdir %WORKSPACE%\project\Win32BuildSetup\BUILD_WIN32 /S /Q
rem we assume git in path as this is a requirement
rem git clean the untracked files and directories
rem but keep the downloaded dependencies
ECHO running git clean -xffd -e "lib/libdvd" -e "lib/win32/ffmpeg" -e "project/BuildDependencies/downloads" -e "project/BuildDependencies/downloads2" -e "project/Win32BuildSetup/dependencies/vcredist"
git clean -xffd -e "lib/libdvd" -e "lib/win32/ffmpeg" -e "project/BuildDependencies/downloads" -e "project/BuildDependencies/downloads2" -e "project/Win32BuildSetup/dependencies/vcredist"
rem cleaning additional directories
ECHO delete build directories
IF EXIST %WORKSPACE%\project\Win32BuildSetup\dependencies rmdir %WORKSPACE%\project\Win32BuildSetup\dependencies /S /Q
IF EXIST %WORKSPACE%\project\BuildDependencies\include rmdir %WORKSPACE%\project\BuildDependencies\include /S /Q
IF EXIST %WORKSPACE%\project\BuildDependencies\lib rmdir %WORKSPACE%\project\BuildDependencies\lib /S /Q
IF EXIST %WORKSPACE%\project\BuildDependencies\msys rmdir %WORKSPACE%\project\BuildDependencies\msys /S /Q
| lobermann/xbmc | tools/buildsteps/windows/prepare-env.bat | bat | gpl-2.0 | 1,350 |
# (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
#
# This file contains confidential and proprietary information
# of Xilinx, Inc. and is protected under U.S. and
# international copyright and other intellectual property
# laws.
#
# DISCLAIMER
# This disclaimer is not a license and does not grant any
# rights to the materials distributed herewith. Except as
# otherwise provided in a valid license issued to you by
# Xilinx, and to the maximum extent permitted by applicable
# law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND
# WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES
# AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING
# BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON-
# INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and
# (2) Xilinx shall not be liable (whether in contract or tort,
# including negligence, or under any other theory of
# liability) for any loss or damage of any kind or nature
# related to, arising under or in connection with these
# materials, including for any direct, or any indirect,
# special, incidental, or consequential loss or damage
# (including loss of data, profits, goodwill, or any type of
# loss or damage suffered as a result of any action brought
# by a third party) even if such damage or loss was
# reasonably foreseeable or Xilinx had been advised of the
# possibility of the same.
#
# CRITICAL APPLICATIONS
# Xilinx products are not designed or intended to be fail-
# safe, or for use in any application requiring fail-safe
# performance, such as life-support or safety devices or
# systems, Class III medical devices, nuclear facilities,
# applications related to the deployment of airbags, or any
# other applications that could lead to death, personal
# injury, or severe property or environmental damage
# (individually and collectively, "Critical
# Applications"). Customer assumes the sole risk and
# liability of any use of Xilinx products in Critical
# Applications, subject only to applicable laws and
# regulations governing limitations on product liability.
#
# THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS
# PART OF THIS FILE AT ALL TIMES.
#--------------------------------------------------------------------------------
mkdir work
echo "Compiling Core VHDL UNISIM/Behavioral model"
ncvhdl -v93 -work work ../../../cdcfifo.vhd
ncvhdl -v93 -work work ../../example_design/cdcfifo_exdes.vhd
echo "Compiling Test Bench Files"
ncvhdl -v93 -work work ../cdcfifo_pkg.vhd
ncvhdl -v93 -work work ../cdcfifo_rng.vhd
ncvhdl -v93 -work work ../cdcfifo_dgen.vhd
ncvhdl -v93 -work work ../cdcfifo_dverif.vhd
ncvhdl -v93 -work work ../cdcfifo_pctrl.vhd
ncvhdl -v93 -work work ../cdcfifo_synth.vhd
ncvhdl -v93 -work work ../cdcfifo_tb.vhd
echo "Elaborating Design"
ncelab -access +rwc work.cdcfifo_tb
echo "Simulating Design"
ncsim -gui -input @"simvision -input wave_ncsim.sv" work.cdcfifo_tb
| timvideos/HDMI2USB-jahanzeb-firmware | ipcore_dir/cdcfifo/simulation/functional/simulate_ncsim.bat | bat | bsd-2-clause | 2,923 |
copy /B objchk\i386\winpmc.sys c:\winnt\system32\drivers
ntaddsvc winpmc
net start winpmc | tpatki/papi-rapl | src/win2k/winpmc/instpmcchk.bat | bat | bsd-3-clause | 89 |
set CT_REPEAT_MAIN=20
a.exe data.pgm data.out.pgm -e
| ctuning/ck-env | demo/compile-run/win/_run.bat | bat | bsd-3-clause | 55 |
@echo off
REM Some Windows commands to compile the Fortran interface for F77
copy C:\Users\Belli\Documents\Code\coolprop-v5-new\build\32bitcdecl\Debug\Coolprop.dll .
C:\MinGW\bin\gfortran -g -o example examplef.for -L. -lCoolProp
example | henningjp/CoolProp | wrappers/Fortran/build.bat | bat | mit | 237 |
@mingw32-make -f Makefile.mingw %1
@if errorlevel 1 goto end
@strip upnpc-static.exe
@upx --best upnpc-static.exe
@strip upnpc-shared.exe
@upx --best upnpc-shared.exe
:end
| MrPhil/CastleDoctrine | minorGems/network/upnp/miniupnpc/mingw32make.bat | bat | unlicense | 172 |
if not defined DEPOT_TOOLS_PATH goto depot-tools-not-found
if "%config%"=="Debug" set test_args=%target_arch%.debug
if "%config%"=="Release" set test_args=%target_arch%.release
set savedpath=%path%
set path=%DEPOT_TOOLS_PATH%;%path%
pushd .
set ERROR_STATUS=0
echo calling: tools\make-v8.sh
sh tools\make-v8.sh
if errorlevel 1 set ERROR_STATUS=1&goto test-v8-exit
cd %~dp0
cd deps\v8
echo running 'python tools\dev\v8gen.py %test_args%'
call python tools\dev\v8gen.py %test_args%
if errorlevel 1 set ERROR_STATUS=1&goto test-v8-exit
echo running 'ninja -C out.gn/%test_args% %v8_build_options%'
call ninja -C out.gn/%test_args% %v8_build_options%
if errorlevel 1 set ERROR_STATUS=1&goto test-v8-exit
set path=%savedpath%
if not defined test_v8 goto test-v8-intl
echo running 'python tools\run-tests.py %common_v8_test_options% %v8_test_options% --junitout ./v8-tap.xml'
call python tools\run-tests.py %common_v8_test_options% %v8_test_options% --junitout ./v8-tap.xml
:test-v8-intl
if not defined test_v8_intl goto test-v8-benchmarks
echo running 'python tools\run-tests.py %common_v8_test_options% intl --junitout ./v8-intl-tap.xml'
call python tools\run-tests.py %common_v8_test_options% intl --junitout ./v8-intl-tap.xml
:test-v8-benchmarks
if not defined test_v8_benchmarks goto test-v8-exit
echo running 'python tools\run-tests.py %common_v8_test_options% benchmarks --junitout ./v8-benchmarks-tap.xml'
call python tools\run-tests.py %common_v8_test_options% benchmarks --junitout ./v8-benchmarks-tap.xml
goto test-v8-exit
:test-v8-exit
popd
if defined savedpath set path=%savedpath%
exit /b %ERROR_STATUS%
:depot-tools-not-found
echo Failed to find a suitable depot tools to test v8
exit /b 1
| MTASZTAKI/ApertusVR | plugins/languageAPI/jsAPI/3rdParty/nodejs/10.1.0/source/tools/test-v8.bat | bat | mit | 1,706 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.