commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
a37392efd8d3075f5f76d0a18f6baf9587322144
src/System.Private.ServiceModel/tools/setupfiles/CleanupWCFTestService.cmd
src/System.Private.ServiceModel/tools/setupfiles/CleanupWCFTestService.cmd
echo off setlocal REM elevated window does not set current directory correctly. REM Workaround it by passing the current directory around pushd %1 echo BridgeKeepRunning=%BridgeKeepRunning% if '%BridgeKeepRunning%' neq 'true' ( echo Stopping the Bridge.exe task locally... Taskkill /IM bridge.exe /F netsh ...
echo off setlocal pushd %~dp0 echo BridgeKeepRunning=%BridgeKeepRunning% if '%BridgeKeepRunning%' neq 'true' ( echo Stopping the Bridge.exe task locally... Taskkill /IM bridge.exe /F netsh http delete sslcert ipport=0.0.0.0:44285 certutil.exe -delstore my "85 58 be 22 44 5e 00 96 4d 0e 4c 7e 47 7a a6 3...
Clean script no longer requires working folder passed in
Clean script no longer requires working folder passed in
Batchfile
mit
shmao/wcf,ericstj/wcf,mmitche/wcf,ElJerry/wcf,mconnew/wcf,ElJerry/wcf,cashcat/wcf,SajayAntony/wcf,StephenBonikowsky/wcf,zhenlan/wcf,KKhurin/wcf,iamjasonp/wcf,mconnew/wcf,iamjasonp/wcf,MarcosRamiro/wcf,shmao/wcf,StephenBonikowsky/wcf,zhenlan/wcf,imcarolwang/wcf,KKhurin/wcf,MattGal/wcf,imcarolwang/wcf,dotnet/wcf,MattGal/...
b58ecefe7bf17886efa60aca9c4edade609d8bc7
tools/release_win.bat
tools/release_win.bat
PATH=C:\python26;C:\progra~2\7-zip;%PATH% del /q /s dist\*.* python setup.py py2exe cd dist 7z d library.zip jinja2\* dns\* 'graphy\* 7z a namebench_for_Windows.zip -r * namebench -x -O 8.8.8.8 -t5 -o test.html start test.html cd ..
PATH=C:\python26;C:\progra~2\7-zip;%PATH% del /q /s dist\*.* python setup.py py2exe cd dist 7z d library.zip jinja2\* dns\* 'graphy\* del /s w9xpopen.exe copy ..\README.txt . 7z a namebench_for_Windows.zip -r * namebench -x -O 8.8.8.8 -t5 -o test.html start test.html cd ..
Remove w9xopen.exe and add README.txt to Windows build
Remove w9xopen.exe and add README.txt to Windows build
Batchfile
apache-2.0
mirek2580/namebench
3921b5a74f5c87fdd950b1892c5d83f2b08d4987
build_release_uvision.bat
build_release_uvision.bat
mkdir uvision_release git rev-parse --verify HEAD > uvision_release\git_info.txt git diff --no-ext-diff --quiet --exit-code >> uvision_release\git_info.txt echo Uncommitted Changes: %errorlevel% >> uvision_release\git_info.txt virtualenv env call env\Scripts\activate pip install -r req...
mkdir uvision_release git rev-parse --verify HEAD > uvision_release\git_info.txt git diff --no-ext-diff --quiet --exit-code >> uvision_release\git_info.txt echo Uncommitted Changes: %errorlevel% >> uvision_release\git_info.txt virtualenv env call env\Scripts\activate REM use project re...
Allow requirements file to be specified for build
Allow requirements file to be specified for build If a requirements file is specified as an argument to build_release_uvision.bat use it to create the build. This allows builds using older tools to be easily reproduced.
Batchfile
apache-2.0
sg-/DAPLink,google/DAPLink-port,google/DAPLink-port,sg-/DAPLink,sg-/DAPLink,google/DAPLink-port,google/DAPLink-port
b29524c15b33fc5fbd630751226b896ac91967f8
ms/testpem.bat
ms/testpem.bat
echo=off set ssleay=%1% set tmp1=pem.out set cmp=fc.exe call tpem.bat crl ..\test\testcrl.pem if errorlevel 1 goto err call tpem.bat pkcs7 ..\test\testp7.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq2.pem if errorlevel 1 ...
echo=off set ssleay=%1% set tmp1=pem.out set cmp=fc.exe call tpem.bat crl ..\test\testcrl.pem if errorlevel 1 goto err call tpem.bat pkcs7 ..\test\testp7.pem if errorlevel 1 goto err call tpem.bat req ..\test\testreq2.pem if errorlevel 1 goto err call tpem.bat rsa ..\test\testrsa.pem if errorlevel 1 ...
Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem.
Delete Win32 test with testreq.pem and req: there is already a test with testreq2.pem.
Batchfile
apache-2.0
openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl
3be1e1ccf64dca70e095d33b07d1e477d2d71f91
project_generate_msvc.bat
project_generate_msvc.bat
cd bin project_generate.exe --enable-gpl --enable-version3 --enable-avisynth --enable-nonfree --enable-libmp3lame --enable-libvorbis --enable-libspeex --enable-libopus --enable-libilbc --enable-libfdk-aac --enable-libtheora --enable-libx264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-libgme --enable-lib...
cd bin project_generate.exe --enable-gpl --enable-version3 --enable-avisynth --enable-nonfree --enable-libmp3lame --enable-libvorbis --enable-libspeex --enable-libopus --enable-libilbc --enable-libfdk-aac --enable-libtheora --enable-libx264 --enable-libx265 --enable-libxvid --enable-libvpx --enable-libgme --enable-lib...
Update projects to support Quick Sync video by default.
projects: Update projects to support Quick Sync video by default.
Batchfile
lgpl-2.1
ShiftMediaProject/FFVS-Project-Generator
59650728a2abf126d703cca355b1f869b06f9ed2
.devtools/create_release_package.bat
.devtools/create_release_package.bat
set projectPath=%~dp0 if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% set projectPath=%projectPath%\.. set releasePath=%projectPath%\.release mkdir "%releasePath%" copy "%projectPath%\version.json" versiontemp.json for /f "tokens=*" %%a in ('jq .Version versiontemp.json --raw-output') do set version=%%a d...
set projectPath=%~dp0 if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% set projectPath=%projectPath%\.. set releasePath=%projectPath%\.release mkdir "%releasePath%" copy "%projectPath%\version.json" versiontemp.json for /f "tokens=*" %%a in ('jq .Version versiontemp.json --raw-output') do set version=%%a d...
Make sure to include /data/.htaccess in release ZIPs
Make sure to include /data/.htaccess in release ZIPs
Batchfile
mit
berrnd/grocy,berrnd/grocy,berrnd/grocy,berrnd/grocy
3db5e98d1081d91c9c7db651e285b8a4c77f9147
src/build.bat
src/build.bat
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configuration=Release;platform=x64 if %errorlevel% neq 0 exit /b %errorlevel% %windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configu...
%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Configuration=Release;platform=Win32 if %errorlevel% neq 0 exit /b %errorlevel% %windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild debugler.sln /p:VisualStudioVersion=11.0 /m /nologo /t:Build /p:Confi...
Build Win32 first, than x64. This is WiX installer requirement.
Build Win32 first, than x64. This is WiX installer requirement.
Batchfile
apache-2.0
scygan/debugler,scygan/debugler,scygan/debugler,scygan/debugler
5411cec5f997f105841e9010a2e642b98799fd47
MyGet.bat
MyGet.bat
%NUGET% restore GladNetV2.sln -NoCache -NonInteractive -ConfigFile Nuget.config msbuild GladNetV2.sln /p:Configuration=Release
%NUGET% restore GladNetV2.sln -NoCache -NonInteractive msbuild GladNetV2.sln /p:Configuration=Release
Remove config file from myget build
Remove config file from myget build
Batchfile
bsd-3-clause
HelloKitty/GladNet2,HelloKitty/GladNet2.0,HelloKitty/GladNet2,HelloKitty/GladNet2.0
997857c7750f98a4de1e849831f152f16f5a4263
ci/scripts/build-project-windows.bat
ci/scripts/build-project-windows.bat
SET "JAVA_HOME=C:\opt\jdk-8" cd git-repo ./mvnw clean install
SET "JAVA_HOME=C:\opt\jdk-17" cd git-repo ./mvnw clean install
Fix Windows build to use Java 17
Fix Windows build to use Java 17
Batchfile
apache-2.0
spring-io/initializr,spring-io/initializr,spring-io/initializr
37276c5d2d4a2319b586f8681556fe56e9a9bc5a
recipes/helics/bld.bat
recipes/helics/bld.bat
if %PY3K% equ 1 ( set BUILD_PYTHON="-DBUILD_PYTHON_INTERFACE=ON" ) else ( set BUILD_PYTHON="-DBUILD_PYTHON2_INTERFACE=ON" ) mkdir "%SRC_DIR%"\build pushd "%SRC_DIR%"\build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" %BUILD_PYTHON%" -G "Ninja" .. ninja ninja install move %LIBRARY_PR...
if %PY3K% equ 1 ( set BUILD_PYTHON="-DBUILD_PYTHON_INTERFACE=ON" ) else ( set BUILD_PYTHON="-DBUILD_PYTHON2_INTERFACE=ON" ) mkdir "%SRC_DIR%"\build pushd "%SRC_DIR%"\build cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=%PREFIX% -DCMAKE_INSTALL_PREFIX="%LIBRARY_PREFIX%" %BUILD_PYTHON%" -G "Ninja" .. ninja ni...
Add -DCMAKE_PREFIX_PATH=%PREFIX% to cmake script
Add -DCMAKE_PREFIX_PATH=%PREFIX% to cmake script
Batchfile
bsd-3-clause
basnijholt/staged-recipes,SylvainCorlay/staged-recipes,kwilcox/staged-recipes,igortg/staged-recipes,goanpeca/staged-recipes,dschreij/staged-recipes,sodre/staged-recipes,conda-forge/staged-recipes,jochym/staged-recipes,jjhelmus/staged-recipes,isuruf/staged-recipes,shadowwalkersb/staged-recipes,jakirkham/staged-recipes,s...
db2bc8558177c498d88d56297a42f47e51944005
install_dev.bat
install_dev.bat
pip install -e ./kervi-devices pip install -e ./kervi-hal-generic pip install -e ./kervi-hal-rpi pip install -e ./kervi-hal-windows pip install -e ./kervi-cli pip install -e ./kervi-core pip install -e ./kervi-ui pip install --no-dependencies -e ./kervi pause
pip install -e ./kervi-devices pip install -e ./kervi-hal-generic pip install -e ./kervi-hal-rpi pip install -e ./kervi-hal-win pip install -e ./kervi-cli pip install -e ./kervi-core pip install -e ./kervi-ui pip install --no-dependencies -e ./kervi pause
Fix issue with windows path
Fix issue with windows path
Batchfile
mit
kervi/kervi,kervi/kervi,kervi/kervi,kervi/kervi,kervi/kervi
2f23a833d21696648fbf653016e6cbadd489763c
tools/testcoverage.bat
tools/testcoverage.bat
cd .. set "destination=testcoverage" rmdir /q /s %destination% mkdir %destination% cd content/tests dotnet test /p:AltCover=true mv coverage.xml ../../%destination%/coverage.xml cd ../../%destination% set "reportgenerator=%UserProfile%\.nuget\packages\reportgenerator\4.0.13.1\tools\net47\ReportGenerator.exe" set "ta...
cd .. set "destination=testcoverage" rmdir /q /s %destination% mkdir %destination% cd content/tests dotnet test /p:AltCover=true mv coverage.xml ../../%destination%/coverage.xml cd ../../%destination% set "reportgenerator=%UserProfile%\.nuget\packages\reportgenerator\4.0.15\tools\net47\ReportGenerator.exe" set "targ...
Update Report Generator to 4.0.15
Update Report Generator to 4.0.15
Batchfile
mit
Jaxelr/Nancy.Template.Webservice,Jaxelr/Nancy.Template.Webservice
0acbae9c65d436f6370f1ec2386c44b9635f50ee
recipes/ilmbase/bld.bat
recipes/ilmbase/bld.bat
cmake -DCMAKE_INSTALL_PREFIX=%PREFIX% -G "Ninja" -DCMAKE_PREFIX_PATH=%PREFIX% ninja ninja install
cmake -G "Ninja" ^ -DCMAKE_PREFIX_PATH=%PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_FIND_ROOT_PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_BUILD_TYPE=Release ninja ninja install
Update build script on windows
Update build script on windows
Batchfile
bsd-3-clause
sodre/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,asmeurer/staged-recipes,jjhelmus/staged-recipes,patricksnape/staged-recipes,jochym/staged-recipes,mcs07/sta...
dcb2736d404e4fb89584193160bc613076336ae6
arquillian-extension-liferay-example/src/test/resources/tomcat/setenv.bat
arquillian-extension-liferay-example/src/test/resources/tomcat/setenv.bat
if exist "%CATALINA_HOME%/jre${jdk.windows.version}/win" ( if not "%JAVA_HOME%" == "" ( set JAVA_HOME= ) set "JRE_HOME=%CATALINA_HOME%/jre${jdk.windows.version}/win" ) set "CATALINA_OPTS=%CATALINA_OPTS% -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apache.catalina...
if exist "%CATALINA_HOME%/jre${jdk.windows.version}/win" ( if not "%JAVA_HOME%" == "" ( set JAVA_HOME= ) set JRE_HOME="%CATALINA_HOME%/jre${jdk.windows.version}/win" ) set CATALINA_OPTS=%CATALINA_OPTS% -Dfile.encoding=UTF8 -Djava.net.preferIPv4Stack=true -Dorg.apache.catalina.l...
Remove unnecessary double quotes for setting environment variables on Windows
Remove unnecessary double quotes for setting environment variables on Windows
Batchfile
apache-2.0
liferay-labs/arquillian-liferay,liferay-labs/arquillian-liferay
a4817a69c4a3ff0912aa40d1913be855785c06ac
restorenuget.bat
restorenuget.bat
@echo off REM TODO: detect these automatically. Probably a job for PowerShell... set PROJECTS=Benchmarks,CodeDiagnostics,CodeDiagnostics.Test,Demo set PROJECTS=%PROJECTS%,Serialization.JsonNet,Serialization.Test,Test set PROJECTS=%PROJECTS%,TzdbCompiler.Test,Web for %%p in (%PROJECTS%) DO ( echo Restoring...
@echo off pushd src for %%s in (*.sln) DO ( echo Restoring %%s packages nuget restore %%s ) popd src
Fix restorepackages.bat to restore all packages in all solutions.
Fix restorepackages.bat to restore all packages in all solutions.
Batchfile
apache-2.0
nodatime/nodatime,zaccharles/nodatime,nodatime/nodatime,zaccharles/nodatime,zaccharles/nodatime,zaccharles/nodatime,jskeet/nodatime,jskeet/nodatime,malcolmr/nodatime,malcolmr/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,zaccharles/nodatime,malcolmr/nodatime,BenJenkinson/nodatime
05d7b69591a547a83a4d50814394339fc5b1a16f
test-setup.cmd
test-setup.cmd
@ECHO OFF SET BASEDIR=%~dp0 PUSHD %BASEDIR% IF NOT EXIST pyenv\NUL GOTO NOENVDIR ECHO removing existing environment RMDIR /S /Q pyenv :NOENVDIR virtualenv pyenv CALL pyenv\Scripts\activate python -m pip install -r pyenv.pkgs --no-cache-dir CALL pyenv\Scripts\deactivate POPD
@ECHO OFF SET BASEDIR=%~dp0 PUSHD %BASEDIR% IF NOT EXIST pyenv\NUL GOTO NOENVDIR ECHO removing existing environment RMDIR /S /Q pyenv :NOENVDIR virtualenv pyenv CALL pyenv\Scripts\activate pip install mechanicalsoup pip install -r pyenv.pkgs CALL pyenv\Scripts\deactivate POPD
Install mechanical soup first on Windows
Install mechanical soup first on Windows
Batchfile
apache-2.0
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
1fd2a2f1d2cb5a017f0acc9a64a560dbef4c105f
versiontag.bat
versiontag.bat
IF "%1"=="" ( GOTO HELL ) ELSE ( SET _TAG_=v%1 ) IF NOT "%2"=="" ( SET _TAG_=%_TAG_%.%2 ) rem git remote set-url origin https://%3:%4@github.com/wasteam/waslibs.git git tag -a %_TAG_% -m "Version built: %_TAG_%" git push origin %_TAG_% GOTO END :HELL ECHO VERSION NOT FOUND EXIT -1 :END ECHO PROCESS FINISHE...
IF "%1"=="" ( GOTO HELL ) ELSE ( SET _TAG_=v%1 ) IF NOT "%2"=="" ( SET _TAG_=%_TAG_%.%2 ) git config user.email "%3@outlook.com" git config user.name "%3" git remote set-url origin https://%3:%4@github.com/wasteam/waslibs.git git tag -a %_TAG_% -m "Version built: %_TAG_%" git push origin %_TAG_% GOTO END :H...
Add user identity to git in tagging
Add user identity to git in tagging
Batchfile
mit
janabimustafa/waslibs,wasteam/waslibs,pellea/waslibs,janabimustafa/waslibs,pellea/waslibs,pellea/waslibs,janabimustafa/waslibs,wasteam/waslibs,wasteam/waslibs
6eea5e3595c17b0053141adfa6fc92617de50bfa
runTests.bat
runTests.bat
del "spec/*.js" call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js" call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js" call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js" call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js" call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js" call jasmine-node --verb...
del "spec/*.js" call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js" call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js" call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js" call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js" call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js" call tsc "spec/ClassSpec...
Add new specs to bat
Add new specs to bat
Batchfile
bsd-2-clause
excaliburjs/Excalibur,htalat/Excalibur,htalat/Excalibur,excaliburjs/Excalibur,excaliburjs/Excalibur,htalat/Excalibur
b86bf3c586be0e0ec222168e168de505f9ec363d
ci-postbuild.cmd
ci-postbuild.cmd
set DEST=install set SRC=deps\install xcopy %SRC%\bin\osg*-osg.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgDB.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgGA.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgText.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgUtil.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgViewer.dll %DEST% /Y xcopy %SRC%\bin\*-OpenThreads....
set DEST=install set SRC=deps\install xcopy %SRC%\bin\osg*-osg.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgDB.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgGA.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgText.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgUtil.dll %DEST% /Y xcopy %SRC%\bin\osg*-osgViewer.dll %DEST% /Y xcopy %SRC%\bin\*-OpenThreads....
Update postbuild script to try to include all the things that we need.
Update postbuild script to try to include all the things that we need.
Batchfile
apache-2.0
OSVR/OSVR-Tracker-Viewer
485b0f8abc635ceb6d8d5b2a5a252f4f4cdd79b3
contrib/appveyor/build_main.bat
contrib/appveyor/build_main.bat
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0 ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin set BUILD_TYPE=-DCMAKE_BUI...
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0 ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set PATH="C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE="-DCMAKE_...
Use quotes for PATH environment variable
appveyor: Use quotes for PATH environment variable
Batchfile
unknown
saprykin/plibsys,saprykin/plibsys,saprykin/plibsys,saprykin/plib,saprykin/plib
7560b5509ee8172dfe8034c2aecf5011f63abc83
hol.bat
hol.bat
fsi^ --optimize+^ --lib:NHol^ --use:system.fsx^ --use:lib.fs^ --use:fusion.fs^ --use:basics.fs^ --use:nets.fs^ --use:printer.fs^ --use:preterm.fs^ --use:parser.fs^ --use:equal.fs^ --use:bool.fs^ --use:drule.fs^ --use:tactics.fs^ --use:itab.fs^ --use:simp.fs^ --use:theorems.fs^ --use:...
fsi^ --lib:NHol^ --use:system.fsx^ --use:lib.fs^ --use:fusion.fs^ --use:basics.fs^ --use:nets.fs^ --use:printer.fs^ --use:preterm.fs^ --use:parser.fs^ --use:equal.fs^ --use:bool.fs^ --use:drule.fs^ --use:tactics.fs^ --use:itab.fs^ --use:simp.fs^ --use:theorems.fs^ --use:ind_defs.fs^ ...
Remove optimization flag, for now. This'll help provide better error information whilst we're working out remaining bugs.
Remove optimization flag, for now. This'll help provide better error information whilst we're working out remaining bugs.
Batchfile
apache-2.0
jack-pappas/NHol
0cbf44fbc814068f041cc15d96c376f405cc64e0
make-ponygame.bat
make-ponygame.bat
@ECHO OFF ECHO Compiling pony-game... REM Link to Windows Kits and native libraries. REM http://tutorial.ponylang.org/appendices/compiler-args.html ponyc -p "C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64" -p "Bin\PonyGameNative\x64\Debug" -o Bin\PonyGame Source\PonyGame ECHO Copying native libs... ...
@ECHO OFF ECHO Compiling pony-game... REM Link to Windows Kits and native libraries. REM http://tutorial.ponylang.org/appendices/compiler-args.html ponyc -p "C:\Program Files (x86)\Windows Kits\10\Lib\10.0.10240.0\ucrt\x64" -p "Bin\PonyGameNative\x64\Debug" -o Bin\PonyGame Source\PonyGame ECHO Copying native libs... ...
Build - Pause at the end of build batch file.
ADDED: Build - Pause at the end of build batch file.
Batchfile
mit
npruehs/pony-game,npruehs/pony-game
b573850ad6158618657c73c35861f91ef7f091ac
misc/appveyor.bat
misc/appveyor.bat
setlocal rem Put curl on the PATH set PATH=C:\Program Files\Git\mingw64\bin;%PATH% set VERSION=2.0.5 mkdir %TEMP%\hlint curl -o%TEMP%\hlint\hlint-%VERSION%.zip -L --insecure https://github.com/ndmitchell/hlint/releases/download/v%VERSION%/hlint-%VERSION%.zip 7z x %TEMP%\hlint\hlint-%VERSION%.zip -o%TEMP%\hlint -y %TEMP...
setlocal rem Put curl on the PATH set PATH=C:\Program Files\Git\mingw64\bin;%PATH% set VERSION=2.0.5 mkdir %TEMP%\hlint curl -o%TEMP%\hlint\hlint.zip -L --insecure https://github.com/ndmitchell/hlint/releases/download/v%VERSION%/hlint-%VERSION%-x86_64-windows.zip 7z x %TEMP%\hlint\hlint.zip -o%TEMP%\hlint -y %TEMP%\hli...
Update the Appveyor script to fetch with the full architecture name
Update the Appveyor script to fetch with the full architecture name
Batchfile
bsd-3-clause
ndmitchell/hlint,ndmitchell/hlint
d02c6dbcc63bd43bea249e4cdeb31510ac16192d
recipes/grpc-cpp/bld.bat
recipes/grpc-cpp/bld.bat
@echo on mkdir build-cpp if errorlevel 1 exit 1 cd build-cpp cmake .. ^ -GNinja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%PREFIX% ^ -DgRPC_CARES_PROVIDER="package" ^ -DgRPC_GFLAGS_PROVIDER="package" ^ -DgRPC_PROTOBUF_PROVIDE...
@echo on @rem The `vs2015_win-64` compiler activate package sets CFLAGS and CXXFLAGS @rem to "-MD -GL". Unfortunately that causes a huge ballooning in static @rem library size (more than 100MB per .lib file). Unsetting those flags @rem simply works. set CFLAGS= set CXXFLAGS= mkdir build-cpp if errorlevel 1 exit 1 ...
Fix package size issue on Windows
Fix package size issue on Windows
Batchfile
bsd-3-clause
goanpeca/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,patricksnape/staged-recipes,asmeurer/staged-recipes,mcs07/staged-recipes,isuruf/staged-recipes,jjhelmus/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,dschreij/staged-recipes,c...
a8f186fad1550afd996b0d5e82b4cd8a3efe824e
ci/test-win.bat
ci/test-win.bat
echo Running Windows build and testscript %~dp0%\matlab\CIBuildAndTest.m call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%~dp0%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERROR...
echo Running Windows build and testscript %~dp0..\\matlab\CIBuildAndTest.m call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%~dp0..\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ER...
Fix windows CI batch script
Fix windows CI batch script
Batchfile
bsd-3-clause
gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg
b45a3d2fd073854bdd11ddbaa55042f1ea12f4f3
external/ACPLT-ONCRPC/bin/install.bat
external/ACPLT-ONCRPC/bin/install.bat
@echo off echo "Installing ONC/RPC for NT..." ..\bin\inst_pm remove copy ..\bin\oncrpc.dll %SystemRoot%\system32 copy ..\bin\portmap.exe %SystemRoot%\system32 if exist %SystemRoot%\system32\drivers\etc\rpc goto inst_pm mkdir %SystemRoot%\system32\drivers\etc copy ..\etc\rpc %SystemRoot%\system32\drivers\etc :in...
@echo off echo "Installing ONC/RPC for NT..." ..\bin\inst_pm remove copy ..\lib\oncrpc.dll %SystemRoot%\system32 copy ..\bin\portmap.exe %SystemRoot%\system32 if exist %SystemRoot%\system32\drivers\etc\rpc goto inst_pm mkdir %SystemRoot%\system32\drivers\etc copy ..\etc\rpc %SystemRoot%\system32\drivers\etc :in...
Update path: get oncrpc.dll from ../lib
Update path: get oncrpc.dll from ../lib
Batchfile
lgpl-2.1
deweerdt/TSP,deweerdt/TSP,deweerdt/TSP,deweerdt/TSP,deweerdt/TSP
7bed98ea39e755be314ece5134606e98b266da29
scripts/test.bat
scripts/test.bat
@echo off setlocal set ELECTRON_RUN_AS_NODE= pushd %~dp0\.. :: Get Code.exe location for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron i...
@echo off setlocal set ELECTRON_RUN_AS_NODE= pushd %~dp0\.. :: Get Code.exe location for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron i...
Set errorlevel to 0 if it's 255
Set errorlevel to 0 if it's 255
Batchfile
mit
gagangupt16/vscode,the-ress/vscode,the-ress/vscode,Microsoft/vscode,joaomoreno/vscode,Microsoft/vscode,KattMingMing/vscode,KattMingMing/vscode,Zalastax/vscode,cleidigh/vscode,rishii7/vscode,eamodio/vscode,eamodio/vscode,cleidigh/vscode,microlv/vscode,mjbvz/vscode,gagangupt16/vscode,Microsoft/vscode,Krzysztof-Cieslak/vs...
74cf6af822e194eeb73bd475283d7c96b43d60de
build.cmd
build.cmd
@echo off pushd %~dp0 SET PACKAGEPATH=.\packages\ SET NUGET=.\tools\nuget\NuGet.exe SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 ( RD /S/Q %PACKAGEPATH%FAKE %NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS% CO...
@echo off pushd %~dp0 SET PACKAGEPATH=.\packages\ SET NUGET=.\tools\nuget\NuGet.exe SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.25.4 ( RD /S/Q %PACKAGEPATH%FAKE %NUGET% install FAKE -Version 4.25.4 %NUGETOPTIONS% CO...
Update FAKE.BuildLib 0.3.5 from 0.1.8
Update FAKE.BuildLib 0.3.5 from 0.1.8
Batchfile
mit
SaladbowlCreative/Unity3D.IncrementalCompiler,SaladLab/Unity3D.IncrementalCompiler
03687a20895caebbcf408a807d8114bc5e04d7b0
packages/MSDOS/djmake.bat
packages/MSDOS/djmake.bat
@echo off if exist src\fscanner.l goto dir_okay echo !!!! Must run this batch file from the main source directory! exit :dir_okay echo ---- Start by patching the ylwrap script to avoid problems echo with "ln -s": patch -p1 -i contrib/msdos/ylwrap.pat echo ---- Now configure and make it. echo -- ...
@echo off if exist src\fscanner.l goto dir_okay echo !!!! Must run this batch file from the main source directory! exit :dir_okay echo ---- Start by patching the ylwrap script to avoid problems echo with "ln -s": patch -p1 -i packages/MSDOS/ylwrap.pat echo ---- Now configure and make it. echo --...
Fix pathname of patch file
Fix pathname of patch file
Batchfile
bsd-3-clause
welash/cscope,welash/cscope,welash/cscope
e2f69adc931dcd085f70a5d0030a5187747a87fc
windows/nsis-installer/oq-console.bat
windows/nsis-installer/oq-console.bat
@echo off setlocal set mypath=%~dp0 set PATH=%mypath%\python2.7\Scripts;%mypath%\python2.7;%PATH% set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath%\openquake.cfg doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commands.__main__ engine $* echo OpenQuake...
@echo off setlocal set mypath=%~dp0 set PATH=%mypath%\python2.7\Scripts;%mypath%\python2.7;%PATH% set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath%\openquake.cfg doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commands.__main__ engine $* echo OpenQuake...
Remove deprecation warning from Win
Remove deprecation warning from Win
Batchfile
agpl-3.0
gem/oq-nsis,gem/oq-installers,gem/oq-installers
7c4d102345b0c70652966265cd7355cae1552dcb
windows/disale_ceip.bat
windows/disale_ceip.bat
@echo off REM A bat file to disable Microsoft Compatibility Telemetry schtasks /End /TN "\Microsoft\Windows\Application Experience\AitAgent" schtasks /Change /TN "\Microsoft\Windows\Application Experience\AitAgent" /DISABLE schtasks /End /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Apprais...
Add a bat file to disable CEIP
Add a bat file to disable CEIP
Batchfile
mit
thombashi/dotfiles,thombashi/dotfiles
5cfea471f9a93bf2795bb11446771e9eb88d340a
Configure_Windows_MSVC.bat
Configure_Windows_MSVC.bat
rem The MIT License (MIT) rem Copyright (c) 2016, Microsoft rem Permission is hereby granted, free of charge, to any person obtaining a copy rem of this software and associated documentation files (the "Software"), to deal rem in the Software without restriction, including without limitation the rights rem to use, co...
rem The MIT License (MIT) rem Copyright (c) 2016, Microsoft rem Permission is hereby granted, free of charge, to any person obtaining a copy rem of this software and associated documentation files (the "Software"), to deal rem in the Software without restriction, including without limitation the rights rem to use, co...
Update make for VS 2015. This matches the instructions in the README, which suggests installing VS 2015.
Update make for VS 2015. This matches the instructions in the README, which suggests installing VS 2015.
Batchfile
mit
BitFunnel/NativeJIT,BitFunnel/NativeJIT,BitFunnel/NativeJIT,BitFunnel/NativeJIT,BitFunnel/NativeJIT
8043f9e7cbe7de54247f80ae8223bdba506ab0c6
Games/Other/Oxide.Game.SpaceEngineers/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.SpaceEngineers/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... DedicatedServer64\SpaceEngineersDedicated.exe -console -path config -ip 0.0.0.0 -port 27016 -maxPlayers 10 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... DedicatedServer64\SpaceEngineersDedicated.exe -console -ip 0.0.0.0 -port 27016 -maxPlayers 10 echo. echo Restarting server... echo. goto start
Remove -path config from example .bat
[SpaceEngineers] Remove -path config from example .bat
Batchfile
mit
Visagalis/Oxide,LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide
f1ac9279511db72ae176af71585246e22a835f7c
script/pop.bat
script/pop.bat
@echo off SET TAR= SET ZIP= SET EXT= SET CMD= FOR /f "delims=" %%i IN ('where tar') DO SET TAR=%%i FOR /f "delims=" %%i IN ('where zip') DO SET ZIP=%%i IF NOT "%TAR" == "" ( SET EXT=.tar.gz SET CMD=tar -C ../vendor/Popcorn/src/Pop -xpf ) ELSE IF NOT "%ZIP" == "" ( SET EXT=.zip SET CMD=unzip -d ../vend...
@echo off SET TAR= SET ZIP= SET EXT= SET CMD= FOR /f "delims=" %%i IN ('where tar') DO SET TAR=%%i FOR /f "delims=" %%i IN ('where zip') DO SET ZIP=%%i IF NOT "%TAR" == "" ( SET EXT=.tar.gz SET CMD=tar -C ../vendor/Popcorn/src/Pop -xpf ) ELSE IF NOT "%ZIP" == "" ( SET EXT=.zip SET CMD=unzip -d ../vend...
Work on the CLI feature
Work on the CLI feature
Batchfile
bsd-3-clause
nicksagona/Popcorn,nicksagona/Popcorn,nicksagona/Popcorn
0359a11ce954c9255e0dbc2bb5202c89969570a8
windows/nsis-installer/oq-console.bat
windows/nsis-installer/oq-console.bat
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% doskey oq-engine=python.exe -m openquake.engine.bin.openquake_cli $* doskey oq-lite=python.exe -m openquake.commonlib.commands $* echo OpenQuake environment loaded cmd /k endl...
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commonlib.commands engine $* echo OpenQuake environment loaded cmd /k endlocal ...
Update win to use new oq command
Update win to use new oq command
Batchfile
agpl-3.0
gem/oq-nsis,gem/oq-installers,gem/oq-installers
a37781558dcf5854f2b6c8f8cf4d5f3c9131ad45
ThirdPartyPull.cmd
ThirdPartyPull.cmd
git subtree pull --squash --prefix=ThirdParty/WPFFutures https://github.com/FineRedMist/WPFFutures.git master
git subtree pull --squash --prefix=ThirdParty/WPFFutures https://github.com/FineRedMist/WPFFutures.git master git subtree pull --squash --prefix=ThirdParty/ThemeSelector https://github.com/FineRedMist/ThemeSelector.git master
Add ThemeSelector to the pull batch file.
Add ThemeSelector to the pull batch file.
Batchfile
apache-2.0
FineRedMist/memhack,FineRedMist/memhack,FineRedMist/memhack,FineRedMist/memhack
39cda9e98d91d8a618247e24cbeb5a9dc1afac52
recipe_templates/astroml/bld.bat
recipe_templates/astroml/bld.bat
"%PYTHON%" setup.py install --ofline if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. :: See :: http://docs.continuum.io/conda/build.html :: for a list of environment variables that are set during the build process.
"%PYTHON%" setup.py install if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. :: See :: http://docs.continuum.io/conda/build.html :: for a list of environment variables that are set during the build process.
Remove --offline option from astroml recipe
Remove --offline option from astroml recipe astroml doesn't use astropy-helpers
Batchfile
bsd-3-clause
zblz/conda-builder-affiliated,mwcraig/conda-builder-affiliated,bmorris3/conda-builder-affiliated,bmorris3/conda-builder-affiliated,astropy/conda-builder-affiliated,cdeil/conda-builder-affiliated,astropy/conda-builder-affiliated,astropy/conda-build-tools,Cadair/conda-builder-affiliated,kbarbary/conda-builder-affiliated,...
48580767441da5f6cfc397cc2f5a6490a5ed78d5
start-services.bat
start-services.bat
START /B qdb\bin\qdbd.exe -a 127.0.0.1:28360 --security=false --transient -r qdb/db START /B qdb\bin\qdbd.exe -a 127.0.0.1:28361 --security=true --cluster-private-file=cluster-secret-key.txt --user-list=users.txt --transient -r qdb/securedb
START /B qdb\bin\qdbd.exe -a 127.0.0.1:28360 --security=false --storage-engine=transient -r qdb/db START /B qdb\bin\qdbd.exe -a 127.0.0.1:28361 --security=true --cluster-private-file=cluster-secret-key.txt --user-list=users.txt --storage-engine=transient -r qdb/securedb
Update command line options for new windows services
Update command line options for new windows services
Batchfile
bsd-3-clause
bureau14/qdb-api-java,bureau14/qdb-api-java
2e7bff9b0156a2e891b047930caf1cbc3cdff49e
CMake_configure.cmd
CMake_configure.cmd
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 ..
REM Configure Jemalloc build with options CMake -G "Visual Studio 12 Win64" -Ddisable-fill=1 -Dwith-malloc-conf=purge:decay ..
Remove misleading comment causing some to configure Debug builds differently. Those seettings were for debugging unit tests.
Remove misleading comment causing some to configure Debug builds differently. Those seettings were for debugging unit tests.
Batchfile
bsd-2-clause
jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake,jemalloc/jemalloc-cmake
50dd1682ddd874fca2e5ada33eebb0acda9c341b
setenv.bat
setenv.bat
@ECHO OFF PUSHD %~DP0 SET CURDIR=%CD% PUSHD .. SET TOPDIR=%CD% POPD POPD SET GDAL_ROOT=%TOPDIR%\OSGeo4W SET GDAL_PAM_PROXY_DIR=%TEMP% SET GDAL_DATA=%GDAL_ROOT%\apps\gdal-16\share\gdal SET GEOTIFF_CSV=%GDAL_ROOT%\share\epsg_csv SET PROJ_LIB=%GDAL_ROOT%\share\proj SET GDAL_DRIVER_PATH=%GDAL_ROOT%\apps\gdal...
@ECHO OFF PUSHD %~DP0 SET CURDIR=%CD% PUSHD .. SET TOPDIR=%CD% POPD POPD SET GDAL_ROOT=%TOPDIR%\bin\gdal SET GDAL_PAM_PROXY_DIR=%TEMP% SET GDAL_DATA=%GDAL_ROOT%\share\gdal-data SET GEOTIFF_CSV=%GDAL_DATA% SET PROJ_LIB=%GDAL_ROOT%\share\proj SET GDAL_DRIVER_PATH=%GDAL_ROOT%\bin\plugins SET PYTHONHOME=%...
Update paths to GDAL 1.7.1 and Python 2.6
Update paths to GDAL 1.7.1 and Python 2.6
Batchfile
mit
ssutee/metageta,NikosAlexandris/metageta,lpinner/metageta,simonaoliver/metageta,NikosAlexandris/metageta
ddb423d32d68a8812b7629bdf9f79c27e27d7740
scripts/build_gitlab/win.bat
scripts/build_gitlab/win.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");...
Revert "have Windows ci build jobs fail if compilation fails"
Revert "have Windows ci build jobs fail if compilation fails" This reverts commit 391febaae23e4be9802d271798c7738bfb446772.
Batchfile
apache-2.0
MengjiaoH/ospray,ospray/OSPRay,wilsonCernWq/ospray,wilsonCernWq/ospray,ospray/OSPRay,MengjiaoH/ospray,MengjiaoH/ospray,wilsonCernWq/ospray,ospray/OSPRay,MengjiaoH/ospray,MengjiaoH/ospray,ospray/OSPRay
29d814c9c9718bb1ddf4fb6e5e7ca461d361deb3
build-command.bat
build-command.bat
mkdir -p classes javac -d classes src/adaptorlib/*java src/adaptorlib/tests/*java src/templateadaptor/*java cp src/logging.properties classes/ REM TODO: Reintroduce src/local-fs-adaptor/*java .
mkdir -p classes javac -d classes src/adaptorlib/*java src/adaptorlib/tests/*java src/templateadaptor/*java copy src/logging.properties classes/ REM TODO: Reintroduce src/local-fs-adaptor/*java .
Use 'copy' instead of 'cp' on Windows
Use 'copy' instead of 'cp' on Windows
Batchfile
apache-2.0
joesoc/plexi,dweidenfeld/library,joesoc/plexi,googlegsa/library,joesoc/plexi,joesoc/plexi,googlegsa/library,dweidenfeld/library,dweidenfeld/library,googlegsa/library
6fe1bfc1f64d79ffff30ca4d652d9376071370ff
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
R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone
1ee6af824be7c0ab6abe2669fb2e0588b19a7efd
build.bat
build.bat
@echo off if not "%JAVA_HOME%" == "" goto gotJavaHome echo Java environment not found. Please set echo your JAVA_HOME environment variable to echo the home of you JDK. goto :eof :gotJavaHome set ANT_HOME=%EXIST_HOME%\tools set _LIBJARS=%CLASSPATH%;%ANT_HOME%\lib\ant-launcher.jar;%ANT_HOME%\lib\junit.jar;%JA...
@echo off if not "%JAVA_HOME%" == "" goto gotJavaHome echo Java environment not found. Please set echo your JAVA_HOME environment variable to echo the home of you JDK. goto :eof :gotJavaHome if not "%EXIST_HOME%" == "" goto gotExistHome set EXIST_HOME=%CD% :gotExistHome set ANT_HOME=%EXIST_HOME%\tools ...
Correct java is used now (selected by %JAVA_HOME%) and EXIST_HOME is set now (if not set before)
XP: Correct java is used now (selected by %JAVA_HOME%) and EXIST_HOME is set now (if not set before) svn path=/trunk/eXist-1.0/; revision=1308
Batchfile
lgpl-2.1
eXist-db/exist,kohsah/exist,shabanovd/exist,MjAbuz/exist,MjAbuz/exist,shabanovd/exist,opax/exist,windauer/exist,jessealama/exist,zwobit/exist,ljo/exist,hungerburg/exist,ljo/exist,adamretter/exist,ambs/exist,olvidalo/exist,lcahlander/exist,eXist-db/exist,jensopetersen/exist,wshager/exist,olvidalo/exist,jessealama/exist,...
c6966996ba87963c159bed546c9253075f0f647f
install.bat
install.bat
@ECHO OFF REM vundle requires git WHERE git >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO Please install git first. && GOTO :EOF REM vundle requires curl WHERE curl >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO Please install curl first (see vundle windows install docs). && GOTO :EOF REM If _vimrc file already exists, prompt user t...
@ECHO OFF REM This is required to enable reading of variables set in if statement blocks. REM Variables read with "!" e.g. !errorlevel! use delayed expansion. REM See http://ss64.com/nt/delayedexpansion.html for more info. setlocal enabledelayedexpansion REM vundle requires git WHERE git >nul 2>nul IF %ERRORLEVEL% NEQ...
Fix strange behaviour when prompting user.
Fix strange behaviour when prompting user. When the vim config already exists, the prompt asks the user if they wanted to overwrite, but it always failed first time. Switching on delayed variable expansion fixed this.
Batchfile
mit
JamesSmaldon/vim-config
8e33d32f6680b3e3a7c8aeb7b28e44017aac43b4
install-VS2017.bat
install-VS2017.bat
@echo off set DOTNET_VERSION=4.7.1 echo Check for installed .NET Framework %DOTNET_VERSION% reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs\.NETFramework,Version=v%DOTNET_VERSION%" /ve >nul 2>&1 if %ERRORLEVEL% neq 0 ( echo ".NET Framework %DOTNET_VERSION% is not installed. Please d...
@echo off if not exist "%ProgramFiles(x86)%" ( set "ProgramFiles(x86)=%ProgramFiles%" ) set "VSWhere=%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" :MSBuild echo Looking for MSBuild for /f "usebackq delims=" %%i in (`^""%VSWhere%" -latest -version "[15.0,16.0)" -products * -requires "Microsoft....
Remove .net framework check from install.
Remove .net framework check from install.
Batchfile
bsd-3-clause
jp2masa/Cosmos,zarlo/Cosmos,jp2masa/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,CosmosOS/Cosmos,CosmosOS/Cosmos,jp2masa/Cosmos
b8572d31c58be01f9b1e0421cb13fcbf939e4f02
Decompiler/vrf_decompiler.bat
Decompiler/vrf_decompiler.bat
@echo off WHERE dotnet >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO You need to install .NET Core from https://dot.net && EXIT \b 1 dotnet Decompiler.dll %*
@echo off WHERE dotnet >nul 2>nul IF %ERRORLEVEL% NEQ 0 ECHO You need to install .NET Core from https://dot.net && EXIT /B 1 dotnet Decompiler.dll %* EXIT /B %errorlevel%
Exit batch with dotnet's exit code
Exit batch with dotnet's exit code
Batchfile
mit
SteamDatabase/ValveResourceFormat
6f360326414adeaf80e890fab281315d039945fd
scripts/puppet.bat
scripts/puppet.bat
if not exist "C:\Windows\Temp\puppet.msi" ( powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://downloads.puppetlabs.com/windows/puppet-3.3.0.msi', 'C:\Windows\Temp\puppet.msi')" <NUL ) :: http://docs.puppetlabs.com/pe/latest/install_windows.html msiexec /qn /i C:\Windows\Temp\puppet.msi /log...
if not exist "C:\Windows\Temp\puppet.msi" ( powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://downloads.puppetlabs.com/windows/puppet-3.4.3.msi', 'C:\Windows\Temp\puppet.msi')" <NUL ) :: http://docs.puppetlabs.com/pe/latest/install_windows.html msiexec /qn /i C:\Windows\Temp\puppet.msi /log...
Update Puppet Version to 3.4.3
Update Puppet Version to 3.4.3
Batchfile
mit
brad0000/packer-windows,tomswartz07/packer-windows,tsew/packer-windows,waharnum/packer-windows,StefanScherer/packer-windows,kensykora/packer-windows,yovannyr/packer-windows,Godin/packer-windows,tomswartz07/packer-windows,brad0000/packer-windows,v1k0d3n/packer-windows,ambakshi/packer-windows,pennmanor/packer-windows,who...
6f0b706e3f7095feddd13a116a311357c7ecebc6
install_windows.bat
install_windows.bat
@echo off pip install -r requirements.txt cd src copy src\settings\local.py.example src\settings\local.py pause
@echo off pip install -r requirements.txt copy src\settings\local.py.example src\settings\local.py pause
Delete buggy line ("cd src") in windows installer
Delete buggy line ("cd src") in windows installer
Batchfile
agpl-3.0
hirunatan/estelcon_web,hirunatan/estelcon_web,hirunatan/estelcon_web,hirunatan/estelcon_web
3f7ef92440f9f05f40ad5588d7b8f0c8d51fa534
bravo_logger.bat
bravo_logger.bat
@ECHO OFF SETLOCAL SET LOG_PATH="H:\bravo_logs\" SET LOG_FILE="marvin_errors.log" IF NOT EXIST %LOG_PATH% (SET LOG_PATH="%USERPROFILE%\Desktop\") SET SCRIPT="%USERPROFILE%\Repos\standalone_scripts\upload_robot_logs.py" SET STB_CONF="%USERPROFILE%\Repos\statusdb.yaml" SET STB_LOG="%USERPROFILE%\Repos\statusdb_upload.log...
@ECHO OFF SETLOCAL SET LOG_PATH="Y:\Bravo\bravo_logs\" SET LOG_FILE="marvin_errors.log" IF NOT EXIST %LOG_PATH% (SET LOG_PATH="%USERPROFILE%\Desktop\") SET SCRIPT="%USERPROFILE%\Repos\standalone_scripts\upload_robot_logs.py" SET STB_CONF="%USERPROFILE%\Repos\statusdb.yaml" SET STB_LOG="%USERPROFILE%\Repos\statusdb_uplo...
Change path where error messages are saved on Homer
Change path where error messages are saved on Homer
Batchfile
apache-2.0
jgruselius/bravo-protocols
f2792b8d93b1cd6a1743201a4fd71bbe03e72dd8
plugin/bin/x-pack/sql-cli.bat
plugin/bin/x-pack/sql-cli.bat
@echo off rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one rem or more contributor license agreements. Licensed under the Elastic License; rem you may not use this file except in compliance with the Elastic License. setlocal enabledelayedexpansion setlocal enableextensions call "%~dp0...
@echo off rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one rem or more contributor license agreements. Licensed under the Elastic License; rem you may not use this file except in compliance with the Elastic License. setlocal enabledelayedexpansion setlocal enableextensions call "%~dp0...
Update cli to work on windows
Update cli to work on windows Original commit: elastic/x-pack-elasticsearch@84f6ba3c1f45f9898c630da5ac3749a541c71f13
Batchfile
apache-2.0
GlenRSmith/elasticsearch,uschindler/elasticsearch,HonzaKral/elasticsearch,scorpionvicky/elasticsearch,gingerwizard/elasticsearch,nknize/elasticsearch,nknize/elasticsearch,coding0011/elasticsearch,gfyoung/elasticsearch,gingerwizard/elasticsearch,GlenRSmith/elasticsearch,coding0011/elasticsearch,nknize/elasticsearch,gfyo...
5af49e15265542b9da17975474d6260587f9c105
t/tst_ifgotoeol.cmd
t/tst_ifgotoeol.cmd
@more +1 "%~0" | "%~dp0..\nyagos.exe" - 2>nul & exit /b set FLAG=OK if not 1 == 1 echo NG(1) ; set "FLAG=NG(2)" echo %FLAG%
Add testcode for skipping statements when IF FALSE
Add testcode for skipping statements when IF FALSE
Batchfile
bsd-3-clause
tsuyoshicho/nyagos,tyochiai/nyagos,nocd5/nyagos,zetamatta/nyagos
8d188c9110f7f2a6f9f16f1340d9d254bf583741
bin/windows/kafka-server-start.bat
bin/windows/kafka-server-start.bat
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License...
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License...
Fix the server start script for Windows 32-bit OS
KAFKA-4271: Fix the server start script for Windows 32-bit OS Without this fix the new consumer fails to run on a 32-bit Windows OS. Author: Vahid Hashemian <vahidhashemian@us.ibm.com> Reviewers: Jason Gustafson, Guozhang Wang Closes #2189 from vahidhashemian/KAFKA-4271
Batchfile
apache-2.0
ollie314/kafka,sslavic/kafka,eribeiro/kafka,TiVo/kafka,Ishiihara/kafka,rhauch/kafka,gf53520/kafka,apache/kafka,airbnb/kafka,Esquive/kafka,richhaase/kafka,gf53520/kafka,eribeiro/kafka,ijuma/kafka,Chasego/kafka,gf53520/kafka,apache/kafka,rhauch/kafka,eribeiro/kafka,Chasego/kafka,KevinLiLu/kafka,Chasego/kafka,eribeiro/kaf...
500c1007f136351055ad9c80b0e47928c41a4759
startStudioWithPlugin.bat
startStudioWithPlugin.bat
SET pathToVS12=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe SET pathToVS11=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe IF EXIST %pathToVS12%( "%pathToVS12%" /RootSuffix YC /ReSharper.Internal Exit /b ) IF EXIST %pathToVS11% ( "%pathToVS11%" /RootS...
@echo off SET pathToVS12=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe SET pathToVS11=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe IF EXIST %pathToVS12%( "%pathToVS12%" /RootSuffix YC /ReSharper.Internal Exit /b ) IF EXIST %pathToVS11% ( "%pathToVS...
Edit script that runs studio with plugin
Edit script that runs studio with plugin
Batchfile
apache-2.0
Albiglittle/YaccConstructor,fedorovr/YaccConstructor,Albiglittle/YaccConstructor,nbIxMaN/YaccConstructor,fedorovr/YaccConstructor,YaccConstructor/YaccConstructor,nbIxMaN/YaccConstructor,YaccConstructor/YaccConstructor,fedorovr/YaccConstructor,Albiglittle/YaccConstructor,YaccConstructor/YaccConstructor,nbIxMaN/YaccConst...
29b51d3431be244644d8df68c28f3e4a651dfe34
scripts/build_project_win.bat
scripts/build_project_win.bat
@echo off set targetDllPath="%~1\bin\SDL2.dll" if not exist %targetDllPath% ( echo Copying SDL2.dll to %targetDllPath% copy SDL2.dll %targetDllPath% || exit /b 1 ) cd /d %1 if not exist build mkdir build cd build set slnName="%~2.sln" set binTargetName="%~2-gamebins" IF NOT EXIST %slnName% ( cmake -G "Visua...
@echo off set targetDllDir="%~1\bin" if not exist %targetDllDir% ( mkdir %targetDllDir% ) set targetDllPath="%~1\bin\SDL2.dll" if not exist %targetDllPath% ( echo Copying SDL2.dll to %targetDllPath% copy SDL2.dll %targetDllPath% || exit /b 1 ) cd /d %1 if not exist build mkdir build cd build set slnName=...
Create bin dir if needed
Create bin dir if needed
Batchfile
apache-2.0
amzeratul/halley,amzeratul/halley,amzeratul/halley
e589263af2bf96198fbd6a99efefaed9e177319e
test/runtests.bat
test/runtests.bat
@ECHO OFF REM create bin directory if it doesn't exist if not exist ..\bin mkdir ..\bin REM delete output from previous run del actual.txt REM compile the code into the bin folder javac javac -cp ..\src -Xlint:none -d ..\bin ..\src\seedu\addressbook\Main.java REM run the program, feed commands from input.txt file...
@ECHO OFF REM create bin directory if it doesn't exist if not exist ..\bin mkdir ..\bin REM delete output from previous run del actual.txt REM compile the code into the bin folder javac -cp ..\src -Xlint:none -d ..\bin ..\src\seedu\addressbook\Main.java REM run the program, feed commands from input.txt file and re...
Remove duplicate javac from test script
Remove duplicate javac from test script
Batchfile
mit
cheec/addressbook-level2,imhongw/addressbook-level2,cheec/addressbook-level2,zachylimwl/addressbook-level2,imhongw/addressbook-level2,zachylimwl/addressbook-level2,mingruimingrui/addressbook-level2,mingruimingrui/addressbook-level2,se-edu/addressbook-level2,se-edu/addressbook-level2
c61b8783835693eaa321b9194fbcd030ca796883
proto/win_execute_regression_tests.cmd
proto/win_execute_regression_tests.cmd
@ECHO OFF set BASE=%~dp0 set DEFAULT_TARGET= IF [%1]==[] set DEFAULT_TARGET="%BASE%atest" pybot -c regression -L DEBUG --pythonpath "%BASE%src" %DEFAULT_TARGET% %* pause
Add script to execute tests on windows.
Add script to execute tests on windows.
Batchfile
apache-2.0
robotframework/Rammbock,WamanAvadhani/Rammbock,samratashok87/Rammbock,robotframework/Rammbock,WamanAvadhani/Rammbock,samratashok87/Rammbock
07d0a1fa03d638340f48070e877af795e9c1686c
tool/generate.cmd
tool/generate.cmd
@echo off echo Generating C-style Win32 APIs and tests call dart %~dp0win32\generate_ffi_files.dart call dart %~dp0win32\generate_tests.dart echo. echo Generating COM classes call dart %~dp0generate\generate.dart %~dp0generate\com %~dp0..\lib\src\generated echo. echo Generating Windows Runtime classes from IDL cal...
@echo off echo Generating C-style Win32 APIs and tests call dart --enable-experiment=non-nullable %~dp0win32\generate_ffi_files.dart call dart --enable-experiment=non-nullable %~dp0win32\generate_tests.dart echo. echo Generating COM classes call dart --enable-experiment=non-nullable %~dp0generate\generate.dart %~dp...
Call non-nullable Dart for generators
Call non-nullable Dart for generators
Batchfile
bsd-3-clause
timsneath/win32,timsneath/win32,timsneath/win32
4820563546acc1ef752d16e58994c0423795bf3f
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/031b8bfe8230279dbd1bff99c33ecd07e373cb87 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %count...
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/b27b514505b3d85ccb1396ab3dc7ed64d1dfd455 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %count...
Update kudu to use new kuduscript with python3.6 support
Update kudu to use new kuduscript with python3.6 support
Batchfile
apache-2.0
EricSten-MSFT/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kudu,shibayan/kudu,shibayan/kudu,EricSten-MSFT/kudu,shibayan/kudu,shibayan/kudu,projectkudu/kudu,projectkudu/kudu,projectkudu/kudu,shibayan/kudu,projectkudu/kudu,projectkudu/kudu,EricSten-MSFT/kudu
e57620e493e6ba9181f139b1ccdc820b0abee7c0
conda-recipes/ibis-framework/bld.bat
conda-recipes/ibis-framework/bld.bat
"%PYTHON%" setup.py install if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. :: See :: http://docs.continuum.io/conda/build.html :: for a list of environment variables that are set during the build process.
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1 :: Add more build steps here, if they are necessary. :: See :: http://docs.continuum.io/conda/build.html :: for a list of environment variables that are set during the build process.
Fix conda recipe for Windows build
Fix conda recipe for Windows build Sync Windows build script options with Linux/OS X build script options. Packages can be tested by running the following on Windows: ``` conda install -c koverholt ibis-framework ``` Author: Kristopher Overholt <koverholt@gmail.com> Closes #509 from koverholt/fix/conda-recip...
Batchfile
apache-2.0
adamobeng/ibis,mahantheshhv/ibis,adamobeng/ibis,Supermem/ibis,wesm/ibis,ibis-project/ibis,wesm/ibis,koverholt/ibis,cloudera/ibis,ashhher3/ibis,laserson/ibis,dboyliao/ibis,glenioborges/ibis,aslihandincer/ibis,ibis-project/ibis,ibis-project/ibis,korotkyn/ibis,koverholt/ibis,aslihandincer/ibis,mariusvniekerk/ibis,gleniobo...
41ce6d48cf491f881ad803fe95c6dde1266d51e6
edge-setup/enableConsentEdge.bat
edge-setup/enableConsentEdge.bat
@PowerShell.exe -ExecutionPolicy RemoteSigned -Command "Invoke-Expression -Command ((Get-Content -Path '%~f0' | Select-Object -Skip 2) -join [environment]::NewLine)" @exit /b %Errorlevel% #Install scoop set-executionpolicy unrestricted -s cu -f iex (new-object net.webclient).downloadstring('https://get.scoop.sh') scoop...
@PowerShell.exe -ExecutionPolicy RemoteSigned -Command "Invoke-Expression -Command ((Get-Content -Path '%~f0' | Select-Object -Skip 2) -join [environment]::NewLine)" @exit /b %Errorlevel% #Install scoop set-executionpolicy unrestricted -s cu -f iex (new-object net.webclient).downloadstring('https://get.scoop.sh') scoop...
Add Edge restarting once consent enabled
Add Edge restarting once consent enabled
Batchfile
mit
aullman/opentok-test-scripts,aullman/opentok-test-scripts,aullman/opentok-test-scripts
63566413c240943eb047c453f2cc8f83ceb86bdc
scripts/gdumpwin.bat
scripts/gdumpwin.bat
@ECHO OFF REM gdump - JSTOR/Harvard Object Validation Environment REM Copyright 2004-2005 by the President and Fellows of Harvard College REM JHOVE is made available under the GNU General Public License (see the REM file LICENSE for details) REM REM Driver script for the GIF dump utility REM REM Usage: gdump file REM R...
Add stray file from 1.11a1
Add stray file from 1.11a1
Batchfile
lgpl-2.1
willp-bl/jhove-mavenised,willp-bl/jhove-mavenised,willp-bl/jhove-mavenised
fada849257f9c2f2d1389b8f940446138c092899
scripts/test_native_code.bat
scripts/test_native_code.bat
@echo off setlocal EnableDelayedExpansion echo Test discovery started... dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)... set failures=0 FOR /F %%i IN (__tmp_gtest.txt) DO ( echo %%i %%i --gtest_output="xml:%%i.xml" powershell C:\projects\spectre\scripts\Up...
@echo off setlocal EnableDelayedExpansion echo Test discovery started... dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt echo Testing (Google Test)... set failures=0 FOR /F %%i IN (__tmp_gtest.txt) DO ( echo %%i %%i --gtest_output="xml:%%i.xml" IF %ERRORLEVEL% NEQ 0 ( set /A failures...
Solve problem of non-failing native tests
Solve problem of non-failing native tests
Batchfile
apache-2.0
mg6/spectre,spectre-team/spectre,mg6/spectre,spectre-team/spectre,spectre-team/spectre,mg6/spectre
5d5aa91ab5a8798d43f6a735170beeec48c00178
conda-recipe/bld.bat
conda-recipe/bld.bat
set CFG=%USERPROFILE%\pydistutils.cfg echo [config] > "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build_ext] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" "%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt if errorlevel...
set CFG=%USERPROFILE%\pydistutils.cfg echo [config] > "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build_ext] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" "%PYTHON%" -m pip install . --no-deps -vv if errorlevel 1 exit 1
Switch all recipes to pip install instead of setup.py install
Switch all recipes to pip install instead of setup.py install (This has nothing to do with land surface modeling)
Batchfile
mit
cjcardinale/climlab,cjcardinale/climlab,brian-rose/climlab,brian-rose/climlab,cjcardinale/climlab
09591082e43d8ecb8d57a5cbf07eec0ef8d19664
GetAndBuildThis.bat
GetAndBuildThis.bat
setlocal IF "%1"=="" ( set BUILD_CONFIG="Debug" ) ELSE ( set BUILD_CONFIG=%1 ) REM Presence of a second argument indicates that the caller has already run vsvars32.bat IF "%2"=="" ( if not "%VS120COMNTOOLS%" == "" ( echo Setting up Visual Studio Pro 2013 Tools... @call "%VS120COMNTOOLS%vsvars32.bat" goto bui...
setlocal IF "%1"=="" ( set BUILD_CONFIG="Debug" ) ELSE ( set BUILD_CONFIG=%1 ) REM Presence of a second argument indicates that the caller has already run vsvars32.bat IF "%2"=="" ( if not "%VS120COMNTOOLS%" == "" ( echo Setting up Visual Studio Pro 2013 Tools... @call "%VS120COMNTOOLS%vsvars32.bat" goto bui...
Update GetAndBuild script to match TC Build Step
Update GetAndBuild script to match TC Build Step
Batchfile
mit
ermshiperete/libpalaso,sillsdev/libpalaso,glasseyes/libpalaso,ddaspit/libpalaso,andrew-polk/libpalaso,ermshiperete/libpalaso,gmartin7/libpalaso,glasseyes/libpalaso,tombogle/libpalaso,tombogle/libpalaso,gmartin7/libpalaso,glasseyes/libpalaso,andrew-polk/libpalaso,tombogle/libpalaso,gmartin7/libpalaso,ddaspit/libpalaso,e...
dd52da7bd29e6307173a8a82b752e5884f4d6ee2
js.thirdparty.bat
js.thirdparty.bat
"C:\Program Files (x86)\Java\jre1.8.0_45\bin\java.exe" -jar compiler.jar ^ --js=translate.js ^ --js=jquery/jquery-1.11.2.js ^ --js=jquery/jquery-ui.1.11.2.min.js ^ --js=jquery/jquery.qtip.js ^ --js=jquery/jquery.blockUI.js ^ --js=jquery/jquery.color.js ^ --js=jquery/jquery.tablesorter.js ^ --js=jquery/jquery.fl...
"C:\Program Files (x86)\Java\jre1.8.0_45\bin\java.exe" -jar compiler.jar ^ --js=translate.js ^ --js=jquery/jquery-1.11.2.js ^ --js=jquery/jquery-ui.1.11.4.min.js ^ --js=jquery/jquery.qtip.js ^ --js=jquery/jquery.blockUI.js ^ --js=jquery/jquery.color.js ^ --js=jquery/jquery.tablesorter.js ^ --js=jquery/jquery.fl...
Bump versiona nd update third party build to use latest jquery ui we have
Bump versiona nd update third party build to use latest jquery ui we have
Batchfile
mit
marekr/siggy,marekr/siggy,marekr/siggy,marekr/siggy
1fbf27fb5760f8f69aae4f9de503095dd9cd1abc
rci.bat
rci.bat
:: Copyright (c) 2011, Jon Maken :: License: 3-clause BSD (see project LICENSE file) :: Revision: 01/29/2011 10:20:16 AM @echo off setlocal :: echo initial: :: echo %%0 = %0 :: echo %%* = %* :: fix ruby.exe invocation when explicitly disabling RubyGems if "x%1" == "x--disable-gems" ( set NOGEM=%1 for /F "token...
:: Copyright (c) 2011, Jon Maken :: License: 3-clause BSD (see project LICENSE file) :: Revision: 01/29/2011 10:20:16 AM @echo off setlocal :: echo initial: :: echo %%0 = %0 :: echo %%* = %* :: fix ruby.exe invocation when explicitly disabling RubyGems if "x%1" == "x--disable-gems" ( set NOGEM=%1 for /F "token...
Add project root dir to $LOAD_PATH.
Add project root dir to $LOAD_PATH.
Batchfile
bsd-3-clause
jonforums/measurements,jonforums/measurements
03b2c03454b3d3aedf878e9d2957a6efd2c54b1a
PCbuild/build_ssl.bat
PCbuild/build_ssl.bat
@echo off if not defined HOST_PYTHON set HOST_PYTHON=python %HOST_PYTHON% build_ssl.py %1 %2
@echo off cd if not defined HOST_PYTHON set HOST_PYTHON=python %HOST_PYTHON% build_ssl.py %1 %2
Add debug output to analyse buildbot failure.
Add debug output to analyse buildbot failure.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
acd87b702e0a0d608c41b9e1db08f73f6a336641
kokoro/gcp_windows/continuous.bat
kokoro/gcp_windows/continuous.bat
@echo on cd git\SwiftShader git submodule update --init "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild" SwiftShader.sln
@echo on SET PATH=%PATH%;C:\python27 cd git\SwiftShader git submodule update --init "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild" SwiftShader.sln
Add Python path to Kokoro batch script
Add Python path to Kokoro batch script Bug b/123360006 Change-Id: Ie29b1fea3607ad0da2fb48cf3a5248e976c2cf5f Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/27389 Tested-by: Nicolas Capens <51edc787c30f24c4904e8ffbb5523c3a9f7a451d@google.com> Reviewed-by: Chris Forbes <c3279c50043e18e9442c1ae0...
Batchfile
apache-2.0
bkaradzic/SwiftShader,bkaradzic/SwiftShader,google/swiftshader,bkaradzic/SwiftShader,bkaradzic/SwiftShader,google/swiftshader,google/swiftshader,bkaradzic/SwiftShader
39bb2ed0a6a6b64680b23ddd14b140094358367c
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...
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...
Remove pause as we want to build it from CI agent
Remove pause as we want to build it from CI agent
Batchfile
apache-2.0
Aqovia/OctopusPuppet
ebc037b64e5b7f358df52c1085d192b54c0c8309
AddPackage.bat
AddPackage.bat
@echo off ECHO Adding to the registry the WakaTime package... REM SQL SERVER MANAGEMENT STUDIO 2012 REG QUERY "HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0\Packages" > nul 2> nul if %errorlevel% equ 1 ( REG ADD "HKEY_CURRENT_USER\Software\Microsoft\SQL Server Management Studio\11.0\Packa...
Add package into registry via script
Add package into registry via script
Batchfile
bsd-3-clause
gandarez/ssms-wakatime
b2f01a5de6c34c8dd2770630f14738ffd1b1f6b2
Build.cmd
Build.cmd
@echo off cd %~dp0.. rake -f build\build.rb "build:no_test_build[., SevenDigital.Messaging.sln, build, full, local, Release]"
@echo off cd %~dp0 rake -f build\build.rb "build:no_test_build[., SevenDigital.Messaging.sln, build, full, local, Release]" pause
Update build.cmd to not cd up
Update build.cmd to not cd up
Batchfile
bsd-3-clause
i-e-b/SevenDigital.Messaging
af056484ac5bffbe5a28837fa6a2bf105c0a601e
bootstrap/src/main/bin/roo.bat
bootstrap/src/main/bin/roo.bat
@echo off for %%? in ("%~dp0..") do set ROO_HOME=%%~f? rem echo Resolved ROO_HOME: %ROO_HOME% java -Djava.ext.dirs=%ROO_HOME%/lib;%ROO_HOME%/dist org.springframework.roo.bootstrap.Bootstrap "classpath:/roo-bootstrap.xml"
@echo off for %%? in ("%~dp0..") do set ROO_HOME=%%~f? rem echo Resolved ROO_HOME: %ROO_HOME% java -Djline.nobell=true -Djava.ext.dirs=%ROO_HOME%/lib;%ROO_HOME%/dist org.springframework.roo.bootstrap.Bootstrap "classpath:/roo-bootstrap.xml"
Stop beep noise on Windows machines via Roo shell
ROO-110: Stop beep noise on Windows machines via Roo shell
Batchfile
apache-2.0
rwl/requestfactory-addon
9c281f575f7116580d7b8d80651038712b92a1a3
BUILD.cmd
BUILD.cmd
@echo off REM I didn't use the if (...) else (...) form because when the environment variable REM is expanded, the ")" in the directory name seems to be interpreted by the IF command. if not "%ProgramFiles(x86)%"=="" set ProgramFiles32Bit=%ProgramFiles(x86)% if "%ProgramFiles(x86)%"=="" set ProgramFiles32Bit=%ProgramFi...
@echo off SetLocal ENABLEDELAYEDEXPANSION echo.Building the TTR Mouse Click Simulator... echo. REM MSBuild is always installed in the 32-Bit program files folder if "!ProgramFiles(x86)!"=="" ( set "ProgramFiles32Bit=!ProgramFiles!" ) else ( set "ProgramFiles32Bit=!ProgramFiles(x86)!" ) set "BuildExe=!ProgramFiles32Bi...
Update the build script to use delayed environment variable expansion and instruct MSBuild to use a less verbose output.
Update the build script to use delayed environment variable expansion and instruct MSBuild to use a less verbose output.
Batchfile
mit
TTExtensions/MouseClickSimulator
4fe2173c3cc7f5bdea0f597c31c9295869237cc9
build.cmd
build.cmd
@ECHO OFF SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln IF EXIST %CACHED_NUGET% goto restore echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command ...
@ECHO OFF SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln SET VS2015_BUILD_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe" IF NOT EXIST %VS2015_BUILD_TOOLS_PATH% ( echo In order to build or run this tool you need either Visual Studio 2015 Preview ...
Add a helpful message when tools are missing
Add a helpful message when tools are missing While you can build the unit tests and run them without Visual Studio 2015 (or the build tools) installed, you need to have it installed to run the program or build.cmd. Generate a helpful error when these are missing.
Batchfile
mit
BertTank/codeformatter,rollie42/codeformatter,srivatsn/codeformatter,hickford/codeformatter,mmitche/codeformatter,shiftkey/codeformatter,BradBarnich/codeformatter,twsouthwick/codeformatter,jaredpar/codeformatter,dotnet/codeformatter,twsouthwick/codeformatter,david-mitchell/codeformatter,jeremyabbott/codeformatter,dotne...
acf3570ebeb734805e1c66a0f138d7d761a2625d
acqEngine/build.bat
acqEngine/build.bat
if exist classes rmdir classes /s /q if exist build rmdir build /s /q mkdir classes mkdir build xcopy /E /y src classes\ "%JAVA_HOME%\bin\java" -cp ../../3rdpartypublic/classext/clojure.jar;../MMCoreJ_wrap/MMCoreJ.jar;../../3rdpartypublic/classext/ij.jar;../mmstudio/MMJ_.jar;../../3rdpartypublic/classext/bsh-2.0b4...
if exist classes rmdir classes /s /q if exist build rmdir build /s /q mkdir classes mkdir build xcopy /E /y src classes\ "%JAVA_HOME%\bin\java" -cp ../../3rdpartypublic/classext/clojure.jar;../MMCoreJ_wrap/MMCoreJ.jar;../../3rdpartypublic/classext/ij.jar;../mmstudio/MMJ_.jar;../../3rdpartypublic/classext/bsh-2.0b4...
Bring back AOT compiling for acquisition engine
Bring back AOT compiling for acquisition engine git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@11162 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
Batchfile
mit
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
f590957e22fdeb0314d1e93544f34b4926493e26
pack.bat
pack.bat
.nuget\nuget.exe pack -Build -Symbols -Properties Configuration=Release -OutputDirectory ..\..\packages Library\Library.csproj .nuget\nuget.exe pack -Build -Symbols -Properties Configuration=Release -OutputDirectory ..\..\packages Library\Mvc.csproj
.nuget\nuget.exe pack -Build -Symbols -Properties Configuration=Release -OutputDirectory ..\..\packages Library\Library.csproj .nuget\nuget.exe pack -Build -Symbols -Properties Configuration=Release -OutputDirectory ..\..\packages MVC\Mvc.csproj
Fix paths in build script
Fix paths in build script
Batchfile
bsd-2-clause
mios-fi/mios.validation
801b556996e00b75d27d4a39983f12799fb0ed5a
scripts/slave/drmemory/build_env.bat
scripts/slave/drmemory/build_env.bat
:: Sets up the environment for use with MSVS tools and CMake. @echo off setlocal :: cmd for loops are really hard, so I hardcoded the list of MSVS paths. set vcvars="%PROGRAMFILES%\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat" if exist %vcvars% goto found_vcvars set vcvars="%PROGRAMFILES%\Microsoft Visual S...
:: Sets up the environment for use with MSVS tools and CMake. @echo off setlocal :: cmd for loops are really hard, so I hardcoded the list of MSVS paths. set vcvars="%PROGRAMFILES%\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat" if exist %vcvars% goto found_vcvars set vcvars="%PROGRAMFILES%\Microsoft Visual S...
Add 7z.exe to PATH for drmemory build environment
Add 7z.exe to PATH for drmemory build environment TBR=nsylvain@chromium.org BUG=154895 Review URL: https://codereview.chromium.org/11196005 git-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@162207 0039d316-1c4b-4281-b951-d872f2087c98
Batchfile
bsd-3-clause
eunchong/build,eunchong/build,eunchong/build,eunchong/build
94ff617da4a2ec1da31d81d82333a6fe5815e5ee
build.bat
build.bat
set projectPath=%~dp0 if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% set releasePath=%projectPath%\.release mkdir "%releasePath%" for /f "tokens=*" %%a in ('type version.txt') do set version=%%a del "%releasePath%\shareical_%version%.zip" "build_tools\7za.exe" a -tzip -r "%releasePath%\shareical_%versio...
set projectPath=%~dp0 if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% set releasePath=%projectPath%\.release mkdir "%releasePath%" for /f "tokens=*" %%a in ('type version.txt') do set version=%%a del "%releasePath%\shareical_%version%.zip" "build_tools\7za.exe" a -tzip -r "%releasePath%\shareical_%versio...
Fix missing files in release ZIP didn't work, will do this later...
Fix missing files in release ZIP didn't work, will do this later...
Batchfile
mit
berrnd/shareical,berrnd/shareical
abc531e74e74bb1ade54832a2126f4b326f19efb
build.cmd
build.cmd
@echo off set config=%1 if "%config%" == "" ( set config=Release ) set version=0.1.2.1 if not "%PackageVersion%" == "" ( set version=%PackageVersion% ) set nuget= if "%nuget%" == "" ( set nuget=src\.nuget\nuget.exe ) %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild src\Nancy.ReSharper.Plugin.sln /t:Rebuil...
@echo off set config=%1 if "%config%" == "" ( set config=Release ) set version=0.1.2.2-EAP-20131112 if not "%PackageVersion%" == "" ( set version=%PackageVersion% ) set nuget= if "%nuget%" == "" ( set nuget=src\.nuget\nuget.exe ) %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild src\Nancy.ReSharper.Plugin....
Mark package as pre-release until 8.1 is released
Mark package as pre-release until 8.1 is released
Batchfile
mit
NancyFx/Nancy.ReSharper,hmemcpy/Nancy.ReSharper,NancyFx/Nancy.ReSharper
78232017864df06a6648809bdf1bcce5e1954e51
jenkins/windows_c.cmd
jenkins/windows_c.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%\c\build_all...
@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%\c\build_all...
Modify to build WebSockets 32-bit
Modify to build WebSockets 32-bit
Batchfile
mit
kevinledinh/azure-iot-sdks,kevinledinh/azure-iot-sdks,kevinledinh/azure-iot-sdks,Eclo/azure-iot-sdks,Eclo/azure-iot-sdks,kevinledinh/azure-iot-sdks,Eclo/azure-iot-sdks,kevinledinh/azure-iot-sdks,kevinledinh/azure-iot-sdks,kevinledinh/azure-iot-sdks,kevinledinh/azure-iot-sdks,kevinledinh/azure-iot-sdks,Eclo/azure-iot-sd...
23c7701c1fab401a45f707c9abac101c6be9ce56
build.bat
build.bat
@mkdir _shake 2> nul @ghc --make Main.hs -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
@mkdir _shake 2> nul @ghc --make src/Main.hs -isrc -rtsopts -with-rtsopts=-I0 -outputdir=_shake -o _shake/build && _shake\build --lint --directory ".." %*
Fix paths to source files.
Fix paths to source files.
Batchfile
bsd-3-clause
snowleopard/hadrian,sdiehl/ghc,sdiehl/ghc,quchen/shaking-up-ghc,bgamari/shaking-up-ghc,sdiehl/ghc,snowleopard/shaking-up-ghc,sdiehl/ghc,izgzhen/hadrian,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc
33e6b9b8b9c8bcb14ff1a07cd30c037c88dc7f6e
Start.bat
Start.bat
Rem This batch file will run the Ring Notepad Application. Rem Ring Notepad is just a sample about what we can do using Ring in little hours. Rem Using Ring Notepad we can write and execute Ring programs quickly. Rem Author : Mahmoud Fayed <msfclipper@yahoo.com> echo off cls cd applications cd rnote "../../bin/ring.e...
Rem This batch file will run the Ring Notepad Application. Rem Ring Notepad is just a sample about what we can do using Ring in little hours. Rem Using Ring Notepad we can write and execute Ring programs quickly. Rem Author : Mahmoud Fayed <msfclipper@yahoo.com> echo off cls cd applications cd rnote start ../../bin/r...
Update start.bar - Using ringw.exe instead of ring.exe to run the Ring Notepad - To hide the console window.
Update start.bar - Using ringw.exe instead of ring.exe to run the Ring Notepad - To hide the console window.
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
c728c91227436f09b6f921d7922500777453dfcc
build.cmd
build.cmd
mkdir bin ilasm /dll src\PtrUtils.il /out:bin\System.Slice.netmodule csc /t:library /debug:pdbonly /unsafe /o+ /addmodule:bin\System.Slice.netmodule /out:bin\System.Slice.dll src\*.cs csc /debug:pdbonly /unsafe /r:bin\System.Slice.dll /out:bin\System.Slice.Test.exe tests\*.cs
mkdir bin ilasm /dll src\PtrUtils.il /out:bin\System.Slice.Core.netmodule csc /t:module /debug:pdbonly /unsafe /o+ /addmodule:bin\System.Slice.Core.netmodule /out:bin\System.Slice.netmodule src\*.cs link /dll /out:bin\System.Slice.dll bin\System.Slice.Core.netmodule bin\System.Slice.netmodule csc /debug:pdbonly /...
Use link to create a single dll.
Use link to create a single dll. Gets rid of the netmodule, specifically.
Batchfile
mit
kurtschelfthout/slice.net
3e894400c16ca67636bb2a388bb77d49c2932100
build.cmd
build.cmd
@echo off setlocal pushd "%~dp0" call :main %* popd goto :EOF :main set MSBUILDEXE=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe if not exist "%MSBUILDEXE%" ( echo The .NET Framework 4.0 does not appear to be installed on this echo machine, which is required to build the solution. exit /b 1 ...
@echo off setlocal pushd "%~dp0" call :main %* popd goto :EOF :main set MSBUILDEXE=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe if not exist "%MSBUILDEXE%" ( echo The .NET Framework 4.0 does not appear to be installed on this echo machine, which is required to build the solution. exit /b 1 ...
Build script error propagation fix
Build script error propagation fix
Batchfile
apache-2.0
atifaziz/NCrontab,atifaziz/NCrontab
73b35e4caee1b1ee031bf84398b4679dd8f29080
build.bat
build.bat
@echo off if not exist mercury-x64 mkdir mercury-x64 pushd mercury-x64 set CommonCompilerFlags=-Od -I.. -I..\glfw-3.1.1\include -MTd -fp:fast -fp:except- -Gm- -GR- -EHa- -Oi -W4 set CommonLinkerFlags= -incremental:no -opt:ref user32.lib gdi32.lib winmm.lib glfw3dll.lib opengl32.lib -libpath:..\glfw-x64\src\Release c...
@echo off if not exist mercury-x64 mkdir mercury-x64 pushd mercury-x64 set CommonCompilerFlags=-nologo -Od -I.. -I..\glfw-3.1.1\include -MTd -fp:fast -fp:except- -Gm- -GR- -EHa- -Oi -W4 -WX -wd4201 -wd4100 -wd4189 -wd4505 -wd4127 set CommonLinkerFlags= -incremental:no -opt:ref user32.lib gdi32.lib winmm.lib glfw3dll....
Add trivial warnings to ignore list
Add trivial warnings to ignore list
Batchfile
mit
darkedge/mercury,darkedge/mercury,darkedge/mercury,darkedge/mercury
f0ee110a125253c084e2932e9d75ad423de8226e
build.cmd
build.cmd
@ECHO OFF REM NOTE: This file was auto-generated with `IB.exe prepare` from `IntelliFactory.Build`. setlocal set PATH=%PATH%;%ProgramFiles(x86)%\Microsoft SDKs\F#\3.1\Framework\v4.0 set PATH=%PATH%;%ProgramFiles(x86)%\Microsoft SDKs\F#\3.0\Framework\v4.0 set PATH=%PATH%;%ProgramFiles%\Microsoft SDKs\F#\3.1\Frame...
@ECHO OFF REM NOTE: This file was auto-generated with `IB.exe prepare` from `IntelliFactory.Build`. setlocal set PATH=%PATH%;%ProgramFiles(x86)%\Microsoft SDKs\F#\3.1\Framework\v4.0 set PATH=%PATH%;%ProgramFiles(x86)%\Microsoft SDKs\F#\3.0\Framework\v4.0 set PATH=%PATH%;%ProgramFiles%\Microsoft SDKs\F#\3.1\Frame...
Rename Zafir packages to WebSharper
Rename Zafir packages to WebSharper
Batchfile
apache-2.0
intellifactory/websharper.google.maps
0a6eb7fac4d16577abf49410ba7111ddbac6b6ae
recipes/ldc/bld.bat
recipes/ldc/bld.bat
dir 7za x lts\ldc2-1.9.0-windows-x64.7z -o%SRC_DIR%\lts mkdir build cd build cmake -G Ninja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DBUILD_SHARED_LIBS=ON ^ -DD_COMPILER=%SRC_DIR%\lts\ldc2-1.9.0-windows-x64\bin\ldmd2...
dir 7za x lts\ldc2-1.9.0-windows-x64.7z -o%SRC_DIR%\lts mkdir build cd build cmake -G Ninja ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DD_COMPILER=%SRC_DIR%\lts\ldc2-1.9.0-windows-x64\bin\ldmd2.exe ^ .. ninja install l...
Remove build shared libs as it is not supported
Remove build shared libs as it is not supported
Batchfile
bsd-3-clause
stuertz/staged-recipes,rmcgibbo/staged-recipes,dschreij/staged-recipes,kwilcox/staged-recipes,Juanlu001/staged-recipes,cpaulik/staged-recipes,goanpeca/staged-recipes,guillochon/staged-recipes,shadowwalkersb/staged-recipes,mcs07/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,birdsarah/staged-recipes,synapti...
2a6cf4dff59bd7461d3bc028636edc1e1ed54676
sdk-build-tools/build-packages-teamcity.cmd
sdk-build-tools/build-packages-teamcity.cmd
@ECHO OFF REM TeamCity chokes on the COMPONENTSVERSION processing here, it thinks REM COMPONENTSVERSION is required going into the build step when we would REM define it in the build step. SETLOCAL REM --------------------------------------------------------------------------- REM Check usage REM -------------------...
@ECHO OFF REM TeamCity chokes on the COMPONENTS_VERSION processing here, it thinks REM COMPONENTS_VERSION is required going into the build step when we would REM define it in the build step. SETLOCAL REM --------------------------------------------------------------------------- REM Check usage REM -----------------...
Debug output for the build
Debug output for the build
Batchfile
mit
SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk,SoundMetrics/aris-file-sdk
55ebc4fb6f99769a8bf70d8e38ada42b10d754a1
windows/nsis-installer/oq-server.bat
windows/nsis-installer/oq-server.bat
@echo off setlocal set mypath=%~dp0 set PATH=%mypath%\python2.7;%PATH% set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath%\openquake.cfg set OQ_HOST=127.0.0.1 set OQ_PORT=8800 echo Please wait ... REM Start the DbServer in background but within the same context start "OpenQuake DB server" /B python.ex...
@echo off setlocal set mypath=%~dp0 set PATH=%mypath%\python2.7;%PATH% set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath%\openquake.cfg set OQ_HOST=127.0.0.1 set OQ_PORT=8800 echo Please wait ... REM Start the WebUI using django start "OpenQuake WebUI server" /B python.exe -m openquake.commands webui...
Use new webui start command on Win and check status before opening the browser
Use new webui start command on Win and check status before opening the browser
Batchfile
agpl-3.0
gem/oq-nsis,gem/oq-installers,gem/oq-installers
ac742a646831d7295d15a6082db2c1f7bc51917e
bin/stree.cmd
bin/stree.cmd
@echo off setlocal enabledelayedexpansion set directory=%~f1 if [%directory%] == [] set directory=%CD% if exist %directory%\NUL ( set directory=%directory% ) else ( set directory=%~dp1 ) pushd %directory% for /f "delims=" %%i in ('git rev-parse --show-toplevel') do set directory=%%i git rev-parse --show-to...
@echo off setlocal enabledelayedexpansion set directory=%~f1 if [%directory%] == [] set directory=%CD% if exist %directory%\NUL ( set directory=%directory% ) else ( set directory=%~dp1 ) pushd %directory% for /f "delims=" %%i in ('git rev-parse --show-toplevel') do set directory=%%i git rev-parse --show-to...
Replace forward slashes with back slashes
Replace forward slashes with back slashes
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
2f27374218e99e4dd8439fa70dafaa0e923c4a23
example/msvcbuild.bat
example/msvcbuild.bat
cd ..\src call msvcbuild.bat static cd ..\ext\re call msvcbuild.bat cd ..\..\ext\tsx call msvcbuild.bat cd ..\..\sample @setlocal @set SCHEME_H_DIR=..\src @set MSCOMPILE=cl /nologo /O2 /W3 /c /D_CRT_SECURE_NO_WARNINGS /I%SCHEME_H_DIR% @set MSLINK=link /nologo @set EXT_LIBS=..\ext\re\lib\re.lib ..\ext\t...
cd ..\src call msvcbuild.bat static cd ..\ext\re call msvcbuild.bat cd ..\..\ext\tsx call msvcbuild.bat cd ..\..\example @setlocal @set SCHEME_H_DIR=..\src @set MSCOMPILE=cl /nologo /O2 /W3 /c /D_CRT_SECURE_NO_WARNINGS /I%SCHEME_H_DIR% @set MSLINK=link /nologo @set EXT_LIBS=..\ext\re\lib\re.lib ..\ext\...
Fix typo in example's bat
Fix typo in example's bat
Batchfile
mit
ignorabimus/minischeme,ignorabimus/minischeme
dbfedea4b41d356cfa5a39454315957bf6535978
DeployOutput.cmd
DeployOutput.cmd
@ECHO OFF cd ..\picklesdoc.github.com rmdir Output /s /q echo D | xcopy ..\pickles\Output Output /e powershell -Command "(gc index_template.md) -replace 'VERSION_PLACEHOLDER', '%1' | Out-File -encoding ASCII index.md" cd ..\pickles
Add script for deploying documentation
Add script for deploying documentation
Batchfile
apache-2.0
blorgbeard/pickles,picklesdoc/pickles,blorgbeard/pickles,picklesdoc/pickles,magicmonty/pickles,ludwigjossieaux/pickles,dirkrombauts/pickles,magicmonty/pickles,dirkrombauts/pickles,picklesdoc/pickles,dirkrombauts/pickles,picklesdoc/pickles,magicmonty/pickles,blorgbeard/pickles,ludwigjossieaux/pickles,magicmonty/pickles,...
9d815c1e2acfb957d7a68d5c1956aab4150bc0c8
windows-install/win64/pack_github.bat
windows-install/win64/pack_github.bat
cd build md output copy *.exe output copy "c:\vcpkg\installed\x64-windows\bin\sqlite3.dll" output cd output windeployqt codequery.exe dir/b/a/s candle.exe -ext WixUIExtension -ext WixUtilExtension "..\..\windows-install\win64\codequery64.wxs" light.exe -ext WixUIExtension -ext WixUtilExtension codequery64.wixob...
set PATH=%PATH%;"%WIX%\bin" cd build md output copy *.exe output copy "c:\vcpkg\installed\x64-windows\bin\sqlite3.dll" output cd output windeployqt codequery.exe dir/b/a/s candle.exe -ext WixUIExtension -ext WixUtilExtension "..\..\windows-install\win64\codequery64.wxs" light.exe -ext WixUIExtension -ext WixUt...
Add Wix to env GHA
Add Wix to env GHA
Batchfile
mpl-2.0
ruben2020/codequery,ruben2020/codequery,ruben2020/codequery,ruben2020/codequery,ruben2020/codequery
e44c28029739162e9e5c0ab76f1931cce91b24be
builds/msvc/build/buildall.bat
builds/msvc/build/buildall.bat
@ECHO OFF ECHO. ECHO Downloading Libbitcoin Explorer dependencies from NuGet CALL nuget.exe install ..\vs2013\bitcoin-explorer\packages.config CALL nuget.exe install ..\vs2013\libbitcoin-explorer\packages.config CALL nuget.exe install ..\vs2013\libbitcoin-explorer-test\packages.config ECHO. CALL buildbase.bat ..\vs2013...
@ECHO OFF ECHO. ECHO Downloading Libbitcoin Explorer dependencies from NuGet CALL nuget.exe install ..\vs2013\bx\packages.config CALL nuget.exe install ..\vs2013\libbitcoin-explorer\packages.config CALL nuget.exe install ..\vs2013\libbitcoin-explorer-test\packages.config ECHO. CALL buildbase.bat ..\vs2013\libbitcoin-ex...
Update bx path for nuget refresh.
Update bx path for nuget refresh.
Batchfile
agpl-3.0
libtetcoin/libtetcoin-explorer,cancoin/libbitcoin-explorer,libmetrocoin/libmetrocoin-explorer,libmetrocoin/libmetrocoin-explorer,cancoin/libbitcoin-explorer,GroestlCoin/libgroestlcoin-explorer,libtetcoin/libtetcoin-explorer,tuomassiren/libbitcoin-explorer,tuomassiren/libbitcoin-explorer,GroestlCoin/libgroestlcoin-explo...
0bdbc6685ca1dd1844f442bf3caa02d65651ce06
scripts/windows/input/reprounzip-qt.bat
scripts/windows/input/reprounzip-qt.bat
@echo off "%~dp0\python2.7\Scripts\reprounzip-qt.exe" %*
@echo off set PATH=%~dp0;%PATH% "%~dp0\python2.7\Scripts\reprounzip-qt.exe" %*
Fix GUI not finding reprounzip on Windows
Fix GUI not finding reprounzip on Windows If running the GUI on Windows after installing from the installer, and opening a package by double-clicking (not browsing from the app), the GUI would fail with a "Couldn't find reprounzip command" message.
Batchfile
bsd-3-clause
ViDA-NYU/reprozip,ViDA-NYU/reprozip,ViDA-NYU/reprozip,ViDA-NYU/reprozip,ViDA-NYU/reprozip
3b7ac3da76c8a883a48938bf9505b7b27a851a8c
src/scripts/ci/setup_appveyor.bat
src/scripts/ci/setup_appveyor.bat
echo Current build setup MSVS="%MSVS%" PLATFORM="%PLATFORM%" TARGET="%TARGET%" if %MSVS% == 2013 call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2015 call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2017 call "%ProgramFil...
echo Current build setup MSVS="%MSVS%" PLATFORM="%PLATFORM%" TARGET="%TARGET%" if %MSVS% == 2015 call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM% if %MSVS%...
Remove VC2013 support from AppVeyor script
Remove VC2013 support from AppVeyor script
Batchfile
bsd-2-clause
randombit/botan,randombit/botan,webmaster128/botan,randombit/botan,randombit/botan,webmaster128/botan,webmaster128/botan,randombit/botan,webmaster128/botan,webmaster128/botan
b22e43bb707ce045588d65eab85ebde030551a0e
Builders/Windows/createWXSJavaFiles.bat
Builders/Windows/createWXSJavaFiles.bat
"%WIX%\bin\heat.exe" dir "..\..\..\..\..\Java" -ag -sfrag -dr "APPLICATIONFOLDER" -cg JavaFilesGroup -var var.JavaPath -out ..\..\..\javaFiles.wxs powershell -Command "(gc ..\..\..\javaFiles.wxs) -replace '<Component ', '<Component Win64=\"yes\" ' | Out-File ..\..\..\javaFiles.wxs" -encoding UTF8
Add a script to harvest the java files and create the wxs file
Add a script to harvest the java files and create the wxs file
Batchfile
apache-2.0
SpectraLogic/ds3_java_browser,SpectraLogic/ds3_java_browser,SpectraLogic/ds3_java_browser,SpectraLogic/ds3_java_browser
511351c10485b1a80f9dc3afa97b1cc17e69eef0
create-installer.bat
create-installer.bat
call mvn package jpackage --input .\target\ --main-jar mtg-workstation-%1.jar --name mtg-workstation --win-dir-chooser --win-menu --win-shortcut --icon src\main\resources\icon\icon.ico --app-version %1
Add script to generate installer
Add script to generate installer
Batchfile
mit
aroelke/deck-editor-java
aa40bc55d93933d0d62db0e93c5a4268a8d76f33
script/run-cmake.cmd
script/run-cmake.cmd
@echo off setlocal call :Main "%~f0" "%~dp0" "%~dp0.." goto :eof :Main set script_path=%~f1 set script_dir=%~f2 set repo_dir=%~f3 set build_dir=%repo_dir%\_build if exist "%build_dir%" ( rd /s /q "%build_dir%" ) mkdir "%build_dir%" cd /d "%build_dir%" cmake -G "Visual Studio 14 2015 Win64" ..
Create batch file for Windows
Create batch file for Windows
Batchfile
mit
rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates,rcook/ptool-templates