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
46d8789b6162a9792e871434d57332dba7134d68
clean.cmd
clean.cmd
@echo off pushd "%~dp0" for %%i in (Debug Release) do "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\msbuild" /target:Clean /p:Configuration=%%i src\NCrontab.sln popd
@"%~dp0build" /v:n /target:Clean
Clean script can simply delegate to build script
Clean script can simply delegate to build script
Batchfile
apache-2.0
petlof/ncrontab,vasiliy-vdovichenko/ncrontab,youniss2013/ncrontab,rog1039/ncrontab,amitapl/ncrontab,paulgmiller/ncrontab,bjorskog/ncrontab,paulgmiller/ncrontab,IntranetFactory/ncrontab,xingh/ncrontab,IntranetFactory/ncrontab,cyotek/ncrontab,klunwebale/ncrontab,xingh/ncrontab,joshberry/ncrontab,micheltol/ncrontab,devnar...
fdc10b44090b9da914ac721c94109485a7cc2362
Sphinx-Patch/Installer/1.9/Windows/install.bat
Sphinx-Patch/Installer/1.9/Windows/install.bat
@echo off SET version=v1.0.1 SET for_minecraft=1.9 SET for_realms=1.8.3 :: Minecraft path SET minecraft=%appdata%\.minecraft echo Sphinx Client Patch Installer %version% echo For Minecraft %for_minecraft%. echo For Realms %for_realms%. echo. :: Check to see if Minecraft can run Sphinx. echo Checking system require...
Add Windows Installer for Realms 1.9.
Add Windows Installer for Realms 1.9.
Batchfile
mit
mitchfizz05/Sphinx,mitchfizz05/Sphinx,mitchfizz05/Sphinx,mitchfizz05/Sphinx
405a9c4f2da4755b1e3f7158947d497595b72564
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\* 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 ..
PATH=C:\python26;C:\progra~1\7-zip;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 ..
Add Program Files\7-Zip to path
Add Program Files\7-Zip to path
Batchfile
apache-2.0
catap/namebench,jimmsta/namebench-1
d8efe3b82f2edf173d38dc311afc7d41a9b63d55
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 update to not include trailing backslash
Fix path update to not include trailing backslash
Batchfile
mit
chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagrant-installers,chrisroberts/vagrant-installers,mitchellh/vagrant-installers,chrisroberts/vagra...
f1e5bd42d61717964090cc0aaad307da2908bf8c
unit-tests-windows.bat
unit-tests-windows.bat
:: Run all unit tests @echo off setlocal EnableDelayedExpansion dir /b unit-tests > tempFile1 findstr /e /c:".py" tempFile1 > tempFile2 findstr /B /R /C:"[^__]" tempFile2 > tempFile3 del tempFile1 del tempFile2 set /A testIndex=1 for /F "tokens=*" %%A in (tempFile3) do ( echo|set /p=Test !testIndex!: echo %%~nA e...
Add unit testing script for Windows.
Add unit testing script for Windows.
Batchfile
bsd-3-clause
rosedu/robocheck,rosedu/robocheck,theostoican/robocheck,theostoican/robocheck,rosedu/robocheck,theostoican/robocheck
0eab576026de6baa9b87dd7b56093c07bdc4273e
Scripts/BuildGame.bat
Scripts/BuildGame.bat
@echo off rem ======================================================= rem Settings rem ======================================================= set Platform=Win64 set BuildMode=Development rem ======================================================= rem Release variables rem ==========================================...
@echo off rem ======================================================= rem Settings rem ======================================================= set Platform=Win64 set BuildMode=Development rem ======================================================= rem Release variables rem ==========================================...
Upgrade build script to include en-EN, fr-FR cultures
Upgrade build script to include en-EN, fr-FR cultures
Batchfile
bsd-3-clause
arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain
6d60d6d961f7f523d4ef03287a38a12597bfc2b7
mkDistribution.bat
mkDistribution.bat
@echo "mkDistribution v1.3" if exist current ( rmdir /s /q current ) mkdir current mkdir current\netcf-10 nant -t:netcf-1.0 -D:build.output.dir=current\netcf-10 -buildfile:sharpZLib.build build mkdir current\netcf-20 nant -t:netcf-2.0 -D:build.output.dir=current\netcf-20 -buildfile:sharpZLib.build build mkdir cur...
@echo "mkDistribution v1.4" if exist current ( rmdir /s /q current ) mkdir current mkdir current\netcf-10 nant -t:netcf-1.0 -D:build.output.dir=current\netcf-10 -buildfile:sharpZLib.build build mkdir current\netcf-20 nant -t:netcf-2.0 -D:build.output.dir=current\netcf-20 -buildfile:sharpZLib.build build mkdir cur...
Build help file before copying it!
Build help file before copying it!
Batchfile
mit
McNeight/SharpZipLib
d320fd5ce9878a0b62eae42e9964a8f7d6561d54
perl/08-pack.cmd
perl/08-pack.cmd
@echo off cd /D %~dp0 call settings.cmd call ..\unxutils.cmd cd dist\%ARCH% call pp -B -o psass.exe ^ -I ../../../blib/lib ^ -M Encode::Byte ^ -M List::MoreUtils::XS ^ -M List::MoreUtils::PP ^ -M Win32::ChangeNotify ^ -M Filesys::Notify::Simple ^ CSS-Sass-%RELVERSION%/bin/psass cd ..\.. REM tested...
@echo off cd /D %~dp0 call settings.cmd call ..\unxutils.cmd cd dist\%ARCH% call pp -B -o psass.exe ^ -I ../../../blib/lib ^ -M Encode::Byte ^ -M PerlIO::encoding ^ -M List::MoreUtils::XS ^ -M List::MoreUtils::PP ^ -M Win32::ChangeNotify ^ -M Filesys::Notify::Simple ^ CSS-Sass-%RELVERSION%/bin/psass ...
Add missing perl dependency for packer
Add missing perl dependency for packer
Batchfile
mit
mgreter/libsass-msi-installer,mgreter/libsass-msi-installer,mgreter/libsass-msi-installer
f438217234a0020a61499c0977d604c705e5db86
floppy/disablewinupdate.bat
floppy/disablewinupdate.bat
<!-- : @echo off echo ==^> Enabling updates for other products from Microsoft Update net stop wuauserv reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v EnableFeaturedSoftware /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\W...
<!-- : @echo off echo ==^> Enabling updates for other products from Microsoft Update net stop wuauserv reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v EnableFeaturedSoftware /t REG_DWORD /d 1 /f reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\W...
Disable updates on Windows 2008 R2 and Windows 7
Disable updates on Windows 2008 R2 and Windows 7
Batchfile
apache-2.0
boxcutter/windows,HirotakaKato/boxcutter-windows-ja,samepage-labs/windows-templates,TaylorMonacelli/boxcutter-windows,TaylorMonacelli/boxcutter-windows,MSumulong/windows,MSumulong/windows,ambakshi/windows,samepage-labs/windows-templates,quarkslab/windows,StefanScherer/windows,c-owens/windows,MYOB-Technology/packer-sqls...
0c531a17ab71812eaecb03de7c1b8c3ffadcaaae
alltests.cmd
alltests.cmd
call \ned\bin\switchpy 23 python setup.py develop nosetests call \ned\bin\switchpy 24 python setup.py develop nosetests call \ned\bin\switchpy 25 python setup.py develop nosetests call \ned\bin\switchpy 26 python setup.py develop nosetests
call \ned\bin\switchpy 23 python setup.py develop nosetests del coverage\tracer.pyd nosetests call \ned\bin\switchpy 24 python setup.py develop nosetests del coverage\tracer.pyd nosetests call \ned\bin\switchpy 25 python setup.py develop nosetests del coverage\tracer.pyd nosetests call \ned\bin\switchpy ...
Test the code without a C extension.
Test the code without a C extension.
Batchfile
apache-2.0
blueyed/coveragepy,jayhetee/coveragepy,nedbat/coveragepy,blueyed/coveragepy,7WebPages/coveragepy,hugovk/coveragepy,jayhetee/coveragepy,larsbutler/coveragepy,blueyed/coveragepy,7WebPages/coveragepy,hugovk/coveragepy,blueyed/coveragepy,larsbutler/coveragepy,larsbutler/coveragepy,nedbat/coveragepy,nedbat/coveragepy,hugovk...
400b45acb9d2471f8da63dd54e4c5a2301146e5c
MSBuild/SignAssembly.bat
MSBuild/SignAssembly.bat
@echo off set ildasmFolder=%~1 set ilasmFolder=%~2 set inputFolder=%~3 set inputFilename=%~4 set debug=%~5 mkdir tempSigning "%ildasmFolder%\sn.exe" -k tempSigning\keyPair.snk echo Key Written "%ildasmFolder%\ildasm.exe" "%inputFolder%\%inputFilename%" /out:"tempSigning\%inputFilename%.il" echo Disassembled "%ilasmFol...
Add bat to help sign unsigned dependencies
Add bat to help sign unsigned dependencies
Batchfile
apache-2.0
modulexcite/sql-scripts,red-gate/sql-scripts,red-gate/sql-scripts,modulexcite/sql-scripts,amaitland/sql-scripts,amaitland/sql-scripts,modulexcite/sql-scripts,amaitland/sql-scripts,red-gate/sql-scripts
21080c5e76237bb792520564514ee7a8e45d2db4
bin/vibe.cmd
bin/vibe.cmd
rem @echo off set VIBE_BIN=%~dps0 set LIBDIR=%VIBE_BIN%..\lib\win-i386 set BINDIR=%VIBE_BIN%..\lib\bin set LIBS="%LIBDIR%\event2.lib" "%LIBDIR%\eay.lib" "%LIBDIR%\ssl.lib" ws2_32.lib set EXEDIR=%TEMP%\.rdmd\source set START_SCRIPT=%EXEDIR%\vibe.cmd if NOT EXIST %EXEDIR% ( mkdir %EXEDIR% ) copy "%VIBE_BIN%*.dll" %EXED...
@echo off set VIBE_BIN=%~dps0 set LIBDIR=%VIBE_BIN%..\lib\win-i386 set BINDIR=%VIBE_BIN%..\lib\bin set LIBS="%LIBDIR%\event2.lib" "%LIBDIR%\eay.lib" "%LIBDIR%\ssl.lib" ws2_32.lib set EXEDIR=%TEMP%\.rdmd\source set START_SCRIPT=%EXEDIR%\vibe.cmd if NOT EXIST %EXEDIR% ( mkdir %EXEDIR% ) copy "%VIBE_BIN%*.dll" %EXEDIR% ...
Put back the @echo off..
Put back the @echo off..
Batchfile
mit
yannick/vibe.d,dkillebrew/vibe.d,mfrischknecht/vibe.d,chalucha/vibe.d,Yoplitein/vibe.d,veelo/vibe.d,Geod24/vibe.d,1100110/vibe.d,Kozzi11/vibe.d,cybevnm/vibe.d,Yoplitein/vibe.d,ColdenCullen/vibe.d,jkm/vibe.d,sigod/vibe.d,AndreyMZ/vibe.d,Yoplitein/vibe.d,alphaKAI/vibe.d,brianloveJesus/vibe.d,alphaKAI/vibe.d,etcimon/vibe....
a57a277d1b100d7f4c7198061763613969fbd4b3
bin/cake.bat
bin/cake.bat
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Cake is a Windows batch script for invoking CakePHP shell commands :: :: CakePHP(tm) : Rapid Development Framework (http://cakephp.org) :: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) :: :: Licensed under ...
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Cake is a Windows batch script for invoking CakePHP shell commands :: :: CakePHP(tm) : Rapid Development Framework (http://cakephp.org) :: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org) :: :: Licensed under ...
Remove an empty line output
Remove an empty line output Prevent to output an empty line before the XML declaration when a command is run using `--xml` option
Batchfile
mit
QoboLtd/project-template-cakephp,makallio85/fish-diary,makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,makallio85/fish-diary
8645768e94250f1b551cd50bb5eab4bd347b5833
DeleteModuleBinaries.cmd
DeleteModuleBinaries.cmd
@echo off REM Delete all compiled module binaries to force dynamic compilation (.csproj) to kick in set SRC=src\Orchard.Web\Modules for /f %%i in ('dir %SRC% /b /ad') do del /q %SRC%\%%i\bin\%%i.dll
Add utility to force dynamic compilation
Add utility to force dynamic compilation --HG-- branch : dev
Batchfile
bsd-3-clause
jerryshi2007/Orchard,enspiral-dev-academy/Orchard,bedegaming-aleksej/Orchard,planetClaire/Orchard-LETS,austinsc/Orchard,cooclsee/Orchard,dburriss/Orchard,armanforghani/Orchard,Serlead/Orchard,asabbott/chicagodevnet-website,marcoaoteixeira/Orchard,alejandroaldana/Orchard,xiaobudian/Orchard,vard0/orchard.tan,Lombiq/Orcha...
f0d4fccdc2fd7d89c7d7cdeac350faa384652bc5
build_tools/jenkins_win_build.bat
build_tools/jenkins_win_build.bat
set PYTHON=C:\Python27\python set EASY_INSTALL=c:\python27\scripts\easy_install.exe set NEXUSDIR="C:\Program Files (x86)\NeXus Data Format\" set PATH=C:\Python27;C:\Python27\Scripts;C:\mingw\bin;%PATH% cd %WORKSPACE% %PYTHON% check_packages.py cd %WORKSPACE% python setup.py build -cmingw32 cd %WORKSPACE% python...
set PYTHON=C:\Python27\python set EASY_INSTALL=c:\python27\scripts\easy_install.exe set NEXUSDIR="C:\Program Files (x86)\NeXus Data Format\" set PATH=C:\Python27;C:\Python27\Scripts;C:\mingw\bin;%PATH% set PYLINT=c:\python27\scripts\pylint cd %WORKSPACE% %PYTHON% check_packages.py cd %WORKSPACE% python setup.py bu...
Update new windows build script
Update new windows build script
Batchfile
bsd-3-clause
lewisodriscoll/sasview,SasView/sasview,lewisodriscoll/sasview,lewisodriscoll/sasview,lewisodriscoll/sasview,SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview,SasView/sasview,lewisodriscoll/sasview
cd5e6df04f580851b4a0699c1f9136168639ed55
windows/env.bat
windows/env.bat
:: Copyright 2015 Rouslan Solomakhin :: :: Licensed under the Apache License, Version 2.0 (the "License") :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or...
:: Copyright 2015 Rouslan Solomakhin :: :: Licensed under the Apache License, Version 2.0 (the "License") :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or...
Add maven path on windows.
Add maven path on windows.
Batchfile
apache-2.0
rsolomakhin/dotfiles
9d50928df191ff0dff9a43232acedd6252ac62a2
Test_all_compilers.bat
Test_all_compilers.bat
@SET SUBDIR=%~dp0 @cd %SUBDIR% @ctest -V -S test.cmake @SET PATH=C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin;%PATH% @ctest -V -S test.cmake
Add batch script to test 64bit and 32bit MSVC from the terminal
Add batch script to test 64bit and 32bit MSVC from the terminal
Batchfile
bsd-3-clause
VcDevel/Vc,chr-engwer/Vc,VcDevel/Vc,VcDevel/Vc,VcDevel/Vc,chr-engwer/Vc,chr-engwer/Vc
cefb1557258add38bb75e6d7e02985ca38a3c9e9
recipes/genesis2/bld.bat
recipes/genesis2/bld.bat
copy mpi.f.single mpi.f copy mpif.h.single mpif.h if errorlevel 1 exit 1 flang -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi....
copy mpi.f.single mpi.f copy mpif.h.single mpif.h if errorlevel 1 exit 1 flang -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi....
Remove errorlevel 1 after compile to be able to print the errors.
Remove errorlevel 1 after compile to be able to print the errors.
Batchfile
bsd-3-clause
goanpeca/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,SylvainCorlay/staged-recipes,SylvainCorlay/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-re...
0a07f8614808073692779108c5c4955167070cab
BUILD.cmd
BUILD.cmd
@echo off REM This build script allows you to build the TTR Mouse Click Simulator. REM For information about prerequisites, see the Wiki page at REM https://github.com/TTExtensions/MouseClickSimulator/wiki/Running-the-Simulator SetLocal ENABLEDELAYEDEXPANSION REM Change the working directory to the script's director...
@echo off REM This build script allows you to build the TTR Mouse Click Simulator. REM For information about prerequisites, see the Wiki page at REM https://github.com/TTExtensions/MouseClickSimulator/wiki/Running-the-Simulator SetLocal ENABLEDELAYEDEXPANSION REM Change the working directory to the script's director...
Use quotation marks for path parameters.
Follow-Up: Use quotation marks for path parameters.
Batchfile
mit
TTExtensions/MouseClickSimulator
ae63ff601f0d7902a8c6c988ba333180c1f6c45f
ui/build.bat
ui/build.bat
@echo off mkdir public\compiled set ts_apps=common chess ceval game tree for %%t in (%ts_apps%) do @( call echo Building TypeScript: %%t call cd ui\%%t call yarn install --non-interactive call yarn run compile --non-interactive call cd ..\.. ) set apps=site chat challenge notify learn insight edito...
@echo off mkdir public\compiled set ts_apps=common chess ceval game tree for %%t in (%ts_apps%) do @( call echo Building TypeScript: %%t call cd ui\%%t call yarn install --non-interactive call yarn run compile --non-interactive call cd ..\.. ) set apps=site chat challenge notify learn insight ed...
Replace a tab with 4 spaces
Replace a tab with 4 spaces
Batchfile
agpl-3.0
luanlv/lila,luanlv/lila,arex1337/lila,arex1337/lila,arex1337/lila,luanlv/lila,luanlv/lila,arex1337/lila,luanlv/lila,arex1337/lila,luanlv/lila,arex1337/lila,luanlv/lila,arex1337/lila
2ab010891bbf6539c20f5a2aee6b93a77fc19af1
bin/hubot.cmd
bin/hubot.cmd
@echo off rem installer bug. http://stackoverflow.com/a/25095327 mkdir "%APPDATA%\npm" > NUL 2>&1 set PATH=node_modules\.bin;node_modules\lisb-hubot\node_modules\.bin;%PATH% call npm install for /f "delims=\" %%i in ("%CD%") do set UID=%%i if "%REDIS_URL%" = "" ( set REDIS_URL=redis://localhost:6379/%UID% ) if "...
@echo off rem installer bug. http://stackoverflow.com/a/25095327 mkdir "%APPDATA%\npm" > NUL 2>&1 set PATH=node_modules\.bin;node_modules\lisb-hubot\node_modules\.bin;%PATH% call npm install for /f "delims=\" %%i in ("%CD%") do set UID=%%i if "%REDIS_URL%" == "" ( set REDIS_URL=redis://localhost:6379/%UID% ) if ...
Fix the condition to compare strings in the script on Windows.
Fix the condition to compare strings in the script on Windows.
Batchfile
mit
lisb/daab-starter,lisb/daab-starter,lisb/daab-starter
f09aed595e780aeb8ab2fdf2bfb698727f7e2d3b
recipes/openmeeg/bld.bat
recipes/openmeeg/bld.bat
set CMAKE_CONFIG=Release mkdir build_%CMAKE_CONFIG% pushd build_%CMAKE_CONFIG% cmake -G "NMake Makefiles" ^ -DCMAKE_BUILD_TYPE:STRING=%CMAKE_CONFIG% ^ -DBLA_VENDOR:STRING=OpenBLAS ^ -DENABLE_PYTHON:BOOL=ON ^ -DBUILD_DOCUM...
set CMAKE_CONFIG=Release mkdir build_%CMAKE_CONFIG% pushd build_%CMAKE_CONFIG% cmake -G "NMake Makefiles" ^ -DCMAKE_BUILD_TYPE:STRING=%CMAKE_CONFIG% ^ -DBLA_VENDOR:STRING=OpenBLAS ^ -DENABLE_PYTHON:BOOL=ON ^ -DCMAKE_INSTA...
Set install prefix in windows
Set install prefix in windows
Batchfile
bsd-3-clause
mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes,jakirkham/staged-recipes,mcs07/staged-recipes,birdsarah/staged-recipes,goanpeca/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,barkls/staged-recipes,basnijholt/staged-recipes,ceholden/staged-recipes,ceholden/staged-reci...
f55d7c37bbb4f9bc061866a17c30868efb97b131
Build.bat
Build.bat
SETLOCAL SET Version=2.5.0 SET Prerelease=auto @SET Config=%1% @IF [%1] == [] SET Config=Debug IF NOT DEFINED VisualStudioVersion CALL "%VS140COMNTOOLS%VsDevCmd.bat" || ECHO ERROR: Cannot find Visual Studio 2015, missing VS140COMNTOOLS variable. && GOTO Error0 @ECHO ON REM Updating the version of all proje...
SETLOCAL SET Version=2.5.0 SET Prerelease=auto @SET Config=%1% @IF [%1] == [] SET Config=Debug IF NOT DEFINED VisualStudioVersion CALL "%VS140COMNTOOLS%VsDevCmd.bat" || ECHO ERROR: Cannot find Visual Studio 2015, missing VS140COMNTOOLS variable. && GOTO Error0 @ECHO ON REM Updating the version of all proje...
Set Powershell ExecutionPolicy for build.
Set Powershell ExecutionPolicy for build.
Batchfile
agpl-3.0
bantolov/Rhetos,kmeze/Rhetos
a5f44738f90d9e07723d9f9699eaf089ad4880da
test/deploy.bat
test/deploy.bat
mkdir mage composer install rem Actions after deploy (database creation, files copy, etc) copy ..\src\app\etc\nmmlm mage\app\etc
mkdir mage composer install rem Actions after deploy (database creation, files copy, etc) xcopy ..\src\app\etc\nmmlm mage\app\etc\nmmlm /E /Y /I
Deploy script changed from copy to xcopy
Deploy script changed from copy to xcopy
Batchfile
mit
praxigento/mage_ext_log4php
38dac057a18fd66c4c741b7cb57f05b911ffcfcf
build.bat
build.bat
@echo Off set config=%1 if "%config%" == "" ( set config=Release ) set version=1.0.0 if not "%PackageVersion%" == "" ( set version=%PackageVersion% ) set nuget= if "%nuget%" == "" ( set nuget=nuget ) %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild Bot.Messenger.sln /p:Configuration="%conf...
@echo Off set config=%1 if "%config%" == "" ( set config=Release ) set version=1.0.0 if not "%PackageVersion%" == "" ( set version=%PackageVersion% ) set nuget= if "%nuget%" == "" ( set nuget=nuget ) %programfiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe Bot.Messenger.sln /p:Configuration="%config%" /m /v:M /fl /f...
Build commant updated to target MSBuild\14.0
Build commant updated to target MSBuild\14.0
Batchfile
mit
olisamaduka/Bot.Messenger
a0e44ef32b35b6be70b0efa56d2e7a5fc9b8297b
build.cmd
build.cmd
@ECHO OFF :: Note: We've disabled node reuse because it causes file locking issues. :: The issue is that we extend the build with our own targets which :: means that that rebuilding cannot successully delete the task :: assembly. "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /nologo ...
@ECHO OFF :: Note: We've disabled node reuse because it causes file locking issues. :: The issue is that we extend the build with our own targets which :: means that that rebuilding cannot successfully delete the task :: assembly. "%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" /nologo...
Replace individual parameters with wildcard
Replace individual parameters with wildcard It's not that we ever want to pass more than ten arguments; it's about the fact that we'd like to be able to pass arguments like this: .\build.cmd /p:OutDir='D:\test\' Using individual arguments, MSBuild is called like this: MSBuild.exe /p:OutDir D:\test\ That's ...
Batchfile
mit
terrajobst/nquery-vnext
e7cd56bf8a732e3a7149c31ef4a6703ad31440e2
scripts/runme.bat
scripts/runme.bat
@echo off .\choosenim\choosenim.exe stable --firstInstall for /f "delims=" %%a in ('.\choosenim\choosenim.exe --getNimbleBin') do @set NIMBLEBIN=%%a copy .\choosenim\choosenim.exe "%NIMBLEBIN%\choosenim.exe" echo Work finished. echo Now you must ensure that the Nimble bin dir is in your PATH: ...
Add bat script that is added into choosenim zip release.
Add bat script that is added into choosenim zip release.
Batchfile
bsd-3-clause
dom96/choosenim
13d18b4b2857f668c1651c6ab011ca7b434be096
BuildPackage/BuildOne.bat
BuildPackage/BuildOne.bat
@ECHO OFF ECHO. ECHO =============================================================== ECHO. ECHO Building: %1 ECHO. ECHO =============================================================== ECHO. Call "C:\Program Files (x86)\MSBuild\12.0\Bin\MsBuild.exe" %1 /p:Configuration=Release /p:PostBuildEvent=
@ECHO OFF ECHO. ECHO =============================================================== ECHO. ECHO Building: %1 ECHO. ECHO =============================================================== ECHO. Call "C:\Program Files (x86)\MSBuild\12.0\Bin\MsBuild.exe" %1 /p:Configuration=Release /consoleloggerparameters:Summary;ErrorsOnl...
Build Parameters (less logging in console)
Build Parameters (less logging in console) Just turn the logging down for the build
Batchfile
mpl-2.0
Vrijdagonline/uSync,lucasch/uSync,Vrijdagonline/uSync,lucasch/uSync,Vrijdagonline/uSync,lucasch/uSync
86c72bcbcfc9a6a25734262e383e288c9e4372c8
src/DiffEngine/inst64.bat
src/DiffEngine/inst64.bat
call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" nmake dir WIN2000_DEBUG\*.exe copy WIN2000_DEBUG\*.exe ..\Bin\ pause
call "%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat" nmake nodebug=1 dir WIN2000_DEBUG\*.exe copy WIN2000_DEBUG\*.exe ..\Bin\ pause
Use RETAIL mode for Python Library Issues
Use RETAIL mode for Python Library Issues
Batchfile
bsd-3-clause
jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim
b0fd6ba0e619d6d4fd0498f732c303aeaad2c062
webkit/build/JSConfig/prebuild.bat
webkit/build/JSConfig/prebuild.bat
@echo off setlocal set OUTDIR=%1 set JSENG=%2 set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 :: Ensure that the cygwin mount points are defined CALL %CYGWIN_ROOT%setup_mount.bat > NUL bash -x ...
@echo off setlocal set OUTDIR=%1 set JSENG=%2 set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files :: Fix cp.exe on vista: without this flag, the files that it creates are not accessible. set CYGWIN=nontsec set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\s...
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security on top of NTFS.
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security on top of NTFS. BUG=1157117 git-svn-id: http://src.chromium.org/svn/trunk/src@40 4ff67af0-8c30-449e-8e8b-ad334ec8d88c Former-commit-id: 3f3a345fa4a4849ac50b16979cde53f6dd26d163
Batchfile
bsd-3-clause
meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-ux/meego-app-browser,meego-tablet-u...
1a5778a2e79c72be212b7b34b347ccf3edcc6267
startall.bat
startall.bat
start nodemon SimulationManager/server.js start nodemon FloodSim/server.js start nodemon CriticalObjectSim/server.js start nodemon ElectricalNetworkSim/server.js start nodemon HazardousObjectSim/server.js start nodemon RoadSim/server.js start nodemon CommunicationSim/server.js
Add script to start all services at once.
Add script to start all services at once.
Batchfile
mit
TNOCS/SimulationService,TNOCS/SimulationService,TNOCS/SimulationService
5c0ea803d6583da54cc30a30e472a1c50accbe1c
tools/rails/bin/jruby.bat
tools/rails/bin/jruby.bat
@ECHO OFF set GO_ROOT=%~dp0\..\..\.. set JRUBY_BASE=%GO_ROOT%\tools\jruby-1.7.11 set SERVER_ROOT=%GO_ROOT%\server set RAILS_ROOT=%SERVER_ROOT%\webapp\WEB-INF\rails.new set GEM_HOME=%RAILS_ROOT%\vendor\bundle\jruby\1.9 set GEM_PATH=%JRUBY_BASE%\lib\ruby\gems\shared;%GEM_HOME% set PATH=%JRUBY_BASE%\bin;%PATH% set JRUBY_...
@ECHO OFF set GO_ROOT=%~dp0\..\..\.. set JRUBY_BASE=%GO_ROOT%\tools\jruby-1.7.11 set SERVER_ROOT=%GO_ROOT%\server set RAILS_ROOT=%SERVER_ROOT%\webapp\WEB-INF\rails.new set GEM_HOME=%RAILS_ROOT%\vendor\bundle\jruby\1.9 set GEM_PATH=%JRUBY_BASE%\lib\ruby\gems\shared;%GEM_HOME% set PATH=%JRUBY_BASE%\bin;%PATH% set JRUBY_...
Append to JRUBY_OPTS instead of overriding it
Append to JRUBY_OPTS instead of overriding it
Batchfile
apache-2.0
tomzo/gocd,tomzo/gocd,arvindsv/gocd,ibnc/gocd,aj-jaswanth/gocd,stevem999/gocd,stevem999/gocd,MFAnderson/gocd,varshavaradarajan/gocd,marques-work/gocd,Skarlso/gocd,jyotisingh/gocd,kyleolivo/gocd,gocd/gocd,tomzo/gocd,varshavaradarajan/gocd,varshavaradarajan/gocd,sghill/gocd,Skarlso/gocd,aj-jaswanth/gocd,ketan/gocd,bdpipa...
761000c77088d6f588afaf505ea76083e70c5318
start_archiver_access_cmd.bat
start_archiver_access_cmd.bat
setlocal 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 %PYTHON% %MYDIRBLOCK%ArchiverAccess\archiver_access.py
@echo off setlocal 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 %PYTHONW% %MYDIRBLOCK%ArchiverAccess\archiver_access.py
Put back echo and python
Put back echo and python
Batchfile
bsd-3-clause
ISISComputingGroup/EPICS-inst_servers,ISISComputingGroup/EPICS-inst_servers
c3dd5f600879279191ada8749c4c9c6e0a965a8a
virtualenv_install.bat
virtualenv_install.bat
@ECHO OFF :: Performs necessary setup steps to allow the use of :: virtualenv commands such as "mkvirtualenv [ENV_NAME]" :: for creating and using Python virtual environments. python -m pip install --upgrade virtualenv python -m pip install --upgrade virtualenvwrapper-win echo "" echo "" echo "*** You may now use virt...
@ECHO OFF :: Performs necessary setup steps to allow the use of :: virtualenv commands such as "mkvirtualenv [ENV_NAME]" :: for creating and using Python virtual environments. python -m pip install --upgrade virtualenv python -m pip install --upgrade virtualenvwrapper-win echo: echo: echo: *** You may now use virtuale...
Fix echo commands in a virtualenv Windows batch file
Fix echo commands in a virtualenv Windows batch file
Batchfile
mit
mdmintz/SeleniumBase,seleniumbase/SeleniumBase,seleniumbase/SeleniumBase,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/SeleniumBase,mdmintz/SeleniumBase,mdmintz/seleniumspot,mdmintz/seleniumspot,seleniumbase/SeleniumBase
88c6b55756c54f15ab1a994b2245766afe4e2250
ktransw.cmd
ktransw.cmd
@echo off python "%~dp0\ktransw.py" %*
@echo off REM REM Copyright (c) 2016, G.A. vd. Hoorn REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by ...
Add missing license to wrapper batch.
Add missing license to wrapper batch.
Batchfile
apache-2.0
gavanderhoorn/ktransw_py
dfdee8062308d21faef4df9f87dcd916968b0d6d
Resources/role_template/bin/symfony_cache_clear.cmd
Resources/role_template/bin/symfony_cache_clear.cmd
@echo off cd "%~dp0" IF EXIST ..\composer.json IF NOT EXIST ..\vendor\.composer ( ECHO Composer installing vendors... >> ..\startup-tasks-log.txt 'D:\Program Files (x86)\PHP\v5.3\php.exe' ..\bin\composer.phar install ECHO Vendors installed >> ..\startup-tasks-log.txt ) ECHO Starting Symfony Set...
@echo off cd "%~dp0" ECHO Starting Symfony Setup... >> ..\startup-tasks-log.txt 'D:\Program Files (x86)\PHP\v5.3\php.exe' ..\app\console --env=prod cache:clear ECHO Symfony Cache warmed up >> ..\startup-tasks-log.txt
Remove composer optimization as this doesnt work at the moment.
Remove composer optimization as this doesnt work at the moment.
Batchfile
mit
beberlei/AzureDistributionBundle,beberlei/AzureDistributionBundle
4c18b5b14fde052135cb913faf7c6d9b4c1e0916
build.bat
build.bat
@echo off if "%1" == "build" goto build if "%1" == "tar" goto zip if "%1" == "zip" goto zip goto eof :build electron-packager . %npm_package_name% --platform=all --arch=x64 --version=%npm_package_electronVersion% --out=build --ignore="(build|node_modules)" --app-version="%npm_package_version%" --version-string.File...
@echo off if "%1" == "build" goto build if "%1" == "tar" goto zip if "%1" == "zip" goto zip goto eof :build electron-packager . %npm_package_name% --platform=all --arch=x64 --version=%npm_package_electronVersion% --out=build --ignore="(build|node_modules)" --app-version="%npm_package_version%" --version-string.File...
Delete old zip files before zip process
Delete old zip files before zip process
Batchfile
mit
dogancelik/atomic-tweetdeck
90b3ba448b1a5864b844b25fbb385f2d28f208d4
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...
Add script for studio with plugin running
Add script for studio with plugin running
Batchfile
apache-2.0
YaccConstructor/YaccConstructor,Albiglittle/YaccConstructor,nbIxMaN/YaccConstructor,nbIxMaN/YaccConstructor,YaccConstructor/YaccConstructor,fedorovr/YaccConstructor,Albiglittle/YaccConstructor,nbIxMaN/YaccConstructor,fedorovr/YaccConstructor,YaccConstructor/YaccConstructor,fedorovr/YaccConstructor,Albiglittle/YaccConst...
d754a0c478db3632d1dd490f62f33542c554fe5f
kokoro/release/csharp/windows/build_nuget.bat
kokoro/release/csharp/windows/build_nuget.bat
@rem enter repo root cd /d %~dp0\..\..\..\.. cd csharp @rem see what dotnet version is available dotnet --version @rem TODO(jtattermusch): Kokoro workers currently only have dotnet SDK 2.1.3 @rem so we just overwrite the SDK requirement in global.json as the results @rem should be fully compatible. echo { "sdk": { "...
@rem enter repo root cd /d %~dp0\..\..\..\.. cd csharp call build_packages.bat
Revert "overcome the global.json constraint with a hack"
Revert "overcome the global.json constraint with a hack" This reverts commit c02346c72aafd1826b0397dbbce4ce04bf252f50.
Batchfile
bsd-3-clause
google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf,google/protobuf
dab0ce93f2ba6708e05f10e209b09915404bc89f
Bin/DarunGrim3/CopySrc.bat
Bin/DarunGrim3/CopySrc.bat
REM Start copying files mkdir Src xcopy /D /S /I /Y ..\..\Src\UI\Web\*.py Src\ xcopy /D /S /I /Y ..\..\Src\UI\Web\*.bat Src\ xcopy /D /S /I /Y ..\..\Src\UI\Web\data Src\data xcopy /D /S /I /Y "..\..\Src\Bin Collector\*.py" Src\ xcopy /D /S /I /Y "..\..\Src\Diff Inspector\*.py" Src\ xcopy /D /S /I /Y "..\..\Src...
REM Start copying files mkdir Src xcopy /D /S /I /Y ..\..\Src\UI\Web\*.py Src\ xcopy /D /S /I /Y ..\..\Src\UI\Web\*.bat Src\ xcopy /D /S /I /Y ..\..\Src\UI\Web\data Src\data xcopy /D /S /I /Y "..\..\Src\Bin Collector\*.py" Src\ xcopy /D /S /I /Y "..\..\Src\Diff Inspector\*.py" Src\ xcopy /D /S /I /Y "..\..\Src...
Use copy for configuration file copy
Use copy for configuration file copy
Batchfile
bsd-3-clause
jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim
9299c1dc0eb89b2c39fd13eb9fa0a1b99ba77fad
floppy/zz-start-sshd.cmd
floppy/zz-start-sshd.cmd
@setlocal EnableDelayedExpansion EnableExtensions @for %%i in (%~dp0\_packer_config*.cmd) do @call "%%~i" @if defined PACKER_DEBUG (@echo on) else (@echo off) if not defined PACKER_SERVICES set PACKER_SERVICES=opensshd sshd BvSshServer winrm title Starting services: %PACKER_SERVICES%. Please wait... :: Intentionally...
@setlocal EnableDelayedExpansion EnableExtensions @for %%i in (%~dp0\_packer_config*.cmd) do @call "%%~i" @if defined PACKER_DEBUG (@echo on) else (@echo off) if not defined PACKER_SERVICES set PACKER_SERVICES=opensshd sshd BvSshServer winrm title Starting services: %PACKER_SERVICES%. Please wait... :: Intentionally...
Configure winrm service to autostart
Configure winrm service to autostart Fixes #19
Batchfile
apache-2.0
TaylorMonacelli/boxcutter-windows,MSumulong/windows,StefanScherer/windows,samepage-labs/windows-templates,samepage-labs/windows-templates,ambakshi/windows,c-owens/windows,StefanScherer/windows,TaylorMonacelli/boxcutter-windows,c-owens/windows,StefanScherer/windows,boxcutter/windows,boxcutter/windows,MSumulong/windows,T...
6fa911cc27acb513f9734623ea50082ef0f64510
src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/generate.cmd
src/ResourceManagement/Storage/Microsoft.Azure.Management.Storage/generate.cmd
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: :: https://github.com/Azure/azure-rest-api-specs/commits/master @echo off set autoRestVersion=0.16.0-Nightly20160406 if "%1" == "" ( set specFile="https://raw.githubusercontent.com/Azure/azur...
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: @echo off set autoRestVersion=0.16.0-Nightly20160406 if "%1" == "" ( set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-storage/2015-06-15/swagger/storage.js...
Undo unintentional change to storage project
Undo unintentional change to storage project
Batchfile
mit
hyonholee/azure-sdk-for-net,yugangw-msft/azure-sdk-for-net,AzureAutomationTeam/azure-sdk-for-net,brjohnstmsft/azure-sdk-for-net,r22016/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,pilor/azure-sdk-for-net,MichaelCommo/azure-sdk-for-net,ayeletshpigelman/azure-sdk-for-net,mihymel/azure-sdk-for...
23b163edf7fdf01819eb9b7a04ca19bfaab5e011
v2/bin/sdownload.cmd
v2/bin/sdownload.cmd
@rem Schema downloader @rem @rem Tool to download schemas. @echo off setlocal if "%XMLBEANS_HOME%" EQU "" (set XMLBEANS_HOME=%~dp0..) set cp= set cp=%cp%;%XMLBEANS_HOME%\build\ar\xbean.jar java -classpath %cp% org.apache.xmlbeans.impl.tool.SchemaResourceManager %* :done
@rem Schema downloader @rem @rem Tool to download schemas. @echo off setlocal if "%XMLBEANS_HOME%" EQU "" (set XMLBEANS_HOME=%~dp0..) set cp= set cp=%cp%;%XMLBEANS_HOME%\build\ar\xbean.jar set cp=%cp%;%XMLBEANS_HOME%\build\lib\jsr173_api.jar set cp=%cp%;%XMLBEANS_HOME%\build\lib\resolver.jar java -classpath %cp% o...
Fix for sDownload tool. Added correct v2 classpath entries. Submitted by: Jacob Danner
Fix for sDownload tool. Added correct v2 classpath entries. Submitted by: Jacob Danner git-svn-id: 297cb4147f50b389680bb5ad136787e97b9148ae@111095 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
crow-misia/xmlbeans,crow-misia/xmlbeans,crow-misia/xmlbeans
22068626df4fd6cdf2387e424b14cc904299b04a
bin/iban-check.cmd
bin/iban-check.cmd
@echo off rem %~dp0 returns the absolute path where the current script is. We just append 'iban-check' to it, and forward all the arguments with %* ruby "%~dp0iban-check" %*
Add batch file for Windows support
Add batch file for Windows support
Batchfile
mit
LTe/iban-check
3f3a345fa4a4849ac50b16979cde53f6dd26d163
webkit/build/JSConfig/prebuild.bat
webkit/build/JSConfig/prebuild.bat
@echo off setlocal set OUTDIR=%1 set JSENG=%2 set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32 :: Ensure that the cygwin mount points are defined CALL %CYGWIN_ROOT%setup_mount.bat > NUL bash -x ...
@echo off setlocal set OUTDIR=%1 set JSENG=%2 set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\ set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files :: Fix cp.exe on vista: without this flag, the files that it creates are not accessible. set CYGWIN=nontsec set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\s...
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security on top of NTFS.
Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security on top of NTFS. BUG=1157117 git-svn-id: dd90618784b6a4b323ea0c23a071cb1c9e6f2ac7@40 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
Batchfile
bsd-3-clause
wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser,wistoch/meego-app-browser
f3f37b20bde0243bc4bf26939767ae97f5be9898
tensorflow/tools/ci_build/windows/cpu/cmake/run_py.bat
tensorflow/tools/ci_build/windows/cpu/cmake/run_py.bat
:: This script assumes the standard setup on tensorflow Jenkins windows machines. :: It is NOT guaranteed to work on any other machine. Use at your own risk! :: :: REQUIREMENTS: :: * All installed in standard locations: :: - JDK8, and JAVA_HOME set. :: - Microsoft Visual Studio 2015 Community Edition :: - Msys2 :...
:: This script assumes the standard setup on tensorflow Jenkins windows machines. :: It is NOT guaranteed to work on any other machine. Use at your own risk! :: :: REQUIREMENTS: :: * All installed in standard locations: :: - JDK8, and JAVA_HOME set. :: - Microsoft Visual Studio 2015 Community Edition :: - Msys2 :...
Update name of PIP package
Update name of PIP package The consolidated `setup.py` uses a different name for the PIP package, and this was causing tests to fail.
Batchfile
apache-2.0
code-sauce/tensorflow,nightjean/Deep-Learning,davidzchen/tensorflow,lukeiwanski/tensorflow,jhaux/tensorflow,chenjun0210/tensorflow,ageron/tensorflow,benoitsteiner/tensorflow-xsmm,cxxgtxy/tensorflow,alsrgv/tensorflow,abhitopia/tensorflow,nolanliou/tensorflow,benoitsteiner/tensorflow-opencl,kevin-coder/tensorflow-fork,as...
7e500274309179569525f7536d71286a8d3caa5a
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 for the pdf file
Build header and footer for the pdf file
Batchfile
mit
fan-jiang/Dujing
c491be733fc1f2c169574665d227e9585c8876a7
ci/test-win.bat
ci/test-win.bat
setlocal EnableDelayedExpansion echo Running Windows build and testscript %~dp0..\matlab\CIBuildAndTest.m echo Path: %PATH% set MATCOMMAND="try, run('%~dp0..\matlab\CIBuildAndTest.m'), catch ex, system(['ECHO Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" "C:\Program Files\MATLAB\R2015b\bin...
setlocal EnableDelayedExpansion echo Running Windows build and testscript %~dp0..\matlab\CIBuildAndTest.m echo Path: %PATH% set MATCOMMAND="try, run('%~dp0..\matlab\CIBuildAndTest.m'), catch ex, system(['ECHO Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" "C:\Program Files\MATLAB\R2015b\bin...
Add file check before printing log file
Add file check before printing log file
Batchfile
bsd-3-clause
gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg
5d29c604e0c7b974fe0d26e8842d1ad17f1c9894
deploy-sync.bat
deploy-sync.bat
::I use PortableGit\bin in PATH git init ::Ensure we have these for the next step git checkout master && git commit -a -m "Deployment" && git push ::Switch to gh-pages, pull from master, commit, then switch back to master. git checkout gh-pages && git checkout master psdle*.js && git checkout master psdle.xpi && git co...
::I use PortableGit\bin in PATH git init ::Ensure we have these for the next step git checkout master && git commit -a -m "Deployment" && git push ::Switch to gh-pages, pull from master, commit, then switch back to master. git checkout gh-pages && git checkout master psdle*.js && git commit -a -m "Sync with master." &&...
Deploy - Remove XPI checkout to gh-pages
Deploy - Remove XPI checkout to gh-pages
Batchfile
mit
RePod/psdle
479bb9caeaf45a95bf905b14373da50b3b7da718
Publish.bat
Publish.bat
@echo off dotnet pack src/AspectCore.Lite.Abstractions --configuration Release --output packages dotnet pack src/AspectCore.Lite.Abstractions.Generator --configuration Release --output ../packages dotnet pack src/AspectCore.Lite.Abstractions.Resolution --configuration Release --output packages dotnet pack src/AspectCor...
Add publish.bat to push packages to vnext nuget server
Add publish.bat to push packages to vnext nuget server
Batchfile
mit
AspectCore/AspectCore-Framework,AspectCore/Abstractions,AspectCore/AspectCore-Framework,AspectCore/Lite
ac482da5aa1aa49d18ed6b79a1f9497ec635e85a
build/test.cmd
build/test.cmd
@echo off cd build nuget restore packages.config -PackagesDirectory . cd .. build\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet.exe" -targetargs:"test tests\LineBot.Tests\LineBot.Tests.csproj --no-build -c release /p:codecov=true" -register:user -threshold:10 -oldStyle -safemode:off -output:.\LineBo...
@echo off cd build nuget restore packages.config -PackagesDirectory . cd .. build\OpenCover.4.6.519\tools\OpenCover.Console.exe -target:"dotnet.exe" -targetargs:"test tests\LineBot.Tests\LineBot.Tests.csproj --no-build -c release /p:codecov=true" -register:user -threshold:10 -oldStyle -safemode:off -output:.\LineBo...
Make sure codecov can understand ExcludeFromCodeCoverage.
Make sure codecov can understand ExcludeFromCodeCoverage.
Batchfile
apache-2.0
dlemstra/line-bot-sdk-dotnet,dlemstra/line-bot-sdk-dotnet
47c785f4b8c92ea22df727787bb0246ba6caea01
.ci/script.bat
.ci/script.bat
echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=amd64 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" -test cd dist/msvc-compatible cl *.c /I ../kremlin/include /I . /I ../kremlin/kremlib/di...
echo off call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" -host_arch=amd64 -arch=amd64 call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\Tools\VsDevCmd.bat" -test cd dist/msvc-compatible cl *.c /I ../kremlin/include /I . /I ../kremlin/kremlib/di...
Fix syntax of for loops in batch files
Fix syntax of for loops in batch files
Batchfile
apache-2.0
mitls/hacl-star,mitls/hacl-star,mitls/hacl-star,mitls/hacl-star,mitls/hacl-star,mitls/hacl-star,mitls/hacl-star,mitls/hacl-star,mitls/hacl-star
b768be48f5df87c13f2954543c941b7e9c84b8cf
msvc-scripts/process.bat
msvc-scripts/process.bat
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.12/ < src\libsodium\include\sodium\version.h.in > tmp cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/9/ < tmp > tmp2 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/9/ < tmp2 > tmp3 cscript msvc-scripts/rep.vbs //Nologo...
cscript msvc-scripts/rep.vbs //Nologo s/@VERSION@/1.0.12/ < src\libsodium\include\sodium\version.h.in > tmp cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MAJOR@/9/ < tmp > tmp2 cscript msvc-scripts/rep.vbs //Nologo s/@SODIUM_LIBRARY_VERSION_MINOR@/4/ < tmp2 > tmp3 cscript msvc-scripts/rep.vbs //Nologo...
Correct @SODIUM_LIBRARY_VERSION_MINOR@ substitution for Visual Studio
Correct @SODIUM_LIBRARY_VERSION_MINOR@ substitution for Visual Studio
Batchfile
isc
Payshares/libsodium,Payshares/libsodium,Payshares/libsodium
705b502bf4a5a0d2258cbc07739843769dcc5f89
nuspec/BuildAndDeploySecurityServer.bat
nuspec/BuildAndDeploySecurityServer.bat
@Echo Off REM set your api key once: nuget setApiKey Your-API-Key SET "nuget_basedir=" "%ProgramFiles(x86)%/Microsoft Visual Studio 14.0/Common7/IDE/devenv" /build release ../proj/SecurityServer/proj/SecurityServer.sln IF %ERRORLEVEL% NEQ 0 ( echo. && echo. && echo Build failed. exit /B 1 ) %nuget_basedir%nuget...
@Echo Off REM set your api key once: nuget setApiKey Your-API-Key SET "nuget_basedir=" "%ProgramFiles(x86)%/Microsoft Visual Studio 14.0/Common7/IDE/devenv" /build release ../proj/SecurityServer/proj/SecurityServer.sln IF %ERRORLEVEL% NEQ 0 ( echo. && echo. && echo Build failed. exit /B 1 ) %nuget_basedir%nuget...
Exclude PermissionSTS from NuGet package generation
Exclude PermissionSTS from NuGet package generation
Batchfile
mit
jbinder/dragon,jbinder/dragon,aduggleby/dragon,jbinder/dragon,aduggleby/dragon,aduggleby/dragon
0a1f322c6aa0ce0fb250a11e9dd87853b931f8eb
bin/install.cmd
bin/install.cmd
@echo off set /P NVM_PATH="Enter the absolute path where the zip file is extracted/copied to: " set NVM_HOME=%NVM_PATH% set NVM_SYMLINK=C:\Program Files\nodejs setx /M NVM_HOME "%NVM_HOME%" setx /M NVM_SYMLINK "%NVM_SYMLINK%" for /f "skip=2 tokens=2,*" %%A in ('reg query "HKLM\System\CurrentControlSet\Control\Session ...
@echo off set /P NVM_PATH="Enter the absolute path where the nvm-windows zip file is extracted/copied to: " set NVM_HOME=%NVM_PATH% set NVM_SYMLINK=C:\Program Files\nodejs setx /M NVM_HOME "%NVM_HOME%" setx /M NVM_SYMLINK "%NVM_SYMLINK%" for /f "skip=2 tokens=2,*" %%A in ('reg query "HKLM\System\CurrentControlSet\Cont...
Define that NVM_PATH is for nvm
Define that NVM_PATH is for nvm
Batchfile
mit
coreybutler/nvm-windows,coreybutler/nvm-windows,zonplm/nvm-windows
77855148607ac4ad2d54a87a1ad0167c5d43f063
Build.cmd
Build.cmd
@echo off cd %~dp0.. rake -f Build\build-win.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]"
Update build.cmd to use platform agnostic rakefile
Update build.cmd to use platform agnostic rakefile
Batchfile
bsd-3-clause
i-e-b/SevenDigital.Messaging
f937d806ea8397132405eeede17f2662d8b0c85f
build.stack.bat
build.stack.bat
@rem Change the current directory to the one containing this script @cd %~dp0 @rem Build Hadrian and dependencies @stack build @rem Run Hadrian in GHC top directory forwarding additional user arguments @stack exec hadrian -- --lint --directory ".." %*
@rem Change the current directory to the one containing this script @cd %~dp0 @rem Build Hadrian and dependencies and exit the script if the build failed @stack build @if %errorlevel% neq 0 exit /B %errorlevel% @rem Run Hadrian in GHC top directory forwarding additional user arguments @stack exec hadrian -- --lint --...
Exit the build script if Hadrian cannot be built
Exit the build script if Hadrian cannot be built
Batchfile
bsd-3-clause
sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,snowleopard/shaking-up-ghc,bgamari/shaking-up-ghc,izgzhen/hadrian,snowleopard/hadrian
92af5b14c7dd2361cc7dc336ee9580a77596dced
MakeSharpDX.cmd
MakeSharpDX.cmd
@echo off setlocal set PATH=C:\Program Files (x86)\Git\bin\;%PATH% call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\vcvarsall.bat" x86 REM call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\vc\vcvarsall.bat" x86 set DXROOT=C:\Program Files\Sandcastle %~dp0\External\nant\bin\nant %*
@echo off setlocal set PATH=C:\Program Files (x86)\Git\bin\;%PATH% REM call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\vcvarsall.bat" x86 call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\vc\vcvarsall.bat" x86 set DXROOT=C:\Program Files\Sandcastle %~dp0\External\nant\bin\nant %*
Switch to Visual Studio 2012 for build release
[Build] Switch to Visual Studio 2012 for build release
Batchfile
mit
sharpdx/SharpDX,TigerKO/SharpDX,waltdestler/SharpDX,Ixonos-USA/SharpDX,TechPriest/SharpDX,andrewst/SharpDX,manu-silicon/SharpDX,PavelBrokhman/SharpDX,dazerdude/SharpDX,RobyDX/SharpDX,davidlee80/SharpDX-1,weltkante/SharpDX,TigerKO/SharpDX,waltdestler/SharpDX,TechPriest/SharpDX,davidlee80/SharpDX-1,TechPriest/SharpDX,sho...
2e9f045523002f9ba8ee122d6adc91e68b1ca23e
avr/flash_firmware.bat
avr/flash_firmware.bat
@echo off if "%1"=="" goto :usage if "%2"=="" ( echo Error! No hex file provided. goto :usage ) if not exist "%2" ( echo %2 does not exist goto :eof ) if not exist avrdude.exe ( echo Error! This script must be executed within the "avr" directory goto :eof ) avrdude.exe -c stk500v2 -b 115200 -p atmega2560 -...
Add Windows bat file for flashing arduino firmware
Add Windows bat file for flashing arduino firmware
Batchfile
bsd-3-clause
wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf_control_board_plugin,wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware,wheeler-microfluidics/dmf-control-board-firmware
a92856d0b2c7587a6e2777a669f2c9838fc75604
ci/test-win.bat
ci/test-win.bat
echo Running Windows build and test call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('$(pwd)/matlab/CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);" if not "%ERRORLEVEL%" == "0" ( echo Exit Code = ...
echo Running Windows build and test 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 "%ERRORLEVEL%" == "0" ( echo Exit Code = %E...
Fix current directory for batch file
Fix current directory for batch file
Batchfile
bsd-3-clause
gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg
84313c1fe8d7ba6d8f955d946dad6ecd7dce871e
Build/ZipRelease.cmd
Build/ZipRelease.cmd
call clean ..\Output\NET40\Examples call clean ..\Output\NET45\Examples REM "C:\Program Files\7-Zip\7z.exe" a ..\Output\OxyPlot-NET40-%1.zip ..\Output\NET40\*.* > ZipRelease.log REM "C:\Program Files\7-Zip\7z.exe" a ..\Output\OxyPlot-NET45-%1.zip ..\Output\NET45\*.* >> ZipRelease.log REM "C:\Program Files\7-Zip\7...
mkdir ..\Output\Release mkdir ..\Output\Release\NET40 mkdir ..\Output\Release\NET45 mkdir ..\Output\Release\NetCore45 mkdir ..\Output\Release\NetCore45\Themes mkdir ..\Output\Release\SL5 copy ..\Output\NET45\OxyPlot.??? ..\Output\Release copy ..\Output\NET40\OxyPlot.WindowsForms.??? ..\Output\Release\NET40 ...
Remove examples from Codeplex Release package. Include NET40/NET45/SL5/NetCore45 libraries, remove OpenXml and Pdf packages (use NuGet if you need these).
Remove examples from Codeplex Release package. Include NET40/NET45/SL5/NetCore45 libraries, remove OpenXml and Pdf packages (use NuGet if you need these).
Batchfile
mit
shoelzer/oxyplot,DotNetDoctor/oxyplot,shoelzer/oxyplot,H2ONaCl/oxyplot,sevoku/oxyplot,GeertvanHorrik/oxyplot,shoelzer/oxyplot,br111an/oxyplot,Sbosanquet/oxyplot,H2ONaCl/oxyplot,Rustemt/oxyplot,NilesDavis/oxyplot,sevoku/oxyplot,olegtarasov/oxyplot,DotNetDoctor/oxyplot,TheAlmightyBob/oxyplot,Mitch-Connor/oxyplot,H2ONaCl/...
4fb43424b12225cf6b3bf5ee580c0b6b52982a12
build.cmd
build.cmd
@echo off @rem Check for mvn in path, use it if found, otherwise use maven wrapper @set MAVEN_CMD=mvn @WHERE /Q mvn @IF %ERRORLEVEL% NEQ 0 set MAVEN_CMD=.\mvnw.bat @if "%1" == "" call:help @if "%1" == "copy" call:copy @if "%1" == "clean" call:clean %2 %3 %4 @if "%1" == "package" call:package %2 %3 %4 @if "%1" == "boo...
Add batch file for windows
Add batch file for windows
Batchfile
apache-2.0
ctontario/registry-cas-sso,ConnCollege/cas-5,ConnCollege/cas-5,ConnCollege/cas-5,ConnCollege/cas-5
31c7212e044b8a587149ea9affa37ccf105f157d
AppVeyorTestDolphinVM.cmd
AppVeyorTestDolphinVM.cmd
ECHO Clone Dolphin image environment git clone -q --branch=master https://github.com/dolphinsmalltalk/Dolphin.git Dolphin ECHO Copy executables copy ..\..\Dolphin7.exe Dolphin copy ..\..\DolphinVM7.dll Dolphin copy ..\..\DolphinCR7.dll Dolphin copy ..\..\DolphinDR7.dll Dolphin copy ..\..\DolphinSureCrypto.dll Dolphin ...
ECHO Clone Dolphin image environment git clone -q --branch=master https://github.com/dolphinsmalltalk/Dolphin.git Dolphin ECHO Copy executables copy ..\..\*.exe Dolphin copy ..\..\*.dll Dolphin ECHO Boot and test image cd Dolphin CALL BootDPRO CALL TestDPRO
Fix failing VersionResourceTests caused by removal of EXE/DLLs from image repo.
Fix failing VersionResourceTests caused by removal of EXE/DLLs from image repo.
Batchfile
mit
blairmcg/Dolphin,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/Dolphin,jgfoster/Dolphin,objectarts/DolphinVM,jgfoster/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,dolphinsmalltalk/Dolphin,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,objectarts/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,bla...
5ef544a8753b4822e16c84fb805682dd30f64f44
Bin/DarunGrim3/SetupDist.bat
Bin/DarunGrim3/SetupDist.bat
REM Clean Up rmdir /Q /S Src rmdir /Q /S Bin del /Q DarunGrim3.zip mkdir Src\bin copy ..\DarunGrim2\* Src\bin\ copy ..\..\Publish\Docs\*.pdf Src\bin call CopySrc.bat REM Generate binaries pushd Src c:\python26\python SetupDist.py py2exe popd REM Prepare binary directory REM Copy necessary files co...
REM Clean Up rmdir /Q /S Src rmdir /Q /S Bin del /Q DarunGrim3.zip mkdir Src\bin copy ..\DarunGrim2\* Src\bin\ copy ..\..\Publish\Docs\*.pdf Src\bin call CopySrc.bat del Src\*.pyc REM Generate binaries pushd Src c:\python26\python SetupDist.py py2exe popd REM Prepare binary directory REM Copy nece...
Remove *.pyc files from distribution files
Remove *.pyc files from distribution files
Batchfile
bsd-3-clause
jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim
6909eefc0813c189b32eb94bb2cee9a8dec804c9
build-for-unity.cmd
build-for-unity.cmd
setlocal pushd %~dp0 set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319 call %msBuildDir%\msbuild.exe ClientKit\ClientKit.csproj /p:Configuration=Release20 /p:OutputPath=..\Managed-OSVR-Unity /p:NativeOutputSuffix32=x86 /p:NativeOutputSuffix64=x86_64%* endlocal
setlocal pushd %~dp0 set msBuildDir=%WINDIR%\Microsoft.NET\Framework\v4.0.30319 call %msBuildDir%\msbuild.exe ClientKit\ClientKit.csproj /p:Configuration=Release20 /p:OutputPath=..\Managed-OSVR-Unity /p:NativeOutputSuffix32=x86 /p:NativeOutputSuffix64=x86_64 %* endlocal
Fix build by restoring a missing space.
Fix build by restoring a missing space.
Batchfile
apache-2.0
OSVR/Managed-OSVR,JeroMiya/Managed-OSVR
1d7dc1feb542081a7b2033a365b5fdf9d6d2d1e6
perl/08-pack.cmd
perl/08-pack.cmd
@echo off SETLOCAL cd /D %~dp0 call settings.cmd call ..\unxutils.cmd cd dist\%ARCH% call pp -B -o psass.exe ^ -I ../../../blib/lib ^ -M Encode::Byte ^ -M PerlIO::encoding ^ -M List::MoreUtils::XS ^ -M List::MoreUtils::PP ^ -M Win32::ChangeNotify ^ -M Filesys::Notify::Simple ^ -l "%PERLDIR%/perl/site/lib/libsass.dll"...
@echo off SETLOCAL cd /D %~dp0 call settings.cmd call ..\unxutils.cmd cd dist\%ARCH% call pp -B -o psass.exe ^ -I ../../../blib/lib ^ -M Benchmark ^ -M Encode::Byte ^ -M PerlIO::encoding ^ -M List::MoreUtils::XS ^ -M List::MoreUtils::PP ^ -M Win32::ChangeNotify ^ -M Filesys::Notify::Simple ^ -l "%PERLDIR%/perl/site/l...
Include perl benchmark module for psass utility
Include perl benchmark module for psass utility
Batchfile
mit
mgreter/libsass-msi-installer,mgreter/libsass-msi-installer,mgreter/libsass-msi-installer
50f0958683e033d3d16eebea59026c74824d2d01
scripts/create-exe.bat
scripts/create-exe.bat
@echo off set cwd=%cd% cd /D %~dp0 set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" set MSBuildOptions=/v:m /p:Configuration=Release set BuildDir64="build-exe-64" set BuildDir32="build-exe-32" call %DevCmd% echo Building 64-bit tev... mkdir %BuildDir64% cd %Build...
@echo off set cwd=%cd% cd /D %~dp0 set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat" set MSBuildOptions=/v:m /p:Configuration=Release set BuildDir64="build-exe-64" call %DevCmd% echo Building 64-bit tev... mkdir %BuildDir64% cd %BuildDir64% cmake -DTEV_DEPLOY...
Update automated release build scripts on Windows
Update automated release build scripts on Windows
Batchfile
bsd-3-clause
Tom94/tev,Tom94/tev,Tom94/tev,Tom94/tev
865e3ede0ad02a64e296e2c173abafa57f8d5a77
context-menu-disable/context-menu-disable-officescan.bat
context-menu-disable/context-menu-disable-officescan.bat
@echo off setlocal EnableDelayedExpansion set registryRoot=HKCU\Software\Classes set key=OfficeScan NT reg add "%registryRoot%\*\shellex\ContextMenuHandlers\%key%" /d "---" /f
Add script to disable offiescan context menu
Add script to disable offiescan context menu
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
bfd4480e8b84a0d9609f586ccd1ba6b3b11149cf
Tools/create_gold_csvs.cmd
Tools/create_gold_csvs.cmd
:: Copyright 2020 Intel Corporation :: :: Permission is hereby granted, free of charge, to any person obtaining a copy :: of this software and associated documentation files (the "Software"), to :: deal in the Software without restriction, including without limitation the :: rights to use, copy, modify, merge, pu...
Add script to generate gold CSVs
Add script to generate gold CSVs
Batchfile
mit
GameTechDev/PresentMon,GameTechDev/PresentMon,GameTechDev/PresentMon,GameTechDev/PresentMon
55c7cf1f507b8ea1f2ca53dcfd80ec0ffc6a4167
windows-start.bat
windows-start.bat
@echo off @title AvaIre Windows Launcher setlocal enabledelayedexpansion set Looping=False cls :START echo. echo Welcome to AvaIre's window launcher echo Please select an option to begin: echo. echo 1. Start the bot normally echo 2. Start the bot with automatic restarts echo 3. Update the bot using the nigh...
Add windows start batch script
Add windows start batch script
Batchfile
mit
AvaIre/AvaIre,AvaIre/AvaIre
2c4e0be3ce879a2a05a0d70adc8bbecbc4b27f2b
scripts/install.cmd
scripts/install.cmd
@echo off npm i&& for /D %%i in (zeronet-*) do (cd "%%i"&& npm i&& cd ..) goto :eof
@echo off npm i&& for /D %%i in (zeronet-*) do (cd "%%i"&& mklink /D node_modules ..\node_modules&& cd ..) goto :eof
Use symlink for windows too
Use symlink for windows too
Batchfile
mit
kustomzone/zeronet-js,ZeroNetJS/zeronet-js,kustomzone/zeronet-js,ZeroNetJS/zeronet-js,ZeroNetJS/zeronet-js
3ce40f00c48d8bbfac748c67af36ea63a960b74e
kokoro/windows/continuous.bat
kokoro/windows/continuous.bat
CD git/re2 || EXIT /B 1 cmake . || EXIT /B 1 cmake --build . --clean-first || EXIT /B 1 ctest -E dfa^|exhaustive^|random || EXIT /B 1 cmake -DCMAKE_BUILD_TYPE=Release . || EXIT /B 1 cmake --build . --clean-first || EXIT /B 1 ...
CD git/re2 || EXIT /B 1 cmake -D CMAKE_BUILD_TYPE=Debug -A x64 . || EXIT /B 1 cmake --build . --config Debug --clean-first || EXIT /B 1 ctest --build-config Debug -E dfa^|exhaustive^|random || EXIT ...
Tweak the CI script for CMake on Windows.
Tweak the CI script for CMake on Windows. Change-Id: I10f78c381c3aaf542952863ac6d6e9398d2fbb65 Reviewed-on: https://code-review.googlesource.com/7217 Reviewed-by: Paul Wankadia <62d4e38bb1380f055ec4b899baa75e52af09c5f7@google.com>
Batchfile
bsd-3-clause
google/re2,google/re2,google/re2,google/re2,google/re2
a5942d50d3d6e301301371e042d1c68793d6c99f
src/vm/jvm/runners/nqp.bat
src/vm/jvm/runners/nqp.bat
@java -Xbootclasspath/a:.;nqp-runtime.jar;3rdparty/asm/asm-4.1.jar nqp %*
@java -Xbootclasspath/a:.;nqp-runtime.jar;3rdparty/asm/asm-4.1.jar;3rdparty/jline/jline-1.0.jar nqp %*
Fix Windows runner to load jline JAR.
Fix Windows runner to load jline JAR.
Batchfile
artistic-2.0
cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp,cygx/nqp
aadffa19c05715f281667e6a5fa4945881334978
make.bat
make.bat
@rem if we don't have nmake in the path, we need to run setup where nmake.exe 2> NUL if %ERRORLEVEL% GTR 0 set need_setup=1 @rem if we don't have the include path set, we need to run setup if not defined INCLUDE set need_setup=1 @rem run setup if we need to if %need_setup% == 1 call "c:\Program Files (x86)\Microsoft ...
@rem if we don't have nmake in the path, we need to run setup where nmake.exe 2> NUL if %ERRORLEVEL% GTR 0 set need_setup=1 @rem if we don't have the include path set, we need to run setup if not defined INCLUDE set need_setup=1 @rem run setup if we need to if %need_setup% == 1 call "c:\Program Files (x86)\Microsoft ...
Adjust windows build script some more
Adjust windows build script some more Make a guess about php and python locations
Batchfile
mit
wez/watchman,nodakai/watchman,dhruvsinghal/watchman,dhruvsinghal/watchman,kwlzn/watchman,wez/watchman,nodakai/watchman,dhruvsinghal/watchman,kwlzn/watchman,dhruvsinghal/watchman,dhruvsinghal/watchman,dcolascione/laptop-watchman,nodakai/watchman,wez/watchman,kwlzn/watchman,wez/watchman,dcolascione/laptop-watchman,facebo...
fc6c001adfd5545fb13af3659eaa55e858ace0bd
build.cmd
build.cmd
@echo off setlocal enabledelayedexpansion where /q msbuild if "%ERRORLEVEL%" == "0" ( goto :SkipDeveloperSetup ) set DeveloperCommandPrompt=%VS140COMNTOOLS%\VsDevCmd.bat if not exist "%DeveloperCommandPrompt%" ( echo In order to build this repository, you either need 'msbuild' on the path or Visual Studio 2015...
@echo off setlocal enabledelayedexpansion where /q msbuild if "%ERRORLEVEL%" == "0" ( goto :SkipDeveloperSetup ) set DeveloperCommandPrompt=%VS150COMNTOOLS%\VsDevCmd.bat if not exist "%DeveloperCommandPrompt%" ( echo In order to build this repository, you either need 'msbuild' on the path or Visual Studio 2015...
Build with VS 15 dev tools
Build with VS 15 dev tools
Batchfile
mit
nkolev92/sdk,nkolev92/sdk
7c361f76faffd9862483b986f90fbd8b924238aa
buildandtest.cmd
buildandtest.cmd
@ECHO OFF REM Sample usages: REM REM Building and running tests REM - build.libgit2sharp.cmd REM REM Building and identifying potential leaks while running tests REM - build.libgit2sharp.cmd "LEAKS_IDENTIFYING" SETLOCAL SET EXTRADEFINE=%~1 where dotnet 1>nul 2>nul IF ERRORLEVEL 1 ( ECHO Cannot find dotnet.e...
@ECHO OFF REM Sample usages: REM REM Building and running tests REM - buildandtest.cmd REM REM Building and identifying potential leaks while running tests REM - buildandtest.cmd "LEAKS_IDENTIFYING" SETLOCAL SET EXTRADEFINE=%~1 where dotnet 1>nul 2>nul IF ERRORLEVEL 1 ( ECHO Cannot find dotnet.exe. Run from...
Fix build script comments to match new name
Fix build script comments to match new name
Batchfile
mit
libgit2/libgit2sharp,PKRoma/libgit2sharp,Zoxive/libgit2sharp,Zoxive/libgit2sharp
a70d5e07f0bdaa5a347f362ecab45ccfeb004a94
run_tests.cmd
run_tests.cmd
@echo off set PYTHON=%~1 set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% python -m pytest python -m flake8
set PYTHON=%~1 set PATH=%PYTHON%;%PYTHON%\Scripts;%PATH% pytest flake8
Use pytest and flake8 commands.
Use pytest and flake8 commands.
Batchfile
mit
jonlabelle/Trimmer,jonlabelle/Trimmer
b8f3115e163bf0104f45c9bc74b76e352b0ab084
_OpenInAndroidStudio.bat
_OpenInAndroidStudio.bat
set projectPath=%~dp0 set androidStudioBin=A:\AndroidStudio\bin rem Android Studio needs the project path without a trailing backslash if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% start "" /D "%androidStudioBin%" "studio.exe" "%projectPath%"
set projectPath=%~dp0 set androidStudioBin=A:\AndroidStudio\bin rem Android Studio needs the project path without a trailing backslash if %projectPath:~-1%==\ set projectPath=%projectPath:~0,-1% start "" /D "%androidStudioBin%" "studio64.exe" "%projectPath%"
Use studio64.exe instead of studio.exe
Use studio64.exe instead of studio.exe
Batchfile
mit
berrnd/Time-Recording-Auto-Export-Tasker-Plugin,berrnd/Time-Recording-Auto-Export-Tasker-Plugin
bb0bb221c6c296a80bc4b2a0c7de77ccefcfbf4c
windows/new-dev-system.cmd
windows/new-dev-system.cmd
@echo off :: install chocolatey @powershell -NoProfile -ExecutionPolicy unrestricted -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin choco feature enable -n allowGlobalConfirmation :: general apps choco ...
@echo off :: install chocolatey @powershell -NoProfile -ExecutionPolicy unrestricted -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin choco feature enable -n allowGlobalConfirmation :: general apps choco ...
Add gimp, paint.net and inconsolata
Add gimp, paint.net and inconsolata
Batchfile
unlicense
garethflowers/configs
97bdb945aa78ef7d6e44e6fca1186a8b668c57fd
src/main/bin/unravl.bat
src/main/bin/unravl.bat
@echo off Rem Run UnRAVL's main entry point. Rem Command line arguments are UnRAVL script files to execute: Rem unravl.bat script1.json script2.json script3.json set UNRAVL_DIR=%~dp0..\..\.. set UNRAVL_JAR_DIR=%UNRAVL_DIR%\build\libs set UNRAVL_LIB_DIR=%UNRAVL_DIR%\build\output\lib java -Dapp.name=UnRAVL ^ -...
@echo off Rem Run UnRAVL's main entry point. Rem Command line arguments are UnRAVL script files to execute: Rem unravl.bat script1.json script2.json script3.json set UNRAVL_DIR=%~dp0..\..\.. set UNRAVL_JAR_DIR=%UNRAVL_DIR%\build\libs set UNRAVL_LIB_DIR=%UNRAVL_DIR%\build\output\lib java -Dapp.name=UnRAVL ^ -...
Remove quotes around file from Windows batch
Remove quotes around file from Windows batch
Batchfile
apache-2.0
DavidBiesack/unravl,DavidBiesack/unravl,sassoftware/unravl,sassoftware/unravl
9705bfa798fa523d0e6cfe17a3ac47be9fa6deed
glacier_commands.bat
glacier_commands.bat
C:\Python27\Scripts\aws glacier initiate-job --account-id - ^ --vault-name demschooltools-backups ^ --job-parameters "{\"Type\": \"inventory-retrieval\"}" rem request an archive rem C:\Python27\Scripts\aws glacier initiate-job --account-id - ^ rem --vault-name demschooltools-backups ^ rem --job-parame...
Add sample commands for using Glacier
Add sample commands for using Glacier
Batchfile
mit
schmave/demschooltools,schmave/demschooltools,schmave/demschooltools,schmave/demschooltools,schmave/demschooltools
cdfa1e8a0bd8fa63812c7f214609aa71c6233abf
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...
Use unique test out for each sample
Use unique test out for each sample
Batchfile
apache-2.0
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
7d83e7fca1425225f070266c5de70e6db4071468
src/Scripts/set-package-build.cmd
src/Scripts/set-package-build.cmd
@echo off if "%1" == "" goto :usage if "%2" == "" goto :usage goto :main :usage echo Usage: %~n0 [directory] [build] echo. echo Recursively replaces all occurrences of 4.0.XX-beta-YYYYY in echo [directory]\*.config;*.csproj;*.nuspec with 4.0.XX-beta-[build] goto :eof :main pushd %1 && git clean -f packages && cal...
Add script to bump all prerelease corefx package build numbers
Add script to bump all prerelease corefx package build numbers
Batchfile
mit
alexperovich/buildtools,pallavit/buildtools,weshaggard/buildtools,roncain/buildtools,JeremyKuhne/buildtools,roncain/buildtools,mmitche/buildtools,schaabs/buildtools,mmitche/buildtools,roncain/buildtools,nguerrera/buildtools,mellinoe/buildtools,tarekgh/buildtools,nguerrera/buildtools,stephentoub/buildtools,maririos/buil...
8ca1a57c2ea8ab34d47b9738ebf59729cc966c76
workspace/_BuildRaceDetector.cmd
workspace/_BuildRaceDetector.cmd
@ECHO OFF Setlocal EnableDelayedExpansion CALL __Global.cmd ECHO *** Go Build *** ECHO Build compiles packages and dependencies with race condition detector ECHO. FOR /F "tokens=*" %%A IN (Packages.txt) DO ( SET PACKAGE=%%A ECHO Building: !PACKAGE! cd "%GOPATH%\src\!PACKAGE!" go build -v -race %LDFLAGS% !PACKAGE! E...
@ECHO OFF Setlocal EnableDelayedExpansion CALL __Global.cmd ECHO *** Go Build *** ECHO Build compiles packages and dependencies with race condition detector ECHO. FOR /F "tokens=*" %%A IN (Packages.txt) DO ( SET PACKAGE=%%A ECHO Building: !PACKAGE! cd "%GOPATH%\src\!PACKAGE!" DEL /Q /F *.syso go build -v -race %LDF...
Delete syso file before building with race detector
Delete syso file before building with race detector It will throw an error otherwise
Batchfile
mit
josephspurrier/golang-portable-windows
c113ac4d084ba40b9854c28d36de05e7ad36d364
dist-win32.bat
dist-win32.bat
@echo off :: This script will create a packaged version of the app in firmware_flasher in your home folder. :: After executing this script, use NSIS to create an installer from the firmware_flasher.win32.nsi file located there. :: You may need to run npm install electron-packager --global once before this will work co...
Add script to build a Windows package on Windows
Add script to build a Windows package on Windows
Batchfile
mit
NoahAndrews/qmk_firmware_flasher,NoahAndrews/qmk_firmware_flasher,NoahAndrews/qmk_firmware_flasher
cfdff1cdc2e689a8db7c3b147f9860ea4b660b79
install_windows.bat
install_windows.bat
@echo off cd src pip install -r requirements.txt pause
@echo off cd src pip install -r requirements.txt copy src\settings\local.py.example src\settings\local.py pause
Add local.py to windows install
Add local.py to windows install
Batchfile
agpl-3.0
hirunatan/estelcon_web,hirunatan/estelcon_web,hirunatan/estelcon_web,hirunatan/estelcon_web
acb5f7d1ba69b3c93ba869f2ad70468c8a739323
conda.recipe/bld.bat
conda.recipe/bld.bat
call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64 set DISTUTILS_USE_SDK=1 set MSSdk=1 "%PYTHON%" setup.py install if errorlevel 1 exit 1
if "%ARCH%" == "32" (set PLATFORM=x86) else (set PLATFORM=x64) call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" %PLATFORM% set DISTUTILS_USE_SDK=1 set MSSdk=1 "%PYTHON%" setup.py install if errorlevel 1 exit 1
Fix conda build on 32-bit Windows
Fix conda build on 32-bit Windows
Batchfile
mpl-2.0
pikepdf/pikepdf,pikepdf/pikepdf,pikepdf/pikepdf
ac658c08e56fd19da9d1639a404a5416b88639c8
Tools/buildbot/buildmsi.bat
Tools/buildbot/buildmsi.bat
@rem Used by the buildbot "buildmsi" step. cmd /c Tools\buildbot\external.bat @rem build release versions of things call "%VS90COMNTOOLS%vsvars32.bat" if not exist ..\db-4.4.20\build_win32\release\libdb44s.lib ( vcbuild db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static ) @rem build Python cmd ...
@rem Used by the buildbot "buildmsi" step. cmd /c Tools\buildbot\external.bat @rem build release versions of things call "%VS90COMNTOOLS%vsvars32.bat" @rem build Python cmd /q/c Tools\buildbot\kill_python.bat vcbuild /useenv PCbuild\pcbuild.sln "Release|Win32" @rem build the documentation bash.exe -c 'cd Doc;make PY...
Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now.
Remove the building of Berkeley DB step; _bsddb44.vcproj takes care of this for us now.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
60d4efcdafe841ddb8f4e0958195fb51ebf4f1f7
build-windows.bat
build-windows.bat
@echo off echo Building Module. echo Dependencies: GIT, PREMAKE5, VISUAL STUDIO 2015/2013. echo. :: Hacky way to ensure we've got a git repository & submodules at our disposal git init git submodule update --init --recursive echo. :: Fire up a Visual Studio command-line environment and generate our solution IF DEFIN...
@echo off echo Building Module. echo Dependencies: GIT, PREMAKE5, VISUAL STUDIO 2015/2013. echo. :: Hacky way to ensure we've got a git repository & submodules at our disposal git init git submodule update --init --recursive echo. :: Fire up a Visual Studio command-line environment and generate our solution IF DEFIN...
Use VsDevCmd.Bat rather than VsMSBuildCmd.bat
Use VsDevCmd.Bat rather than VsMSBuildCmd.bat
Batchfile
cc0-1.0
LennyPenny/gm_megamenu,LennyPenny/gm_megamenu,glua/module-base,glua/module-base,LennyPenny/gm_megamenu
c31405734c609f677041760a6193951f1cfa12a3
cppbuild/cppbuild-driver-vs.cmd
cppbuild/cppbuild-driver-vs.cmd
@if "%DEBUG%" == "" @echo off setlocal set SOURCE_DIR=%CD% set BUILD_DIR=%CD%\cppbuild\Release if EXIST %BUILD_DIR% rd /S /Q %BUILD_DIR% md %BUILD_DIR% pushd %BUILD_DIR% cmake -G "Visual Studio 16 2019" -DBUILD_AERON_DRIVER=ON %SOURCE_DIR% cmake --build . --clean-first --config Release ctest -C Release
@if "%DEBUG%" == "" @echo off setlocal set SOURCE_DIR=%CD% set BUILD_DIR=%CD%\cppbuild\Release if EXIST %BUILD_DIR% rd /S /Q %BUILD_DIR% md %BUILD_DIR% pushd %BUILD_DIR% cmake -G "Visual Studio 16 2019" -DBUILD_AERON_DRIVER=ON %SOURCE_DIR% if %ERRORLEVEL% neq 0 exit /b %ERRORLEVEL% cmake --build . --clean-first --...
Exit on first error (Windows)
[C] Exit on first error (Windows)
Batchfile
apache-2.0
real-logic/Aeron,real-logic/Aeron,mikeb01/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,real-logic/Aeron,EvilMcJerkface/Aeron,mikeb01/Aeron,mikeb01/Aeron,mikeb01/Aeron,EvilMcJerkface/Aeron,EvilMcJerkface/Aeron
49a1ecedb8e059d2c08f4d09e0cdefc98d4a347f
model/generate.bat
model/generate.bat
@ECHO OFF REM Run all code generation scripts REM Requires iMatix GSL4, from http:\\www.nuget.org\packages\gslgen REM Use this when: REM - you add a socket option (sockopts.xml) REM - add a new project class (project.xml) REM - modify one of the referenced gsl templates (*.gsl) mkdir ..\builds\...
@ECHO OFF REM Run all code generation scripts REM Requires iMatix GSL4, from http:\\www.nuget.org\packages\gsl REM Use this when: REM - you add a socket option (sockopts.xml) REM - add a new project class (project.xml) REM - modify one of the referenced gsl templates (*.gsl) mkdir ..\builds\min...
Use gsl vs. gslgen for batch model builds.
Use gsl vs. gslgen for batch model builds.
Batchfile
mpl-2.0
hintjens/czmq,eburkitt/czmq,trevorbernard/czmq,pmienk/czmq,evoskuil/czmq,kodjobaah/czmq,opedroso/czmq,trevorbernard/czmq,ritchiecarroll/czmq,modulexcite/czmq,c-rack/czmq,opedroso/czmq,tberkey/czmq,twhittock/czmq,soumith/czmq,zeromq/czmq,saki4510t/czmq,twhittock/czmq,mhaberler/czmq,opedroso/czmq,evoskuil/czmq,maxkozlovs...
40f0f5ad8dd56691ae42e9dd4b9a2f5e5395f3ee
tests/core/math/big/build.bat
tests/core/math/big/build.bat
@echo off rem math/big tests set PATH_TO_ODIN==..\..\..\..\odin set TEST_ARGS=-fast-tests set TEST_ARGS=-no-random set TEST_ARGS= set OUT_NAME=math_big_test_library set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style echo --- echo Running core:math/big tes...
@echo off rem math/big tests set PATH_TO_ODIN==..\..\..\..\odin set TEST_ARGS=-fast-tests set TEST_ARGS=-no-random set TEST_ARGS= set OUT_NAME=math_big_test_library.dll set COMMON=-build-mode:shared -show-timings -no-bounds-check -define:MATH_BIG_EXE=false -vet -strict-style echo --- echo Running core:math/big...
Update CI for math library.
Update CI for math library.
Batchfile
bsd-3-clause
gingerBill/Odin,gingerBill/Odin,gingerBill/Odin,gingerBill/Odin
3eab43780b4d1039ec3a1d473651644a6716d6b7
ArchiSteamFarm/scripts/generic/ArchiSteamFarm.cmd
ArchiSteamFarm/scripts/generic/ArchiSteamFarm.cmd
@echo off pushd %~dp0 dotnet ArchiSteamFarm.dll %ASF_ARGS%
@echo off pushd %~dp0 :loop IF NOT "%1" == "" ( SET ASF_ARGS=%ASF_ARGS% %1 SHIFT GOTO :loop ) dotnet ArchiSteamFarm.dll %ASF_ARGS%
Add arguments parsing to batch script
Add arguments parsing to batch script Kill me.
Batchfile
apache-2.0
i3at/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,JustArchi/ArchiSteamFarm,i3at/ArchiSteamFarm,KlappPc/ArchiSteamFarm,KlappPc/ArchiSteamFarm,JustArchi/ArchiSteamFarm,KlappPc/ArchiSteamFarm
fe9d89bbfeaf5b9a59d6e5320d826ffaaefbe6cd
build.bat
build.bat
@echo off cls cd ".\src\Pickles\packages\NuGet.CommandLine.2.8.3\tools\" ".\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\..\..\..\packages" "-ExcludeVersion" cd ..\..\..\..\.. "packages\FAKE\tools\Fake.exe" build.fsx --envvar version 0.19.0 "packages\FAKE\tools\Fake.exe" nuget.fsx --envvar version 0.19.0 "...
@echo off set "picklesVersion=0.19.0" cls cd ".\src\Pickles\packages\NuGet.CommandLine.2.8.3\tools\" ".\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\..\..\..\packages" "-ExcludeVersion" cd ..\..\..\..\.. "packages\FAKE\tools\Fake.exe" build.fsx --envvar version %picklesVersion% "packages\FAKE\tools\Fake...
Set the version in an environment variable
Set the version in an environment variable
Batchfile
apache-2.0
dirkrombauts/pickles,picklesdoc/pickles,picklesdoc/pickles,picklesdoc/pickles,irfanah/pickles,dirkrombauts/pickles,ludwigjossieaux/pickles,magicmonty/pickles,dirkrombauts/pickles,irfanah/pickles,blorgbeard/pickles,blorgbeard/pickles,dirkrombauts/pickles,magicmonty/pickles,irfanah/pickles,picklesdoc/pickles,magicmonty/p...
b3c81baa89263a5ef6ab4d00f832c09b034107e0
desktop/.scripts/trim-dist.cmd
desktop/.scripts/trim-dist.cmd
:: Script to trim size of unpacked build output. :: Removes extraneous contents not required to run Zephyr. :: Expected to be run from `.scripts` directory. @ECHO off set WORKING_DIRECTORY=..\dist\win-unpacked\resources\app.asar.unpacked\node_modules\node-openvr :: Check that working directory exists IF NOT EXIST %WO...
Add script to reduce distributable size from 358 MB to 162 MB
Add script to reduce distributable size from 358 MB to 162 MB
Batchfile
mit
ThomasGaubert/openvr-notifications,ThomasGaubert/zephyr,ThomasGaubert/openvr-notifications,ThomasGaubert/zephyr,ThomasGaubert/zephyr,ThomasGaubert/openvr-notifications,ThomasGaubert/zephyr,ThomasGaubert/zephyr,ThomasGaubert/openvr-notifications
4898fdc1d7209fd0d16a4822a3e6d1b6bfa728f8
rest/startMZmine.bat
rest/startMZmine.bat
@echo off cls java -Dj3d.rend=d3d -Djava.util.logging.config.file=conf/logging.properties -Xms512m -Xmx1384m -cp MZmine.jar net.sf.mzmine.main.MZmineClient
@echo off cls java -Dj3d.rend=d3d -Djava.library.path=lib -Djava.util.logging.config.file=conf/logging.properties -Xms512m -Xmx1384m -cp MZmine.jar net.sf.mzmine.main.MZmineClient
Complete implementation of module io running as a task.
Complete implementation of module io running as a task.
Batchfile
mit
mzmine/mzmine3,mzmine/mzmine3
9feaa90ff6509cef124bd99eab4fafb1112537aa
Tools/buildbot/external.bat
Tools/buildbot/external.bat
@rem Fetches (and builds if necessary) external dependencies @rem Assume we start inside the Python source directory call "Tools\buildbot\external-common.bat" call "%VS90COMNTOOLS%\vsvars32.bat" if not exist tcltk\bin\tcl85g.dll ( cd tcl-8.5.2.1\win nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 D...
@rem Fetches (and builds if necessary) external dependencies @rem Assume we start inside the Python source directory call "Tools\buildbot\external-common.bat" call "%VS90COMNTOOLS%\vsvars32.bat" if not exist tcltk\bin\tcl85.dll ( @rem all and install need to be separate invocations, otherwise nmakehlp is n...
Split Tcl make targets into separate ones.
Split Tcl make targets into separate ones.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
1651db799bd08bee3d06491e85417f84ba9391ae
CERR_core/Contouring/BABS/sshContainerExecScript.bat
CERR_core/Contouring/BABS/sshContainerExecScript.bat
set ssh_key=%1 set ssh_server_name=%2 set ssh_uname=%3 set client_session_dir=%4 set server_session_dir=%5 set session_name=%6 set container_path=%7 set algorithm=%8 @echo %algorithm% @echo here 1 @echo %client_session_dir% @echo %server_session_dir% pscp -noagent -r %client_session_dir% %ssh_uname%@%ssh_server_name%...
set ssh_key=%1 set ssh_server_name=%2 set ssh_uname=%3 set client_session_dir=%4 set server_session_dir=%5 set session_name=%6 set container_path=%7 set algorithm=%8 @echo %algorithm% @echo Copying session dir from client to server... @echo %client_session_dir% @echo %server_session_dir% pscp -noagent -r %client_sess...
Debug print statements for executing container in client-server configuration
Debug print statements for executing container in client-server configuration
Batchfile
lgpl-2.1
cerr/CERR,cerr/CERR,cerr/CERR,cerr/CERR,aditiiyer/CERR,aditiiyer/CERR,aditiiyer/CERR,aditiiyer/CERR,cerr/CERR,cerr/CERR,aditiiyer/CERR,aditiiyer/CERR,aditiiyer/CERR,cerr/CERR,aditiiyer/CERR,cerr/CERR,cerr/CERR
1786e591f9d02bcdc60ef190a570ea9966ceb7d6
src/Pelasoft.AspNet.Mvc.Slack/nuget-pack.bat
src/Pelasoft.AspNet.Mvc.Slack/nuget-pack.bat
nuget pack Pelasoft.AspNet.Mvc.Slack.csproj -Verbosity detailed -Build -IncludeReferencedProjects -Properties Configuration=Release
@echo off echo. echo ###### Nuget Creation Checklist ###### echo ## ## echo ## * Update assembly version number ## echo ## * Update nuspec revision notes ## echo ## * Create tag after final commit ## echo ## ## echo #######################...
Add package action remind notice.
Add package action remind notice.
Batchfile
mit
peterlanoie/aspnet-mvc-slack
69984c0b111d2470aef26631a056088bb1b9f91e
recipes/yaml-cpp4rkt/bld.bat
recipes/yaml-cpp4rkt/bld.bat
@REM Configure the build of phreeqc4rkt cmake -S . -B build ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DBUILD_SHARED_LIBS=ON ^ -DYAML_BUILD_SHARED_LIBS=ON ^ -DYAML_CPP_BUILD_TESTS=OFF @REM Build and install phreeqc4rkt in %L...
@REM Configure the build of yaml-cpp4rkt cmake -S . -B build ^ -DCMAKE_BUILD_TYPE=Release ^ -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^ -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^ -DBUILD_SHARED_LIBS=ON ^ -DYAML_BUILD_SHARED_LIBS=ON ^ -DYAML_CPP_BUILD_TESTS=OFF @REM Build and install yaml-cpp4rkt in ...
Fix comment lines refering to other lib
Fix comment lines refering to other lib
Batchfile
bsd-3-clause
goanpeca/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,igortg/staged-recipes,igortg/staged-recipes,kwilcox/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes...