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
8110595fb64bb3b0c0b25e6a9b8b128eba32747e
win32/opensc-install.bat
win32/opensc-install.bat
@echo off rem This script installs OpenSC rem Parameters: rem user - Install for this user only. setlocal set MODE=%1 set KEY=HKEY_LOCAL_MACHINE if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER cd %0\..\.. if not exist bin\opensc-tool.exe goto error for /f %%f in (".") do set OPENSC_HOME=%%~f...
@echo off rem This script installs OpenSC rem Parameters: rem user - Install for this user only. setlocal set MODE=%1 set KEY=HKEY_LOCAL_MACHINE if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER cd %0\..\.. if not exist bin\opensc-tool.exe goto error for /f %%f in (".") do set OPENSC_HOME=%%~f...
Add PATH comment for Windows users
Add PATH comment for Windows users git-svn-id: 444ed946b9c2220da791e84c3dd156a05f92db99@3489 c6295689-39f2-0310-b995-f0e70906c6a9
Batchfile
lgpl-2.1
fabled/OpenSC,fabled/OpenSC,AktivCo/OpenSC,ieugen/OpenSC,viktorTarasov/OpenSC-SM,LudovicRousseau/OpenSC,mtrojnar/OpenSC,0x7678/myOpenSC,carlhoerberg/OpenSC,hhonkanen/OpenSC,carlhoerberg/OpenSC,rickyepoderi/OpenSC,l1k/OpenSC,Jakuje/OpenSC,aobaid/OpenSC,philipWendland/OpenSC,ieugen/OpenSC,l1k/OpenSC,gentoo/OpenSC,OpenSC/...
d773ba482719fb74425a0676aad9f1e17b6566c0
.appveyor_windows_sdk.cmd
.appveyor_windows_sdk.cmd
:: To build extensions for 64 bit Python 3, we need to configure environment :: variables to use the MSVC 2010 C++ compilers from GRMSDKX_EN_DVD.iso of: :: MS Windows SDK for Windows 7 and .NET Framework 4 (SDK v7.1) :: :: To build extensions for 64 bit Python 2, we need to configure environment :: variables to use the...
Add missing windows configuration script
Add missing windows configuration script
Batchfile
bsd-3-clause
mhvk/astropy,AustereCuriosity/astropy,funbaker/astropy,saimn/astropy,lpsinger/astropy,DougBurke/astropy,lpsinger/astropy,MSeifert04/astropy,lpsinger/astropy,pllim/astropy,saimn/astropy,dhomeier/astropy,pllim/astropy,pllim/astropy,AustereCuriosity/astropy,aleksandr-bakanov/astropy,astropy/astropy,dhomeier/astropy,aleksa...
308f38432906887efe34c7bad23792fc027859c5
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 reg add "%registryRoot%\Drive\shellex\ContextMenuHandlers\%key%" /d "---" /f
@echo off setlocal EnableDelayedExpansion set registryRoot=HKCU\Software\Classes set key=OfficeScan NT reg add "%registryRoot%\*\shellex\ContextMenuHandlers\%key%" /d "---" /f reg add "%registryRoot%\Drive\shellex\ContextMenuHandlers\%key%" /d "---" /f reg add "%registryRoot%\Directory\shellex\ContextMenuHandlers\%k...
Disable officescan context menu on directories
Disable officescan context menu on directories
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
959db8293e663970d59ed2aa34668424bad9cd42
recipes/pythonnet/bld.bat
recipes/pythonnet/bld.bat
if %VS_MAJOR% == 9 ( set "PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%PATH%" ) %PYTHON% -m pip install . -vv
:: Nasty hack to force the newer MSBuild from .NET is still used for the older :: Visual Studio build. Without this an older MSBuild will be picked up by accident on :: AppVeyor after running `vcvars32.bat`, which fails to process our solution files. :: :: ref: https://github.com/conda-forge/staged-recipes/pull/194#iss...
Add more hacks for Appveyor
Add more hacks for Appveyor Taken from https://github.com/conda-forge/apr-feedstock/blob/master/recipe/bld.bat
Batchfile
bsd-3-clause
igortg/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,cpaulik/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,ceholden/staged-recipes,isuruf/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,isuruf/staged-recipes,Juanl...
c187aa98ca09c2e0c2866fe7e631096e80f9d77f
conda.recipe/run_test.bat
conda.recipe/run_test.bat
"%PREFIX%\Scripts\npm.cmd" install -g npm@latest --no-spin && "%PREFIX%\Scripts\npm.cmd" install . --no-spin --no-progress && "%PREFIX%\Scripts\npm.cmd" run test --no-progress --no-spin && if errorlevel 1 exit 1
"%PREFIX%\node_modules\npm\npm.cmd" install . --no-spin --no-progress && "%PREFIX%\node_modules\npm\npm.cmd" run test --no-progress --no-spin && if errorlevel 1 exit 1
Use most canonical location for npm
Use most canonical location for npm
Batchfile
bsd-2-clause
Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud
0b546a1474fbb0dcf7fa66e92562e8ef76ad191d
Restore.cmd
Restore.cmd
@echo off @setlocal set NuGetExe="%~dp0NuGet.exe" set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%~dp0nuget.config" -Project2ProjectTimeOut 1200 REM If someone passed in a different Roslyn solution, use that. REM We make use of this when Roslyn is an sub-module for some REM internal repositories. s...
@echo off @setlocal set NuGetExe="%~dp0NuGet.exe" set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%~dp0nuget.config" -Project2ProjectTimeOut 1200 REM If someone passed in a different Roslyn solution, use that. REM We make use of this when Roslyn is an sub-module for some REM internal repositories. s...
Delete project.lock.json files before restoring packages
Delete project.lock.json files before restoring packages
Batchfile
apache-2.0
MattWindsor91/roslyn,diryboy/roslyn,CyrusNajmabadi/roslyn,kelltrick/roslyn,lorcanmooney/roslyn,zooba/roslyn,orthoxerox/roslyn,akrisiun/roslyn,TyOverby/roslyn,cston/roslyn,diryboy/roslyn,basoundr/roslyn,panopticoncentral/roslyn,jmarolf/roslyn,michalhosala/roslyn,xasx/roslyn,abock/roslyn,jasonmalinowski/roslyn,michalhosa...
98fb8bf3be3c3893203842501d2f5c49e120e923
recipes/zimg/bld.bat
recipes/zimg/bld.bat
call %LIBRARY_BIN%\run_autotools_clang_conda_build.bat if errorlevel 1 exit 1 del %LIBRARY_LIB%\libzimg.a
call %BUILD_PREFIX%\Library\bin\run_autotools_clang_conda_build.bat if errorlevel 1 exit 1 del %LIBRARY_LIB%\libzimg.a if errorlevel 1 exit 1
Use exact command from autotools_clang_conda
Use exact command from autotools_clang_conda
Batchfile
bsd-3-clause
conda-forge/staged-recipes,conda-forge/staged-recipes
9af6cfc26cd1f63d5f0d8cc0d481ec3c6b6004b7
scripts/install.bat
scripts/install.bat
ECHO off ECHO MOVE C:\mongo* C:\mongodb setx MYPATH "%PATH%;C:\mongodb\bin"
ECHO on FOR /f %%i IN ('dir /ad /b "C:\" ^|findstr /I "mongo"') DO set dest=%%i ECHO MOVE C:\%dest% C:\mongodb\ setx MYPATH "%PATH%;C:\mongodb\bin"
Revert "Removed for loop and used MOVE command with wildcards"
Revert "Removed for loop and used MOVE command with wildcards" This reverts commit d4e2e10962b2c4e05b9f54cef8d12e6e4cdff7f2. I am an idiot and glob commands / wildcards don't work in batch scripts. Thanks Microsoft.
Batchfile
apache-2.0
ThatGeoGuy/ENGO500-Webserver,ThatGeoGuy/ENGO500-Webserver
ff53794fb75fd582321cb4b1dc5704698e336085
release.bat
release.bat
rem Building & compressing serve-d for release inside a virtual machine with Windows 8 or above cd %~dp0 @if not exist version.txt ( echo. echo !-- Error: version.txt is missing :/ echo. pause goto :eof ) rem This will sync this repo with the folder %windir%\..\buildsd robocopy . %windir%\..\buildsd...
rem Building & compressing serve-d for release inside a virtual machine with Windows 8 or above cd %~dp0 @if not exist version.txt ( echo. echo !-- Error: version.txt is missing :/ echo. pause goto :eof ) rem This will sync this repo with the folder %SystemDrive%\buildsd robocopy . %SystemDrive%\bui...
Use `%SystemDrive%\` instead of `%windir%\..\`
Use `%SystemDrive%\` instead of `%windir%\..\`
Batchfile
mit
Pure-D/serve-d
76f0b8d94d1095fa50789f5697f27e3a787a21cf
etc/bin/win/pyinstaller_app.bat
etc/bin/win/pyinstaller_app.bat
cd ..\..\..\ rm -R build rm -R dist "%APPDATA%\Python\Python35\Scripts\pyinstaller.exe" ^ --onefile ^ --windowed ^ --icon etc\bin\win\icon.ico ^ --paths C:\%HOMEPATH%\AppData\Roaming\Python\Python35\site-packages\PyQt5 ^ etc\bin\unix\alignak-app.py pause
cd ..\..\..\ rm -R build rm -R dist "%APPDATA%\Python\Python35\Scripts\pyinstaller.exe" ^ --onefile ^ --windowed ^ --icon etc\bin\win\icon.ico ^ --paths C:\%HOMEPATH%\AppData\Roaming\Python\Python35\site-packages\PyQt5\Qt\bin ^ etc\bin\unix\alignak-app.py pause
Update path of PyQt5 on Windows
Update path of PyQt5 on Windows
Batchfile
agpl-3.0
Alignak-monitoring-contrib/alignak-app,Alignak-monitoring-contrib/alignak-app
ea462f14cccaffdecb28454b786754405332c07b
test/ip.bat
test/ip.bat
#!/bin/bash load test_helper @test "ip returns an ip" { ip=$(lstack ip) [ -n "$ip" ] }
#!/bin/bash load test_helper @test "ip returns an ip" { ip=$(lstack ip) [[ "$ip" =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]] }
Use a regexp to test the IP
Use a regexp to test the IP
Batchfile
mit
rubiojr/lstack
045fa8964f9c0ad0960f3bc0d9a536a1b1072c11
install.bat
install.bat
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html" pip install lytest simphony sax jax sklearn klayout pip install "jax[cpu]===0.3.7" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver pip install gdsfactory==5.38.0 gf tool install if exist "%USERPROFIL...
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html" pip install lytest simphony sax jax sklearn klayout pip install "jaxlib[cuda111]" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver pip install gdsfactory==5.38.0 gf tool install if exist "%USERPROFILE...
Set to gpu version by default and remove version number
Set to gpu version by default and remove version number
Batchfile
mit
gdsfactory/gdsfactory,gdsfactory/gdsfactory
f2129cb55074f18c6a304ded2ccdb97035ac61a2
CreateTestresults.cmd
CreateTestresults.cmd
@pushd %~dp0 ECHO Remember to build the solution first! REM pause Cd "%~dp0\TestHarness\packages\NUnit.Runners.*\tools" "nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml" /nologo /nodots Cd "%~dp0\TestHarness\packages\SpecRun.Runner.*\tools" ...
@pushd %~dp0 goto begin ECHO Remember to build the solution first! REM pause Cd "%~dp0\TestHarness\packages\NUnit.Runners.*\tools" "nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml" /nologo /nodots Cd "%~dp0\TestHarness\packages\SpecRun.Runne...
Add ability to create xunit test results
Add ability to create xunit test results
Batchfile
apache-2.0
dirkrombauts/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults,picklesdoc/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults
44acf4266586e18496999c5a2bd459d0d29602e2
prep-package.cmd
prep-package.cmd
cd /d %~dp0 mkdir OSVR-Unity-Dist mkdir OSVR-Unity-Dist\OSVR-Unity xcopy Managed-OSVR OSVR-Unity-Dist\ /Y /S
cd /d %~dp0 mkdir OSVR-Unity-Dist mkdir OSVR-Unity-Dist\src mkdir OSVR-Unity-Dist\src\OSVR-Unity mkdir OSVR-Unity-Dist\src\Managed-OSVR xcopy Managed-OSVR OSVR-Unity-Dist\src\Managed-OSVR /Y /S xcopy OSVR-Unity OSVR-Unity-Dist\src\OSVR-Unity /Y /S
Adjust build to include more source
Adjust build to include more source
Batchfile
apache-2.0
grobm/OSVR-Unity,OSVR/OSVR-Unity,DuFF14/OSVR-Unity,grobm/OSVR-Unity,JeroMiya/OSVR-Unity
4077946e8b48af8600240349c3222b2075a5a7fe
run.cmd
run.cmd
@if "%_echo%" neq "on" echo off setlocal if defined VisualStudioVersion goto :Run set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" if exist %_VSWHERE% ( for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Tools ) if not ...
@if "%_echo%" neq "on" echo off setlocal if defined VisualStudioVersion goto :Run set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" if exist %_VSWHERE% ( for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -prerelease -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Too...
Add prerelease check to vswhere to support dogfood VS builds.
Add prerelease check to vswhere to support dogfood VS builds.
Batchfile
mit
MichaelSimons/core-setup,ericstj/core-setup,ericstj/core-setup,rakeshsinghranchi/core-setup,steveharter/core-setup,weshaggard/core-setup,rakeshsinghranchi/core-setup,chcosta/core-setup,chcosta/core-setup,ericstj/core-setup,rakeshsinghranchi/core-setup,steveharter/core-setup,MichaelSimons/core-setup,crummel/dotnet_core-...
70d29ae05d7e3eae92aea9d16069df659112c9ec
bootstrap.cmd
bootstrap.cmd
@echo off Nuget.exe restore "Source\MSBuild.Community.Tasks.sln" NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.0 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonI...
@echo off Nuget.exe restore "Source\MSBuild.Community.Tasks.sln" NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.1 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonI...
Use ILRepack.MSBuild.Task 1.1.1 from sympa public myget feed
Use ILRepack.MSBuild.Task 1.1.1 from sympa public myget feed
Batchfile
bsd-2-clause
loresoft/msbuildtasks
70eb3fd8752a16a19d34db280f2f6359655a596c
Make.bat
Make.bat
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: aartifact :: http://www.aartifact.org/src/ :: Copyright (C) 2008-2010 :: A. Lapets :: :: This software is made available under the GNU GPLv3. :: :: Make.bat :: Batch script for compiling with GHC under Windows :: environments. :::::::::::::::::...
Add build script for Windows environments.
Add build script for Windows environments.
Batchfile
mit
aartifact/aartifact-verifier
b3eebfac41bb2410e7089d28c3ac71be8974659b
create_installer_for_windows.bat
create_installer_for_windows.bat
REM create windows installer package(runtime included) for LLPAD REM In order to execute this batch file, java 8 or later needs to be installed REM In case creating exe installer, Download Inno Setup 5 or later from http://www.jrsoftware.org and add it to the PATH. REM In case creating msi installer, Download WiX 3....
Add bat file for generating installer for windows
Add bat file for generating installer for windows
Batchfile
mit
hkonyaku/LLPAD
2dcfe8ce41119c0d1dcf938a0dd2b0434a7fa41c
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 outdated and wrong comment.
Remove outdated and wrong comment.
Batchfile
mit
makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,makallio85/fish-diary,makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp
7bef2c506d9e8ac920c978401a856d24aeb1b817
bin/test.bat
bin/test.bat
DEL c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\gcf.exe bitsadmin.exe /transfer "DownloadStableCLI" https://s3.amazonaws.com/go-cli/builds/cf-windows-amd64.exe c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe go get -u github.com/pivotal-cf-experimental/GATS/... S...
DEL c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe bitsadmin.exe /transfer "DownloadStableCLI" https://s3.amazonaws.com/go-cli/builds/cf-windows-amd64.exe c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe go get -u github.com/pivotal-cf-experimental/GATS/... SE...
Delete old cf executable properly when running GATS on Windows
Delete old cf executable properly when running GATS on Windows
Batchfile
unknown
cloudfoundry/cli-acceptance-tests,cloudfoundry/GATS,cloudfoundry/GATS,cloudfoundry/GATS,cloudfoundry/cli-acceptance-tests,cloudfoundry/cli-acceptance-tests
35df01d9565723405695f31496f18602a47713ca
build.bat
build.bat
@echo off @setlocal rem ------------------------------------------------------ rem Check environment variables if not "%JAVA_HOME%" == "" goto java_home_ok echo Environment variable JAVA_HOME must be set. set ERROR=true :java_home_ok if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok set DEBUG_ENABLED=false :debug...
@echo off setlocal @rem There is some funkiness wrt set command in a for statement in an if @rem block when setlocal is true. Consequently set set bld_root up here @rem rather than in an if block. set this_fqn=%~f0 for %%i in ( %this_fqn% ) do set bld_root=%%~dp%i if defined JAVA_HOME ( if not defined DEBUG_ENABL...
Bring this bat into the current millenium.
Bring this bat into the current millenium.
Batchfile
lgpl-2.1
brunobuzzi/orbeon-forms,ajw625/orbeon-forms,martinluther/orbeon-forms,tanbo800/orbeon-forms,wesley1001/orbeon-forms,wesley1001/orbeon-forms,brunobuzzi/orbeon-forms,orbeon/orbeon-forms,tanbo800/orbeon-forms,tanbo800/orbeon-forms,ajw625/orbeon-forms,orbeon/orbeon-forms,orbeon/orbeon-forms,joansmith/orbeon-forms,brunobuzz...
19d83bde046b35419e1e84fd39fad0da69698dcd
runUnitTests.bat
runUnitTests.bat
@echo off SETLOCAL EnableDelayedExpansion set failed=0 cd bin for /r "." %%a in (tst_*.exe) do ( "%%~fa" if not ERRORLEVEL 0 ( echo Test FAILED: "%%~fa" set failed=1 ) ) cd .. if %failed% EQU 1 ( echo ERROR: At least one unit test failed! if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" ( pause ) e...
@echo off SETLOCAL EnableDelayedExpansion set failed=0 cd bin for /r "." %%a in (tst_*.exe) do ( "%%~fa" if !errorlevel! neq 0 ( echo Test FAILED: "%%~fa" set failed=1 ) ) cd .. if !failed! equ 1 ( echo ERROR: At least one unit test failed! if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" ( pause ) ...
Fix windows test runner not detecting failure
Fix windows test runner not detecting failure
Batchfile
apache-2.0
Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan
fd4381d15fd468e953752ad6e5dc0235641f412f
appveyor-copy.bat
appveyor-copy.bat
rem Copy runtime DLLs FOR /F %%I IN ('stack exec -- where libstdc++-6.dll') DO copy /Y "%%I" .\ FOR /F %%I IN ('stack exec -- where libgcc_s_seh-1.dll') DO copy /Y "%%I" .\ FOR /F %%I IN ('stack exec -- where libwinpthread-1.dll') DO copy /Y "%%I" .\
rem Copy runtime DLLs echo "" | stack exec -- where libstdc++-6.dll > lib.txt echo "" | stack exec -- where libgcc_s_seh-1.dll >> lib.txt echo "" | stack exec -- where libwinpthread-1.dll >> lib.txt FOR /F %%I IN (lib.txt) DO copy /Y "%%I" .\ del /q lib.txt
Revert "For loop without external file"
Revert "For loop without external file" This reverts commit edd19a6a29a160495ace70efbef8be33bcecad5c.
Batchfile
bsd-3-clause
ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell
6ccef94ec9323d47c72febd430644a3b88a1d13e
scripts/install-puppet-modules.cmd
scripts/install-puppet-modules.cmd
cmd /c certutil -addstore "Root" C:\Windows\Temp\GeoTrust_Global_CA.pem cmd /c del C:\Windows\Temp\GeoTrust_Global_CA.pem cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-stdlib cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-registry cmd /c "C...
cmd /c certutil -addstore "Root" C:\Windows\Temp\GeoTrust_Global_CA.pem cmd /c del C:\Windows\Temp\GeoTrust_Global_CA.pem cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-windows cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-dism cmd /c "C:\P...
Use the new puppetlabs-windows module
Use the new puppetlabs-windows module
Batchfile
apache-2.0
TheBigBear/packer-windows-gildas,gildas/packer-windows,TheBigBear/packer-windows-gildas,gildas/packer-windows,gildas/packer-windows,TheBigBear/packer-windows-gildas
158952b12992cd4a880d1a7380f735dc6c17a9ac
src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/generate.cmd
src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/generate.cmd
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: set autoRestVersion=0.16.0-Nightly20160329 set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-scheduler/2016-03-01/swagger/scheduler.json" set source=-Source http...
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: set autoRestVersion=0.16.0-Nightly20160329 set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/c582747a6ea5d55ea976a9a3cb7c7959e7f9ce2f/arm-scheduler/2016-03-01/swagger/sched...
Change specUrl as recommended by the SDK team.
Change specUrl as recommended by the SDK team.
Batchfile
apache-2.0
Yahnoosh/azure-sdk-for-net,markcowl/azure-sdk-for-net,SiddharthChatrolaMs/azure-sdk-for-net,Yahnoosh/azure-sdk-for-net,djyou/azure-sdk-for-net,jhendrixMSFT/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,nathannfan/azure-sdk-for-net,JasonYang-MSFT/azure-sdk-for-net,AzCiS/azure-sdk-for-net,Yahnoosh/azure-sdk-for-net,Scott...
965c9d43f65217fbfa15c9e8d10de369715039bb
windows/floppy/windows-2012-standard-amd64-vagrant/configure.bat
windows/floppy/windows-2012-standard-amd64-vagrant/configure.bat
:: %~dp0 gives the dirname of the script cmd /c %~dp0common.bat cmd /c %~dp0vagrant-ssh.bat
:: %~dp0 gives the dirname of the script cmd /c %~dp0firewall-disable.bat cmd /c %~dp0vagrant-ssh.bat
Remove a level of indirection
Remove a level of indirection
Batchfile
mpl-2.0
gregjan/packer-qemu-templates,entropicgestalt/packer-qemu-templates,mbassett/packer-qemu-templates,jakobadam/packer-qemu-templates,michel-slm/packer-qemu-templates
1883f07f7024d64d33f1a1b92de6c72664629933
buildscript/modules/ninjallvmbuild.cmd
buildscript/modules/ninjallvmbuild.cmd
@setlocal ENABLEDELAYEDEXPANSION @echo Building llvm-config tool... @ninja -j %throttle% install-llvm-config @echo. @rem Build LLVM libraries @set llvmlibstotal=0 @FOR /F "skip=2 tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a l...
@setlocal ENABLEDELAYEDEXPANSION @echo Building llvm-config tool... @ninja -j %throttle% install-llvm-config @echo. @rem Build LLVM libraries @set llvmlibstotal=0 @FOR /F "tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a llvmlibs...
Fix LLVM build truncation by 2 libraries. Regression from 527a5d5
Fix LLVM build truncation by 2 libraries. Regression from 527a5d5
Batchfile
mit
pal1000/mesa-dist-win,pal1000/mesa-dist-win
2cb8058f9af84d7d7da3e98f4227b143d959d98f
data/bin/release_packages.bat
data/bin/release_packages.bat
:: This script create zip packages (need 7zip installed and path added to system environment variable) @echo off set PATH_TO_PHYSX=C:\library\PhysX-3.2.3_PC_SDK_Core\Bin :: dx9_x86 7z a -tzip -mx=9 Wz4CE_dx9_x86.zip werkkzeug4_dx9_x32.exe 7z a -tzip -mx=9 Wz4CE_dx9_x86.zip %PATH_TO_PHYSX%\win32\PhysX3CHECKED_x86.dl...
Add a script to release binaries packages
Add a script to release binaries packages
Batchfile
bsd-2-clause
wzman/werkkzeug4CE,wzman/werkkzeug4CE,wzman/werkkzeug4CE
88b8bcaafe35798c91a9389408bf2d8657954289
recipes/cspice/bld.bat
recipes/cspice/bld.bat
mkdir %LIBRARY_INC%\cspice cd %SRC_DIR%\src\cspice call makeDynamicSpice.bat copy "cspice.dll" %LIBRARY_LIB% if errorlevel 1 exit 1 cd %SRC_DIR% copy "include\\*.h" %LIBRARY_INC%\cspice if errorlevel 1 exit 1
mkdir %LIBRARY_INC%\cspice copy "makeDynamicSpice.bat" %SRC_DIR%\src\cspice cd %SRC_DIR%\src\cspice call makeDynamicSpice.bat copy "cspice.dll" %LIBRARY_LIB% if errorlevel 1 exit 1 cd %SRC_DIR% copy "include\\*.h" %LIBRARY_INC%\cspice if errorlevel 1 exit 1
Copy commands file to source directory
Copy commands file to source directory
Batchfile
bsd-3-clause
kwilcox/staged-recipes,cpaulik/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,chohner/staged-recipes,rvalieris/staged-recipes,barkls/staged-recipes,synapticarbors/staged-recipes,ocefpaf/staged-recipes,cpaulik/staged-recipes,NOAA-ORR-ERD/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,ocef...
4fd503b8a724c788a5129c0ee3794397518c6a7e
windows/build-foreign.bat
windows/build-foreign.bat
@echo off SET GENERATOR="Visual Studio 15 2017" SET GENERATOR64="Visual Studio 15 2017 Win64" cd ../foreign/ cd SPIRV-Tools mkdir build cd build cmake -G%GENERATOR% -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers .. cmake --build . cmake --build . --config Release cd .. mkdir build64 cd build64 cmake -G%GENERAT...
@echo off SET GENERATOR="Visual Studio 16 2019" cd ../foreign/ cd SPIRV-Tools mkdir build cd build cmake -G%GENERATOR% -A Win32 -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers .. cmake --build . cmake --build . --config Release cd .. mkdir build64 cd build64 cmake -G%GENERATOR% -A x64 -DSPIRV-Headers_SOURCE_DIR...
Update windows build bat for new CMake / Visual Studio
Update windows build bat for new CMake / Visual Studio
Batchfile
mit
turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo
af0a7eb97b629ff5f2b163ffe4058f48f2a4ae6e
build-windows.cmd
build-windows.cmd
electron-packager .\ Squiffy --platform=win32 --arch=ia32 --version=0.27.3 --app-bundle-id=uk.co.textadventures.squiffy --icon=squiffy.ico --app-version=3.9.0 --ignore=Output
electron-packager .\ Squiffy --platform=win32 --arch=ia32 --version=0.27.3 --app-bundle-id=uk.co.textadventures.squiffy --icon=squiffy.ico --app-version=3.9.0 --ignore=Output --version-string.ProductName=Squiffy --version-string.FileDescription=Squiffy --version-string.LegalCopyright="Copyright (c) 2015 Alex Warren" --...
Set Windows resource version info
Set Windows resource version info
Batchfile
mit
textadventures/squiffy-editor,textadventures/squiffy-editor
1be22fb4e4e5d63514abc789d66a007cdf3a9c01
exec_wrappers/templates/conda/run-in.bat
exec_wrappers/templates/conda/run-in.bat
@echo off @REM This script was based on the original conda activate.bat @setlocal @set "CONDA_PREFIX=__CONDA_PREFIX__" @set "CONDA_DEFAULT_ENV=__CONDA_DEFAULT_ENV__" @set "CONDA_ENV_PATH=%CONDA_PREFIX%" @set "PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\Library\mingw-w64\bin;%CONDA_PREFIX%\Library\usr\bin;%CONDA_PREFIX%\Libra...
@echo off @REM This script was based on the original conda activate.bat @setlocal @set "CONDA_PREFIX=__CONDA_PREFIX__" @set "CONDA_DEFAULT_ENV=__CONDA_DEFAULT_ENV__" @set "CONDA_ENV_PATH=%CONDA_PREFIX%" @set "PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\Library\mingw-w64\bin;%CONDA_PREFIX%\Library\usr\bin;%CONDA_PREFIX%\Libra...
Add %CONDA_PREFIX%/bin to PATH on Windows
Add %CONDA_PREFIX%/bin to PATH on Windows This was introduced on conda 4.5
Batchfile
mit
gqmelo/exec-wrappers,gqmelo/exec-wrappers
62a1b4e2b9f7994208f7e648277a281d8b39fb11
src/PublishNugetPackage.cmd
src/PublishNugetPackage.cmd
@echo off echo Press any key to publish pause "..\.nuget\NuGet.exe" push PoolSharp.3.0.0.nupkg pause
@echo off echo Press any key to publish pause "..\.nuget\NuGet.exe" push PoolSharp.3.0.0.nupkg -Source https://www.nuget.org/api/v2/package pause
Update publish nuget cmd to specify source
Update publish nuget cmd to specify source
Batchfile
mit
Yortw/PoolSharp
e4a991da7eeaebdeee1200eb16feb976a646f85f
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
@ECHO OFF IF %1.==. GOTO No1 set CONFIG=%1 REM set debug parameters REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y" "%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" org.jboss.aerogear.unifiedpush.DBMaintenance > initdb-java.log 2>&1 GOTO End...
@ECHO OFF IF %1.==. GOTO No1 set CONFIG=%1 REM set debug parameters REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y" "%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\lib" org.jboss.aerogear.unifiedpush.DBMaintenance > ...
Use windows login for database init
Use windows login for database init
Batchfile
apache-2.0
aerobase/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server
90ae166816b8e6785f00121607556803bc40a956
tools/release_win.bat
tools/release_win.bat
rem Tool to assemble Windows builds rem Requirements are 7-zip, py2exe, and FreeExtractor PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% rem ****** Clean out the old junk rmdir /q /s dist\*.* del /s /q dist\*.* rem ****** Compile our executable and core zipfile python setup.py py2e...
rem Tool to assemble Windows builds rem Requirements are 7-zip, py2exe, and FreeExtractor PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH% rem ****** Clean out the old junk del /s /f /q dist rem ****** Compile our executable and core zipfile python setup.py py2exe rem ****** Remove...
Remove wildcard from del statement
Remove wildcard from del statement
Batchfile
apache-2.0
chosen1/namebench,edesiocs/namebench,yiyuandao/namebench,Spindletop16/namebench,tectronics/namebench,shannonjlove/namebench,feardax/namebench,nishad/namebench,bluemask2001/namebench,Max-Vader/namebench,alebcay/namebench,HerlonNascimento/namebench,wluizguedes/namebench,sbalun/namebench,ItsAGeekThing/namebench,imranrony/...
44cf480c781b2cf81cecb44328efa201d4ee0b8b
init.bat
init.bat
@echo off cls chcp 65001>nul rem old prompt: [%USERNAME%@%COMPUTERNAME% $p] prompt $$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /b $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* doskey pwd=echo %CD% rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ...
@echo off cls chcp 65001>nul rem old prompt: [%USERNAME%@%COMPUTERNAME% $p] prompt $$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /b $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...=c...
Remove pwd doskey since parameter is expanded at parse time
Remove pwd doskey since parameter is expanded at parse time
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
c383828a9f3f30c53009c5ac7214df3699fcde5e
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat
@ECHO OFF IF %1.==. GOTO No1 set CONFIG=%1 REM set debug parameters REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y" "%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\lib" org.jboss.aerogear.unifiedpush.DBMaintenance > ...
@ECHO OFF IF %1.==. GOTO No1 set CONFIG=%1 REM set debug parameters REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y" "%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\..\\..\\mssql" org.jboss.aerogear.unifiedpush.DBMain...
Add mssql jdbc driver to path
Add mssql jdbc driver to path
Batchfile
apache-2.0
aerobase/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server
fae35ed00f261756c5dd4aaa09415c80c2d6d188
Build/BuildRelease_XamarinForms.cmd
Build/BuildRelease_XamarinForms.cmd
UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\RELEASE-NOTES.md /Directory=.. "C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinForms.sln /p:Configuration=Release
UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\CHANGELOG.md /Directory=.. "C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinForms.sln /p:Configuration=Release
Update Xamarin Forms build script
Update Xamarin Forms build script
Batchfile
mit
mattleibow/oxyplot,freudenthal/oxyplot,Mitch-Connor/oxyplot,olegtarasov/oxyplot,TheAlmightyBob/oxyplot,as-zhuravlev/oxyplot_wpf_fork,GeertvanHorrik/oxyplot,lynxkor/oxyplot,shoelzer/oxyplot,freudenthal/oxyplot,lynxkor/oxyplot,TheAlmightyBob/oxyplot,br111an/oxyplot,DotNetDoctor/oxyplot,objorke/oxyplot,jeremyiverson/oxypl...
5b4d3e70bc08bd4e65da8c82080b5b5530496845
recipes/lazperf/bld.bat
recipes/lazperf/bld.bat
mkdir build cd build cmake -G "NMake Makefiles" ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_BUILD_TYPE:STRING=Release ^ -DWITH_TESTS:BOOL=OFF ^ %SRC_DIR% if errorlevel 1 exit 1 nmake if errorlevel 1 exit 1 nmake install if errorlevel 1 exit 1
mkdir build cd build cmake -G "NMake Makefiles" ^ -DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^ -DCMAKE_BUILD_TYPE:STRING=Release ^ -DWITH_TESTS:BOOL=OFF ^ %SRC_DIR% if errorlevel 1 exit 1 nmake if errorlevel 1 exit 1 nmake install if errorlevel 1 exit 1 nmake test if errorlevel 1 exit 1
Add tests to Windows build too
Add tests to Windows build too
Batchfile
bsd-3-clause
rmcgibbo/staged-recipes,basnijholt/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,barkls/staged-recipes,pmlandwehr/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,...
9fdf26a10a0612c6ea980cb19eb2106a2607bb82
bin/win-start-dist.cmd
bin/win-start-dist.cmd
@ECHO OFF for %%i in ("%~dp0..") do set "folder=%%~fi" ECHO This script will launch OS.js in node using: `node src\server\node\server.js dist` ECHO To stop node server, press CTRL+C pause node "%folder%\src\server\node\server.js"
@ECHO OFF for %%i in ("%~dp0..") do set "folder=%%~fi" ECHO This script will launch OS.js in node using: `node src\server\node\server.js dist-dev` ECHO To stop node server, press CTRL+C where /q supervisor IF ERRORLEVEL 1 ( ECHO supervisor not installed, the server will not be live reloaded node "%folder%\src\...
Update windows batch script for handle supervisor for the live reload
Update windows batch script for handle supervisor for the live reload
Batchfile
bsd-2-clause
omet-ca/omet-desktop,andersevenrud/OS.js-v2,arduino-org/OS.js-v2,salman-kamkoriwala/OsJsSample,andersevenrud/OS.js-v2,andersevenrud/OS.js-v2,gravityacademy/OS.js-v2,andersevenrud/OS.js-v2,Rxswyers/OS.js,omet-ca/omet-desktop,salman-kamkoriwala/OsJsSample,gravityacademy/OS.js-v2,arduino-org/OS.js-v2,arduino-org/Arduino-O...
de5df74bf2c94d7a194f6e84dd69c915e9da185e
cmake/scripts/msvc_build.bat
cmake/scripts/msvc_build.bat
REM @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" @call "C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw-w64.bat" SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;%PATH% cp "%MYS...
REM @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH% cp "%MYSQL_CONNECT...
Fix appveyor stuck on terminal
Fix appveyor stuck on terminal
Batchfile
apache-2.0
dev-osrose/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new
026da68255bcbd9d54f3ab8d2b234a0a60763074
Tools/AppVeyor/Install.cmd
Tools/AppVeyor/Install.cmd
@echo off if not exist "C:\Program Files (x86)\gs" choco install ghostscript.app -y -x86 -version 9.18 set LIBDIR=C:\Magick.NET.libs if exist %LIBDIR% goto done echo Downloading .lib files appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1 echo Extracting .lib files 7z x ...
@echo off if not exist "C:\Program Files (x86)\gs" choco install ghostscript.app -y -x86 -version 9.18 set LIBDIR=C:\Magick.NET.libs if exist %LIBDIR% goto done echo Downloading .lib files appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1 echo Extracting .lib files 7z x ...
Test if resetting the build cache will fix the build.
Test if resetting the build cache will fix the build.
Batchfile
apache-2.0
dlemstra/Magick.NET,dlemstra/Magick.NET
58505a5581550c6ec1d0c3ba133d39cc79b975c6
perl/settings.cmd
perl/settings.cmd
@echo off set drive=%~dp0 set drivep=%drive% set PERLVER=5.24.0.1 set PERLDIR=%drivep%\%ARCH%\perl REM latest version can be queried via 99-shell: REM perl tools\query-version.pl CSS::Sass set RELVERSION=3.4.10 if #%drive:~-1%# == #\# set drivep=%drive:~0,-1% set PATH=%PERLDIR%\perl\site\bin\;%PERLDIR%\perl\bin\;%P...
@echo off set drive=%~dp0 set drivep=%drive% set PERLVER=5.24.0.1 set PERLDIR=%drivep%\%ARCH%\perl REM latest version can be queried via 99-shell: REM perl tools\query-version.pl CSS::Sass set RELVERSION=3.4.11 if #%drive:~-1%# == #\# set drivep=%drive:~0,-1% set PATH=%PERLDIR%\perl\site\bin\;%PERLDIR%\perl\bin\;%P...
Adjust for latest perl-libsass 3.4.11
Adjust for latest perl-libsass 3.4.11
Batchfile
mit
mgreter/libsass-msi-installer,mgreter/libsass-msi-installer,mgreter/libsass-msi-installer
5dbb6f9ff0d0f84a90d633cf77cd0842cda63ae0
bin/nodist.cmd
bin/nodist.cmd
@echo off :: hook `nodist use <version>` if "%1"=="use" ( call %0 + %2 if ERRORLEVEL 0 ( :: get path to version and add it to PATH FOR /F "tokens=1 delims=" %%A in ('"%0" path %2') do @set "Path=%%A;%Path%" ) goto end ) :: hook `nodist update` if "%1"=="update" ( :: rescue our hacked npm.cmd from `n...
@echo off :: hook `nodist use <version>` if "%1"=="use" ( call %0 + %2 if ERRORLEVEL 0 ( :: get path to version and add it to PATH FOR /F "tokens=1 delims=" %%A in ('"%0" path %2') do @set "Path=%%A;%Path%" ) goto end ) :: hook `nodist update` if "%1"=="update" ( :: rescue our hacked npm.cmd from `n...
Put `npm update` into it's own shell
Put `npm update` into it's own shell
Batchfile
mit
nullivex/nodist,marcelklehr/nodist,nullivex/nodist,marcelklehr/nodist,nullivex/nodist,marcelklehr/nodist
1034a4d46b07b77315a740e694412422d3c37ddb
bin/_mkasset.bat
bin/_mkasset.bat
:: Asset API :: :: This file is called whenever a user enters an asset, such as Cat or Shot01. :: :: Arguments: :: %1: Name of asset, e.g. Bruce :: %2: Absolute path to asset parent directory, e.g. m:\f01_projects\p999_Demo\assets :: :: Example: :: $ call _mkasset Bruce %~dp0 @echo off set ASSET=%1 set ASSETDIR...
:: Asset API :: :: This file is called whenever a user enters an asset, such as Cat or Shot01. :: :: Arguments: :: %1: Name of asset, e.g. Bruce :: %2: Absolute path to asset parent directory, e.g. m:\f01_projects\p999_Demo\assets :: :: Example: :: $ call _mkasset Bruce %~dp0 @echo off set ASSET=%1 set ASSETDIR...
Modify listing of tasks to resemble listing of assets.
Modify listing of tasks to resemble listing of assets.
Batchfile
mit
MoonShineVFX/core,getavalon/core,getavalon/core,mindbender-studio/core,MoonShineVFX/core,mindbender-studio/core
1adef8ad02df39ff478ab7af21d42925ed011e3c
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...
Update 'for' batch code to use block style.
Update 'for' batch code to use block style.
Batchfile
bsd-3-clause
jonforums/measurements,jonforums/measurements
6f3fb02d2e555c251d9e3cb20b124bd09be2e78f
kokoro/windows-cmake.bat
kokoro/windows-cmake.bat
CD git/re2 || EXIT /B 1 cmake -D CMAKE_BUILD_TYPE=Debug -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1 cmake --build . --config Debug --clean-first || EXIT /B 1 ctest -C Debug --output-on-failure -E dfa^|exhaustive^|random ...
CD git/re2 || EXIT /B 1 cmake -D CMAKE_BUILD_TYPE=Debug -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1 cmake --build . --config Debug --clean-first || EXIT /B 1 ctest -C Debug --output-on-failure --extra-verbose -E dfa^|exhaustive^...
Make CTest extra verbose temporarily.
Make CTest extra verbose temporarily. Change-Id: I068244af20db96c136774c516176ce788786ff20 Reviewed-on: https://code-review.googlesource.com/20890 Reviewed-by: Paul Wankadia <62d4e38bb1380f055ec4b899baa75e52af09c5f7@google.com>
Batchfile
bsd-3-clause
google/re2,google/re2,google/re2,google/re2,google/re2
2b853c10af52c613685afdde14f60e6eafdebc13
buildtools/nmake/make.bat
buildtools/nmake/make.bat
@if "%VS140COMNTOOLS%"=="" goto error_vc14 @call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" @if "%HIPACC_PATH%"=="" goto error_hipacc @if "%1" == "cpu" goto cpu @if "%1" == "cuda" goto cuda @if "%1" == "clean" goto clean @if "%1" == "distclean" goto distclean :cpu nmake.exe /f sample.mak cpu @goto end :cuda @if "%C...
@if "%VS140COMNTOOLS%"=="" goto error_vc14 @call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64 @if "%HIPACC_PATH%"=="" goto error_hipacc @if "%1" == "cpu" goto cpu @if "%1" == "cuda" goto cuda @if "%1" == "clean" goto clean @if "%1" == "distclean" goto distclean :cpu nmake.exe /f sample.mak cpu @goto end :cuda @if...
Load x64 toolchain for NMAKE
Load x64 toolchain for NMAKE
Batchfile
bsd-2-clause
hipacc/hipacc-vivado,hipacc/hipacc,hipacc/hipacc-vivado,hipacc/hipacc-vivado,hipacc/hipacc
0ee9116c804c7ff1490188ded278d6573ece4b79
ci/tasks/cats-windows.bat
ci/tasks/cats-windows.bat
SET GOPATH=%CD%\cf-release-repo SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests SET PATH=C:\Go\bin;%PATH% SET PATH=C:\Program Files\Git\cmd\;%PATH% SET PATH=%CD%\cf-release-repo\bin;%PATH% SET PATH=C:\Program Files\7-Zip;%PATH% SET PATH=C:\Program Files\cURL\bin;%PATH% SET PATH=%CD%;%PATH% SET /...
SET GOPATH=%CD%\cf-release-repo SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests SET PATH=C:\Go\bin;%PATH% SET PATH=C:\Program Files\Git\cmd\;%PATH% SET PATH=%CD%\cf-release-repo\bin;%PATH% SET PATH=C:\Program Files\GnuWin32\bin;%PATH% SET PATH=C:\Program Files\cURL\bin;%PATH% SET PATH=%CD%;%PATH%...
Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke"
Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke" This reverts commit 42237d6c20c650f9803acbd496df30d8d9e0b8d6.
Batchfile
apache-2.0
fujitsu-cf/cli,hyenaspots/cli,hyenaspots/cli,fujitsu-cf/cli,simonleung8/cli,markstgodard/cli,hyenaspots/cli,markstgodard/cli,simonleung8/cli,hyenaspots/cli,simonleung8/cli,fujitsu-cf/cli,markstgodard/cli,markstgodard/cli
fe4c6db4bf4cd7ab4813718d4e1015fda3afa049
run-example.cmd
run-example.cmd
@echo off setlocal if "%1" == "" ( echo usage: %0 EXAMPLE [options] echo. echo Where EXAMPLE is one of: call :printExampleList exit /B 1 ) if not exist examples\%1 ( echo Cannot find an example by the name '%1'. Use one of: call :printExampleList exit /B 1 ) rem Enabl...
@echo off setlocal if "%1" == "" ( echo usage: %0 EXAMPLE [options] echo. echo Where EXAMPLE is one of: call :printExampleList exit /B 1 ) if not exist examples\%1 ( echo Cannot find an example by the name '%1'. Use one of: call :printExampleList exit /B 1 ) rem Enabl...
Hide dot-folders when printing example folders
Hide dot-folders when printing example folders Don't want to have Eclipse stuff like '.settings' show up.
Batchfile
agpl-3.0
yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs,fqqb/yamcs,yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs
50a3257ab0c3cb8958da0728b157228d1fc83c26
doc/screenplay/demo-3-bach.bat
doc/screenplay/demo-3-bach.bat
@echo off cls echo. echo BEGIN OF DEMO 3: Bach.java pause > nul if exist demo rmdir /q/s demo mkdir demo cd demo mkdir src\demo echo ______ echo Step 1: Declare demo module: src\demo\module-info.java pause > nul ( echo module demo {} )>"src\demo\module-info.java" echo. type src\demo\module-info.java pause > nul echo...
@echo off cls echo. echo BEGIN OF DEMO 3: Bach.java pause > nul if exist demo rmdir /q/s demo mkdir demo cd demo mkdir src\demo echo ______ echo Step 1: Declare demo module: src\demo\module-info.java pause > nul ( echo module demo {} )>"src\demo\module-info.java" echo. type src\demo\module-info.java pause > nul echo...
Fix path to "main" modules
Fix path to "main" modules
Batchfile
mit
sormuras/bach,sormuras/bach
d75fa4a9e2d9a01ac8efbb259ee0d75d4f0c0005
devtools/conda-recipe/bld.bat
devtools/conda-recipe/bld.bat
xcopy %RECIPE_DIR%\\..\\.. %SRC_DIR% /e /h /Y /Q "%PYTHON%" setup.py install if errorlevel 1 exit 1
xcopy %RECIPE_DIR%\\..\\.. %SRC_DIR% /e /h /Y /Q "%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1
Fix setuptools with conda build on windows.
Fix setuptools with conda build on windows.
Batchfile
mit
sallai/mbuild,iModels/mbuild,summeraz/mbuild,Jonestj1/mbuild,tcmoore3/mbuild,ctk3b/mbuild,Jonestj1/mbuild,summeraz/mbuild,sallai/mbuild,iModels/mbuild,ctk3b/mbuild,tcmoore3/mbuild
8a20ca75a1dc093e6032833bf6cc9231213dc7c9
spf13-vim-windows-install.cmd
spf13-vim-windows-install.cmd
@if not exist "%HOME%" @set HOME=%HOMEDRIVE%%HOMEPATH% @if not exist "%HOME%" @set HOME=%USERPROFILE% @set BASE_DIR=%HOME%\.spf13-vim-3 call git clone --recursive -b 3.0 git://github.com/spf13/spf13-vim.git %BASE_DIR% call mkdir %BASE_DIR%\.vim\bundle call mklink /J %HOME%\.vim %BASE_DIR%\.vim call mklink %HOME...
@if not exist "%HOME%" @set HOME=%HOMEDRIVE%%HOMEPATH% @if not exist "%HOME%" @set HOME=%USERPROFILE% @set BASE_DIR=%HOME%\.spf13-vim-3 call git clone --recursive -b 3.0 git://github.com/spf13/spf13-vim.git %BASE_DIR% call mkdir %BASE_DIR%\.vim\bundle call mklink /J %HOME%\.vim %BASE_DIR%\.vim call mklink %HOME%\.vimr...
Add missing mklink to .vimrc.bundles in windows installer script.
Add missing mklink to .vimrc.bundles in windows installer script.
Batchfile
apache-2.0
chrxn/spf13-vim,hahaliu005/spf13-vim,wenzhucjy/spf13-vim,dawnsong/spf13-vim,Anden/spf13-vim,Frank1993/spf13-vim,perfectworks/pw-vim,0xItx/spf13-vim,kevinushey/spf13-vim,nxsy/spf13-vim,fuhongxue/spf13-vim,NoviaDroid/spf13-vim,xuzhenglun/spf13-vim,Xiaolang0/spf13-vim,mightyguava/spf13-vim,millerdw06/spf13-vim,chenshuiyin...
53630040ad8f7668147ba53e2b4548301c406f4c
fake.cmd
fake.cmd
@echo off :Build cls SET TARGET="Default" IF NOT [%1]==[] (set TARGET="%1") "tools\FAKE\tools\Fake.exe" "build.fsx" "target=%TARGET%" exit /b %errorlevel%
Add a redirect for FAKE
Add a redirect for FAKE
Batchfile
apache-2.0
haithemaraissia/FAKE,xavierzwirtz/FAKE,RMCKirby/FAKE,pmcvtm/FAKE,jayp33/FAKE,darrelmiller/FAKE,haithemaraissia/FAKE,satsuper/FAKE,dmorgan3405/FAKE,gareth-evans/FAKE,hitesh97/FAKE,ilkerde/FAKE,naveensrinivasan/FAKE,gareth-evans/FAKE,modulexcite/FAKE,wooga/FAKE,neoeinstein/FAKE,wooga/FAKE,leflings/FAKE,ovu/FAKE,beeker/FA...
6adf9cf6874bad41a4c6de1c7b04b1284f74df30
src/resources/startup.bat
src/resources/startup.bat
java -Dappdir=.. -cp ../lib/windows/jmf.jar;../lib/startup.jar;../lib/windows/jdic.jar;../resources;../lib/windows; org.jivesoftware.launcher.Startup
:run if "%1" == "-debug" goto debug java -Dappdir=.. -cp ../lib/windows/jmf.jar;../lib/startup.jar;../lib/windows/jdic.jar;../resources;../lib/windows; org.jivesoftware.launcher.Startup goto end :debug start "Spark" "%JAVA_HOME%\bin\java" -Xdebug -Xint -server -Xnoagent -Xrunjdwp:transport=dt_socket,server=y,suspend=n...
Allow for remote debugging in spark.
Allow for remote debugging in spark. git-svn-id: f13e20fb8540f76a08799c0051229138c0279aa7@7601 b35dd754-fafc-0310-a699-88a17e54d16e
Batchfile
apache-2.0
joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client,joshuairl/toothchat-client
e0fc94739461e92e98c623b358167b2f788dbc5a
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
Games/Other/Oxide.Game.Nomad/Files/Windows/_start-example.bat
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.76" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
@echo off cls :start echo Starting server... "Nomad Server\NomadServer.exe" -name "My Oxide Server" -port 5127 -slots 10 -clientVersion "0.77" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.77 update
[Nomad] Patch for version 0.77 update
Batchfile
mit
LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide
ea737aa7004e2eab4965b0eb6c46d3373635d061
MyGet.bat
MyGet.bat
dotnet pack src/GladNet.Common/ -c Release dotnet pack src/GladNet.Encryption/ -c Release dotnet pack src/GladNet.Engine.Common/ -c Release dotnet pack src/GladNet.Engine.Server/ -c Release dotnet pack src/GladNet.Message/ -c Release dotnet pack src/GladNet.Message.Handlers/ -c Release dotnet pack src/GladNet.Payload/ ...
msbuild ./src/GladNet.Common/GladNet.Common.csproj /p:Configuration=Release msbuild ./src/GladNet.Encryption/GladNet.Encryption.csproj /p:Configuration=Release msbuild ./src/GladNet.Engine.Common/GladNet.Engine.Common.csproj /p:Configuration=Release msbuild ./src/GladNet.Engine.Server/GladNet.Engine.Server.csproj /p:Co...
Revert "Try dotnet pack instead"
Revert "Try dotnet pack instead" This reverts commit 594f39386b536908ff0fc9c1b3eac28dc8af7606. Revert
Batchfile
bsd-3-clause
HelloKitty/GladNet2.0,HelloKitty/GladNet2.0,HelloKitty/GladNet2,HelloKitty/GladNet2
29f374109953b1bb70a1a3270f533e2bce653551
appveyor-install.cmd
appveyor-install.cmd
"%sdkverpath%" -q -version:"%sdkver%" call setenv /x64 rem install python packages pip install numpy rem builds currently fail rem pip install numexpr rem pip install tables >= 3.1.1 pip install enum34>=1.0.4 pip install stevedore>=1.2.0 pip install click>=3.3 pip install pyyaml>=3.11 pip install sphinx>1.3 pip instal...
"%sdkverpath%" -q -version:"%sdkver%" call setenv /x64 rem install python packages pip install numpy rem builds currently fail rem pip install numexpr rem pip install tables >= 3.1.1 pip install enum34>=1.0.4 pip install stevedore>=1.2.0 pip install click>=3.3 pip install pyyaml>=3.11 pip install sphinx>=1.3 pip insta...
Fix mistake in setting sphinx's required version number
Fix mistake in setting sphinx's required version number
Batchfile
bsd-2-clause
simphony/simphony-common
6019c427eb7df8984758ce6655ec06ddc2c84f98
build.bat
build.bat
set plugin_file=%CD%/UnrealCV.uplugin set package_folder=%CD%/Plugins/UnrealCV set UE4=C:\Program Files\Epic Games\UE_4.14 REM TODO: Check the existence of UE4 folder and give a useful hint for user REM Modify the UE4 variable to point to your UE4 installation path "%UE4%/Engine/Build/BatchFiles/RunUAT.bat" BuildPlugin...
set plugin_file=%CD%/UnrealCV.uplugin set package_folder=%CD%/Plugins/UnrealCV set UE4=C:\Program Files\Epic Games\UE_4.14 REM TODO: Check the existence of UE4 folder and give a useful hint for user REM Modify the UE4 variable to point to your UE4 installation path "%UE4%/Engine/Build/BatchFiles/RunUAT.bat" BuildPlugin...
Copy compiled binaries to C:\qiuwch\workspace\unrealcv\unrealcv.
Copy compiled binaries to C:\qiuwch\workspace\unrealcv\unrealcv.
Batchfile
mit
unrealcv/unrealcv,unrealcv/unrealcv,unrealcv/unrealcv,unrealcv/unrealcv,unrealcv/unrealcv
6f3955815da6e73f1d92cbf78f3b639a7dc5e016
S32-io/IO-Socket-INET.bat
S32-io/IO-Socket-INET.bat
@ECHO OFF :: script for Windows to supply fork() to rakudo :: based on IO-Socket-INET.sh SET TEST=%1 SET PORT=%2 :: clear the status message flag but don't whinge about the file not being there DEL t\spec\S32-io\server-ready-flag 2> NUL :: Use START to fork the server and set the window title so we can kill ...
@ECHO OFF :: script for Windows to supply fork() to rakudo :: based on IO-Socket-INET.sh SET TEST=%1 SET PORT=%2 :: clear the status message flag but don't whinge about the file not being there DEL t\spec\S32-io\server-ready-flag 2> NUL :: Use START to fork the server and set the window title so we can kill ...
Make socket tests run less annoyingly on Win32.
Make socket tests run less annoyingly on Win32. They could pop up windows before; this prevents it.
Batchfile
artistic-2.0
b2gills/roast,b2gills/roast,niner/roast,perl6/roast,niner/roast,laben/roast,laben/roast,laben/roast,dogbert17/roast,bitrauser/roast,cygx/roast,skids/roast,dankogai/roast,dankogai/roast,dogbert17/roast,bitrauser/roast,cygx/roast,dankogai/roast,skids/roast,zostay/roast,skids/roast,niner/roast,zostay/roast,cygx/roast,b2gi...
1ee53054d045130f9b1346e4118d3a8c0f216381
builds/msvc/build/buildbase.bat
builds/msvc/build/buildbase.bat
@ECHO OFF REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12] SET solution=%1 SET version=%2 SET log=build_%version%.log SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat SET environment="%programfiles(x86)%\%tools%" IF NOT EXIST %environment% SET environment="%programfiles%\%tools%" IF NOT EXIST %envi...
@ECHO OFF REM Usage: [buildbase.bat ..\vs2013\mysolution.sln 12] SET solution=%1 SET version=%2 SET log=build_%version%.log SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat SET environment="%programfiles(x86)%\%tools%" IF NOT EXIST %environment% SET environment="%programfiles%\%tools%" IF NOT EXIST %envi...
Change VS build script to x64 only.
Change VS build script to x64 only.
Batchfile
agpl-3.0
tuomassiren/libbitcoin-server,tuomassiren/libbitcoin-server,libmetrocoin/libmetrocoin-server,libmetrocoin/libmetrocoin-server,tuomassiren/libbitcoin-server,libmetrocoin/libmetrocoin-server,RojavaCrypto/libbitcoin-server,RojavaCrypto/libbitcoin-server,RojavaCrypto/libbitcoin-server
f13a5935a4c550c551482bc2674041a6803e4207
recipes/6s/bld.bat
recipes/6s/bld.bat
:: Configure. cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%PREFIX% . if errorlevel 1 exit 1 :: Build. nmake if errorlevel 1 exit 1 :: Install. nmake install if errorlevel 1 exit 1
:: Configure. cmake -D CMAKE_INSTALL_PREFIX=%PREFIX% . if errorlevel 1 exit 1 :: Build. nmake if errorlevel 1 exit 1 :: Install. nmake install if errorlevel 1 exit 1
Remove option to produce NMake make files - lets see what the default does
Remove option to produce NMake make files - lets see what the default does
Batchfile
bsd-3-clause
mariusvniekerk/staged-recipes,mcs07/staged-recipes,jerowe/staged-recipes,sodre/staged-recipes,larray-project/staged-recipes,scopatz/staged-recipes,jakirkham/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,isuruf/staged-recipes,guillochon/staged-recipes,stuertz/staged-recipes,Cashalow/staged-recipes,igortg/...
3f799b4630730ed501507921c4f699c10bf8c092
zephir.bat
zephir.bat
@echo off REM This file is part of the Zephir. REM REM (c) Zephir Team <team@zephir-lang.com> REM REM For the full copyright and license information, please view the LICENSE REM file that was distributed with this source code. cls if "%PHP_PEAR_PHP_BIN%" neq "" ( set PHPBIN=%PHP_PEAR_PHP_BIN% ) else set PHPBIN=php S...
@echo off rem This file is part of the Zephir. rem rem (c) Zephir Team <team@zephir-lang.com> rem rem For the full copyright and license information, please view the LICENSE rem file that was distributed with this source code. cls if "%PHP_PEAR_PHP_BIN%" neq "" ( set PHPBIN=%PHP_PEAR_PHP_BIN% ) else set PHPBIN=php S...
Correct code style for batch file
Correct code style for batch file
Batchfile
mit
vpg/zephir,vpg/zephir,phalcon/zephir,zephir-lang/zephir,phalcon/zephir,vpg/zephir,vpg/zephir,zephir-lang/zephir,zephir-lang/zephir,phalcon/zephir,vpg/zephir,phalcon/zephir,zephir-lang/zephir,phalcon/zephir,vpg/zephir,phalcon/zephir,zephir-lang/zephir
9df4be9793c7677339d7b686da3d37adbed84977
make.bat
make.bat
vcvarsall.bat x86 CL /I C:\OpenSSL-Win32\include /INCREMENTAL bmpow.c /MT /link /DLL /OUT:bmpow32.dll /LIBPATH:"C:\OpenSSL-Win32\lib" libeay32.lib ws2_32.lib
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat x86 CL /I C:\OpenSSL-Win32\include /INCREMENTAL bmpow.c /MT /link /DLL /OUT:bmpow32.dll /LIBPATH:"C:\OpenSSL-Win32\lib" libeay32.lib ws2_32.lib
Use full path to vcvarsall
Use full path to vcvarsall
Batchfile
mit
bmng-dev/bitmessage-pow,bmng-dev/bitmessage-pow,bmng-dev/bitmessage-pow
dbceda2af676c5c8995815969ccc1f220339c106
build-and-run.bat
build-and-run.bat
@echo off del /F TestApp.exe call gradlew clean -POS=windows call gradlew build -POS=windows echo F | xcopy /Q /Y /F build\exe\testApp\TestApp.exe TestApp.exe call TestApp.exe > output.log rem call TestApp.exe --useJSONFormat > outputJSON.log rem call TestApp.exe --nosha256 > outputnoSha.log
@echo off del /F TestApp.exe call gradlew clean -POS=windows call gradlew build -POS=windows echo F | xcopy /Q /Y /F build\exe\testApp\TestApp.exe TestApp.exe rem call TestApp.exe > output.log call TestApp.exe --noOpenCL > outputnoCL.log rem call TestApp.exe --useJSONFormat > outputJSON.log rem call TestApp.exe --nosh...
Add No OpenCL Run Configuration
Add No OpenCL Run Configuration
Batchfile
mit
ZetaChain/ZetaChain_Native,ZetaChain/ZetaChain_Native
7b8b89dff9e3805a75e43f72833e02f16773de38
install/Prepare-Release.bat
install/Prepare-Release.bat
@echo off setlocal enableextensions mkdir ReformatUtils 2> NUL copy /y ..\src\resharper-reformatutils\bin\Release\* ReformatUtils
@echo off setlocal enableextensions mkdir ReformatUtils 2> NUL copy /y ..\src\ReformatUtils\bin\Release\* ReformatUtils
Fix helper script (update path)
Fix helper script (update path)
Batchfile
mit
oysteinkrog/resharper-reformatutils,oysteinkrog/resharper-reformatutils
d42ab2a0b027f1e9e88cef5b233a900acf885a6d
build-windows.cmd
build-windows.cmd
CALL .\.venv\Scripts\activate pip install -r .\requirements.txt pyinstaller .\rocketleagueminimapgenerator\main.py --onefile MOVE /Y .\dist\main.exe .\dist\rocketleagueminimapgenerator.exe COPY /Y .\README.md .\dist\README.txt DEL /S /Q .\dist\assets COPY /Y .\assets .\dist\assets powershell Compress-Archive -Force -...
CALL .\.venv\Scripts\activate pip install -r .\requirements.txt set PYTHONOPTIMIZE=1 && pyinstaller .\rocketleagueminimapgenerator\main.py --onefile MOVE /Y .\dist\main.exe .\dist\rocketleagueminimapgenerator.exe COPY /Y .\README.md .\dist\README.txt DEL /S /Q .\dist\assets COPY /Y .\assets .\dist\assets powershell C...
Optimize build output on windows.
Optimize build output on windows.
Batchfile
agpl-3.0
enzanki-ars/rocket-league-minimap-generator
2d95b6c681bccf701d321d4a1978a4a27f88d6da
mingw64/make_import_library.cmd
mingw64/make_import_library.cmd
@echo CREATING MICROSOFT IMPORT LIBRARY FOR CSOUND64.DLL FOR X64 dumpbin /exports csound-mingw64/csound64.dll > exports.txt @echo LIBRARY CSOUND64 >> csound64.def @echo EXPORTS >> csound64.def FOR /F "skip=19 tokens=4" %%l in (exports.txt) do @echo %%l >> csound64.def lib /def:csound64.def /out:csound64.lib /machine:x6...
Make a Microsoft import library for the x64 csound64.dll.
Make a Microsoft import library for the x64 csound64.dll.
Batchfile
lgpl-2.1
ketchupok/csound,csound/csound,csound/csound,ketchupok/csound,csound/csound,ketchupok/csound,ketchupok/csound,csound/csound,ketchupok/csound,ketchupok/csound,csound/csound,ketchupok/csound,csound/csound,ketchupok/csound,csound/csound,csound/csound,ketchupok/csound,csound/csound,csound/csound,ketchupok/csound
4a090aba11872f4a9a2d22938cf41d8cbce5e088
recipes/jkqtplotter/bld.bat
recipes/jkqtplotter/bld.bat
:: Fix for https://github.com/jkriege2/JKQtPlotter/issues/35 set "CXXFLAGS= -MD" mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% .. if errorlevel 1 exit 1 cmake --build . --config Release --target install if errorlevel 1 exit 1
:: Fix for https://github.com/jkriege2/JKQtPlotter/issues/35 set "CXXFLAGS= -MD" mkdir build cd build cmake -DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% -DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% -DJKQtPlotter_BUILD_EXAMPLES=OFF -DJKQtPlotter_BUILD_STATIC_LIBS=OFF .. if errorlevel 1 exit 1 cmake --build . --config Release --targ...
Disable examples and static libs
Disable examples and static libs
Batchfile
bsd-3-clause
jakirkham/staged-recipes,hadim/staged-recipes,chrisburr/staged-recipes,chrisburr/staged-recipes,birdsarah/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,mariusvniekerk/staged-recipes,mcs07/staged-recipes,petrushy/staged...
08d62ca8504873209a4db898721b036ca5a5d45e
scripts/take_screenshot.bat
scripts/take_screenshot.bat
start fgautopilot-0.0.3/fgautopilot.exe curl -fsS -o nircmd.zip http://www.nirsoft.net/utils/nircmd.zip 7z x nircmd.zip dir nircmd.exe cmdwait 20000 savescreenshot "shot.png" dir taskkill /f /im "fgautopilot.exe"
start fgautopilot-0.0.3/fgautopilot.exe curl -fsS -o nircmd.zip http://www.nirsoft.net/utils/nircmd.zip 7z x nircmd.zip dir nircmd.exe cmdwait 60000 savescreenshot "shot.png" dir taskkill /f /im "fgautopilot.exe"
Increase waiting time before screenshot taking.
[appveyor] Increase waiting time before screenshot taking.
Batchfile
apache-2.0
approximator/FlightGear_Autopilot,approximator/FlightGear_Autopilot
0d2dd3aabd314b4dfed653d15259a5104eba5419
util/cron/test-cygwin32.bat
util/cron/test-cygwin32.bat
@ECHO OFF REM Test default configuration against full suite on windows. REM WORKSPACE is always set inside our testing environment. If this is run REM outside that environment, the caller is responsible for setting it. IF "%WORKSPACE%"=="" GOTO ErrExit REM NOTE: This is pretty messy, but it is the only way I could fi...
@ECHO OFF REM Test default configuration against full suite on windows. REM WORKSPACE is always set inside our testing environment. If this is run REM outside that environment, the caller is responsible for setting it. IF "%WORKSPACE%"=="" GOTO ErrExit REM NOTE: This is pretty messy, but it is the only way I could fi...
Add correct PATH for cygwin32 batch script.
Add correct PATH for cygwin32 batch script.
Batchfile
apache-2.0
CoryMcCartan/chapel,CoryMcCartan/chapel,CoryMcCartan/chapel,chizarlicious/chapel,chizarlicious/chapel,chizarlicious/chapel,CoryMcCartan/chapel,chizarlicious/chapel,hildeth/chapel,CoryMcCartan/chapel,chizarlicious/chapel,hildeth/chapel,hildeth/chapel,hildeth/chapel,hildeth/chapel,chizarlicious/chapel,hildeth/chapel,chiz...
481299c748bb7d692cd9da4971a7879c17234e35
scripts/windows/apktool.bat
scripts/windows/apktool.bat
@echo off if "%PATH_BASE%" == "" set PATH_BASE=%PATH% set PATH=%CD%;%PATH_BASE%; java -jar -Duser.language=en "%~dp0\apktool.jar" %*
@echo off if "%PATH_BASE%" == "" set PATH_BASE=%PATH% set PATH=%CD%;%PATH_BASE%; chcp 65001 2>nul >nul java -jar -Duser.language=en -Dfile.encoding=UTF8 "%~dp0\apktool.jar" %*
Update Windows scripts for unicode support
Update Windows scripts for unicode support - fixes #1595
Batchfile
apache-2.0
pwelyn/Apktool,iBotPeaches/Apktool,Benjamin-Dobell/Apktool,pwelyn/Apktool,Benjamin-Dobell/Apktool,iBotPeaches/Apktool
8d7a6bc6d77eb0947e06f89d7021170204361277
ci/cli/tasks/units-windows.bat
ci/cli/tasks/units-windows.bat
SET GOPATH=%CD%\gopath SET PATH=C:\Go\bin;C:\Program Files\Git\cmd\;%GOPATH%\bin;%PATH% cd %GOPATH%\src\code.cloudfoundry.org\cli powershell -command set-executionpolicy remotesigned go get github.com/onsi/ginkgo/ginkgo ginkgo -r -randomizeAllSpecs -randomizeSuites .
SET GOPATH=%CD%\gopath SET PATH=C:\Go\bin;C:\Program Files\Git\cmd\;%GOPATH%\bin;%PATH% cd %GOPATH%\src\code.cloudfoundry.org\cli powershell -command set-executionpolicy remotesigned go get github.com/onsi/ginkgo/ginkgo ginkgo -r -randomizeAllSpecs -randomizeSuites -skipPackage integration .
Revert "the integration package is not in the cli resource"
Revert "the integration package is not in the cli resource" This reverts commit a2fdfaa92f857fb85ddc98b3eebc7ced1047821a.
Batchfile
apache-2.0
cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli
37b45442c5e509020c803561d40f8b34cd579a52
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 ( devenv ..\db-4.4.20\build_win32\Berkeley_DB.sln /build Release /project db_static ) @rem build Python c...
@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 ...
Use vcbuild for VS 2009.
Use vcbuild for VS 2009.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
ede1111d5c3d21a59088855d3680713a1ab746ca
conda.recipe/bld.bat
conda.recipe/bld.bat
cd %RECIPE_DIR% cd .. :: Remove the build directory since incremental builds aren't currently supported. rd /s /q build python setup.py install || exit 1 rd /s /q %SP_DIR%\__pycache__ rd /s /q %SP_DIR%\numpy rd /s /q %SP_DIR%\Cython
cd %RECIPE_DIR% cd .. python setup.py install || exit 1 rd /s /q %SP_DIR%\__pycache__ rd /s /q %SP_DIR%\numpy rd /s /q %SP_DIR%\Cython
Remove code that deletes build directory every time in conda recipe. Incremental builds are supported now.
Remove code that deletes build directory every time in conda recipe. Incremental builds are supported now.
Batchfile
bsd-2-clause
insertinterestingnamehere/dynd-python,mwiebe/dynd-python,mwiebe/dynd-python,izaid/dynd-python,mwiebe/dynd-python,insertinterestingnamehere/dynd-python,ContinuumIO/dynd-python,ContinuumIO/dynd-python,mwiebe/dynd-python,izaid/dynd-python,ContinuumIO/dynd-python,insertinterestingnamehere/dynd-python,insertinterestingnameh...
b5bfe951c4d80e1eec18d4f3a0716fde2a8515bf
NetKVM/CoInstaller/setbuildenv.bat
NetKVM/CoInstaller/setbuildenv.bat
::set PSDK_INC_PATH=C:\PROGRA~1\MI2578~1\Windows\v6.0A\Include ::set PSDK_LIB_PATH=C:\PROGRA~1\MI2578~1\Windows\v6.0A\Lib @echo off set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A" call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib goto :eof :set...
@echo off call :set_sdk_path call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib call :clean_sdk_path goto :eof :setshortpath set %1=%~s2 goto :eof :set_sdk_path set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A" if NOT "%SDK_PATH%"=="" set __sdk_p...
Enable to set external SDK path
[NetKVM] Enable to set external SDK path
Batchfile
bsd-3-clause
ladipro/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,daynix/kvm-guest-drivers-windows,GoogleCloudPlatform/compute-windows-drivers,YanVugenfirer/kvm-guest-drivers-windows,YanVugenfirer/kvm-gue...
bd0d8310ff051c0d00c138ce3f14e6a4f38212ba
recipes/ecell4_base/bld.bat
recipes/ecell4_base/bld.bat
"%PYTHON%" setup.py install "%PYTHON%" setup.py test if errorlevel 1 exit 1
"%PYTHON%" setup.py install "%PYTHON%" -m pip install -vv . if errorlevel 1 exit 1
Replace "setup.py test" to "-m pip install -vv ."
Replace "setup.py test" to "-m pip install -vv ."
Batchfile
bsd-3-clause
igortg/staged-recipes,jochym/staged-recipes,dschreij/staged-recipes,conda-forge/staged-recipes,birdsarah/staged-recipes,mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes,asmeurer/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,patricksnape/staged-recipes,igortg/staged-recipes,petrushy/staged-...
21969c955f77719b7800b61ab3fa392e5bf19354
ci/tasks/gats-windows.bat
ci/tasks/gats-windows.bat
SET GOPATH=%CD%\gopath SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cli-acceptance-tests SET PATH=C:\Go\bin;%PATH% SET PATH=C:\Program Files\Git\cmd\;%PATH% SET PATH=%GOPATH%\bin;%PATH% SET PATH=C:\Program Files\7-Zip;%PATH% SET PATH=C:\Program Files\cURL\bin;%PATH% SET PATH=%CD%;%PATH% SET /p DOMAIN=<%CD%\bosh-...
SET GOPATH=%CD%\gopath SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cli-acceptance-tests SET PATH=C:\Go\bin;%PATH% SET PATH=C:\Program Files\Git\cmd\;%PATH% SET PATH=%GOPATH%\bin;%PATH% SET PATH=C:\Program Files\GnuWin32\bin;%PATH% SET PATH=C:\Program Files\cURL\bin;%PATH% SET PATH=%CD%;%PATH% SET /p DOMAIN=<%CD...
Revert "switching to 7z as well, sourceforge still broke"
Revert "switching to 7z as well, sourceforge still broke" This reverts commit 9b2c32b64adb595d5c2e19ca7d0abf421eacc097.
Batchfile
apache-2.0
simonleung8/cli,markstgodard/cli,simonleung8/cli,hyenaspots/cli,fujitsu-cf/cli,markstgodard/cli,markstgodard/cli,hyenaspots/cli,hyenaspots/cli,fujitsu-cf/cli,simonleung8/cli,hyenaspots/cli,markstgodard/cli,fujitsu-cf/cli
34149243fe94f2270ef21beb286d559253031102
gen_vs2013_proj_win64.bat
gen_vs2013_proj_win64.bat
@echo off if not exist build-x64 mkdir build-x64 cd build-x64 REM Update your dependency directories below as necessary cmake -G"Visual Studio 12" -A x64 -DOpenCV_DIR="C:\libs\opencv-2.4.10\build-x64" -DSFML_ROOT="C:\libs\SFML-2.3.2-64" -DPROTOBUF_SRC_ROOT_FOLDER="C:\libs\protobuf-2.6.1" .. && goto :copy_files REM o...
@echo off if not exist build-x64 mkdir build-x64 cd build-x64 REM Update your dependency directories below as necessary cmake -G"Visual Studio 12" -Ax64 -DOpenCV_DIR="C:\libs\opencv-2.4.10\build-x64" -DSFML_ROOT="C:\libs\SFML-2.3.2-64" -DPROTOBUF_SRC_ROOT_FOLDER="C:\libs\protobuf-2.6.1" .. && goto :copy_files REM on...
Remove extra space in project gen script
Remove extra space in project gen script
Batchfile
apache-2.0
orbbec/astra,orbbec/astra,orbbec/astra,orbbec/astra,orbbec/astra
e35e6de4ec3aaabea9ac702655edb3fb7729fdea
CreateBoilerPlate.bat
CreateBoilerPlate.bat
git init touch README.md git add README.md git add .gitignore git commit -m"initial commit" cd external git submodule add --depth 1 -- https://github.com/fmtlib/fmt.git git submodule add --depth 1 -- https://github.com/gabime/spdlog.git git submodule add --depth 1 -- https://github.com/onqtam/doctest.git cd ..
git init touch README.md git add README.md git add .gitignore git commit -m"initial commit" cd external rmdir fmt git submodule add --depth 1 -- https://github.com/fmtlib/fmt.git rmdir spdlog git submodule add --depth 1 -- https://github.com/gabime/spdlog.git rmdir doctest git submodule add --depth 1 -- https://github....
Remove empty external dirs if present
Remove empty external dirs if present
Batchfile
mit
Lectem/cpp-boilerplate,Lectem/cpp-boilerplate,Lectem/cpp-boilerplate
a781d83ce70e1891880c620e7fe6f7667b1c113c
build_win_package.bat
build_win_package.bat
@echo off set BIN_NAME=sqlitebiter pip install --upgrade pip pip install --upgrade .[build] echo "----- start build -----" pyinstaller cli.py --onefile --name %BIN_NAME% --clean --noconfirm --specpath build echo "----- complete build -----" echo "----- start compress -----" set DIST_DIR_NAME=dist set BIN_PATH=%DIST...
@echo off set BIN_NAME=sqlitebiter echo "----- start build -----" pyinstaller cli.py --onefile --name %BIN_NAME% --clean --noconfirm --specpath build echo "----- complete build -----" echo "----- start compress -----" set DIST_DIR_NAME=dist set BIN_PATH=%DIST_DIR_NAME%/%BIN_NAME%.exe set ARCHIVE_PATH=%DIST_DIR_NAME%...
Fix a build package for Windows fails on AppVeyor CI
Fix a build package for Windows fails on AppVeyor CI
Batchfile
mit
thombashi/sqlitebiter,thombashi/sqlitebiter
31c03d4127e7d2731860c085dbac494a43f5850f
prestore.cmd
prestore.cmd
@echo off setlocal for %%i in (NuGet.exe) do set nuget_path=%%~dpnx$PATH:i if "%nuget_path%"=="" goto :nonuget set packages_path=%~dp0packages if exist "%packages_path%\repositories.config" ( for /f "usebackq delims=" %%p in (`PowerShell -C "Get-Content '%packages_path%\repositories.config' | Select-Xml //rep...
@echo off setlocal for %%i in (NuGet.exe) do set nuget_path=%%~dpnx$PATH:i if "%nuget_path%"=="" goto :nonuget set packages_path=%~dp0packages if exist "%packages_path%\repositories.config" ( for /f "usebackq delims=" %%p in (`PowerShell -C "[xml](Get-Content '%packages_path%\repositories.config') | Select-Xm...
Package restore script fixes (possibly some due to PowerShell 4 compatibility issues)
Package restore script fixes (possibly some due to PowerShell 4 compatibility issues)
Batchfile
apache-2.0
Thomas-Clark/elmah,bsagar27/elmah,shabbirh/elmah,weiminye/elmah,glisibor/elmah,UriHendler/elmah,kyleleeli/elmah,kevinrademan/elmah,Murtaza-libs/elmah,ywuwgij/elmah,rahulchrty/elmah,jonot/elmah,jonot/elmah,kevinrademan/elmah,radtek/elmah,radtek/elmah,tyagimanoj12/elmah,nobitagamer/elmah,kyleleeli/elmah,ronnyek/elmah,gli...
966db25b262d1a753914ad105e0b0895293a4583
bootstrap.bat
bootstrap.bat
@echo off pushd %cd% %~d0 cd %~dp0 echo Temporarily changing directory to %~dp0 if exist %USERPROFILE%\_vimrc goto GVIMRC echo Installing _vimrc echo set rtp+=%CD%\vim> %USERPROFILE%\_vimrc echo source %CD%\vim\vimrc >> %USERPROFILE%\_vimrc :GVIMRC if exist %USERPROFILE%\_gvimrc goto END echo Installing ...
@echo off pushd %cd% %~d0 cd %~dp0 echo Temporarily changing directory to %~dp0 if exist %USERPROFILE%\_vimrc goto GVIMRC echo Installing _vimrc echo set rtp+=%CD%\vim> %USERPROFILE%\_vimrc echo source %CD%\vim\vimrc >> %USERPROFILE%\_vimrc :GVIMRC if exist %USERPROFILE%\_gvimrc goto END echo Installing ...
Add log message for when the script is done.
Add log message for when the script is done.
Batchfile
mit
tomku/dotfiles,tomku/dotfiles,tomku/dotfiles
4c5f5e18bb8266c28602afb150ac2b3f89048cd5
contrib/appveyor-mingw.bat
contrib/appveyor-mingw.bat
rem CMake/MinGW workaround - remove sh.exe from PATH where sh set MINGW=C:\Qt\Tools\mingw530_32 set QTDIR=C:\Qt\5.7\mingw53_32 set PATH=%PATH:C:\Program Files\Git\usr\bin;=% set CMAKE_PREFIX_PATH=%QTDIR% set PATH=%MINGW%\bin;%PATH%;%QTDIR%\bin :: Qt needs to find the windows platform plugin to run tests set QT_QPA_PLAT...
rem CMake/MinGW workaround - remove sh.exe from PATH where sh set MINGW=C:\Qt\Tools\mingw530_32 set QTDIR=C:\Qt\5.7\mingw53_32 set PATH=%PATH:C:\Program Files\Git\usr\bin;=% set CMAKE_PREFIX_PATH=%QTDIR% set PATH=%MINGW%\bin;%PATH%;%QTDIR%\bin :: Qt needs to find the windows platform plugin to run tests set QT_QPA_PLAT...
Add error check to build script
Appveyor: Add error check to build script
Batchfile
isc
equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt
68576fa183d1864bf050109486e0b870f6ec7654
setup.bat
setup.bat
@ECHO OFF IF NOT EXIST virtualenv GOTO DIRNOTEXISTS :DIREXISTS call virtualenv\scripts\activate pip install --use-mirrors argparse coverage doxypy lockfile pyserial unittest-xml-reporting GOTO DONE :DIRNOTEXISTS python virtualenv.py virtualenv GOTO DIREXISTS :DONE
@ECHO OFF IF NOT EXIST virtualenv GOTO DIRNOTEXISTS :DIREXISTS call virtualenv\scripts\activate pip install --use-mirrors argparse coverage doxypy lockfile mock pyserial unittest-xml-reporting GOTO DONE :DIRNOTEXISTS python virtualenv.py virtualenv GOTO DIREXISTS :DONE
Add "mock" to the installed packages
Add "mock" to the installed packages
Batchfile
agpl-3.0
makerbot/conveyor,makerbot/conveyor,makerbot/conveyor,makerbot/conveyor
0ce69c8d347d56f74a157f63fde20c7b4b3a9c40
tools/debug/DebugOnWindows_playorm-cli.bat
tools/debug/DebugOnWindows_playorm-cli.bat
@echo off if "%OS%" == "Windows_NT" setlocal if NOT DEFINED JAVA_HOME goto :err REM Ensure that any user defined CLASSPATH variables are not used on startup set CLASSPATH= REM For each jar in the lib directory call append to build the CLASSPATH variable. for %%i in ("..\output\jardist\*.jar") do call :append "%%i" ...
Add a small script for debugging on windows
Add a small script for debugging on windows
Batchfile
mpl-2.0
deanhiller/playorm,deanhiller/playorm
c1c060fde0af87439b32443c0a875b72d7a85968
Build/UploadWeb.cmd
Build/UploadWeb.cmd
xcopy ..\icons\favicon.ico ..\Web /Y mkdir ..\Web\Examples xcopy ..\documentation\images\series ..\Web\Examples /Y ..\Tools\Lynx\FtpUpload.exe %OXYPLOT_FTP_SERVER% %OXYPLOT_FTP_USER% %OXYPLOT_FTP_PASSWORD% ..\Web\*.* %OXYPLOT_FTP_FOLDER% /t=1
xcopy ..\icons\favicon.ico ..\Web /Y mkdir ..\Web\Examples xcopy ..\documentation\images\series ..\Web\Examples /Y ..\Tools\Lynx\FtpUpload.exe ftp.oxyplot.org %OXYPLOT_FTP_USER% %OXYPLOT_FTP_PWD% ..\Web\*.* %OXYPLOT_FTP_FOLDER% /t=1
Correct environment variable in build script
Correct environment variable in build script
Batchfile
mit
DotNetDoctor/oxyplot,Kaplas80/oxyplot,lynxkor/oxyplot,Jonarw/oxyplot,Rustemt/oxyplot,TheAlmightyBob/oxyplot,GeertvanHorrik/oxyplot,olegtarasov/oxyplot,jeremyiverson/oxyplot,Isolocis/oxyplot,HermanEldering/oxyplot,H2ONaCl/oxyplot,freudenthal/oxyplot,br111an/oxyplot,Kaplas80/oxyplot,Mitch-Connor/oxyplot,olegtarasov/oxypl...
00292561176ddf75d79ed7dd6803a8b55d2c3e86
recipes/6s/bld.bat
recipes/6s/bld.bat
mkdir build cd build :: Configure. cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% \ . if errorlevel 1 exit 1 :: Build. nmake if errorlevel 1 exit 1 :: Install. nmake install if errorlevel 1 exit 1
mkdir build cd build :: Configure. cmake -G "NMake Makefiles" -D CMAKE_INSTALL_PREFIX=%PREFIX% . if errorlevel 1 exit 1 :: Build. nmake if errorlevel 1 exit 1 :: Install. nmake install if errorlevel 1 exit 1
Update Windows build to deal with newline issue
Update Windows build to deal with newline issue
Batchfile
bsd-3-clause
ceholden/staged-recipes,larray-project/staged-recipes,basnijholt/staged-recipes,patricksnape/staged-recipes,SylvainCorlay/staged-recipes,blowekamp/staged-recipes,sodre/staged-recipes,sannykr/staged-recipes,Juanlu001/staged-recipes,ReimarBauer/staged-recipes,sannykr/staged-recipes,petrushy/staged-recipes,hadim/staged-re...
df66a3bbe9cb5236fa4a9b920691d7b84eae3fe2
bin/rununittestsce.bat
bin/rununittestsce.bat
set QT=%1 set CETEST=%QT%\bin\cetest.exe set CETEST_ARGS=-cache %QT%\.qmake.cache -libpath \Windows -f %CETEST% %CETEST_ARGS% tests\auto\qvaluespace\qvaluespace.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespaceprovider\qvaluespaceprovider.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespacesubscriber\tst_qvaluespacesubs...
set QT=%1 set CETEST=%QT%\bin\cetest.exe set CETEST_ARGS=-cache %QT%\.qmake.cache -libpath \Windows -f %CETEST% %CETEST_ARGS% tests\auto\qvaluespace\qvaluespace.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespaceprovider\qvaluespaceprovider.pro %CETEST% %CETEST_ARGS% tests\auto\qvaluespacesubscriber\tst_qvaluespacesubs...
Remove unbuilt tests on Windows CE.
Remove unbuilt tests on Windows CE.
Batchfile
lgpl-2.1
kaltsi/qt-mobility,enthought/qt-mobility,tmcguire/qt-mobility,qtproject/qt-mobility,kaltsi/qt-mobility,enthought/qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,kaltsi/qt-mobility,tmcguire/qt-mobility,tmcguire/qt-mobility,tmcguire/qt-mobility,kaltsi/qt-mobility,kaltsi/qt-mobility,enthought/qt-mobility,KDE/andro...
6e95c7411788eee6299ac7817bc222f214d9dbfc
msbuild.bat
msbuild.bat
call "%VS%\VC\vcvarsall.bat" x86 @echo on cov-build --dir cov_dir msbuild.exe /m:1 /p:Configuration="%CONFIGURATION%" /p:Platform="%PLATFORM%" /t:"%TARGET%" %EXTRA% %FILE% if errorlevel 1 goto error cov-analyze --dir cov_dir -j auto --aggressiveness-level high --security --concurrency --preview --all --rule --enable...
call "%VS%\VC\vcvarsall.bat" x86 @echo on msbuild.exe /m:1 /p:Configuration="%CONFIGURATION%" /p:Platform="%PLATFORM%" /t:"%TARGET%" %EXTRA% %FILE% if errorlevel 1 goto error exit 0 :error exit 1
Revert script pollution that was accidentally pushed
Revert script pollution that was accidentally pushed Signed-off-by: Paul Durrant <dba6cd059c0054f8a3c62ba902cd9d7238853ee4@citrix.com>
Batchfile
bsd-2-clause
QubesOS/qubes-vmm-xen-win-pvdrivers-xenbus,rneilturner/xenbus,rneilturner/xenbus,rneilturner/xenbus,omeg/xenbus,omeg/xenbus,MarkKMueller/xenbus,omeg/xenbus,MarkKMueller/xenbus,QubesOS/qubes-vmm-xen-win-pvdrivers-xenbus,MarkKMueller/xenbus,QubesOS/qubes-vmm-xen-win-pvdrivers-xenbus
0fbc650add43d06323c33eb5b9e00a9745393dfd
Scripts/BuildGame.bat
Scripts/BuildGame.bat
@echo off rem ======================================================= rem Settings rem ======================================================= set Platform=Win64 set BuildMode=Test set SessioName=Release set SessionOwner=AutoBuild rem ======================================================= rem Release variables rem...
@echo off rem ======================================================= rem Settings rem ======================================================= set Platform=Win64 set BuildMode=Development set SessioName=Release set SessionOwner=AutoBuild rem ======================================================= rem Release variab...
Stop doing "Test" builds for now
Stop doing "Test" builds for now
Batchfile
bsd-3-clause
arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain,arbonagw/HeliumRain
2ab8119bda1c2a5afffa8c51982cf38c31800132
build_win_package.bat
build_win_package.bat
@echo off set BIN_NAME=sqlitebiter pip install --upgrade pip pip install --upgrade .[build] echo "----- start build -----" pyinstaller cli.py --onefile --name %BIN_NAME% --clean --noconfirm --specpath build echo "----- complete build -----" echo "----- start compress -----" set DIST_DIR_NAME=dist set BIN_PATH=%DIST...
@echo off set BIN_NAME=sqlitebiter pip install --upgrade pip pip install --upgrade .[build] echo "----- start build -----" pyinstaller cli.py --onefile --name %BIN_NAME% --clean --noconfirm --specpath build echo "----- complete build -----" echo "----- start compress -----" set DIST_DIR_NAME=dist set BIN_PATH=%DIST...
Update a build script for Windows
Update a build script for Windows
Batchfile
mit
thombashi/sqlitebiter,thombashi/sqlitebiter
3dc1aa6d6731ab4d555c885a883046c112975f0f
build/build.bat
build/build.bat
@echo off set release_name=OpenEMap-1.2.0-rc.1 echo ..\release\%release_name% cd ..\release rd /s /q %release_name% del %release_name%.zip md %release_name% cd %release_name% md config md resources cd.. sencha.exe compile --classpath=..\src\main\javascript,\libs\ext-4.2.1\src,\libs\geoext-2.0.1\src exclude -all and in...
@echo off set release_name=OpenEMap-1.2.0-rc.1 echo ..\release\%release_name% cd ..\release rd /s /q %release_name% del %release_name%.zip del ..\%release_name%-all.js del ..\%release_name%-all-debug.js md %release_name% cd %release_name% md config md resources cd.. sencha.exe compile --classpath=..\src\main\javascrip...
Build script (windows) bug fixed
Build script (windows) bug fixed
Batchfile
agpl-3.0
Sundsvallskommun/OpenEMap-WebUserInterface,Sundsvallskommun/OpenEMap-WebUserInterface,Sundsvallskommun/OpenEMap-WebUserInterface
9f7e8cfb2d3b9e8f720798a82d5c67e9fe435b87
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
Add a batch file to build for Unity (release 2.0, with alternate output directories)
Add a batch file to build for Unity (release 2.0, with alternate output directories)
Batchfile
apache-2.0
OSVR/Managed-OSVR,JeroMiya/Managed-OSVR
a45622e422d35820295ae73ed399224ba9e1d597
salt/templates/git/ssh-id-wrapper.bat
salt/templates/git/ssh-id-wrapper.bat
@echo off set opts="-oStrictHostKeyChecking=no -oPasswordAuthentication=no -oKbdInteractiveAuthentication=no -oChallengeResponseAuthentication=no" if "%GIT_IDENTITY%" == "" goto NOIDENT set opts="%opts% -i %GIT_IDENTITY%" :NOIDENT %GIT_SSH% %opts% %*
Add windows ssh wrapper batch file
Add windows ssh wrapper batch file
Batchfile
apache-2.0
saltstack/salt,saltstack/salt,saltstack/salt,saltstack/salt,saltstack/salt
310005402eecaff1aa24f290e97956bd04503972
prep_vc2013.bat
prep_vc2013.bat
@echo off for %%i in ("%~0") do set THIS_BAT_PATH=%%~dpi set SAVE_CD=%CD% cd %THIS_BAT_PATH%\deps\firebreath\ call prep2013.cmd "..\..\src" "..\..\build_win_vc2013" -Wno-dev cd %SAVE_CD% pause
@echo off for %%i in ("%~0") do set THIS_BAT_PATH=%%~dpi set SAVE_CD=%CD% cd %THIS_BAT_PATH%\deps\firebreath\ call prep2013.cmd "..\..\src" "..\..\build_win_vc2013" -Wno-dev "-DWITH_DYNAMIC_MSVC_RUNTIME=1" cd %SAVE_CD% pause
Use dynamic CRT by default
Use dynamic CRT by default for compatability with vanilla Qt builds
Batchfile
lgpl-2.1
RSATom/WebChimera,RSATom/WebChimera,RSATom/WebChimera,RSATom/WebChimera
b984ff44df11bc1399da336aee55d29ac2e28064
SDKBuildScripts/golang_build.bat
SDKBuildScripts/golang_build.bat
pushd .. if [%1] == [] ( rem === BUILDING GolangSDK === node generate.js golangSDK=..\sdks\GolangSDK -apiSpecPath ) else ( rem === BUILDING GolangSDK with params %* === node generate.js golangSDK=..\sdks\GolangSDK %* ) popd
pushd .. if [%1] == [] ( rem === BUILDING GolangSDK === node generate.js golangSDK=..\sdks\GolangSDK -apiSpecPath ) else ( rem === BUILDING GolangSDK with params %* === node generate.js golangSDK=..\sdks\GolangSDK %* ) popd pause
Add pause to golang bat for testing
Add pause to golang bat for testing
Batchfile
apache-2.0
JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator,JoshuaStrunk/SDKGenerator
ae1a86396abf9ee46912027eed13232e50d5fe22
MoreLinq/tt.cmd
MoreLinq/tt.cmd
@echo off pushd "%~dp0" for /f "tokens=*" %%f in ('dir /s /b *.tt') do ( echo>&2 dotnet t4 "%%f" dotnet t4 "%%f" || goto :end ) :end popd exit /b %ERRORLEVEL%
@echo off pushd "%~dp0" for /f "tokens=*" %%f in ('dir /s /b *.tt') do ( echo>&2 dotnet t4 "%%f" dotnet t4 "%%f" || goto :end ) :end popd
Revert "Fix error propagation in T4 batch script"
Revert "Fix error propagation in T4 batch script" [ci skip] This reverts commit 934fb39dd9be3b91138faa08ac7f54fafc608553.
Batchfile
apache-2.0
morelinq/MoreLINQ,morelinq/MoreLINQ
1d4f43c178b81d43c59221ef60728b82441027d0
Code/Maveric_myCopter/dfu-programming.bat
Code/Maveric_myCopter/dfu-programming.bat
Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 erase Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 get Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 flash Debug\MegaFly2.hex --suppress-bootloader-mem Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 reset pause
Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 erase Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 get Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 flash Debug\MegaFly2.hex --suppress-bootloader-mem Library\DFU-programmer\DFU\dfu-programmer at32uc3c1512 reset REM pause
Remove pause in dfu bat file
Remove pause in dfu bat file
Batchfile
bsd-3-clause
gburri/MAVRIC_Library,lis-epfl/MAVRIC_Library,gburri/MAVRIC_Library,lis-epfl/MAVRIC_Library,lis-epfl/MAVRIC_Library,gburri/MAVRIC_Library
ed4cfae06a547f671be97c382e76294dce4e8a29
pciserial/buildAll.bat
pciserial/buildAll.bat
setlocal call clean.bat call ..\Tools\SetVsEnv x86 mkdir Install\rhel copy qemupciserial.* .\Install\ inf2cat /driver:Install /uselocaltime /os:XP_X86,Server2003_X86,XP_X64,Server2003_X64,Vista_X86,Server2008_X86,Vista_X64,Server2008_X64,7_X86,7_X64,Server2008R2_X64,8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X...
setlocal call clean.bat call ..\Tools\SetVsEnv x86 mkdir Install\rhel copy qemupciserial.* .\Install\ inf2cat /driver:Install /uselocaltime /os:8_X86,8_X64,Server8_X64,6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64 copy rhel\qemupciserial.* .\Install\rhel inf2cat /driver:Install\rhel /uselocaltime /os:8_X8...
Remove code for legacy OSes
pciserial: Remove code for legacy OSes Signed-off-by: Kostiantyn Kostiuk <88b496cab076c092c564e40d69a70d175fb00bcc@daynix.com>
Batchfile
bsd-3-clause
vrozenfe/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows...