commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
9745319096d870a5c41c5b20c691144ca232345d | breeze-webtest/setenv.bat | breeze-webtest/setenv.bat | set CATALINA_HOME=C:\Java\apache-tomcat-7.0.47
set BREEZEJS_TEST=C:\git\Breeze\breeze.js\test\
| set CATALINA_HOME=C:\Java\apache-tomcat-7.0.59-windows-x64\apache-tomcat-7.0.59
set BREEZEJS_TEST=C:\GitHub\breeze.js\test\
| Set environment variables to Jay's values | Set environment variables to Jay's values
| Batchfile | mit | Breeze/breeze.server.java,Breeze/breeze.server.java |
7c557dc7d43ccc42526b51e5ce759ac6fa08a1b0 | zipsrc.bat | zipsrc.bat | cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp
cd scintilla
| cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res -x *.exp
cd scintilla
| Store OS X files in zips. | Store OS X files in zips.
| Batchfile | isc | rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror,rhaberkorn/scintilla-mirror |
5ce3a04658aa55ed2ee29d6d79d3d8277f21de3a | generate.bat | generate.bat | @echo off
if not exist Build\mare\mare.exe call Ext\mare\compile.bat --buildDir=Build/mare --outputDir=Build/mare --sourceDir=Ext/mare/src
if not "%1"=="" (Build\mare\mare.exe %*) else Build\mare\mare.exe --vcxproj=2013
| @echo off
if not exist Build\mare\mare.exe call Ext\mare\compile.bat --buildDir=Build/Debug/mare --outputDir=Build/Debug/mare --sourceDir=Ext/mare/src
if not "%1"=="" (Build\Debug\mare\mare.exe %*) else Build\Debug\mare\mare.exe --vcxproj=2013
| Move mare build directory to Build/Debug | Move mare build directory to Build/Debug
| Batchfile | apache-2.0 | craflin/ZlimDB,craflin/ZlimDB |
cfeb160dfd67fe746f47a2b3f9c3d0227b5f6c88 | autogen.bat | autogen.bat | @ECHO OFF
REM
REM This script generates headers for use with Visual C++ only
REM
REM Usage:
REM .\autogen.bat
REM nmake -f makefile.vc
REM
REM NOTE: DO NOT include this script in GEOS sources distribution
REM
set GEOS_HEADERS=include\geos
COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h
COPY %... | @ECHO OFF
REM
REM This script generates headers for use with Visual C++ only
REM
REM Usage:
REM .\autogen.bat
REM nmake -f makefile.vc
REM
REM NOTE: DO NOT include this script in GEOS sources distribution
REM
set GEOS_HEADERS=include\geos
COPY %GEOS_HEADERS%\version.h.vc %GEOS_HEADERS%\version.h
COPY %... | Add step generating geos_svn_revision.h template with revision 0 | Add step generating geos_svn_revision.h template with revision 0
Simplifies CI build steps.
[ci skip]
git-svn-id: 6c2b1bd10c324c49ea9d9e6e31006a80e70507cb@4364 5242fede-7e19-0410-aef8-94bd7d2200fb
| Batchfile | lgpl-2.1 | strk/libgeos,mwtoews/libgeos,mwtoews/libgeos,libgeos/libgeos,mwtoews/libgeos,strk/libgeos,strk/libgeos,libgeos/libgeos,mwtoews/libgeos,strk/libgeos,libgeos/libgeos,libgeos/libgeos,mwtoews/libgeos,mwtoews/libgeos,strk/libgeos,mwtoews/libgeos,libgeos/libgeos |
1ac4616a483c22510ca7c99f57b0777ef88096cc | stop_torq_demo.bat | stop_torq_demo.bat | REM see README.txt
REM SET UP ENVIRONMENT VARIABLES
set KDBCODE=%cd%\code
set KDBCONFIG=%cd%\config
set KDBLOG=%cd%\logs
set KDBHTML=%cd%\html
set KDBLIB=%cd%\lib
set KDBBASEPORT=6000
set PATH=%PATH%;%KDBLIB%\w32
REM to kill it, run this:
start "kill" q torq.q -load code/processes/kill.q -proctype kill -procname ki... | REM see README.txt
REM SET UP ENVIRONMENT VARIABLES
set TORQHOME=%cd%
set KDBCODE=%TORQHOME%\code
set KDBCONFIG=%TORQHOME%\config
set KDBLOG=%TORQHOME%\logs
set KDBHTML=%TORQHOME%\html
set KDBLIB=%TORQHOME%\lib
set KDBBASEPORT=6000
set KDBHDB=%TORQHOME%/hdb/database
REM App specific configuration directory
set KDBAPP... | Change environment variables in stop.bat file. | Change environment variables in stop.bat file.
| Batchfile | mit | AquaQAnalytics/TorQ-Finance-Starter-Pack |
41401a78ed1d0fbcdf2546c5363144b1f8324de4 | after_test.cmd | after_test.cmd | nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory tools
nuget install OpenCover -Version 4.6.519 -OutputDirectory tools
nuget install coveralls.net -Version 0.412.0 -OutputDirectory tools
.\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:.\tools\NUnit.ConsoleRunner.3.6.1\tools\nunit3-conso... | nuget install NUnit.ConsoleRunner -Version 3.6.1 -OutputDirectory tools
nuget install OpenCover -Version 4.6.519 -OutputDirectory tools
nuget install coveralls.net -Version 0.412.0 -OutputDirectory tools
.\tools\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:.\tools\NUnit.ConsoleRunner.3.6.1\tools\nunit3-conso... | Change nunit argument to Debug | Change nunit argument to Debug | Batchfile | mit | Zayyy01/wax,Zayyy01/wax |
b9640e6de8a5b3095f29e612ac9076cd91d373d3 | ci/jenkins.cmd | ci/jenkins.cmd | @ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET JAVA_HOME=C:\opt\oracle-jdk-8
SET GIT_HOME=C:\Program Files\Git
SET MAVEN... | @ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET JAVA_HOME=C:\opt\oracle-jdk-8
SET GIT_HOME=C:\Program Files\Git
SET MAVEN... | Update path to CloundFoundry CLI | Update path to CloundFoundry CLI
| Batchfile | apache-2.0 | SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples |
51bed06fb8178d183b14c003e94b73fdf71f6783 | extensions/ringqt/buildqt512.bat | extensions/ringqt/buildqt512.bat | call ..\..\src\locatevc.bat
"C:\Qt\Qt5.12.2\5.12.2\msvc2017\bin\qmake.exe" ring_qt512.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
rem "C:\Qt\Qt5.12.2\Tools\QtCreator\bin\jom.exe" -f ../build-ring_qt512-Desktop_Qt_5_12_2_MSVC2017_32bit-Release/Makefile qmake_all
"C:\Qt\Qt5.12.2\Tools\QtCreator\bin\jom.exe"
copy relea... | call ..\..\src\locatevc.bat
"C:\Qt\Qt5.12.3\5.12.3\msvc2017\bin\qmake.exe" ring_qt512.pro -spec win32-msvc "CONFIG+=qtquickcompiler"
rem "C:\Qt\Qt5.12.3\Tools\QtCreator\bin\jom.exe" -f ../build-ring_qt512-Desktop_Qt_5_12_3_MSVC2017_32bit-Release/Makefile qmake_all
"C:\Qt\Qt5.12.3\Tools\QtCreator\bin\jom.exe"
copy relea... | Update RingQt - Update from Qt 5.12.2 to Qt 5.12.3 | Update RingQt - Update from Qt 5.12.2 to Qt 5.12.3
| Batchfile | mit | ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring,ring-lang/ring |
cbc70343cc7c328c28b5ee631161add0fb87dcdf | Build/Scripts/BuildBeta.bat | Build/Scripts/BuildBeta.bat | ::*******************************************************************************************************
:: BuildBeta.bat - Gbtc
::
:: Tennessee Valley Authority, 2009
:: No copyright is claimed pursuant to 17 USC 105. All Other Rights Reserved.
::
:: This software is made freely available under the TVA Op... | ::*******************************************************************************************************
:: BuildBeta.bat - Gbtc
::
:: Tennessee Valley Authority, 2009
:: No copyright is claimed pursuant to 17 USC 105. All Other Rights Reserved.
::
:: This software is made freely available under the TVA Op... | Modify .Net framework version to 4.0 | Synchrophasor: Modify .Net framework version to 4.0
git-tfs-id: [https://tfs.codeplex.com/tfs/TFS07]$/openpdc/Synchrophasor/Current Version;C57478
| Batchfile | mit | GridProtectionAlliance/openPDC,GridProtectionAlliance/openPDC,GridProtectionAlliance/openPDC,GridProtectionAlliance/openPDC |
7666c416f0e1ab7719c047c3605c47ee9e7e5883 | StartBot.bat | StartBot.bat | @echo off
setlocal enabledelayedexpansion
cls
echo ### ###
echo # CorpBot - CorpNewt #
echo ### ###
echo.
set "botFile=WatchDog.py"
set "pyPath=python"
for /f %%i in ('where python 2^>nul') do (
set "p=%%i"
if /i NOT "!p:~0,5!"=="INFO:" (
set "pyPath=%%... | @echo off
setlocal enabledelayedexpansion
cls
echo ### ###
echo # CorpBot - CorpNewt #
echo ### ###
echo.
set "botFile=WatchDog.py"
set "pyPath=python"
for /f "tokens=*" %%i in ('where python 2^>nul') do (
set "p=%%i"
if /i NOT "!p:~0,5!"=="INFO:" (
set... | Fix for spaces in path | Fix for spaces in path
| Batchfile | mit | corpnewt/CorpBot.py,corpnewt/CorpBot.py |
337ff390fd839d46e8aaff48a094add0f84d76c4 | Kudu.Services.Web/updateNodeModules.cmd | Kudu.Services.Web/updateNodeModules.cmd | @echo off
pushd %1
set attempts=5
set counter=0
:retry
set /a counter+=1
echo Attempt %counter% out of %attempts%
if exist %1\node_modules\azure-cli\bin\azure (
cmd /c npm update https://github.com/amitapl/azure-sdk-tools-xplat/tarball/kudu_s21_5
) else (
cmd /c npm install https://github.com/amitapl/azure-sdk-... | @echo off
pushd %1
set attempts=5
set counter=0
:retry
set /a counter+=1
echo Attempt %counter% out of %attempts%
if exist node_modules\azure-cli\bin\azure (
cmd /c npm update https://github.com/amitapl/azure-sdk-tools-xplat/tarball/kudu_s21_5
) else (
cmd /c npm install https://github.com/amitapl/azure-sdk-too... | Remove long directory from azure-cli | Remove long directory from azure-cli
| Batchfile | apache-2.0 | sitereactor/kudu,uQr/kudu,dev-enthusiast/kudu,bbauya/kudu,chrisrpatterson/kudu,puneet-gupta/kudu,juvchan/kudu,dev-enthusiast/kudu,chrisrpatterson/kudu,kali786516/kudu,puneet-gupta/kudu,uQr/kudu,projectkudu/kudu,YOTOV-LIMITED/kudu,badescuga/kudu,duncansmart/kudu,shrimpy/kudu,uQr/kudu,bbauya/kudu,MavenRain/kudu,shibayan/... |
4002aebb90863adc0ccf831796a86555f4e7cadf | HexEdit/PreBuild.bat | HexEdit/PreBuild.bat | ECHO Get revision number from git
echo // Pre build automatically generated header file> GitRevision.h
REM We use SET/P to do an echo without newline
set /p="#define GITREVISION " >> GitRevision.h
REM Count number of commits (relies on Git being installed)
git rev-list HEAD | find /v /c "" ... | ECHO Get revision number from git
echo // Automatically generated header file created by Prebuild.bat > GitRevision.h
REM We use SET/P to do an echo without newline
set /p="#define GITREVISION " >> GitRevision.h
REM Count number of commits (relies on Git being installed)
IF NOT E... | Make prebuild batch file more adaptable by trying to find Git.exe | Make prebuild batch file more adaptable by trying to find Git.exe
| Batchfile | mit | AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit |
bfdf646e574defe2145235ed446ed16a35fb935d | make-windows-executables.bat | make-windows-executables.bat | python setup.py install
rmdir %~dp0windows /s /q
mkdir %~dp0windows
python setup.py py2exe
move dist\retriever.exe %~dp0windows
rmdir build dist /s /q | python setup.py install
rmdir %~dp0windows /s /q
mkdir %~dp0windows
python setup.py py2exe
move dist\retriever.exe windows\
rmdir build dist /s /q
| Allow Windows batch file to work when there are spaces in the path. | Allow Windows batch file to work when there are spaces in the path.
| Batchfile | mit | bendmorris/retriever,bendmorris/retriever,davharris/retriever,bendmorris/retriever,davharris/retriever,henrykironde/deletedret,embaldridge/retriever,henrykironde/deletedret,goelakash/retriever,davharris/retriever,embaldridge/retriever,goelakash/retriever,embaldridge/retriever |
8a4e2fdb1b864a20d07d3e9a15095d807a97f8bf | file-utility-code/build-self-contained-targets.cmd | file-utility-code/build-self-contained-targets.cmd | @ECHO OFF
REM ---------------------------------------------------------------------------
REM Builds the file utility nuget packages.
REM ---------------------------------------------------------------------------
SETLOCAL
SET BUILD_NUMBER=%1
IF "%BUILD_NUMBER%" == "" SET BUILD_NUMBER=5555
ECHO BUILD_NUMBER=%BUILD_NU... | @ECHO OFF
REM ---------------------------------------------------------------------------
REM Builds the file utility nuget packages.
REM ---------------------------------------------------------------------------
SETLOCAL
SET BUILD_NUMBER=%1
IF "%BUILD_NUMBER%" == "" SET BUILD_NUMBER=5555
ECHO BUILD_NUMBER=%BUILD_NU... | Remove manual versioning from self-contained targets | Remove manual versioning from self-contained targets
| Batchfile | mit | SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk |
eb3bfc40ae2a2a5e63d23cc2895ffbc55b0d0126 | recipes/indexed_gzip/run_test.bat | recipes/indexed_gzip/run_test.bat | :: Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
:: https://github.com/matplotlib/matplotlib/issues/9176
for /f "delims=" %%a in ('python -c "import subprocess; import os.path as op; print(op.abspath(op.join(op.dirname(subprocess.__file__), "".."")));"') do @set PATCH_PREFIX=%%a
python -c "import sys;... | :: Apply patch to `subprocess` on Python versions > 2 and < 3.6.3
:: https://github.com/matplotlib/matplotlib/issues/9176
for /f "delims=" %%a in ('python -c "import subprocess; import os.path as op; print(op.abspath(op.join(op.dirname(subprocess.__file__), "".."")));"') do @set PATCH_PREFIX=%%a
python -c "import sys;... | Make sure errorlevel is not empty | Make sure errorlevel is not empty
| Batchfile | bsd-3-clause | hadim/staged-recipes,goanpeca/staged-recipes,rmcgibbo/staged-recipes,hadim/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,kwilcox/staged-recipes,SylvainCorlay/staged-recipes,ocefpaf/staged-recipes,synapticarbors/staged-recipes,johanneskoester/staged-recipes,cpaulik/staged-recipes,jjhelmus/staged-recipes,... |
9e6a0b4ed8765ca8ee9c58f8a0993fa0679963da | Tools/buildbot/test-amd64.bat | Tools/buildbot/test-amd64.bat | @rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -q -d -x64 -uall -rw
| @rem Used by the buildbot "test" step.
cd PCbuild
call rt.bat -d -q -x64 -uall -rwW -n
| Use -W on the Windows 64 buildbots | Use -W on the Windows 64 buildbots
| Batchfile | mit | sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator |
fcbbc69caac05ad0af5248cb1706568be02851de | bin/kill-drivers.bat | bin/kill-drivers.bat | REM Run from anywhere, project root or bin folder. E.g. (from root):
REM bin\kill-drivers
tasklist | find /i "driver" && taskkill /f /im "chromedriver.exe" && taskkill /f /im "IEDriverServer.exe" | @echo off
REM Run from anywhere, project root or bin folder. E.g. (from root):
REM bin\kill-drivers
tasklist | findstr /i "driver phantomjs"
taskkill /f /im "chromedriver.exe"
taskkill /f /im "IEDriverServer.exe"
taskkill /f /im "phantomjs.exe" | Make sure all taskkills fire. | Make sure all taskkills fire.
| Batchfile | mit | gitgrimbo/settlersonlinesimulator,gitgrimbo/settlersonlinesimulator |
6c0e9142a61f1efc028dee6e768ea50fba35c758 | build-theme-file.bat | build-theme-file.bat | @echo off
echo Building your theme...
mkdir temp
echo Building fonts...
bin\makebundle.exe temp\8x8.fnt Template\font8x8
bin\makebundle.exe temp\7x6.fnt Template\font7x6
bin\makebundle.exe temp\4x6.fnt Template\font4x6
echo Copying colors...
copy /y Template\colors.txt temp\colors.txt
echo Copying graphics...
copy /y T... | @echo off
echo Building your theme...
mkdir temp
echo Building fonts...
bin\makebundle.exe temp\8x8.fnt Template\font8x8
bin\makebundle.exe temp\7x6.fnt Template\font7x6
bin\makebundle.exe temp\4x6.fnt Template\font4x6
echo Copying colors...
copy /y Template\colors.txt temp\colors.txt
echo Copying graphics...
copy /y T... | Clean up after theme bundling | Clean up after theme bundling
| Batchfile | mit | kometbomb/klystrack-theme-kit |
fd16547c03de70aa8a745434ceb37c1646308d80 | buildofflineguide.bat | buildofflineguide.bat | @echo off
if "%1" == "" (
echo Usage: buildrelease version-number
goto end
)
IF EXIST tmpdocs rmdir /s /q tmpdocs
xcopy /q /s /i www\unstable\userguide tmpdocs
xcopy /q /s /i www\_layouts tmpdocs\_layouts
xcopy /q /s /i www\_plugins tmpdocs\_plugins
xcopy /q /s /i www\css tmpdocs\css
xcopy /q /s /i ww... | @echo off
if "%1" == "" (
echo Usage: buildofflineguide version-number
goto end
)
IF EXIST tmpdocs rmdir /s /q tmpdocs
xcopy /q /s /i www\unstable\userguide tmpdocs
xcopy /q /s /i www\_layouts tmpdocs\_layouts
xcopy /q /s /i www\_plugins tmpdocs\_plugins
xcopy /q /s /i www\css tmpdocs\css
xcopy /q /s ... | Fix copy and paste typo | Fix copy and paste typo
| Batchfile | apache-2.0 | malcolmr/nodatime,malcolmr/nodatime,jskeet/nodatime,malcolmr/nodatime,zaccharles/nodatime,nodatime/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,zaccharles/nodatime,malcolmr/nodatime,zaccharles/nodatime,BenJenkinson/nodatime,nodatime/nodatime,BenJenkinson/nodatime,zaccharles/nodatime |
363e3ed20eaed55e6b617383d6062a9226985e2a | CreatePackages.bat | CreatePackages.bat | .nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.nuspec -Version 1.0.6
.nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.Web.nuspec -Version 1.0.0
.nuget\nuget.exe pack Baseclass.Contrib.Nuget.Linked\Baseclass.Contrib.Nuget.Linked.nuspec -Version 1.... | .nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.nuspec -Version 1.0.7
.nuget\nuget.exe pack Baseclass.Contrib.Nuget.Output\Baseclass.Contrib.Nuget.Output.Web.nuspec -Version 1.0.0
.nuget\nuget.exe pack Baseclass.Contrib.Nuget.Linked\Baseclass.Contrib.Nuget.Linked.nuspec -Version 1.... | Update Baseclass.Contrib.Nuget.Output version to 1.0.7 | Update Baseclass.Contrib.Nuget.Output version to 1.0.7
| Batchfile | mit | baseclass/Contrib.Nuget |
472718616459334e8dd4763f80141a01733f064b | recipes/jkqtplotter/bld.bat | recipes/jkqtplotter/bld.bat | mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ..
if errorlevel 1 exit 1
cmake --build . --config Release --target install
if errorlevel 1 exit 1
| mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ..
if errorlevel 1 exit 1
cmake --build . --config Release
if errorlevel 1 exit 1
echo "Build finished"
cmake --config Release --target install
if errorlevel 1 exit 1
| Add a separate install phase | Add a separate install phase
| Batchfile | bsd-3-clause | Juanlu001/staged-recipes,mcs07/staged-recipes,goanpeca/staged-recipes,SylvainCorlay/staged-recipes,asmeurer/staged-recipes,ocefpaf/staged-recipes,stuertz/staged-recipes,dschreij/staged-recipes,goanpeca/staged-recipes,scopatz/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipe... |
ed5458c966a51a0dff097a8b4e2d0635924c9b8e | scripts/appveyor_tests.cmd | scripts/appveyor_tests.cmd | @ECHO OFF
:: Run unit tests
cd test\Steeltoe.Extensions.Configuration.CloudFoundry.Test
dotnet test
if not "%errorlevel%"=="0" goto failure
cd ..\..
cd test\Steeltoe.Extensions.Configuration.ConfigServer.Test
if not "%errorlevel%"=="0" goto failure
dotnet test
cd ..\..
echo Unit Tests Pass
goto success
:failure
echo ... | @ECHO OFF
:: Run unit tests
cd test\Steeltoe.Extensions.Configuration.CloudFoundry.Test
dotnet test
if not "%errorlevel%"=="0" goto failure
cd ..\..
cd test\Steeltoe.Extensions.Configuration.ConfigServer.Test
dotnet test
if not "%errorlevel%"=="0" goto failure
cd ..\..
echo Unit Tests Pass
goto success
:failure
echo ... | Fix test script for appveyor | Fix test script for appveyor
| Batchfile | apache-2.0 | SteelToeOSS/Configuration,SteelToeOSS/Configuration,SteelToeOSS/Configuration |
4b509a681f62eb484b61864b0cd33f152dc300d1 | run_process_with_timeout.bat | run_process_with_timeout.bat | SET EXE=%2
start %1%EXE%
timeout /t %3
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% taskkill /im %EXE% /f & exit /b 1
exit /b %errorlevel% | SET EXE=%2
SET FINISHED=0
start %1%EXE% && %FINISHED%=1
FOR /L %%I in (1,1,%3) DO (timeout /t 1 && IF %%I EQU %3 goto :timeout && IF FINISHED EQU 1 goto :taskFinished)
:taskFinished
exit /b %errorlevel%
:timeout
FOR /F %%x IN ('tasklist /NH /FI "IMAGENAME eq %EXE%"') DO IF %%x == %EXE% taskkill /im %EXE% /f & exit /b ... | Make Tests in Appveyor Exit when Test is finished | Make Tests in Appveyor Exit when Test is finished
| Batchfile | agpl-3.0 | SirRade/Hippocrates,SirRade/JNF_NEAT,IDPA16/Hippocrates,SirRade/Hippocrates,IDPA16/Hippocrates |
d9c0aeaf9822cbc7e433c767d066776cd44106a7 | recipes/jcc/bld.bat | recipes/jcc/bld.bat | :: Paths assume java-jdk installed by conda
set JCC_JDK=%JAVA_HOME%
set PATH=%JCC_JDK%\jre\bin\server;%JCC_JDK%;%JCC_JDK%\jre\bin;%PATH%
set JCC_INCLUDES=%JCC_JDK%\include\win32;%JCC_JDK%\include
set JCC_LFLAGS=/DLL;/LIBPATH:%JCC_JDK%\lib;Ws2_32.lib;jvm.lib
set JDK_HOME=%JCC_JDK%
set
::cd jcc
"%PYTHON%" setup.py in... | :: Paths assume openjdk installed by conda
set JCC_JDK=%JAVA_HOME%
set PATH=%JCC_JDK%\jre\bin\server;%JCC_JDK%;%JCC_JDK%\jre\bin;%PATH%
:: set JCC_INCLUDES=%JCC_JDK%\include\win32;%JCC_JDK%\include
:: set JCC_LFLAGS=/DLL;/LIBPATH:%JCC_JDK%\lib;Ws2_32.lib;jvm.lib
:: set JDK_HOME=%JCC_JDK%
:: set
"%PYTHON%" setup.py ... | Remove windows explicitly stated compiler directives. | Remove windows explicitly stated compiler directives.
| Batchfile | bsd-3-clause | isuruf/staged-recipes,ceholden/staged-recipes,sodre/staged-recipes,goanpeca/staged-recipes,NOAA-ORR-ERD/staged-recipes,johanneskoester/staged-recipes,Juanlu001/staged-recipes,barkls/staged-recipes,shadowwalkersb/staged-recipes,igortg/staged-recipes,birdsarah/staged-recipes,glemaitre/staged-recipes,sannykr/staged-recipe... |
876043b3b36bbfff94781ea84b51ab1e341ce925 | pathvisio.bat | pathvisio.bat | cd /d %~dp0
java -jar pathvisio.jar -p visplugins.jar %*
| cd /d %~dp0
java -Xmx1024m -jar pathvisio.jar -p visplugins.jar %*
| Increase memory limit for standard installation | Increase memory limit for standard installation
git-svn-id: 6d8cdd4af04c6f63acdc5840a680025514bef303@3310 4f21837e-9f06-0410-ae49-bac5c3a7b9b6
| Batchfile | apache-2.0 | egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio,egonw/pathvisio |
1a54a6eab52024d7d8ad9d54c32b256f94062b95 | src/build.bat | src/build.bat | @echo off
cls
".nuget\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "packages" "-ExcludeVersion"
"packages\FAKE\tools\Fake.exe" build.fsx | @echo off
cls
".nuget\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "packages" "-ExcludeVersion"
"packages\FAKE\tools\Fake.exe" build.fsx
pause | Build : Added pause at the end of the bat file | Build : Added pause at the end of the bat file
| Batchfile | apache-2.0 | FlexSearch/FlexSearch,FlexSearch/FlexSearch,FlexSearch/FlexSearch,FlexSearch/FlexSearch |
b7a1a0f514143d7fc60d4566fd8dd56b139bd83c | recipes/6s/bld.bat | recipes/6s/bld.bat | set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
:: Configure.
cmake -G "MinGW Makefiles" -D CMAKE_INSTALL_PREFIX=%PREFIX% .
if errorlevel 1 exit 1
:: Build.
mingw32-make
if errorlevel 1 exit 1
:: Install.
mingw32-make install
if errorlevel 1 exit 1
sixs < Example_In_1.txt
| set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
:: Configure.
cmake -G "MinGW Makefiles" -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% .
if errorlevel 1 exit 1
:: Build.
mingw32-make
if errorlevel 1 exit 1
:: Install.
mingw32-make install
if errorlevel 1 exit 1
sixs < Example_In_1.txt
| Change install prefix to LIBRARY_PREFIX | Change install prefix to LIBRARY_PREFIX
| Batchfile | bsd-3-clause | asmeurer/staged-recipes,cpaulik/staged-recipes,chohner/staged-recipes,JohnGreeley/staged-recipes,chohner/staged-recipes,caspervdw/staged-recipes,kwilcox/staged-recipes,ceholden/staged-recipes,larray-project/staged-recipes,hadim/staged-recipes,gqmelo/staged-recipes,blowekamp/staged-recipes,Juanlu001/staged-recipes,Sylva... |
4c523b4392843d7d1eb17e335c1f4d7e2beccc8e | Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat | Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat | @echo off
cls
:start
echo Starting server...
"Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.60" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| @echo off
cls
:start
echo Starting server...
"Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.602" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.602 update | [Nomad] Patch for version 0.602 update
| Batchfile | mit | LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide,Nogrod/Oxide-2,Nogrod/Oxide-2 |
d1123e1d16279cb0c03780865a253ad2f598dfd0 | Scripts/BuildAndPackage.cmd | Scripts/BuildAndPackage.cmd | "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%~dp0..\LightBlue.sln" /target:Clean,Build /p:Configuration=Release /maxcpucount
powershell.exe %~dp0PackageNuget.ps1 | "C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" "%~dp0..\LightBlue.sln" /target:Clean,Build /p:Configuration=Release;VisualStudioVersion=12.0 /maxcpucount
powershell.exe %~dp0PackageNuget.ps1 | Fix build script for systems without VS2012 | Fix build script for systems without VS2012
| Batchfile | apache-2.0 | graemefoster/LightBlue,LightBlueProject/LightBlue,Drewan/LightBlue,wangdoubleyan/LightBlue,graemefoster/LightBlue,graemefoster/LightBlue,LightBlueProject/LightBlue,Drewan/LightBlue,ColinScott/LightBlue,ColinScott/LightBlue,wangdoubleyan/LightBlue,LightBlueProject/LightBlue,wangdoubleyan/LightBlue,Drewan/LightBlue,Colin... |
7a6de051139499edd80ddccafcfcba4f34515d35 | Tools/bin/build.bat | Tools/bin/build.bat | @REM
@REM Copyright (c) 2006, Intel Corporation
@REM All rights reserved. This program and the accompanying materials
@REM are licensed and made available under the terms and conditions of the BSD License
@REM which accompanies this distribution. The full text of the license may be found at
@REM http://opensource... | @REM
@REM Copyright (c) 2006, Intel Corporation
@REM All rights reserved. This program and the accompanying materials
@REM are licensed and made available under the terms and conditions of the BSD License
@REM which accompanies this distribution. The full text of the license may be found at
@REM http://opensource... | Simplify the script. It now allows normal ant targets and flags to be passed straight through. For example | Simplify the script. It now allows normal ant targets and flags to be passed straight through. For example
build –v clean
build all –k
git-svn-id: 5648d1bec6962b0a6d1d1b40eba8cf5cdb62da3d@778 6f19259b-4bc3-4df7-8a09-765794883524
| Batchfile | bsd-2-clause | MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2 |
d5afdce7ca16674d7840c2a1eaff600ad35d3815 | test-recipes/metadata/build_string/run_test.bat | test-recipes/metadata/build_string/run_test.bat | conda list -p "%PREFIX%" --canonical
if errorlevel 1 exit 1
for /f "delims=" %%i in ('conda list -p "%PREFIX%" --canonical') do set condalist=%%i
if errorlevel 1 exit 1
echo "%condalist%"
if not "%condalist%"=="conda-build-test-build-string-1.0-1" exit 1
cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-1.json... | conda list -p "%PREFIX%" --canonical
if errorlevel 1 exit 1
for /f "delims=" %%i in ('conda list -p "%PREFIX%" --canonical') do set condalist=%%i
if errorlevel 1 exit 1
echo "%condalist%"
if not "%condalist%"=="conda-build-test-build-string-1.0-abc" exit 1
cat "%PREFIX%\conda-meta\conda-build-test-build-string-1.0-abc.... | Use correct build string in metadata files | Use correct build string in metadata files
| Batchfile | bsd-3-clause | dan-blanchard/conda-build,mwcraig/conda-build,sandhujasmine/conda-build,dan-blanchard/conda-build,ilastik/conda-build,sandhujasmine/conda-build,ilastik/conda-build,rmcgibbo/conda-build,takluyver/conda-build,frol/conda-build,dan-blanchard/conda-build,takluyver/conda-build,frol/conda-build,frol/conda-build,rmcgibbo/conda... |
5ddb1bb8148ac41b46f3fafdcb30484974d9ced7 | Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat | Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat | @echo off
cls
:start
echo Starting server...
"Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.78" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| @echo off
cls
:start
echo Starting server...
"Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.79" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.79 update | [Nomad] Patch for version 0.79 update
| Batchfile | mit | LaserHydra/Oxide,Visagalis/Oxide,LaserHydra/Oxide,Visagalis/Oxide |
95c96ab45c039c4ebd94f22c506a919130a06720 | recipes/vs2008_runtime/bld.bat | recipes/vs2008_runtime/bld.bat | for %%F in ("." "bin") do (
cmake -G "%CMAKE_GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_INSTALL_DEBUG_LIBRARIES:BOOL="OFF" ^
-DCMAKE_INSTALL_DEBUG_LIBRARIES_ONLY:BOOL="OFF" ^
-DCMAKE_INSTALL_OPENMP_LIBRARIES:BOOL="ON" ^
-DCMAKE_INSTALL_SY... | if "%ARCH%" == "32" (set "ARCH_DIR=x86")
if "%ARCH%" == "64" (set "ARCH_DIR=amd64")
dir /a:d /o:-n /s /b C:\Windows\WinSxS\%ARCH_DIR%_microsoft.vc90.openmp* > vcomp90_locs.txt
type vcomp90_locs.txt
set /p VCOMP_DIR=<vcomp90_locs.txt
echo "%VCOMP_DIR%"
for %%F in ("." "bin") do (
cmake -G "%CMAKE_GENERATOR%" ^
... | Add WinSxS path to vcomp90 | Add WinSxS path to vcomp90
| Batchfile | bsd-3-clause | conda-forge/staged-recipes,jakirkham/staged-recipes,synapticarbors/staged-recipes,scopatz/staged-recipes,mariusvniekerk/staged-recipes,cpaulik/staged-recipes,asmeurer/staged-recipes,NOAA-ORR-ERD/staged-recipes,rmcgibbo/staged-recipes,NOAA-ORR-ERD/staged-recipes,sodre/staged-recipes,isuruf/staged-recipes,stuertz/staged-... |
063082d2f780e12e7ade31c9d1d59a6a6dbe1c76 | ArcGISRuntimeSDKQt_CppSamples/CloudAndPortal/OAuthRedirectExample/windows_deployment.bat | ArcGISRuntimeSDKQt_CppSamples/CloudAndPortal/OAuthRedirectExample/windows_deployment.bat | ECHO OFF
SET "ARCH=x64"
SET "VC_ARCH=amd64"
SET "QT_KIT=C:\Qt\5.12.0\msvc2017_64"
SET "DIR=%~dp0"
SET "BUILD_TYPE=release"
SET "BUILD_DIR=%DIR%..\build-OAuthRedirectExample-Desktop_Qt_5_12_0_MSVC2017_64bit-Release\%BUILD_TYPE%"
SET "ARCGIS_SDK_DIR=C:\Program Files (x86)\ArcGIS SDKs\Qt100.7\sdk\windows\%ARCH%\bin\%BUIL... | ECHO OFF
SET "ARCH=x64"
SET "VC_ARCH=amd64"
SET "QT_KIT=C:\Qt\5.12.6\msvc2017_64"
SET "DIR=%~dp0"
SET "BUILD_TYPE=release"
SET "BUILD_DIR=%DIR%..\build-OAuthRedirectExample-Desktop_Qt_5_12_6_MSVC2017_64bit-Release\%BUILD_TYPE%"
SET "ARCGIS_SDK_DIR=C:\Program Files (x86)\ArcGIS SDKs\Qt100.7\sdk\windows\%ARCH%\bin\%BUIL... | Update the version to 5.12.6. | Update the version to 5.12.6.
| Batchfile | apache-2.0 | Esri/arcgis-runtime-samples-qt,Esri/arcgis-runtime-samples-qt,Esri/arcgis-runtime-samples-qt,Esri/arcgis-runtime-samples-qt |
71b285d2f152c17e641ead030acaba645ff35197 | fwcfg/buildAll.bat | fwcfg/buildAll.bat | setlocal
call clean.bat
call ..\Tools\SetVsEnv x86
inf2cat /uselocaltime /driver:. /os:XP_X86,Server2003_X86,XP_X64,Server2003_X64,Vista_X86,Server2008_X86,Vista_X64,Server2008_X64,7_X86,7_X64,Server2008R2_X64,8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64
mkdir Install
copy qemufwcf... | setlocal
call clean.bat
call ..\Tools\SetVsEnv x86
inf2cat /uselocaltime /driver:. /os:8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64
mkdir Install
copy qemufwcfg.* .\Install\
endlocal
| Remove code for legacy OSes | fwcfg: Remove code for legacy OSes
Signed-off-by: Kostiantyn Kostiuk <88b496cab076c092c564e40d69a70d175fb00bcc@daynix.com>
| Batchfile | bsd-3-clause | virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-window... |
8c843fae703df2398967c25008d32a20db22e86a | project/hexitandburn_mega.bat | project/hexitandburn_mega.bat | @echo #----------------------------------------------------------------------------#
@echo # Generating main.lss
@echo #----------------------------------------------------------------------------#
avr-objdump -h -S bin\main.elf > bin\main.lss
@echo #--------------------------------------------------------------------... | @echo #----------------------------------------------------------------------------#
@echo # Generating main.lss
@echo #----------------------------------------------------------------------------#
avr-objdump -h -S bin\main.elf > bin\main.lss
@echo #--------------------------------------------------------------------... | Update comport and avrdude path. | Update comport and avrdude path.
| Batchfile | mit | pvrego/adaino,pvrego/adaino |
e23c9f13846ebba3706a60ea2e1960982d002883 | bin/resin.cmd | bin/resin.cmd | @echo off
:: http://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64
set NODE_PATH="%~dp0\bin\node\node-win32-%ARCH%.exe"
@IF NOT EXIST %NODE_PATH% (
set NODE_PATH="node.ex... | @echo off
:: http://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64
set NODE_PATH="%~dp0\node\node-win32-%ARCH%.exe"
@IF NOT EXIST %NODE_PATH% (
set NODE_PATH="node.exe"
)... | Fix node Windows absolute path | Fix node Windows absolute path
| Batchfile | apache-2.0 | resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli |
fd8ebf728ca68aa6766f95310d2efe68da5d749c | ci/scripts/build-project-windows.bat | ci/scripts/build-project-windows.bat | SET "JAVA_HOME=C:\opt\jdk1.8.0_161"
cd git-repo
./mvnw clean install | SET "JAVA_HOME=C:\opt\jdk1.8.0_161"
cd git-repo
./mvnw clean install -X | Add more logging for debugging formatting failures on windows | Add more logging for debugging formatting failures on windows
| Batchfile | apache-2.0 | snicoll/initializr,snicoll/initializr,spring-io/initializr,snicoll/initializr,spring-io/initializr,spring-io/initializr |
848ab20faf4559bd487862dfdb4230f901e179df | NuGet/pack.bat | NuGet/pack.bat | REM set version=31.0.0-pre1b
REM set platform=x86
if "%platform%"=="x64" (
copy ..\x64\Release\CefSharp.Core.dll
set DotPlatform=.x64
) else (
copy ..\Win32\Release\CefSharp.Core.dll
set Platform=x86
set DotPlatform=
)
NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version% -Properties DotPlatfor... | set version=31.0.0-CI-%APPVEYOR_BUILD_NUMBER%
REM set platform=x86
if "%platform%"=="x64" (
copy ..\x64\Release\CefSharp.Core.dll
set DotPlatform=.x64
) else (
copy ..\Win32\Release\CefSharp.Core.dll
set Platform=x86
set DotPlatform=
)
NuGet pack CefSharp.Common.nuspec -NoPackageAnalysis -Version %version% -Prop... | Make CI NuGets unique by %APPVEYOR_BUILD_NUMBER% | Make CI NuGets unique by %APPVEYOR_BUILD_NUMBER% | Batchfile | bsd-3-clause | dga711/CefSharp,jamespearce2006/CefSharp,yoder/CefSharp,zhangjingpu/CefSharp,VioletLife/CefSharp,dga711/CefSharp,battewr/CefSharp,Haraguroicha/CefSharp,rover886/CefSharp,jamespearce2006/CefSharp,rover886/CefSharp,wangzheng888520/CefSharp,jamespearce2006/CefSharp,ruisebastiao/CefSharp,NumbersInternational/CefSharp,Harag... |
0279e6a2a80577c2037a2979fa751bb4cc90972a | packer/vagrant/scripts/windows/msys2-install.bat | packer/vagrant/scripts/windows/msys2-install.bat | if not exist "C:\Windows\Temp\msys2.exe" (
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-x86_64-20200720.exe', 'C:\Windows\Temp\msys2.exe'... | if not exist "C:\Windows\Temp\msys2.exe" (
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://github.com/msys2/msys2-installer/releases/download/2020-07-20/msys2-x86_64-20200720.exe', 'C:\Windows\Temp\msys2.exe'... | Kill background processes to allow parent to exit | Kill background processes to allow parent to exit
| Batchfile | mit | mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers |
2c4930ad672e6abc570fd43048da41c5d999fc95 | Applications/Specware/bin/windows/check-and-set-environment.cmd | Applications/Specware/bin/windows/check-and-set-environment.cmd | @echo off
rem Check that the needed environment variables are set:
if "%SPECWARE4%"=="" (
echo Error: environment variable SPECWARE4 not set.
echo SPECWARE4 must be set to the path of the Specware 4 tree,
echo e.g. c:\users\me\specware4.
pause
exit
)
if "%XEMACS%"=="" (
echo Error: enviro... | @echo off
rem Check that the needed environment variables are set:
rem In general, enclose filenames in double-quotes, since enviroment
rem variables could expand to dirctories containing spaces, periods,
rem and other nasty characters.
if "%SPECWARE4%"=="" (
echo Error: environment variable SPECWARE... | Put double-quotes around filenames to avoid problems with environment variables expanding into directories containing spaces, periods, etc. | Put double-quotes around filenames to avoid problems with
environment variables expanding into directories containing
spaces, periods, etc.
git-svn-id: 9ecf60ce9baff443e30a0472d3fd222fcb8117cf@3906 7b97033b-253e-4a5c-9b07-e25f9089a9fd
| Batchfile | bsd-2-clause | KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware |
6fcd5d0e16340c1e9f0aa683be3592445ba95291 | modules/framework/scripts/executecommand.bat | modules/framework/scripts/executecommand.bat | @echo off
rem check that JAVA_HOME and LCF_HOME are set
rem save existing path here
set OLDDIR=%CD%
cd %LCF_HOME%\processes
set CLASSPATH=.
for %%f in (jar/*) do call script\setclasspath.bat %%f
set JAVADEFINES=
for %%g in (define/*) do call script\setdefine.bat %%g
rem restore old path here
cd %OLDDIR%
"%JAVA_HOME%\bi... | @echo off
rem check that JAVA_HOME and LCF_HOME are set
if not exist "%JAVA_HOME%\bin\java.exe" goto nojavahome
if not exist "%LCF_HOME%\properties.ini" goto nolcfhome
rem save existing path here
set OLDDIR=%CD%
cd "%LCF_HOME%\processes"
set CLASSPATH=.
for %%f in (jar/*) do call script\setclasspath.bat %%f
set JAVADEF... | Update script to check properly for missing variables, and get the quotations right (I hope)... | Update script to check properly for missing variables, and get the quotations right (I hope)...
git-svn-id: 0503cfb7d358eaa9bd718f348f448f10022ea703@938013 13f79535-47bb-0310-9956-ffa450edef68
| Batchfile | apache-2.0 | kishorejangid/manifoldcf,kishorejangid/manifoldcf,gladyscarrizales/manifoldcf,kishorejangid/manifoldcf,apache/manifoldcf,gladyscarrizales/manifoldcf,apache/manifoldcf,apache/manifoldcf,kishorejangid/manifoldcf,cogfor/mcf-cogfor,gladyscarrizales/manifoldcf,gladyscarrizales/manifoldcf,apache/manifoldcf,kishorejangid/mani... |
1968156596a0775a31214f977699bf3bebdc8a86 | Tools/AppVeyor/Build.cmd | Tools/AppVeyor/Build.cmd | @echo off
call "%vs140comntools%vsvars32.bat"
set LIBDIR=C:\Magick.NET.libs
set TARGET=C:\Magick.NET\ImageMagick
if "%2"=="AnyCPU" goto anycpu
xcopy %LIBDIR%\lib\Release\%2 %TARGET%\lib\Release\%2 /Y /S /I
xcopy %LIBDIR%\%1\lib\Release\%2 %TARGET%\$1\lib\Release\%2 /Y /S /I
goto build
:anycpu
xcopy %LIBDIR%\lib\Re... | @echo off
call "%vs140comntools%vsvars32.bat"
set LIBDIR=C:\Magick.NET.libs
set TARGET=C:\Magick.NET\ImageMagick
if "%2"=="AnyCPU" goto anycpu
xcopy %LIBDIR%\lib\Release\%2 %TARGET%\lib\Release\%2 /Y /S /I
xcopy %LIBDIR%\%1\lib\Release\%2 %TARGET%\%1\lib\Release\%2 /Y /S /I
goto build
:anycpu
xcopy %LIBDIR%\lib\Re... | Make sure only the used lib files end up in the Magick.NET.libs folder. | Make sure only the used lib files end up in the Magick.NET.libs folder.
| Batchfile | apache-2.0 | dlemstra/Magick.NET,dlemstra/Magick.NET |
9b1d3e5437d75a8c59c683d0e1de27110cdb1b61 | framework/build.bat | framework/build.bat | @echo off
setlocal enabledelayedexpansion
set PLAY_VERSION="2.2-SNAPSHOT"
if defined JPDA_PORT set DEBUG_PARAM="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%JPDA_PORT%"
set p=%~dp0
set p=%p:\=/%
set fp=file:///!p: =%%20!
java -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M... | @echo off
setlocal enabledelayedexpansion
set PLAY_VERSION="2.2-SNAPSHOT"
if defined JPDA_PORT set DEBUG_PARAM="-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=%JPDA_PORT%"
set p=%~dp0
set p=%p:\=/%
set fp=file:///!p: =%%20!
java -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M... | Fix command history in Windows | Fix command history in Windows
SBT 0.13 uses JLine 2.x, which interacts badly with the existing setting
-Dfile.encoding=UTF-8. However, the JLine terminal encoding can be
overridden by providing the option -Dinput.encoding=Cp1252.
| Batchfile | apache-2.0 | playframework/playframework,rajeshpg/playframework,richdougherty/playframework,ktoso/playframework,aradchykov/playframework,playframework/playframework,hagl/playframework,marcospereira/playframework,Shenker93/playframework,marcospereira/playframework,richdougherty/playframework,hagl/playframework,mkurz/playframework,ar... |
e5b4f90804db34b2d20a0f6052d4af96b30c4d53 | src/System.Private.ServiceModel/tools/setupfiles/SetupWCFTestService.cmd | src/System.Private.ServiceModel/tools/setupfiles/SetupWCFTestService.cmd | echo off
setlocal
REM elevated window does not set current directory correctly.
REM Workaround it by passing the current directory as 1st parameter
pushd %1
certutil -addstore -f root RootCATest.cer
certutil -f -p test -importpfx "WcfTestServer.pfx"
netsh http add sslcert ipport=0.0.0.0:44285 certhash=1d85a3f6cd2c02... | echo off
setlocal
REM elevated window does not set current directory correctly.
REM Workaround it by passing the current directory as 1st parameter
pushd %1
certutil -addstore -f root RootCATest.cer
certutil -f -p test -importpfx "WcfTestServer.pfx"
netsh http add sslcert ipport=0.0.0.0:44285 certhash=1d85a3f6cd2c02... | Allow Bridge environment variables to configure Bridge use | Allow Bridge environment variables to configure Bridge use
| Batchfile | mit | StephenBonikowsky/wcf,MattGal/wcf,ElJerry/wcf,mconnew/wcf,mmitche/wcf,huoxudong125/wcf,khdang/wcf,cashcat/wcf,ericstj/wcf,ElJerry/wcf,StephenBonikowsky/wcf,mmitche/wcf,dotnet/wcf,zhenlan/wcf,shmao/wcf,imcarolwang/wcf,hongdai/wcf,KKhurin/wcf,ericstj/wcf,iamjasonp/wcf,SajayAntony/wcf,MarcosRamiro/wcf,iamjasonp/wcf,SajayA... |
71f1aa16cf920bb4de0e8475d17ccb9e1141f198 | build.cmd | build.cmd | @echo off
:Build
cls
echo Restoring NuGet packages for solution...
"tools\nuget\nuget.exe" "restore" "src/Cake.sln"
echo.
if not exist tools\Cake\Cake.exe (
echo Installing Cake...
"tools\nuget\nuget.exe" "install" "Cake" "-OutputDirectory" "tools" "-ExcludeVersion" "-NonInteractive"
echo.
)
if not exist tools\... | @echo off
:Build
cls
if not exist tools\Cake\Cake.exe (
echo Installing Cake...
tools\nuget\nuget.exe install Cake -OutputDirectory tools -ExcludeVersion -NonInteractive -NoCache
echo.
)
if not exist tools\xunit.runners\tools\xunit.console.exe (
echo Installing xUnit.net: Runners...
tools\nuget\nuget.exe insta... | Build script: Prevent NuGet from retrieving Cake from cache. | Build script: Prevent NuGet from retrieving Cake from cache.
| Batchfile | mit | mholo65/cake,ferventcoder/cake,SharpeRAD/Cake,robgha01/cake,phenixdotnet/cake,danielrozo/cake,vlesierse/cake,os-alan/cake,vlesierse/cake,thomaslevesque/cake,manekovskiy/cake,daveaglick/cake,mholo65/cake,ferventcoder/cake,RichiCoder1/cake,RichiCoder1/cake,michael-wolfenden/cake,cake-build/cake,thomaslevesque/cake,RehanS... |
bdf07e315d55205b0112740bc71c291cf53badde | scripts/ba.bat | scripts/ba.bat | rem ba.bat - download and build all of scintilla and scite
rd /s/q scintilla scite
cvs co scintilla scite
cd scintilla
call delbin
del/q bin\*.a
call delcvs
call zipsrc
cd win32
make
cd ..
cd ..
cd scite
del/q bin\*.properties
del/q bin\SciTE
call delbin
call delcvs
call zipsrc
cd win32
make
cd ..
call upxsc1
call zipw... | rem ba.bat - download and build all of scintilla and scite
rd /s/q scintilla scite
cvs co scintilla scite
cd scintilla
call delbin
del/q bin\*.a
call delcvs
call zipsrc
cd win32
nmake -f scintilla.mak
cd ..
cd ..
cd scite
del/q bin\*.properties
del/q bin\SciTE
call delbin
call delcvs
call zipsrc
cd win32
nmake -f scite... | Change to using MSVC for builds. | Change to using MSVC for builds.
| Batchfile | isc | R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone |
55c03c27a437542361af16a17e9983eac6d8c6e1 | bootstrap/win/git.template.bat | bootstrap/win/git.template.bat | @echo off
setlocal
if not defined EDITOR set EDITOR=notepad
set PATH=%~dp0GIT_BIN_DIR\cmd;%PATH%
"%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
| @echo off
setlocal
if not defined EDITOR set EDITOR=notepad
set PATH=%~dp0GIT_BIN_DIR\cmd;%~dp0;%PATH%
"%~dp0GIT_BIN_DIR\GIT_PROGRAM" %*
| Fix depot_tools\git.bat when depot_tools in not in PATH. | Fix depot_tools\git.bat when depot_tools in not in PATH.
Manual land of https://chromiumcodereview.appspot.com/2009173002/ due to CQ
lineending issues.
AUTHOR=techtonik@gmail.com
R=phajdan.jr@chromium.org, techtonik@gmail.com, dpranke@chromium.org
BUG=
Review URL: https://codereview.chromium.org/2015673002 .
git-sv... | Batchfile | bsd-3-clause | primiano/depot_tools,primiano/depot_tools,CoherentLabs/depot_tools,primiano/depot_tools,CoherentLabs/depot_tools |
5c04d55a03805c5251f43cc0f7655812cd1a10bc | Make.bat | Make.bat | @ECHO off
IF NOT "x%1" == "x" GOTO :%1
:luvit
ECHO "Building luvit"
SET LUVI_APP=app
SET LUVI_TARGET=luvit
luvi-binaries\Windows\luvi.exe
SET "LUVI_APP="
SET "LUVI_TARGET="
GOTO :end
:test
CALL Make.bat luvit
luvit.exe tests\run.lua
GOTO :end
:clean
IF EXIST luvit.exe DEL /F /Q luvit.exe
:end
| @ECHO off
IF NOT "x%1" == "x" GOTO :%1
:luvit
ECHO "Building luvit"
SET LUVI_APP=app
SET LUVI_TARGET=luvit.exe
luvi-binaries\Windows\luvi.exe
SET "LUVI_APP="
SET "LUVI_TARGET="
GOTO :end
:test
CALL Make.bat luvit
luvit.exe tests\run.lua
GOTO :end
:clean
IF EXIST luvit.exe DEL /F /Q luvit.exe
:end
| Include .exe in windows build | Include .exe in windows build
| Batchfile | apache-2.0 | DBarney/luvit,GabrielNicolasAvellaneda/luvit-upstream,GabrielNicolasAvellaneda/luvit-upstream,rjeli/luvit,luvit/luvit,zhaozg/luvit,kaustavha/luvit,kaustavha/luvit,rjeli/luvit,kaustavha/luvit,bsn069/luvit,bsn069/luvit,DBarney/luvit,DBarney/luvit,rjeli/luvit,bsn069/luvit,GabrielNicolasAvellaneda/luvit-upstream,luvit/luvi... |
d91349d18bc7f1635d376310b51563759b02ac81 | run-jenkins-build.bat | run-jenkins-build.bat |
set MSBUILD_EXE=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild
cd 3rd-party\UnitTest++
%MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Debug /target:Clean
%MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Release /target:Clean
%MSBUILD_EXE% UnitTest++.vsnet2008.sln /p:Configuration=Debug
%MSBUI... | @echo off
set DEVENV=C:\Windows\Microsoft.NET\Framework\v3.5\MSBuild
set DEVENV=C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
if exist "%DEVENV%" goto devenv_found
set DEVENV=C:\Program Files(x86)\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe
if exist "%DEVENV%" goto devenv_found
echo "Ple... | Update Windows CI build script. | Update Windows CI build script.
Use devenv rather than msbuild.
Run the RUN_TEST project.
| Batchfile | apache-2.0 | libamqp/libamqp,libamqp/libamqp,libamqp/libamqp,libamqp/libamqp |
0aafe9dc73def1d13d37b36a60e73620c56f4c14 | scripts/build_gitlab/win.bat | scripts/build_gitlab/win.bat | @echo off
rem ======================================================================== rem
rem Copyright 2015-2016 Intel Corporation rem
rem rem
rem Licensed under the Apache License, Version 2.0 (the "License");... | @echo off
rem ======================================================================== rem
rem Copyright 2015-2016 Intel Corporation rem
rem rem
rem Licensed under the Apache License, Version 2.0 (the "License");... | Handle spaces in args for batch file | Handle spaces in args for batch file
| Batchfile | apache-2.0 | MengjiaoH/ospray,MengjiaoH/ospray,wilsonCernWq/ospray,ospray/OSPRay,wilsonCernWq/ospray,MengjiaoH/ospray,MengjiaoH/ospray,wilsonCernWq/ospray,ospray/OSPRay,ospray/OSPRay,ospray/OSPRay,MengjiaoH/ospray |
259f50656a7d06f6c49afba19f0729d8675dd21d | bin/genjob.bat | bin/genjob.bat | @ECHO OFF
@REM ----- INIT SCREEN -----
TITLE Using command line to create new job !!!
COLOR 0f
CLS
@REM ----- SET DEFAULT DIRECTORY -----
SET DIRNAME=%~dp0
IF "%DIRNAME%" == "" SET DIRNAME=.\
@REM ----- GET INFORMATION FOR JOB FROM CONSOLE -----
ECHO --------------- CREATE JOB: %2 ---------------
ECHO.
SET inputResu... | @ECHO OFF
setlocal
@REM ----- INIT SCREEN -----
TITLE Using command line to create new job !!!
COLOR 0f
CLS
@REM ----- SET WIPERDOG HOME DIRECTORY -----
set WIPERDOGHOME=%~dp0..
for %%i in ("%WIPERDOGHOME%") do set WIPERDOGHOME=%%~fsi
cd "%WIPERDOGHOME%\bin"
@REM ----- GET INFORMATION FOR JOB FROM CONSOLE -----
ECHO ... | Fix bug: directory contains space character | Fix bug: directory contains space character
| Batchfile | apache-2.0 | wiperdog/wiperdog,wiperdog/wiperdog |
26bdf748e5a275275a98530191d951cc694f0bc2 | Dictionary/run.bat | Dictionary/run.bat | java -Xrunhprof:cpu=samples -DWNDBVERSION=1.7 -DWNHOME=C:\nlp\opennlp\opennlp\dictionary\src\ -DWNSEARCHDIR=C:\nlp\WordNet\dict\ -jar output\dictionary-0.1.0.jar %1 -g -h -o -a -s -Oop.txt -over -synsa -antsa -perta -famla -synsn -simsn -antsn -coorn -hypen -hypon -treen -holon -sprtn -smemn -ssubn -hholn -meron -subs... | java -Xrunhprof:cpu=samples -DWNDBVERSION=1.7 -DWNHOME=C:\nlp\opennlp\opennlp\dictionary\src\ -DWNSEARCHDIR=C:\nlp\WordNet\dict\ -jar output\dictionary-0.1.0.jar %1 -g -h -o -a -s -Oop.txt -over -synsa -antsa -perta -famla -synsn -simsn -antsn -coorn -hypen -hypon -treen -holon -sprtn -smemn -ssubn -hholn -meron -subs... | Stop error by adding space at end of line | Stop error by adding space at end of line
| Batchfile | apache-2.0 | mccraigmccraig/opennlp,mccraigmccraig/opennlp |
0996a3397c98d112ee9096bb5776002ea35fa86a | pyoctree_build.bat | pyoctree_build.bat | REM Set variables for Microsoft Visual Studio for Python 2.7
REM @call "C:\Users\michaelh3\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64
REM Set environ as workaround for bugs (See http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat and http://bugs.pyt... | REM Set variables for Microsoft Visual Studio for Python 2.7
REM @call "C:\Users\michaelh3\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\vcvarsall.bat" amd64
REM Set environ as workaround for bugs (See http://stackoverflow.com/questions/2817869/error-unable-to-find-vcvarsall-bat and http://bugs.pyt... | Update bat file for Python 3 build | Update bat file for Python 3 build
| Batchfile | mit | mhogg/pyoctree,mhogg/pyoctree |
308bada0ac4b2bfd2d203c90b313ea33f57bb82d | build/scripts/LoadNuGetInfo.cmd | build/scripts/LoadNuGetInfo.cmd | @echo off
REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeVersion=3.5.0-beta2
set NuGetExeFolder=%~dp0..\..\Binaries\Download\%NuGetExeVersion%
set NuGetExe=%NuGetExeFolder%\NuGet.exe
REM Download Nu... | @echo off
REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeVersion=3.5.0-beta2
set NuGetExeFolder=%~dp0..\..
set NuGetExe=%NuGetExeFolder%\NuGet.exe
REM Download NuGet.exe if we haven't already
if not... | Move NuGet.exe restore location back to the root | Move NuGet.exe restore location back to the root
After extensive testing it appears the number of places that assume NuGet.exe is in the root is "at least one more." Need to unblock the signed build so putting it back in the root temporarily.
| Batchfile | mit | ErikSchierboom/roslyn,jmarolf/roslyn,srivatsn/roslyn,amcasey/roslyn,orthoxerox/roslyn,weltkante/roslyn,KevinH-MS/roslyn,panopticoncentral/roslyn,KiloBravoLima/roslyn,michalhosala/roslyn,AdamSpeight2008/roslyn-AdamSpeight2008,dotnet/roslyn,tannergooding/roslyn,robinsedlaczek/roslyn,balajikris/roslyn,DustinCampbell/rosly... |
7f7232fe047a5823d0dbdea30bf21c66ffbeca47 | jenkins/windows_csharp.cmd | jenkins/windows_csharp.cmd | @REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
setlocal
set build-root=%~dp0..
rem // resolve to fully qualified path
for %%i in ("%build-root%") do set build-root=%%~fi
REM -- C --
cd %build-root%\tools
call... | @REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
setlocal
set build-root=%~dp0..
rem // resolve to fully qualified path
for %%i in ("%build-root%") do set build-root=%%~fi
REM -- C --
cd %build-root%\tools
call... | Fix unit test run error on UWP by not running them | Fix unit test run error on UWP by not running them
| Batchfile | mit | yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk,yaweiw/azure-iot-gateway-sdk |
72ae02547ff25b2afd51a8480a888356a2d3f247 | build/scripts/LoadNuGetInfo.cmd | build/scripts/LoadNuGetInfo.cmd | @echo off
REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeVersion=3.6.0-beta1
set NuGetExeFolder=%~dp0..\..
set NuGetExe=%NuGetExeFolder%\NuGet.exe
if "%VisualStudioVersion%" == "15.0" (
set NuGe... | @echo off
REM This is a script that will set environment information about where to find
REM NuGet.exe, it's version and ensure that it's present on the enlistment.
set NuGetExeVersion=3.6.0-beta1
set NuGetExeFolder=%~dp0..\..
set NuGetExe=%NuGetExeFolder%\NuGet.exe
REM If we have an applocal copy of MSBuild, pass it... | Update test to check for existence of app-local msbuild instead of version number | Update test to check for existence of app-local msbuild instead of version number
| Batchfile | mit | TyOverby/roslyn,mmitche/roslyn,shyamnamboodiripad/roslyn,paulvanbrenk/roslyn,khyperia/roslyn,heejaechang/roslyn,stephentoub/roslyn,jasonmalinowski/roslyn,weltkante/roslyn,robinsedlaczek/roslyn,eriawan/roslyn,abock/roslyn,robinsedlaczek/roslyn,kelltrick/roslyn,weltkante/roslyn,wvdd007/roslyn,shyamnamboodiripad/roslyn,ma... |
e8ae79e53d0845d1b8c33b7ef51c53351df24ee6 | runbuildscript.bat | runbuildscript.bat | # This is for windows users only.
# If you're on a mac or linux, just run `ant build` from this folder in Terminal
set MYDIR=%~dp0
set ANT_OPTS=-D"file.encoding=UTF-8"
ant build | REM # This is for windows users only.
REM # If you're on a mac or linux, just run `ant build` from this folder in Terminal
set MYDIR=%~dp0
set ANT_OPTS=-D"file.encoding=UTF-8"
ant build | Use REM for comments to avoid error messages on the DOS prompt for Windows users | Use REM for comments to avoid error messages on the DOS prompt for Windows users
| Batchfile | mit | thetrickster/foundation-bc,lhagan/PlainReader,seanoshea/krissyoshea,scraperwiki/urchin-website,firnny29-cts/helloworld1,jacquesdeklerk/jacquesdeklerk,thetrickster/foundation-bc,seanoshea/krissyoshea,thetrickster/foundation-bc,jacquesdeklerk/jacquesdeklerk,fady/ant-build-script,lhagan/PlainReader,lhagan/PlainReader,scra... |
440a6edb7362799804c042374eac032f8e480856 | Prepare_AllDependencies.bat | Prepare_AllDependencies.bat | @echo off
cd build
cmd /c "build.bat /target:PrepareDependencies" & pause & exit
| @echo off
cd /d %~dp0build
cmd /c "build.bat /target:PrepareDependencies" & pause & exit
| Fix path when right-clicking batch and Running as Administrator | Fix path when right-clicking batch and Running as Administrator
| Batchfile | lgpl-2.1 | n2cms/n2cms,nicklv/n2cms,bussemac/n2cms,DejanMilicic/n2cms,DejanMilicic/n2cms,EzyWebwerkstaden/n2cms,nicklv/n2cms,nimore/n2cms,DejanMilicic/n2cms,bussemac/n2cms,VoidPointerAB/n2cms,nicklv/n2cms,bussemac/n2cms,VoidPointerAB/n2cms,bussemac/n2cms,nimore/n2cms,n2cms/n2cms,n2cms/n2cms,SntsDev/n2cms,SntsDev/n2cms,EzyWebwerks... |
b3225609b23fcb38edc4d7a810ba72bcb39555ac | makepanda/makepanda.bat | makepanda/makepanda.bat | @echo off
REM
REM Verify that we can find the 'makepanda' python script
REM and the python interpreter. If we can find both, then
REM run 'makepanda'.
REM
set thirdparty=thirdparty
if defined MAKEPANDA_THIRDPARTY set thirdparty=%MAKEPANDA_THIRDPARTY%
if not exist makepanda\makepanda.py goto :missing1
if not exist %... | @echo off
REM
REM Check the Windows architecture and determine with Python
REM to use; 64-bit or 32-bit. Verify that we can find the
REM 'makepanda' python script and the python interpreter.
REM If we can find both, then run 'makepanda'.
REM
if %PROCESSOR_ARCHITECTURE% == AMD64 (
set pythondir=win-python-x64
) els... | Add a check for 32-bit vs 64-bit OS and then use the appropriate python | Add a check for 32-bit vs 64-bit OS and then use the appropriate python
| Batchfile | bsd-3-clause | brakhane/panda3d,hj3938/panda3d,jjkoletar/panda3d,cc272309126/panda3d,hj3938/panda3d,mgracer48/panda3d,tobspr/panda3d,grimfang/panda3d,Wilee999/panda3d,mgracer48/panda3d,chandler14362/panda3d,matthiascy/panda3d,hj3938/panda3d,chandler14362/panda3d,mgracer48/panda3d,matthiascy/panda3d,tobspr/panda3d,ee08b397/panda3d,gri... |
797ecdc75ff8ad64e102be4dd1b7d0db8b3b7bd5 | GeocacheHeight/build.bat | GeocacheHeight/build.bat | @echo off
set BASENAME=Geocache_Height
set BASEPATH=%HOMEPATH%\Documents\Dev\GitHub\userscripts\GeocacheHeight
set DEPLOYPATH=%APPDATA%\Mozilla\Firefox\Profiles\6rhioilk.default\gm_scripts\%BASENAME%
cd "%BASEPATH%"
copy "src\%BASENAME%.meta.js" .
copy /b "src\%BASENAME%.meta.js" + src\header.js + "src\formatHeight.js... | @echo off
set BASENAME=Geocache_Height
set BASEPATH=%HOMEPATH%\Documents\Dev\GitHub\userscripts\GeocacheHeight
set DEPLOYPATH=%APPDATA%\Mozilla\Firefox\Profiles\6rhioilk.default\gm_scripts\%BASENAME%
cd "%BASEPATH%"
copy "src\%BASENAME%.meta.js" .
copy /b "src\%BASENAME%.meta.js" + src\header.js + "src\formatHeight.js... | Deploy feet version to own folder | Deploy feet version to own folder
| Batchfile | mit | JRInge/userscripts,JRInge/userscripts |
8998ec77366f40bf824978ab8882a1538e4ce504 | Source/wb-git.cmd | Source/wb-git.cmd | setlocal
set BUILDER_START_DIR=
set BUILDER_TOP_DIR=
set BUILDROOT_DIR=
set __CMD_INIT_RUN__=
%PYTHON% wb_git_main.py %*
endlocal
| setlocal
set PYTHONPATH=%BUILDER_TOP_DIR%\Source;%BUILDER_TOP_DIR%\Source\Common
set BUILDER_START_DIR=
set BUILDER_TOP_DIR=
set BUILDROOT_DIR=
set __CMD_INIT_RUN__=
echo PYTHONPATH %PYTHONPATH%
%PYTHON% wb_git_main.py %*
endlocal
| Update to work with common | Update to work with common
| Batchfile | apache-2.0 | barry-scott/scm-workbench,barry-scott/git-workbench,barry-scott/scm-workbench,barry-scott/scm-workbench,barry-scott/git-workbench |
c33a7eb4c1b412f9f4b03c48dc5b66d6e5929751 | popcorn.cmd | popcorn.cmd | @echo off
setlocal
set "output=nul"
set "times=1"
:help
:parseArgs
if "%~1" == "" goto main
if /i "%~1" == "-?" goto help
if /i "%~1" == "-h" goto help
if /i "%~1" == "--help" goto help
if /i "%~1" == "-t" (
set "times=%~2"
shift
)
if /i "%~1" == "--times" (
set "times=%~2"
shift
)
if /i "%~1" =... | @echo off
setlocal
set "output=nul"
set "times=1"
:help
goto :eof
:parseArgs
if "%~1" == "" goto main
if /i "%~1" == "-?" goto help
if /i "%~1" == "-h" goto help
if /i "%~1" == "--help" goto help
if /i "%~1" == "-t" (
set "times=%~2"
shift
)
if /i "%~1" == "--times" (
set "times=%~2"
shift
)
if... | Fix labels in the cmd script | Fix labels in the cmd script | Batchfile | mit | jamesqo/popcorn |
38d99d52ae46f67d5a1862f95ef57cc4eda17326 | scripts/tests/run_tests.bat | scripts/tests/run_tests.bat | @echo off
rem ======================================================================== rem
rem Copyright 2015-2017 Intel Corporation rem
rem rem
rem Licensed under the Apache License, Version 2.0 (the "License");... | @echo off
rem ======================================================================== rem
rem Copyright 2015-2017 Intel Corporation rem
rem rem
rem Licensed under the Apache License, Version 2.0 (the "License");... | Change baseline path for Win to avoid problematic drive letter | Change baseline path for Win to avoid problematic drive letter
| Batchfile | apache-2.0 | ospray/OSPRay,wilsonCernWq/ospray,ospray/OSPRay,ospray/OSPRay,ospray/OSPRay,wilsonCernWq/ospray,wilsonCernWq/ospray |
60b6ebacc8845aef72668864754b9526b0afa8aa | distribution/src/bin/elasticsearch-plugin.bat | distribution/src/bin/elasticsearch-plugin.bat | @echo off
setlocal enabledelayedexpansion
setlocal enableextensions
set ES_JAVA_OPTS="--add-opens java.base/sun.security.provider=ALL-UNNAMED %ES_JAVA_OPTS%"
set ES_MAIN_CLASS=org.elasticsearch.plugins.PluginCli
set ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli
call "%~dp0elasticsearch-cli.bat" ^
%%* ^
... | @echo off
setlocal enabledelayedexpansion
setlocal enableextensions
set ES_JAVA_OPTS=--add-opens java.base/sun.security.provider=ALL-UNNAMED %ES_JAVA_OPTS%
set ES_MAIN_CLASS=org.elasticsearch.plugins.PluginCli
set ES_ADDITIONAL_CLASSPATH_DIRECTORIES=lib/tools/plugin-cli
call "%~dp0elasticsearch-cli.bat" ^
%%* ^
|... | Fix quoting of ES_JAVA_OPTS in plugin script | Fix quoting of ES_JAVA_OPTS in plugin script
This commit fixes the quoting of ES_JAVA_OPTS in the plugin script on
Windows.
| Batchfile | apache-2.0 | scorpionvicky/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,nknize/elasticsearch,HonzaKral/elasticsearch,gingerwizard/elasticsearch,HonzaKral/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,coding0011/elasticsearch,gingerwizard/elasticsea... |
5954ee27d0be48e8a8340b355cb862d62e60063d | makezip.bat | makezip.bat | @echo off
"%PROGRAMFILES%\7-Zip\7z" a -tzip "AITD-tools.zip" ^
".\CacheViewer\CacheViewer\bin\Release\*.exe" ^
".\LifeDISA\LifeDISA\bin\Release\*.exe" ^
".\LifeDISA\LifeDISA\bin\Release\UnPAK.dll" ^
".\MemoryViewer\MemoryViewer\bin\Release\*.exe" ^
".\MemoryViewer\MemoryViewer\bin\Release\SDL.dll" ^
".\MemoryView... | @echo off
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\CacheViewer\CacheViewer.sln"
if %ERRORLEVEL% NEQ 0 pause
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe /p:Configuration=Release ".\LifeDISA\LifeDISA.sln"
if %ERRORLEVEL% NEQ 0 pause
%WINDIR%\Microsoft.NET\Framework\... | Call msbuild from build script | Call msbuild from build script
| Batchfile | mit | tigrouind/LifeDISA,tigrouind/LifeDISA |
9159ce5b5a72d56738fad015846cec961372c020 | bintrayupload.bat | bintrayupload.bat | @echo off
setlocal EnableDelayedExpansion
REM Uploading all modules at once (with one gradle command) does not work any more, so a separate command for each module must be issued
SET username=%1
SET apikey=%2
SET modules="MediaPlayer" "MediaPlayer-DASH"
FOR %%m in (%modules%) DO (
gradlew %%~m:clean %%~m:build %%~m... | @echo off
setlocal EnableDelayedExpansion
REM Uploading all modules at once (with one gradle command) does not work any more, so a separate command for each module must be issued
SET username=%1
SET apikey=%2
SET modules="MediaPlayer" "MediaPlayer-DASH"
FOR %%m in (%modules%) DO (
gradlew %%~m:clean %%~m:build %%~m... | Add gradle --configure-on-demand flag to bintray upload script | Add gradle --configure-on-demand flag to bintray upload script
Gradle by default configures all projects, even the ones which will not be executed. Because of this, it always asks for the keystore passwords for the demo app, which is a PITA. Adding this flag makes the bintray upload script run without user interaction... | Batchfile | apache-2.0 | protyposis/MediaPlayer-Extended,protyposis/MediaPlayer-Extended |
2fb6e0d53817ed42076fb3484cfb3f6b5fc306ef | build/publish.cmd | build/publish.cmd | ### this file is a sample taken from mongo-c-driver-legacy-build. must be adapted to new driver ####
robocopy ..\bin\Win32\Debug\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /COPYALL /TEE
robocopy ..\bin\Win32\Release\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /COPYALL /TEE
robocopy ..\bin\x64\Debug\ %1\user\mong... | ### this file is a sample taken from mongo-c-driver-legacy-build. must be adapted to new driver ####
robocopy ..\bin\Win32\Debug\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /TEE
robocopy ..\bin\Win32\Release\ %1\user\mongoc-dll\ mongo-client*.dll /ZB /X /TEE
robocopy ..\bin\x64\Debug\ %1\user\mongoc-dll\ mongo-clie... | Remove copyall in order to copy to network share | Remove copyall in order to copy to network share | Batchfile | mit | Convey-Compliance/mongo-c-driver-build,alexeyvo/mongo-c-driver-build |
d2efab8c72e9c10b79814e6ed123684c13c1cd83 | BuildAll.bat | BuildAll.bat | pushd NCDK
call :BuildProject NCDK
popd
pushd NCDKDisplay
call :BuildProject NCDK.Display
popd
goto END
:BuildProject
set ProjectName=%1
if "%ProjectName%" == "" exit 1
MSBuild "%ProjectName%.csproj" /t:Build /p:Configuration=Release
nuget pack "%ProjectName%.nuspec" -Prop Configuration=Release -IncludeReferencedPr... | pushd NCDK
dotnet add package MathNet.Numerics.Signed
dotnet add package dotNetRDF
call :BuildProject NCDK
popd
pushd NCDKDisplay
call :BuildProject NCDK.Display
popd
goto END
:BuildProject
set ProjectName=%1
if "%ProjectName%" == "" exit 1
MSBuild "%ProjectName%.csproj" /t:Build /p:Configuration=Release
nuget pack... | Add installing NuGet packages to build bat file | Add installing NuGet packages to build bat file
| Batchfile | lgpl-2.1 | kazuyaujihara/NCDK |
5d994fc42cc02ad7a7f6bbcb2268c0142b47c081 | test/run-test-x64.cmd | test/run-test-x64.cmd | set path=%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1\vc11;%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1;%path%
copy packages\oracledart\oracledart_extension.dll packages\oracledart\oracledart_extension_ia32.dll
copy packages\oracled... | set path=%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1\vc11;%userprofile%\Downloads\instantclient-basic-windows.x64-12.1.0.1.0\instantclient_12_1;%path%
copy packages\oracledart\oracledart_extension.dll packages\oracledart\oracledart_extension_ia32.dll
copy packages\oracled... | Fix error propagation for windows x64 build script | Fix error propagation for windows x64 build script
| Batchfile | bsd-2-clause | aam/oracledart,aam/oracledart,aam/oracledart,aam/oracledart |
467942e1bebf5587bfe8a74317814b388b91d19c | build/build.bat | build/build.bat | Set DecorateName=DecorateName
Set Book=mencius
Set FontType=Traditional
Set BookFont=%Book%_%FontType%
Set CSSExt=.css
Set CSS_=--css=..\css\
Set NameStyle=%CSS_%%DecorateName%%CSSExt%
Set Output=%BookFont%
If "%1" == "name" (
Set Output=%Output%_%DecorateName%
Set Style=%NameStyle%
)
If Not "%2" == "... | Set DecorateName=DecorateName
Set Book=mencius
Set FontType=Traditional
Set BookFont=%Book%_%FontType%
Set CSSExt=.css
Set CSS_=--css=..\css\
Set NameStyle=%CSS_%%DecorateName%%CSSExt%
Set Output=%BookFont%
If "%1" == "name" (
Set Output=%Output%_%DecorateName%
Set Style=%NameStyle%
)
If Not "%2" == "... | Build header and footer properly | Build header and footer properly
| Batchfile | mit | fan-jiang/Dujing |
c63b86d0f755b5417c7ed35cb3e893f7d4fbda51 | runbuildscript.bat | runbuildscript.bat | # This is for windows users only.
# If you're on a mac or linux, just run `ant build` from this folder in Terminal
set MYDIR=%~dp0
set ANT_OPTS=-D"file.encoding=UTF-8"
ant build | REM # This is for windows users only.
REM # If you're on a mac or linux, just run `ant build` from this folder in Terminal
set MYDIR=%~dp0
set ANT_OPTS=-D"file.encoding=UTF-8"
ant build | Use REM for comments to avoid error messages on the DOS prompt for Windows users | Use REM for comments to avoid error messages on the DOS prompt for Windows users | Batchfile | mit | mklabs/node-build-script,mklabs/node-build-script |
8ef40ec205d14b0739c813cbb4dd9a2c322e1cc4 | Build/Pack_Xamarin.cmd | Build/Pack_Xamarin.cmd | copy ..\README.md ..\Output
copy ..\LICENSE ..\Output
copy ..\AUTHORS ..\Output
copy ..\CONTRIBUTORS ..\Output
mkdir ..\Output\lib
mkdir ..\Output\lib\MonoTouch
mkdir ..\Output\lib\MonoAndroid
mkdir ..\Output\lib\Xamarin.iOS10
copy ..\Output\XamarinIOS\OxyPlot.XamarinIOS.??? ..\Output\lib\MonoTouch
copy ..\Output\Xam... | copy ..\README.md ..\Output
copy ..\LICENSE ..\Output
copy ..\AUTHORS ..\Output
copy ..\CONTRIBUTORS ..\Output
mkdir ..\Output\lib
mkdir ..\Output\lib\MonoTouch
mkdir ..\Output\lib\MonoAndroid
mkdir ..\Output\lib\Xamarin.iOS10
copy ..\Output\XamarinIOS\OxyPlot.XamarinIOS.??? ..\Output\lib\MonoTouch
copy ..\Output\Xam... | Correct output path for nuget pack command | Correct output path for nuget pack command
| Batchfile | mit | Jofta/oxyplot,H2ONaCl/oxyplot,as-zhuravlev/oxyplot_wpf_fork,jeremyiverson/oxyplot,oxyplot/oxyplot,mattleibow/oxyplot,NilesDavis/oxyplot,TheAlmightyBob/oxyplot,bbqchickenrobot/oxyplot,as-zhuravlev/oxyplot_wpf_fork,GeertvanHorrik/oxyplot,H2ONaCl/oxyplot,Sbosanquet/oxyplot,objorke/oxyplot,sevoku/oxyplot,freudenthal/oxyplo... |
abc76834499493424b6cc6d0020c89c85ad9147b | devtools/cibuild.cmd | devtools/cibuild.cmd | cd /d "%~dp0"
cd ..
rmdir /s /q install
rmdir /s /q build
mkdir build
cd build
cmake .. -G "Visual Studio 12" "-DCMAKE_INSTALL_PREFIX=%WORKSPACE%\install" %*
cmake --build . --config Debug
cmake --build . --config RelWithDebInfo
"%WORKSPACE%\vendor\jenkins-ctest-plugin\run-test-and-save.bat" -C Debug
"%WORKSPACE%\vend... | cd /d "%~dp0"
cd ..
rmdir /s /q install
rmdir /s /q build
mkdir build
cd build
cmake .. -G "Visual Studio 12" "-DCMAKE_INSTALL_PREFIX=%WORKSPACE%\install" %*
cmake --build . --config Debug
cmake --build . --config RelWithDebInfo
call "%WORKSPACE%\vendor\jenkins-ctest-plugin\run-test-and-save.bat" -C Debug
call "%WORKS... | Call the testing batch files, don't just go there permanently. | Call the testing batch files, don't just go there permanently.
| Batchfile | apache-2.0 | d235j/OSVR-Core,feilen/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core,OSVR/OSVR-Core,d235j/OSVR-Core,Armada651/OSVR-Core,leemichaelRazer/OSVR-Core,Armada651/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core,feilen/OSVR-Core,feilen/OSVR-Core,feilen/OSVR-Core,godbyk/OSVR-Core,godbyk/OSVR-Core,d235j/OSVR-Core,leemichaelRazer/OSVR-Core... |
23f00b724a78c35b1fc0f7f4fa40f0e82babc55b | appveyor_test.bat | appveyor_test.bat | set result=0
:top
if "%1" == "" goto :end
echo RUNNING TESTS FOR %1
cd %1 || exit /b 1
if exist tests (
nosetests -v --nologcapture tests || set result=1 && goto :continue
) else if exist test.py (
nosetests -v --nologcapture test.py || set result=1 && goto :continue
) else (
echo Unknown test confi... | set result=0
:top
if "%1" == "" goto :end
echo RUNNING TESTS FOR %1
cd %1 || exit /b 1
env set NOSE_PROCESS_RESTARTWORKER=1
if exist tests (
nosetests -v --nologcapture tests || set result=1 && goto :continue
) else if exist test.py (
nosetests -v --nologcapture test.py || set result=1 && goto :conti... | Set NOSE_PROCESS_RESTARTWORKER for appveyor tests | Set NOSE_PROCESS_RESTARTWORKER for appveyor tests
| Batchfile | bsd-2-clause | angr/angr-dev,angr/angr-dev |
e960daa2ea984d3b30a84005253cf8fe820e555b | teamcity-plugin/Build/build-metarunner.cmd | teamcity-plugin/Build/build-metarunner.cmd | RMDIR "%~dp0..\Drops" /S /Q
MKDIR "%~dp0..\Drops"
MKDIR "%~dp0..\Drops\Temp"
MKDIR "%~dp0..\Drops\Temp\agent"
MKDIR "%~dp0..\Drops\Temp\agent\bin"
XCOPY /E /Y "%~dp0..\Solutions\*.*" "%~dp0..\Drops\Temp"
XCOPY /E /Y "%~dp0..\..\src\OctopusPuppet.Cmd\bin\Release\*.*" "%~dp0..\Drops\Temp\agent\bin"
DEL "%~dp0..\Drops\T... | RMDIR "%~dp0..\Drops" /S /Q
MKDIR "%~dp0..\Drops"
MKDIR "%~dp0..\Drops\Temp"
MKDIR "%~dp0..\Drops\Temp\agent"
MKDIR "%~dp0..\Drops\Temp\agent\bin"
XCOPY /E /Y "%~dp0..\Solutions\*.*" "%~dp0..\Drops\Temp"
XCOPY /E /Y "%~dp0..\..\src\OctopusPuppet.Cmd\bin\Release\*.*" "%~dp0..\Drops\Temp\agent\bin"
DEL "%~dp0..\Drops\T... | Move output of teamcity plugin to root directory for easier urls in AppVeyor | Move output of teamcity plugin to root directory for easier urls in AppVeyor
| Batchfile | apache-2.0 | Aqovia/OctopusPuppet |
36c7a21e623df65f4f8e6887d9c8868f2875a7d8 | Utilities/Dashboards/VesselView-errai.bat | Utilities/Dashboards/VesselView-errai.bat | @echo off
if exist "C:\Work\D\Vvmn\*" goto deleteDir
echo No existing build directory
goto updateScripts
:deleteDir
echo Delete directory
pushd "C:\Work\D\Vvmn"
for /d %%d in (*.*) do rmdir /s /q "%%d"
del /q *.*
popd
:updateScripts
cd C:\Work\VesselView\Dashboards\VesselView
"C:\Program Files (x86)\Git\bin\git" fet... | @echo off
if exist "C:\Work\D\Vvmn\*" goto deleteDir
echo No existing build directory
goto updateScripts
:deleteDir
echo Delete directory
pushd "C:\Work\D\Vvmn"
for /d %%d in (*.*) do rmdir /s /q "%%d"
del /q *.*
popd
:updateScripts
cd C:\Work\VesselView\Dashboards\VesselView
"C:\Program Files (x86)\Git\bin\git" fet... | Upgrade Erai to use CMake 3.0.2 | Upgrade Erai to use CMake 3.0.2
| Batchfile | apache-2.0 | matthieuheitz/VesselView,sumedhasingla/VesselView,agirault/VesselView,KitwareMedical/VesselView,KitwareMedical/VesselView,sumedhasingla/VesselView,matthieuheitz/VesselView,KitwareMedical/VesselView,agirault/VesselView,sumedhasingla/VesselView,agirault/VesselView,matthieuheitz/VesselView |
ec89841898aa1ac011251c127b60c745babb0b34 | make.bat | make.bat | @ECHO off
@SET LIT_VERSION=1.1.4
IF NOT "x%1" == "x" GOTO :%1
:luvit
IF NOT EXIST lit.exe CALL make.bat lit
ECHO "Building luvit"
lit.exe make
GOTO :end
:lit
ECHO "Building lit"
PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/... | @ECHO off
@SET LIT_VERSION=1.1.8
IF NOT "x%1" == "x" GOTO :%1
:luvit
IF NOT EXIST lit.exe CALL make.bat lit
ECHO "Building luvit"
lit.exe make
GOTO :end
:lit
ECHO "Building lit"
PowerShell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://github.com/luvit/lit/... | Update lit version to fix windows build | Update lit version to fix windows build | Batchfile | apache-2.0 | zhaozg/luvit,zhaozg/luvit,bsn069/luvit,bsn069/luvit,kaustavha/luvit,bsn069/luvit,kaustavha/luvit,luvit/luvit,luvit/luvit,kaustavha/luvit |
17f7a568b1693fec0a7211ebe18fc4d35f57e8ff | tools/Scheduler/schedule_tasks.cmd | tools/Scheduler/schedule_tasks.cmd | @echo off
IF "%1"=="" GOTO USAGE
schtasks /create /tn "DeviceHive - Refresh Device Status" /tr "%CD%\curl.exe %1/cron/RefreshDeviceStatus" /sc minute /mo 5 /ru System
schtasks /create /tn "DeviceHive - Cleanup Database" /tr "%CD%\curl.exe %1/cron/Cleanup" /sc daily /mo 1 /st 04:00 /ru System
GOTO DONE
:USAGE
ECHO Usa... | @echo off
IF "%1"=="" GOTO USAGE
schtasks /create /tn "DeviceHive - Refresh Device Status" /tr "%~dp0curl.exe %1/cron/RefreshDeviceStatus" /sc minute /mo 5 /ru System
schtasks /create /tn "DeviceHive - Cleanup Database" /tr "%~dp0curl.exe %1/cron/Cleanup" /sc daily /mo 1 /st 04:00 /ru System
GOTO DONE
:USAGE
ECHO Usa... | Fix directory path in task scheduler script. | Fix directory path in task scheduler script.
| Batchfile | mit | devicehive/devicehive-.net,devicehive/devicehive-.net,devicehive/devicehive-.net |
9b9304a2e80350b25b71debd5307b381d89cfc4c | fake.bat | fake.bat | @echo off
set fake_args=%*
cd "._fake"
call "paket.bat" "restore"
cd ".."
"._fake\packages\FAKE\tools\FAKE.exe" "build.fsx" %fake_args%
| @echo off
set fake_args=%*
cd "._fake"
call "paket.bat" "install"
cd ".."
"._fake\packages\FAKE\tools\FAKE.exe" "build.fsx" %fake_args%
| Use paket install instead of paket restore | Use paket install instead of paket restore
This way, it doesn't explode on the initial run because a paket.lock
file doesn't exist yet.
| Batchfile | mit | datNET/fs-fake-targets |
f8f1bd5952241516ab5f3b0e1e04615a68168751 | Applications/Specware/bin/windows/Specware4.cmd | Applications/Specware/bin/windows/Specware4.cmd | set SPECWARE4=C:\Progra~1\Specware4
rem SWPATH needs /s rather than \s so URI parsing works
set SWPATH=/Progra~1/Specware4;/
set XEMACS=C:\Progra~1\XEmacs\XEmacs-21.4.6
rem Set allegro to the version you have
set ALLEGRO=C:\Progra~1\acl62
rem set ALLEGRO=C:\Progra~1\acl61
set SPECWARE_BIN=%SPECWARE4%\Applicati... | set SPECWARE4=C:\Progra~1\Specware4
rem SWPATH needs /s rather than \s so URI parsing works
set SWPATH=C:/Progra~1/Specware4;C:/
set XEMACS=C:\Progra~1\XEmacs\XEmacs-21.4.6
rem Set allegro to the version you have
set ALLEGRO=C:\Progra~1\acl62
rem set ALLEGRO=C:\Progra~1\acl61
set SPECWARE_BIN=%SPECWARE4%\Appli... | Improve startup script for windows | Improve startup script for windows
git-svn-id: 9ecf60ce9baff443e30a0472d3fd222fcb8117cf@2263 7b97033b-253e-4a5c-9b07-e25f9089a9fd
| Batchfile | bsd-2-clause | KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware,KestrelInstitute/Specware |
2b2e1902c67321312e477ef1176f5e0f9dd74fb0 | Installer/BuildInstaller.bat | Installer/BuildInstaller.bat | @ECHO OFF
TITLE 3RVX Installer Builder
ECHO " _____ ______ ____ _______ "
ECHO " |___ /| _ \ \ / /\ \/ /___ / "
ECHO " |_ \| |_) \ \ / / \ / |_ \ "
ECHO " ___) | _ < \ V / / \ ___) | "
ECHO " |____/|_| \_\ \_/ /_/\_\____/ "
ECHO " "
ECHO This script... | @ECHO OFF
TITLE 3RVX Installer Builder
ECHO " _____ ______ ____ _______ "
ECHO " |___ /| _ \ \ / /\ \/ /___ / "
ECHO " |_ \| |_) \ \ / / \ / |_ \ "
ECHO " ___) | _ < \ V / / \ ___) | "
ECHO " |____/|_| \_\ \_/ /_/\_\____/ "
ECHO " "
ECHO This script... | Add support for creating zip distributions to the install script | Add support for creating zip distributions to the install script
| Batchfile | bsd-2-clause | malensek/3RVX,malensek/3RVX,Soulflare3/3RVX,Soulflare3/3RVX,Soulflare3/3RVX,malensek/3RVX |
a7fc44dbbf3db82504d0eed577e5d481b44b6dda | Documentation/EditDocumentation.cmd | Documentation/EditDocumentation.cmd | ..\Tools\Lynx\WikiPad.exe Index.wikiproj | copy style.css ..\Output\Documentation
copy Images ..\Output\Documentation\Images
..\Tools\Lynx\WikiPad.exe Index.wikiproj | Copy style and images to output in edit documentation script | Copy style and images to output in edit documentation script
| Batchfile | mit | Rustemt/oxyplot,freudenthal/oxyplot,Jonarw/oxyplot,Isolocis/oxyplot,as-zhuravlev/oxyplot_wpf_fork,H2ONaCl/oxyplot,DotNetDoctor/oxyplot,lynxkor/oxyplot,TheAlmightyBob/oxyplot,objorke/oxyplot,zur003/oxyplot,objorke/oxyplot,sevoku/oxyplot,Sbosanquet/oxyplot,lynxkor/oxyplot,mattleibow/oxyplot,HermanEldering/oxyplot,H2ONaCl... |
533230d304491fc45f1e13cff26d78d03f4fa92c | build.cmd | build.cmd | @if "%config%" == "" set config=Debug
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
msbuild GitHubVS.sln /p:Configuration=%Config%
| @if "%config%" == "" set config=Debug
call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\VsDevCmd.bat"
@rem Build the GitHub.VisualStudio project / VSIX file
msbuild GitHubVS.sln /p:Configuration=%Config% /t:GitHub_VisualStudio | Build the GitHub.VisualStudio project and VSIX file | Build the GitHub.VisualStudio project and VSIX file
This can being the build time from 19s to 13s (on my laptop).
| Batchfile | mit | github/VisualStudio,github/VisualStudio,github/VisualStudio |
a35193d8d5ace15881eb7452c708957f2d4da9dc | start_blockserver_cmd.bat | start_blockserver_cmd.bat | REM @echo off
set MYDIRBLOCK=%~dp0
call %MYDIRBLOCK%..\..\..\config_env_base.bat
%HIDEWINDOW% h
set EPICS_CAS_INTF_ADDR_LIST=127.0.0.1
set EPICS_CAS_BEACON_ADDR_LIST=127.255.255.255
set PYTHONUNBUFFERED=TRUE
set MYDIRGATE=%MYDIRBLOCK%..\..\..\gateway
if exist "%ICPSETTINGSDIR%/gwblock.pvlist" (
set GWBLOCK_PVL... | REM @echo off
set MYDIRBLOCK=%~dp0
call %MYDIRBLOCK%..\..\..\config_env_base.bat
%HIDEWINDOW% h
set EPICS_CAS_INTF_ADDR_LIST=127.0.0.1
set EPICS_CAS_BEACON_ADDR_LIST=127.255.255.255
set PYTHONUNBUFFERED=TRUE
set MYDIRGATE=%MYDIRBLOCK%..\..\..\gateway
if exist "%ICPSETTINGSDIR%/gwblock.pvlist" (
set GWBLOCK_PVL... | Set up filewatcher on scripts directory | Set up filewatcher on scripts directory
| Batchfile | bsd-3-clause | ISISComputingGroup/EPICS-inst_servers,ISISComputingGroup/EPICS-inst_servers |
73babd5d46b70f17de2fbd17571d645567825014 | HexEdit/PreBuild.bat | HexEdit/PreBuild.bat | ECHO Get revision number from git
echo // Pre build automatically generated header file> GitRevision.h
REM We use SET/P to do an echo without newline
set /p="#define GITREVISION " >> GitRevision.h
REM Count number of commits (relies on Git being installed)
git rev-list HEAD | find /v /c "" ... | ECHO Get revision number from git
echo // Automatically generated header file created by Prebuild.bat > GitRevision.h
REM We use SET/P to do an echo without newline
set /p="#define GITREVISION " >> GitRevision.h
REM Count number of commits (relies on Git being installed somewhere... | Make prebuild more flexible by trying to find where git is installed | Make prebuild more flexible by trying to find where git is installed
| Batchfile | mit | AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit |
caa8f22ac1b5b29c988328b0d7dd2d2f62d76a3a | ci/test-win.bat | ci/test-win.bat | echo Running Windows build and testscript %cd%/matlab/CIBuildAndTest.m
call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%cd%/matlab/CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);"
if not "%ERRORLEVE... | echo Running Windows build and testscript %cd%/matlab/CIBuildAndTest.m
call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%cd%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);"
if not "%ERRORLEVE... | Fix paths in CI script | Fix paths in CI script
| Batchfile | bsd-3-clause | gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg |
bfa42806f29c95a469cae94819b66aceade02d7f | SDKBuildScripts/actionscript_build.bat | SDKBuildScripts/actionscript_build.bat | pushd ..
rem === BUILDING ActionScriptSDK ===
node generate.js ..\API_Specs actionscript=..\sdks\ActionScriptSDK\PfApiTest
popd
| rem === Cleaning existing files from ActionScriptSDK ===
pushd ../../sdks/ActionScriptSDK/PfApiTest/com/playfab
pushd AdminModels
del *.as >nul 2>&1
popd
pushd ClientModels
del *.as >nul 2>&1
popd
pushd MatchmakerModels
del *.as >nul 2>&1
popd
pushd ServerModels
del *.as >nul 2>&1
popd
popd
pushd ..
r... | Delete model files from AS3 SDK for a cleaner build. | Delete model files from AS3 SDK for a cleaner build.
This will fix an issue where AS3-nightly/jenkins is trying to submit files that aren't supposed to be released yet.
| Batchfile | apache-2.0 | PlayFab/SDKGenerator,player-03/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,player-03/SDKGenerator,player-03/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGenerator,player-03/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,PlayFab/SDKGenerator,PlayFab/SDKGenerator,JoshuaStrunk/SDKGen... |
daadf32565b7c49a14dc48ec032b738d114fff02 | CMake_configure.cmd | CMake_configure.cmd | REM Configure Jemalloc build with options
CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Ddisable-stats=1 -Ddisable-cache-oblivious=1 .. | REM Configure Jemalloc build with options
CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Dwith-malloc-conf=purge:decay ..
REM Debug build settings
REM CMake -G "Visual Studio 12 Win64" -Denable-debug=1 -Dwith-malloc-conf=junk:true .. | Use the latest experimental build settings. | Use the latest experimental build settings.
| Batchfile | bsd-2-clause | jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake |
edb86de1936c92d2b81deea0963721ffd1c4bc24 | popcorn.cmd | popcorn.cmd | @echo off
setlocal
set "output=nul"
set "times=1"
goto :parsePackage
:help
:: TODO: put something here.
goto :eof
:usage
call :help 1>&2
exit /b 1
:parsePackage
if "%~1" == "" goto usage
set "package=%~1"
shift
:parseArgs
if "%~1" == "" goto main
if /i %1 == "-?" goto help
if /i %1 == "-h" goto help
if /i %... | @echo off
setlocal
set "output=nul"
set "times=1"
goto :parsePackage
:help
:: TODO: put something here.
goto :eof
:usage
call :help 1>&2
exit /b 1
:parsePackage
if "%~1" == "" goto usage
set "package=%~1"
shift
:parseArgs
if "%~1" == "" goto main
if /i "%~1" == "-?" goto help
if /i "%~1" == "-h" goto help
i... | Revert "Remove unnecessary uses of "%~1"" | Revert "Remove unnecessary uses of "%~1""
This reverts commit 183b1da86ea185455a33914a2ce36b798a6e4a88.
| Batchfile | mit | jamesqo/popcorn |
b53652b1be2d461236617917fdf5ccdcf342f69e | scripts/build_dotnet_framework.bat | scripts/build_dotnet_framework.bat | @echo off
:: Arguments check
::if [%~1]==[] (
:: echo.
:: echo ERROR: Not enough Arguments
:: echo USAGE: build.bat [C:\path\to\project]
:: exit /b 1
::)
::set projectPath=%~f1
:: Set .NET 4.6 framework path
set msbuildPath="%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\"
:: Run build command
cd..
%msbui... | @echo off
cd "%~dp0"
:: Arguments check
::if [%~1]==[] (
:: echo.
:: echo ERROR: Not enough Arguments
:: echo USAGE: build.bat [C:\path\to\project]
:: exit /b 1
::)
::set projectPath=%~f1
:: Set .NET 4.6 framework path
set windows_msbuild_path="%WINDIR%\Microsoft.NET\Framework64\v4.0.30319\"
set vs_msbu... | Switch build script to use visual studio msbuild instead 4.0 msbuild | Switch build script to use visual studio msbuild instead 4.0 msbuild
| Batchfile | mit | Killeroo/PowerPing,Killeroo/PowerPing |
9d4c6ca5c5e51ca644ba1adb4743a46a8bfbb842 | script/start-datastore.bat | script/start-datastore.bat | gcloud beta emulators datastore start --project=spine --host-port=localhost:8080 --consistency 1.0 --no-store-on-disk
| gcloud beta emulators datastore start --project=spine-dev --host-port=localhost:8080 --consistency 1.0 --no-store-on-disk
| Set correct default project name during the Windows-based Datastore emulator start. | Set correct default project name during the Windows-based Datastore emulator start.
| Batchfile | apache-2.0 | SpineEventEngine/gae-java,SpineEventEngine/gae-java |
afda948405935b85b7262c4967ab04cbfe0c3e49 | windows/nsis-installer/oq-server.bat | windows/nsis-installer/oq-server.bat | @echo off
setlocal
set mypath=%~dp0
set PATH=%PATH%;%mypath%\python2.7
set PYTHONPATH=%mypath%\lib
set OQ_SITE_CFG_PATH=%mypath%
REM Create the DB or update it
python.exe -m openquake.server.db.upgrade_manager "%HOMEPATH%\db.sqlite3"
echo Please wait ...
REM Start the DbServer in background but within the ... | @echo off
setlocal
set mypath=%~dp0
set PATH=%PATH%;%mypath%\python2.7
set PYTHONPATH=%mypath%\lib
set OQ_SITE_CFG_PATH=%mypath%
echo Please wait ...
REM Start the DbServer in background but within the same context
start "OpenQuake DB server" /B python.exe -m openquake.server.dbserver
REM Make sure that th... | Fix db creation in windows now it'd done by the dbserver and it's under oqdata | Fix db creation in windows
now it'd done by the dbserver and it's under oqdata
| Batchfile | agpl-3.0 | gem/oq-installers,gem/oq-installers,gem/oq-nsis |
9889f28e28873f11ac6ce6b8e97763e7cb51b61c | sipXcallLib/sipXtapi/build.win32/meta/repo-ver.bat | sipXcallLib/sipXtapi/build.win32/meta/repo-ver.bat | svn info c:\dev\sipXtapi | sed -n -e /Revision:/p | cut -c 11-
| svn info . | sed -n -e /Revision:/p | cut -c 11-
| Tweak to update version -- which will now work regardless of your checkout directory structure. | Tweak to update version -- which will now work regardless of your checkout directory structure.
(update version updates the version in sipXtapi.h with the current repo version).
git-svn-id: 5274dacc98e2a95d0b0452670772bfdffe61ca90@7344 a612230a-c5fa-0310-af8b-88eea846685b
| Batchfile | lgpl-2.1 | sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror |
0a5cff9ea864edb29833e9fa057012710daf1564 | recipes/example-package/bld.bat | recipes/example-package/bld.bat |
mkdir %SCRIPTS%
echo "hello world" > %SCRIPTS%\example.txt
set >> %SCRIPTS%\example.txt
|
mkdir %SCRIPTS%
echo "hello world" > %SCRIPTS%\example.txt
set >> %SCRIPTS%\example.txt
echo "Finished" >> %SCRIPTS%\example.txt
| Fix for windows failure in example package | Fix for windows failure in example package
| Batchfile | bsd-3-clause | JanSchulz/conda-packages-builder |
66a1e31b9deeb5819b66319ba58ecd4f7755de00 | packer/vagrant/scripts/windows/build-tools.bat | packer/vagrant/scripts/windows/build-tools.bat | if not exist "C:\Windows\Temp\build-tools.exe" (
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe', 'C:\Win... | if not exist "C:\Windows\Temp\build-tools.exe" (
powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12; (New-Object System.Net.WebClient).DownloadFile('https://download.microsoft.com/download/5/f/7/5f7acaeb-8363-451f-9425-68a90f98b238/visualcppbuildtools_full.exe', 'C:\Win... | Fix path to use directory | Fix path to use directory
| Batchfile | mit | mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagra... |
90c7fcea7ed4f83cf38b7e0ba58753e88af7c86e | BuildSetup.bat | BuildSetup.bat | @echo off
"C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
mkdir Releases
copy GitMind\bin\Debug\GitMind.exe Releases\GitMindSetup.exe /Y
pause | @echo off
nuget restore
"C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe"
mkdir Releases
copy GitMind\bin\Debug\GitMind.exe Releases\GitMindSetup.exe /Y
pause | Add NuGet restore to batch file | Add NuGet restore to batch file
| Batchfile | mit | michael-reichenauer/GitMind |
7ffc662e59f627a195ba653ce254d8d4b3526b73 | scripts/ci-build-windows-package.bat | scripts/ci-build-windows-package.bat | REM Using the artifacts plugin v1.3 on Windows seems to break the whole step
buildkite-agent artifact download "Bugsnag.unitypackage" .
cd features\scripts
C:\Progra~1\Git\bin\bash.exe build_maze_runner.sh windows
cd ..\fixtures\maze_runner\build
7z a -r Windows-%UNITY_VERSION%.zip Windows
| REM Using the artifacts plugin v1.3 on Windows seems to break the whole step
buildkite-agent artifact download "Bugsnag.unitypackage" .
cd features\scripts
C:\Progra~1\Git\bin\bash.exe build_maze_runner.sh windows
IF NOT [%ERRORLEVEL%] EQU [0] EXIT /B %ERRORLEVEL%
cd ..\fixtures\maze_runner\build
7z a -r Windows-%UNIT... | Return exit code from batch script if build fails [full ci] | Return exit code from batch script if build fails
[full ci] | Batchfile | mit | bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity,bugsnag/bugsnag-unity |
be39fa358c4405efcbde7837767be4439bdfaec1 | PostgreSQLPortable/App/PgSQL/pgsql.cmd | PostgreSQLPortable/App/PgSQL/pgsql.cmd | @echo off
title PostgreSQL Portable
cls
:: set default code page
chcp 1252 > nul
:: initialise a new database on first use
if not exist "%PGDATA%" (
echo.
echo Initialising database for first use, please wait...
"%PGSQL%\bin\initdb" -U %PGUSER% -A trust -E utf8 --locale=C >nul
)
:: startup postgres ... | @echo off
title PostgreSQL Portable
cls
:: set default code page
chcp 1252 > nul
:: initialise a new database on first use
if not exist "%PGDATA%" (
echo.
echo Initialising database for first use, please wait...
"%PGSQL%\bin\initdb" -U %PGUSER% -A trust -E utf8 --locale=C >nul
)
:: startup postgres ... | Add port number to server output | Add port number to server output
| Batchfile | mit | garethflowers/postgresql-portable |
c8d251058297495218323bdf9bd057aae737a4ec | build.cmd | build.cmd | @echo off
cd %~dp0
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
IF EXIST %CACHED_NUGET% goto copynuget
echo Downloading latest version of NuGet.exe...
IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyCon... | @echo off
cd %~dp0
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
IF EXIST %CACHED_NUGET% goto copynuget
echo Downloading latest version of NuGet.exe...
IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyCon... | Make sure to update nuget | Make sure to update nuget
| Batchfile | mit | YoloDev/YoloDev.FSharp.AspNet |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.