commit
stringlengths
40
40
old_file
stringlengths
4
237
new_file
stringlengths
4
237
old_contents
stringlengths
1
4.24k
new_contents
stringlengths
1
4.87k
subject
stringlengths
15
778
message
stringlengths
15
8.75k
lang
stringclasses
266 values
license
stringclasses
13 values
repos
stringlengths
5
127k
374c17b68800388ec4cb76f2326519721b9ee1e3
src/genEpydoc.bat
src/genEpydoc.bat
xcopy /y .\sourceforge\svn\trunk\src\pyparsing.py . c:\python27\python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
xcopy /y ..\sourceforge\svn\trunk\src\pyparsing.py . c:\python27\python c:\python27\scripts\epydoc -v --name pyparsing -o htmldoc --inheritance listed --no-private pyparsing.py
Fix relative dir typo in xcopy pyparsing.py command
Fix relative dir typo in xcopy pyparsing.py command
Batchfile
mit
pyparsing/pyparsing,pyparsing/pyparsing
8e1a54a17c85e563a918954dc3f5996c48d97621
scripts/verifyReleaseWindows.bat
scripts/verifyReleaseWindows.bat
# Verify release SET CURRENT_DIRECTORY=%cd% call scripts\verifyReleaseWindowsSingleCase.bat %CURRENT_DIRECTORY%\cpp 32 STATIC || exit /b 1 call scripts\verifyReleaseWindowsSingleCase.bat %CURRENT_DIRECTORY%\cpp 32 SHARED || exit /b 1 call scripts\verifyReleaseWindowsSingleCase.bat %CURRENT_DIRECTORY%\cpp 64 STATIC |...
REM Verify release SET CURRENT_DIRECTORY=%cd% call scripts\verifyReleaseWindowsSingleCase.bat "%CURRENT_DIRECTORY%\cpp" 32 STATIC || exit /b 1 call scripts\verifyReleaseWindowsSingleCase.bat "%CURRENT_DIRECTORY%\cpp" 32 SHARED || exit /b 1 call scripts\verifyReleaseWindowsSingleCase.bat "%CURRENT_DIRECTORY%\cpp" 64 ...
Fix for release script error when there is space in directory path.
Fix for release script error when there is space in directory path.
Batchfile
apache-2.0
hazelcast/hazelcast-cpp-client,hazelcast/hazelcast-cpp-client,hazelcast/hazelcast-cpp-client,hazelcast/hazelcast-cpp-client
89087bfe83499f4774c05a46be1fcbfc251b459c
buildAll.bat
buildAll.bat
cd VirtIO call buildall.bat cd .. cd NetKVM call buildall.bat cd .. cd viostor call buildall.bat cd .. cd vioscsi call buildall.bat cd .. cd Balloon call buildall.bat cd .. cd vioserial call buildall.bat cd .. cd viorng call buildall.bat cd .. cd pvpanic call buildall.bat cd ..
cd VirtIO call buildall.bat cd .. cd NetKVM call buildall.bat cd .. cd viostor call buildall.bat cd .. cd vioscsi call buildall.bat cd .. cd Balloon call buildall.bat cd .. cd vioserial call buildall.bat cd .. cd viorng call buildall.bat cd .. cd vioinput call buildall.bat cd .. cd pvpanic call buildall.bat cd ...
Add vioinput to the top-level build script
Add vioinput to the top-level build script
Batchfile
bsd-3-clause
virtio-win/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,virtio-win/kvm-guest-drivers-windows,daynix/kvm-gue...
4b759c6e4b6364dbae58d2e6b6db6ae384019f10
test-recipes/metadata/entry_points/run_test.bat
test-recipes/metadata/entry_points/run_test.bat
rem Won't be found because there are no shebang lines on Windows rem python test-script-setup.py rem if errorlevel 1 exit 1 rem python test-script-setup.py | grep "Test script setup\.py" rem if errorlevel 1 exit 1 test-script-manual if errorlevel 1 exit 1 test-script-manual | grep "Manual entry point" if errorlevel 1...
rem We have to use the absolute path because there is no "shebang line" in Windows python "%PREFIX%\Scripts\test-script-setup.py" if errorlevel 1 exit 1 python "%PREFIX%\Scripts\test-script-setup.py" | grep "Test script setup\.py" if errorlevel 1 exit 1 test-script-manual if errorlevel 1 exit 1 test-script-manual | gr...
Use absolute path to setup.py-installed entry point
Use absolute path to setup.py-installed entry point
Batchfile
bsd-3-clause
mwcraig/conda-build,shastings517/conda-build,mwcraig/conda-build,frol/conda-build,takluyver/conda-build,sandhujasmine/conda-build,dan-blanchard/conda-build,sandhujasmine/conda-build,ilastik/conda-build,sandhujasmine/conda-build,frol/conda-build,ilastik/conda-build,frol/conda-build,shastings517/conda-build,takluyver/con...
d1647ca2cb34f382de5e5289d1ee71f6befb9c88
scripts/make-package.bat
scripts/make-package.bat
@echo off set zipcmd=%~dp0\tools\7z\7z.exe pushd %~dp0\..\.. %zipcmd% a -r -x!scripts -xr!.* -x!__pycache__ blenderseed-x.x.x-yyyy.zip blenderseed popd move ..\..\blenderseed-x.x.x-yyyy.zip . pause
@echo off set zipcmd=%~dp0\tools\7z\7z.exe pushd %~dp0\..\.. %zipcmd% a -r -x!scripts -xr!.* -x!__pycache__ -x!README.md blenderseed-x.x.x-yyyy.zip blenderseed popd move ..\..\blenderseed-x.x.x-yyyy.zip . pause
Exclude README.md file from package
Exclude README.md file from package
Batchfile
mit
appleseedhq/blenderseed,appleseedhq/blenderseed,dictoon/blenderseed,dictoon/blenderseed
d5467a7131711ab6dea706f9afebd9213c961ce2
CreateTestresults.cmd
CreateTestresults.cmd
@pushd %~dp0 ECHO Remember to build the solution first! REM pause "%~dp0\TestHarness\packages\NUnit.Runners.2.6.3\tools\nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result=results-example-nunit.xml /nologo /nodots pause @popd
@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 pause @popd
Make script independent of NUnit version
Make script independent of NUnit version
Batchfile
apache-2.0
dirkrombauts/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults,picklesdoc/pickles-testresults
dc282e548733632028335a0ed31fa6d43c2cbac2
test-recipes/metadata/entry_points/run_test.bat
test-recipes/metadata/entry_points/run_test.bat
rem Won't be found because there are no shebang lines on Windows rem python test-script-setup.py rem if errorlevel 1 exit 1 rem python test-script-setup.py | grep "Test script setup\.py" test-script-manual if errorlevel 1 exit 1 test-script-manual | grep "Manual entry point"
rem Won't be found because there are no shebang lines on Windows rem python test-script-setup.py rem if errorlevel 1 exit 1 rem python test-script-setup.py | grep "Test script setup\.py" rem if errorlevel 1 exit 1 test-script-manual if errorlevel 1 exit 1 test-script-manual | grep "Manual entry point" if errorlevel 1...
Add missing "if errorlevel 1 exit 1" lines
Add missing "if errorlevel 1 exit 1" lines
Batchfile
bsd-3-clause
takluyver/conda-build,dan-blanchard/conda-build,mwcraig/conda-build,ilastik/conda-build,sandhujasmine/conda-build,frol/conda-build,rmcgibbo/conda-build,mwcraig/conda-build,sandhujasmine/conda-build,frol/conda-build,takluyver/conda-build,takluyver/conda-build,rmcgibbo/conda-build,shastings517/conda-build,mwcraig/conda-b...
3e7976f0ac9594de0f502e03d81781a38e37e37c
oq-engine/oq-server.bat
oq-engine/oq-server.bat
@echo off setlocal set mypath=%~dp0 set PYTHONPATH=pkgs if "%PROCESSOR_ARCHITECTURE%"=="x86" ( set common="%COMMONPROGRAMFILES%" ) else ( set common="%COMMONPROGRAMFILES(x86)%" ) REM Start the DbServer in background but within the same context start "OpenQuake DB server" /B %common%\Python\2.7\pytho...
@echo off setlocal set mypath=%~dp0 set PYTHONPATH=pkgs if "%PROCESSOR_ARCHITECTURE%"=="x86" ( set common="%COMMONPROGRAMFILES%" ) else ( set common="%COMMONPROGRAMFILES(x86)%" ) REM Start the DbServer in background but within the same context start "OpenQuake DB server" /B %common%\Python\2.7\pytho...
Make sure DB exists and is aligned before running the server
Make sure DB exists and is aligned before running the server
Batchfile
agpl-3.0
gem/oq-installers,gem/oq-installers,gem/oq-nsis
92367e8a623b75e2aac51980aa6ade1a6fc49874
build.bat
build.bat
@echo off set GOARCH=%1 IF "%1" == "" (set GOARCH=amd64) set ORG_PATH=github.com\hashicorp set REPO_PATH=%ORG_PATH%\consul set GOPATH=%cd%\gopath rmdir /s /q %GOPATH%\src\%REPO_PATH% 2>nul mkdir %GOPATH%\src\%ORG_PATH% 2>nul mklink /J "%GOPATH%\src\%REPO_PATH%" "%cd%" 2>nul %GOROOT%\bin\go build -o bin\%GOARCH%\con...
@echo off REM Download Mingw 64 on Windows from http://win-builds.org/download.html set GOARCH=%1 IF "%1" == "" (set GOARCH=amd64) set ORG_PATH=github.com\hashicorp set REPO_PATH=%ORG_PATH%\consul set GOPATH=%cd%\gopath rmdir /s /q %GOPATH%\src\%REPO_PATH% 2>nul mkdir %GOPATH%\src\%ORG_PATH% 2>nul go get .\... mkli...
Add Instructions on Downloading Mingw 64bit for Building memdb
Add Instructions on Downloading Mingw 64bit for Building memdb
Batchfile
mpl-2.0
zendesk/consul,sequenceiq/consul,yonglehou/consul,BWITS/consul,zendesk/consul,pmalmgren/consul,kylemcc/consul,mshean/consul,JioCloud/consul,ryotarai/consul,ryotarai/consul,tamsky/consul,sean-/consul,Test-Betta-Inc/upgraded-engine,marclop/consul,mfischer-zd/consul,bodepd/consul,bodepd/consul,sfncook/consul,marenzo/consu...
06392649a3a8a54a83efce823c9e2de68c26fd27
recipes/r-changeforest/bld.bat
recipes/r-changeforest/bld.bat
sed -i 's/gnu/msvc/' changeforest-r/src/Makevars.win sed -i '1s/^/export CXX_STD=CXX11\n/' Makevars.win sed -i '1s/^/export PKG_CXXFLAGS=$(CXX_VISIBILITY)\n/' Makevars.win "%R%" CMD INSTALL --build changeforest-r IF %ERRORLEVEL% NEQ 0 exit 1
sed -i 's/gnu/msvc/' changeforest-r/src/Makevars.win sed -i '1s/^/export CXX_STD=CXX11\n/' changeforest-r/src/Makevars.win sed -i '1s/^/export PKG_CXXFLAGS=$(CXX_VISIBILITY)\n/' changeforest-r/src/Makevars.win "%R%" CMD INSTALL --build changeforest-r IF %ERRORLEVEL% NEQ 0 exit 1
Use the correct path for makevars.
Use the correct path for makevars.
Batchfile
bsd-3-clause
conda-forge/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,stuertz/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,jakirkham...
518d2b44fc1b147dc7cc00694e1360cd994a530d
flyway-commandline/src/main/assembly/flyway.cmd
flyway-commandline/src/main/assembly/flyway.cmd
@REM @REM Copyright 2010-2017 Boxfuse GmbH @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 b...
@REM @REM Copyright 2010-2017 Boxfuse GmbH @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 b...
Use Windows CLASSPATH environment variable
Use Windows CLASSPATH environment variable Added a check to see if CLASSPATH environment variable is set. If yes, then add the classpath variable to the java command classpath option
Batchfile
apache-2.0
flyway/flyway,flyway/flyway
d7ddd21d48969dc923659218b6a5ebaa3ddcd818
imaginary.bat
imaginary.bat
@echo off if not "%1" == "" goto continue if not exist imaginary\obj mkdir imaginary\obj for %%i in (imaginary\*.yca) do call %0 %%~ni goto end :continue echo Processing %1 main imaginary\%1.yca -mshl -o imaginary\obj\%1 > imaginary\obj\%1.txt 2>&1 goto end :end
@echo off if not "%1" == "" goto continue if not exist imaginary\obj mkdir imaginary\obj for %%i in (imaginary\*.yca) do call %0 %%~ni goto end :continue echo Processing %1 firstify imaginary\%1.yca -mshl -o imaginary\obj\%1 > imaginary\obj\%1.txt 2>&1 goto end :end
Change the executable from main to firstify
Change the executable from main to firstify
Batchfile
bsd-3-clause
ndmitchell/firstify
22189540b89844326abbcb85b9d28487cceb90ac
build.cmd
build.cmd
@echo off pushd %~dp0 dotnet publish tools\Build\Build.csproj --output tools\bin\Build --nologo --verbosity quiet if %errorlevel% equ 0 dotnet tools\bin\Build\Build.dll %* popd
@echo off pushd %~dp0 dotnet publish tools\Build\Build.csproj --output tools\bin\Build --nologo --verbosity quiet if %errorlevel% equ 0 dotnet tools\bin\Build\Build.dll %* popd exit /b %errorlevel%
Return error level from batch file.
Return error level from batch file.
Batchfile
mit
Faithlife/FaithlifeUtility,ejball/ArgsReading,ejball/XmlDocMarkdown,Faithlife/Parsing
019b01cbfb921606e6d759dfcbb051966bf128e1
build.cmd
build.cmd
@echo off if "%~1"=="" ( call :Usage goto :EOF ) call bootstrap.cmd pushd "%~dp0" setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION set ProgramFilesDir=%ProgramFiles% if NOT "%ProgramFiles(x86)%"=="" set ProgramFilesDir=%ProgramFiles(x86)% set VisualStudioCmd=%ProgramFilesDir%\Microsoft Visual Studio 12.0\VC\vcv...
@echo off if "%~1"=="" ( call :Usage goto :EOF ) call bootstrap.cmd pushd "%~dp0" setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION set ProgramFilesDir=%ProgramFiles% if NOT "%ProgramFiles(x86)%"=="" set ProgramFilesDir=%ProgramFiles(x86)% set VisualStudioCmd=%ProgramFilesDir%\Microsoft Visual Studio 14.0\VC\vcv...
Update to visual studio 2015
[.net] Update to visual studio 2015
Batchfile
mit
dblock/waffle,Waffle/waffle,hazendaz/waffle,Waffle/waffle,AriSuutariST/waffle,Waffle/waffle,AriSuutariST/waffle,dblock/waffle,AriSuutariST/waffle,dblock/waffle,hazendaz/waffle,AriSuutariST/waffle,hazendaz/waffle,dblock/waffle
6764f47c1eff039c274b08869213a734e2e58eea
build.cmd
build.cmd
@echo off cls SET BUILD_DIR=%~dp0\build SET TOOLS_DIR=%BUILD_DIR%\tools SET NUGET_PATH=%TOOLS_DIR%\nuget.exe IF NOT EXIST %TOOLS_DIR%\ ( mkdir %TOOLS_DIR% ) IF NOT EXIST %NUGET_PATH% ( echo Downloading NuGet.exe ... powershell -Command "Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v4.3.0/nuget....
@echo off cls SET BUILD_DIR=%~dp0\build SET TOOLS_DIR=%BUILD_DIR%\tools SET NUGET_PATH=%TOOLS_DIR%\nuget.exe IF NOT EXIST %TOOLS_DIR%\ ( mkdir %TOOLS_DIR% ) IF NOT EXIST %NUGET_PATH% ( echo Downloading NuGet.exe ... powershell -Command "Start-BitsTransfer -Source https://dist.nuget.org/win-x86-commandline/v4.3...
Speed up NuGet binary download
Speed up NuGet binary download
Batchfile
mit
AutoFixture/AutoFixture,sean-gilliam/AutoFixture,zvirja/AutoFixture
eaccea5505496bbde409edcddd6382c4351dda1d
tools/windows/sign_msi.bat
tools/windows/sign_msi.bat
@echo off set DIST_DIR=dist set CERTIFICATE_STORE=Root set CERTIFICATE_NAME="Nuxeo Drive SPC" set MSI_PROGRAM_NAME="Nuxeo Drive" set TIMESTAMP_URL=http://timestamp.verisign.com/scripts/timstamp.dll set SIGN_CMD=signtool sign /v /s %CERTIFICATE_STORE% /n %CERTIFICATE_NAME% /d %MSI_PROGRAM_NAME% /t %TIMESTAMP_URL% set ...
@echo off set DIST_DIR=dist set CERTIFICATE_PATH=%HOMEPATH%\certificates\nuxeo.com.pfx set MSI_PROGRAM_NAME="Nuxeo Drive" set TIMESTAMP_URL=http://timestamp.verisign.com/scripts/timstamp.dll set SIGN_CMD=signtool sign /v /f %CERTIFICATE_PATH% /d %MSI_PROGRAM_NAME% /t %TIMESTAMP_URL% set VERIFY_CMD=signtool verify /v ...
Use PFX certificate file when signing msi
NXP-12981: Use PFX certificate file when signing msi
Batchfile
lgpl-2.1
loopingz/nuxeo-drive,DirkHoffmann/nuxeo-drive,rsoumyassdi/nuxeo-drive,arameshkumar/base-nuxeo-drive,ssdi-drive/nuxeo-drive,IsaacYangSLA/nuxeo-drive,DirkHoffmann/nuxeo-drive,rsoumyassdi/nuxeo-drive,rsoumyassdi/nuxeo-drive,DirkHoffmann/nuxeo-drive,DirkHoffmann/nuxeo-drive,loopingz/nuxeo-drive,ssdi-drive/nuxeo-drive,Isaac...
03a8409fd9224b9080743efc1205c4f21dd92ef3
src/Android/CopyData.bat
src/Android/CopyData.bat
md assets\Data xcopy ..\..\Bin\Data\*.* assets\Data /S /E /C /Y xcopy ..\..\Bin\*.json assets /S /E /C /Y rd /S /Q assets\Data\Shaders\HLSL
md assets\Data md assets\Scenes md assets\Assets xcopy ..\..\Bin\Data\*.* assets\Data /S /E /C /Y xcopy ..\..\Bin\Scenes\*.* assets\Scenes /S /E /C /Y xcopy ..\..\Bin\Assets\*.* assets\Assets /S /E /C /Y xcopy ..\..\Bin\*.json assets /S /E /C /Y rd /S /Q assets\Data\Shaders\HLSL
Copy also Scenes & Assets directories to apk.
Copy also Scenes & Assets directories to apk.
Batchfile
apache-2.0
realXtend/tundra-urho3d,realXtend/tundra-urho3d,realXtend/tundra-urho3d,realXtend/tundra-urho3d,realXtend/tundra-urho3d
718714a2b209c577a71d58726874dcd5bf82bfcc
src/windows/make_installer.cmd
src/windows/make_installer.cmd
set version=%1 runhaskell ..\BuildFromSource.hs %version% mkdir files mkdir files\bin mkdir files\share mkdir files\share\compiler mkdir files\share\reactor set platform=Elm-Platform\%version% xcopy %platform%\bin\elm*.exe files\bin /s /e xcopy %platform%\Elm\data\* files\share\compiler /s /e xcopy ...
set version=%1 runhaskell ..\BuildFromSource.hs %version% mkdir files mkdir files\bin mkdir files\share mkdir files\share\compiler mkdir files\share\reactor set platform=Elm-Platform\%version% xcopy %platform%\bin\elm*.exe files\bin /s /e xcopy %platform%\Elm\data\* files\share\compiler /s /e xcopy ...
Solve the x86 vs not x86 issue for good
Solve the x86 vs not x86 issue for good
Batchfile
bsd-3-clause
jvoigtlaender/elm-platform,jonathanperret/elm-platform,wskplho/elm-platform,jvoigtlaender/elm-platform,mseri/elm-platform,rtorr/elm-platform,cored/elm-platform
915365bb87dc3ed1d5793203e11a27fbf24551c7
x-pack/plugin/sql/src/main/bin/elasticsearch-sql-cli.bat
x-pack/plugin/sql/src/main/bin/elasticsearch-sql-cli.bat
@echo off rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one rem or more contributor license agreements. Licensed under the Elastic License; rem you may not use this file except in compliance with the Elastic License. setlocal enabledelayedexpansion setlocal enableextensions call "%~dp0...
@echo off rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one rem or more contributor license agreements. Licensed under the Elastic License; rem you may not use this file except in compliance with the Elastic License. setlocal enabledelayedexpansion setlocal enableextensions call "%~dp0...
Fix SQL CLI on Windows
Fix SQL CLI on Windows This commit fixes the classpath for the SQL CLI tool on Windows. As the x-pack bin folder was collapsed into the distribution bin folder, the location of the classpath here needed to no longer contain the old plugins directory.
Batchfile
apache-2.0
strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elassandra,vroyer/elassandra,strapdata/elassandra,vroyer/elassandra
e75d287314be558d76bda35c759f406593bf2371
scripts/make_symlinks.bat
scripts/make_symlinks.bat
ECHO OFF REM - Check for OS. This script works in Vista or later. REM Running it on XP may delete the entire Brackets repo if 'Release\dev' is a junction point. ver | findstr /i "5\.1\." > nul IF %ERRORLEVEL% EQU 0 GOTO XPNotSupported REM Remove existing links rmdir Debug include lib libcef_dll Release REM Make n...
ECHO OFF REM - Check for OS. This script works in Vista or later. REM Running it on XP may delete the entire Brackets repo if 'Release\dev' is a junction point. ver | findstr /i "5\.1\." > nul IF %ERRORLEVEL% EQU 0 GOTO XPNotSupported REM Remove existing links to dev folder rmdir Release\dev rmdir Debug\dev REM Re...
Remove dev symlinks before deleting Release and Debug dirs.
Remove dev symlinks before deleting Release and Debug dirs.
Batchfile
mit
albertinad/brackets-shell,petetnt/brackets-shell,petetnt/brackets-shell,MarcelGerber/brackets-shell,codebrewIO/BrakcetsShell,caiowilson/brackets-shell,ficristo/brackets-shell,ficristo/brackets-shell,keir-rex/brackets-shell,alexkid64/brackets-shell,adobe/brackets-shell,pomadgw/brackets-shell,ficristo/brackets-shell,keir...
2c470eddb1cbd07e6889242d4e3c0960fbd5f039
src/dotnet-script.cmd
src/dotnet-script.cmd
@echo off setlocal set DOTNET_SCRIPT_PATH= for %%i in (dotnet-script.exe) do set DOTNET_SCRIPT_PATH=%%~$PATH:i if not defined DOTNET_SCRIPT_PATH call :no-dotnet set LINQPADLESS=__LINQPADLESS__ "%DOTNET_SCRIPT_PATH%" "%~dpn0.csx" -- %* goto :EOF :no-dotnet-script >&2 echo dotnet does not appear to be installed, which ...
@echo off setlocal set DOTNET_SCRIPT_PATH= for %%i in (dotnet-script.exe) do set DOTNET_SCRIPT_PATH=%%~$PATH:i if not defined DOTNET_SCRIPT_PATH call :no-dotnet-script set LINQPADLESS=__LINQPADLESS__ "%DOTNET_SCRIPT_PATH%" "%~dpn0.csx" -- %* goto :EOF :no-dotnet-script >&2 echo dotnet does not appear to be installed,...
Fix label jump typo in script cmd template
Fix label jump typo in script cmd template
Batchfile
apache-2.0
linqpadless/LinqPadless,linqpadless/LinqPadless
d0e86d5310a48d439e14bb9310d3664f34732335
pre.bat
pre.bat
echo off php pre.php %1 %2 %3
echo off rem To simplify using pre on multiple sites/directories, install this bat file in the Windows path. php pre.php %1 %2 %3
Add comments (REM) to bat file.
Add comments (REM) to bat file.
Batchfile
mit
cheth/pre
dccaa105ff75e5170b92fa6ff7ba2d16c9551f2e
tests/run_mingw_tests.cmd
tests/run_mingw_tests.cmd
rem This script use MinGW to build the MDSP. rem But still we use certain CygWin utilities: SVN PATH=C:\mingw\bin\;c:\mingw\mingw32\bin\;c:\mingw\msys\1.0\bin;C:\MinGW\libexec\gcc\mingw32\4.5.0\;C:\cygwin\bin\;c:\buildbot\bin;%PATH% set HOME=/c/buildbot/ bash mdsp_test_suite.sh mail
rem This script use MinGW to build the MDSP. rem But still we use certain CygWin utilities: SVN rem Currently MingGW version is disabled - we don't have validated Boost libs version for it. exit PATH=C:\mingw\bin\;c:\mingw\mingw32\bin\;c:\mingw\msys\1.0\bin;C:\MinGW\libexec\gcc\mingw32\4.5.0\;C:\cygwin\bin\;c:\buildb...
Disable MinGW test - currently we don't have Boost libs verified for it.
[trunk] Disable MinGW test - currently we don't have Boost libs verified for it.
Batchfile
mit
MIPT-ILab/MDSP,MIPT-ILab/MDSP,MIPT-ILab/MDSP,MIPT-ILab/MDSP
f3faff3d098c4ab50f30d1f740c2a01bf3ae78f6
Tools/Npm/getfiles.bat
Tools/Npm/getfiles.bat
xcopy /Y /F "../../dist/preview release/babylon.d.ts" . xcopy /Y /F "../../dist/preview release/babylon.js" . xcopy /Y /F "../../dist/preview release/babylon.max.js" . xcopy /Y /F "../../dist/preview release/babylon.noworker.js" . xcopy /Y /F "../../dist/preview release/babylon.core.js" . xcopy /Y /F "../../dis...
xcopy /Y /F "../../dist/preview release/babylon.d.ts" . xcopy /Y /F "../../dist/preview release/babylon.js" . xcopy /Y /F "../../dist/preview release/babylon.max.js" . xcopy /Y /F "../../dist/preview release/babylon.noworker.js" . xcopy /Y /F "../../dist/preview release/babylon.core.js" . xcopy /Y /F "../../dis...
Add Canvas2D to the npm release script
Add Canvas2D to the npm release script
Batchfile
apache-2.0
Hersir88/Babylon.js,jbousquie/Babylon.js,Temechon/Babylon.js,jbousquie/Babylon.js,NicolasBuecher/Babylon.js,sebavan/Babylon.js,sebavan/Babylon.js,Hersir88/Babylon.js,BabylonJS/Babylon.js,sebavan/Babylon.js,NicolasBuecher/Babylon.js,BabylonJS/Babylon.js,RaananW/Babylon.js,Kesshi/Babylon.js,abow/Babylon.js,abow/Babylon.j...
4db9c1bf5f7051b59c0dd7c2b979f0a08b8e5d4d
ci/install.bat
ci/install.bat
curl -sSf https://static.rust-lang.org/dist/rust-nightly-${env:TARGET}.exe -o rust-nightly-%TARGET%.exe rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" set PATH=%PATH%;C:\Program Files (x86)\Rust\bin if defined MSYS_BITS set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PA...
curl -sSf https://static.rust-lang.org/dist/rust-nightly-%TARGET%.exe -o rust-nightly-%TARGET%.exe rust-nightly-%TARGET%.exe /VERYSILENT /NORESTART /DIR="C:\Program Files (x86)\Rust" set PATH=%PATH%;C:\Program Files (x86)\Rust\bin if defined MSYS_BITS set PATH=C:\msys64\mingw%MSYS_BITS%\bin;C:\msys64\usr\bin;%PATH% ...
Change symbols to var resolve for windows builds
[DRAFT] Change symbols to var resolve for windows builds
Batchfile
mit
rust-leipzig/wiki,rust-leipzig/wiki,rust-leipzig/wiki
647b04994800977d77cf839c1cfb35d840b8a3fc
upload.cmd
upload.cmd
@echo off rem This script is in use by the Windows buildslaves to upload the package to openphdguiding.org set exitcode=1 for /F "usebackq" %%f in (`dir phd2-*-win32.exe /O-D /B` ) do ( if EXIST %%f ( ( echo cd upload echo put %%f echo quit ) | psftp phd2buildbot@openphdguiding.org s...
@echo off rem This script is in use by the Windows buildslaves to upload the package to openphdguiding.org rem rem Before to run this script you need to install putty and add it to PATH. rem As we cannot use pageant from the buildbot service we need to create rem a saved session named phd2buildbot in putty usi...
Use a putty saved session instead of pageant
Use a putty saved session instead of pageant
Batchfile
bsd-3-clause
OpenPHDGuiding/phd2,olegkutkov/phd2guiding_crao,olegkutkov/phd2guiding_crao,simonct/phd2,EverettQuebral/phd2,EverettQuebral/phd2,olegkutkov/phd2guiding_crao,EverettQuebral/phd2,simonct/phd2,eklenske/phd2,simonct/phd2,simonct/phd2,eklenske/phd2,OpenPHDGuiding/phd2,simonct/phd2,olegkutkov/phd2guiding_crao,OpenPHDGuiding/...
2852b3e1a6bfed1bdab9f2037ab0cdff23e7a5e6
src/Main/PublishNugetPackage.cmd
src/Main/PublishNugetPackage.cmd
@echo off echo Press any key to publish pause ".nuget\NuGet.exe" push Rssdp.3.5.0-beta.nupkg -Source https://www.nuget.org/api/v2/package pause
@echo off echo Press any key to publish pause ".nuget\NuGet.exe" push Rssdp.3.5.3.nupkg -Source https://www.nuget.org/api/v2/package pause
Update command file for publishing nuget.
Update command file for publishing nuget.
Batchfile
mit
Yortw/RSSDP,Yortw/RSSDP
432b114d145a483dc9bda00c739b794b98151026
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 ..\..\Dolphin7.exe Dolphin copy ..\..\DolphinVM7.dll Dolphin copy ..\..\DolphinCR7.dll Dolphin copy ..\..\DolphinDR7.dll Dolphin copy ..\..\DolphinSureCrypto.dll Dolphin ...
Revert "Don't do a BootDPRO but instead call the boot directly."
Revert "Don't do a BootDPRO but instead call the boot directly." This reverts commit 8eac068e56c69f5eb92d7f97b4a933b12074c53d.
Batchfile
mit
objectarts/DolphinVM,jgfoster/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,objectarts/DolphinVM,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,objectarts/Dolphin,blairmcg/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/DolphinVM,jgfoster/Dolphin,blairmcg/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,...
6500e6ce63cef548ef40f727808d3e6e10ddb90e
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.72" -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.73" -password "" -tcpLobby "149.202.51.185" 25565 echo. echo Restarting server... echo. goto start
Patch for version 0.73 update
[Nomad] Patch for version 0.73 update
Batchfile
mit
LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide,LaserHydra/Oxide
174f6f31f5a2767258ab5f5d6cda32298f0e2c35
Kudu.Services.Web/updateNodeModules.cmd
Kudu.Services.Web/updateNodeModules.cmd
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/66dd7e2a3966c06180df0eb66cc9400d4b961e5e IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %coun...
@echo off setlocal enabledelayedexpansion pushd %1 set attempts=5 set counter=0 :retry set /a counter+=1 echo Attempt %counter% out of %attempts% cmd /c npm install https://github.com/projectkudu/KuduScript/tarball/254116790e41bc69bce809e46c9998f03addcfc4 IF %ERRORLEVEL% NEQ 0 goto error goto end :error if %coun...
Update to use latest KuduScript
Update to use latest KuduScript
Batchfile
apache-2.0
mauricionr/kudu,chrisrpatterson/kudu,EricSten-MSFT/kudu,YOTOV-LIMITED/kudu,duncansmart/kudu,dev-enthusiast/kudu,projectkudu/kudu,projectkudu/kudu,MavenRain/kudu,juvchan/kudu,mauricionr/kudu,juoni/kudu,dev-enthusiast/kudu,YOTOV-LIMITED/kudu,shibayan/kudu,MavenRain/kudu,juoni/kudu,kali786516/kudu,barnyp/kudu,sitereactor/...
daa7a4701f546fa353e45692cac47509bd50f1ef
build.bat
build.bat
@echo on set config=%1 if "%config%" == "" ( set config=Release ) set version= if not "%PackageVersion%" == "" ( set version=-Version %PackageVersion% ) if "%NuGet%" == "" ( set NuGet=".nuget\nuget.exe" ) REM Package restore call %NuGet% restore PropertyCopier\packages.config -OutputDirectory %cd%\packages -N...
@echo on set config=%1 if "%config%" == "" ( set config=Release ) set version= if not "%PackageVersion%" == "" ( set version=-Version %PackageVersion% ) if "%NuGet%" == "" ( set NuGet=".nuget\nuget.exe" ) REM Package restore call %NuGet% restore PropertyCopier\packages.config -OutputDirectory %cd%\packages -N...
Fix batch file unit tests
Fix batch file unit tests
Batchfile
apache-2.0
markantill/PropertyCopier
63b754aa22c7a712fe40bd7f8e232b0775a4f203
distribution/src/main/resources/bin/elasticsearch.bat
distribution/src/main/resources/bin/elasticsearch.bat
@echo off SETLOCAL enabledelayedexpansion TITLE Elasticsearch ${project.version} SET params='%*' :loop FOR /F "usebackq tokens=1* delims= " %%A IN (!params!) DO ( SET current=%%A SET params='%%B' SET silent=N IF "!current!" == "-s" ( SET silent=Y ) IF "!current!" == "--silent" ( SET silent=Y ) ...
@echo off SETLOCAL enabledelayedexpansion TITLE Elasticsearch ${project.version} SET params='%*' :loop FOR /F "usebackq tokens=1* delims= " %%A IN (!params!) DO ( SET current=%%A SET params='%%B' SET silent=N IF "!current!" == "-s" ( SET silent=Y ) IF "!current!" == "--silent" ( SET silent=Y ) ...
Remove positional parameter from bat file
Remove positional parameter from bat file
Batchfile
apache-2.0
C-Bish/elasticsearch,ThiagoGarciaAlves/elasticsearch,Shepard1212/elasticsearch,rajanm/elasticsearch,Stacey-Gammon/elasticsearch,wuranbo/elasticsearch,MaineC/elasticsearch,a2lin/elasticsearch,gmarz/elasticsearch,henakamaMSFT/elasticsearch,JackyMai/elasticsearch,xuzha/elasticsearch,masaruh/elasticsearch,robin13/elasticse...
5146a25dd037a4c512ceb9b592e9a994cd624983
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 :...
Make sure to uninstall the old pip package and install the newly built one when running windows tests on TF CI.
Make sure to uninstall the old pip package and install the newly built one when running windows tests on TF CI.
Batchfile
apache-2.0
ppwwyyxx/tensorflow,aam-at/tensorflow,manazhao/tf_recsys,Mistobaan/tensorflow,memo/tensorflow,manjunaths/tensorflow,calebfoss/tensorflow,sjperkins/tensorflow,snnn/tensorflow,seanli9jan/tensorflow,apark263/tensorflow,chris-chris/tensorflow,snnn/tensorflow,JingJunYin/tensorflow,DCSaunders/tensorflow,guschmue/tensorflow,c...
21f1691767b84ca6326113f8552d35992b41f954
tools-windows/install.bat
tools-windows/install.bat
@echo off call config.bat echo Installing PIP... %PYTHON% %BINDIR%\get-pip.py echo Installing KCAA Python server prerequisites... %PIP% install python-dateutil %PIP% install requests %PIP% install selenium pause
@echo off call config.bat echo Creating USERDATADIR: %USERDATADIR% mkdir %USERDATADIR% echo Installing PIP... %PYTHON% %BINDIR%\get-pip.py echo Installing KCAA Python server prerequisites... %PIP% install python-dateutil %PIP% install requests %PIP% install selenium pause
Create a user data directory on Windows.
Create a user data directory on Windows.
Batchfile
apache-2.0
kcaa/kcaa,kcaa/kcaa,kcaa/kcaa,kcaa/kcaa
f10d148653fadbce4741e8fa092c062a544c3e9e
Testing/Tests/run_v2.cmd
Testing/Tests/run_v2.cmd
@echo off ..\..\Tools\PhpNetTester.exe /compiler:..\..\Deployment\Debug\phpc.exe /php:..\..\Tools\PHP\php.exe del /s *.pdb *.exe EmittedNodes.csv LibraryCalls.csv UnknownCalls.csv __input.txt Debug.log > nul @echo Deleting empty log files... for /f "delims=" %%i in ('dir /s/b/a-d *.log') do if %~zi==0 del %%i pa...
@echo off ..\..\Tools\PhpNetTester.exe /compiler:..\..\Deployment\Debug\phpc.exe /php:..\..\Tools\PHP\php.exe %* del /s *.pdb *.exe EmittedNodes.csv LibraryCalls.csv UnknownCalls.csv __input.txt Debug.log > nul @rem Deleting empty log files... for /f "delims=" %%i in ('dir /s/b/a-d *.log') do if %%~zi==0 del %%i ...
Test runner batch now takes optional command-line arguments.
Test runner batch now takes optional command-line arguments.
Batchfile
apache-2.0
kendallb/Phalanger,kendallb/Phalanger,kendallb/Phalanger,DEVSENSE/Phalanger,DEVSENSE/Phalanger,diddledan/Phalanger,kendallb/Phalanger,kendallb/Phalanger,kendallb/Phalanger,DEVSENSE/Phalanger,DEVSENSE/Phalanger,diddledan/Phalanger,DEVSENSE/Phalanger,diddledan/Phalanger,diddledan/Phalanger,DEVSENSE/Phalanger,diddledan/Ph...
5ea555019a3ffeeed97342a2a7ff1576c321a179
build_win64.bat
build_win64.bat
cd conda-skeletons conda install conda-build anaconda-client conda config --add channels matsci conda config --set anaconda_upload yes FOR %%A IN (latexcodec pybtex spglib pyhull pymatgen seekpath) DO conda build --user matsci %%A cd ..
cd conda-skeletons conda install conda-build anaconda-client conda config --add channels matsci conda config --set anaconda_upload yes FOR %%A IN (latexcodec pybtex spglib pyhull pymatgen pymatgen-db seekpath) DO conda build --user matsci %%A cd ..
ADd pymatgen-db to windwos build.
ADd pymatgen-db to windwos build.
Batchfile
bsd-3-clause
materialsvirtuallab/materials.sh,materialsvirtuallab/materials.sh
a175c5987af31ec413eba8681392618c0edba1eb
bin/install.cmd
bin/install.cmd
@echo off set /P NVM_PATH="Enter the absolute path where the zip file is extracted/copied to: " setx /M NVM_HOME "%NVM_PATH%" setx /M NVM_SYMLINK "C:\Program Files\nodejs" setx /M PATH "%PATH%;%NVM_HOME%;%NVM_SYMLINK%" if exist "%SYSTEMDRIVE%\Program Files (x86)\" ( set SYS_ARCH=64 ) else ( set SYS_ARCH=32 ) (echo roo...
@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%" setx /M PATH "%PATH%;%NVM_HOME%;%NVM_SYMLINK%" if exist "%SYSTEMDRIVE%\Program Files (x86)\" ...
Set environment variables for current process
Set environment variables for current process setx command doesn't affect current process, so use also 'set VAR=VALUE'
Batchfile
mit
coreybutler/nvm-windows,coreybutler/nvm-windows,zonplm/nvm-windows
ab101976d655d93f7d50df524c018eb63d32619d
x-pack/plugin/sql/src/main/bin/elasticsearch-sql-cli.bat
x-pack/plugin/sql/src/main/bin/elasticsearch-sql-cli.bat
@echo off rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one rem or more contributor license agreements. Licensed under the Elastic License; rem you may not use this file except in compliance with the Elastic License. setlocal enabledelayedexpansion setlocal enableextensions call "%~dp0...
@echo off rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one rem or more contributor license agreements. Licensed under the Elastic License; rem you may not use this file except in compliance with the Elastic License. setlocal enabledelayedexpansion setlocal enableextensions call "%~dp0...
Fix SQL CLI on Windows
Fix SQL CLI on Windows This commit fixes the classpath for the SQL CLI tool on Windows. As the x-pack bin folder was collapsed into the distribution bin folder, the location of the classpath here needed to no longer contain the old plugins directory.
Batchfile
apache-2.0
uschindler/elasticsearch,robin13/elasticsearch,robin13/elasticsearch,HonzaKral/elasticsearch,nknize/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,gingerwizard/elasticsearch,coding0011/elasticsearch,gfyoung/elasticsearch,robin13/elasticsearch,uschindler/elasticsearch,gingerwizard/elasticsearch,scor...
3b78304162dcdea5940a17df39f2555a1bed70ab
bundledApps/MAKEFILE.bat
bundledApps/MAKEFILE.bat
pip install --upgrade wxPython pip install -r requirements.txt pip install pywin32 pyinstaller -p bundledApps --onefile --windowed --clean --version-file=build/version.txt --icon=build/icons/wail_blue.ico bundledApps/WAIL.py ::Windows shell (CMD.exe) move /Y ".\dist\WAIL.exe" ".\WAIL.exe" ::Unix shell (e.g., from Gi...
py -m pip install --upgrade wxPython py -m pip install -r requirements.txt py -m pip install pywin32 pyinstaller -p bundledApps --onefile --windowed --clean --version-file=build/version.txt --icon=build/icons/wail_blue.ico bundledApps/WAIL.py ::Windows shell (CMD.exe) move /Y ".\dist\WAIL.exe" ".\WAIL.exe" ::Unix sh...
Update Windows python binary to use py
Update Windows python binary to use py
Batchfile
mit
machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail,machawk1/wail
cbd72bd2ab2ed3a57bd1a15953bcb4fa291bcd4a
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
@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
Disable officescan context menu on drives
Disable officescan context menu on drives
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
59beb5bc0ae06b5a5cd2ee35108632a119f8e83b
exec.bat
exec.bat
"C:\Program Files\qemu\qemu-system-x86_64.exe" -cdrom "C:\solutions\os_c\build\os-x86_64.iso" -d int -no-shutdown -no-reboot -s
"C:\Program Files\qemu\qemu-system-x86_64.exe" -cdrom "C:\solutions\os_c\build\os-x86_64.iso" -d int -no-shutdown -no-reboot -s -monitor telnet:127.0.0.1:2222,server,nowait
Add telnet connection to qemu monitor
Add telnet connection to qemu monitor
Batchfile
apache-2.0
RichardHScott/os_c
2cc87e8806b04d0429072058b4112393fee17782
scripts/speck/build_win.bat
scripts/speck/build_win.bat
@echo off setlocal set SCRIPTDIR=%~dp0 set PROJDIR=%SCRIPTDIR%..\..\ set MSBUILDBIN="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" cd %PROJDIR% @echo on set BUILDDIR=%PROJDIR%build_win32\ set OUTPUTDIR=%PROJDIR%output\win32\ rmdir /S/Q %BUILDDIR% mkdir %BUILDDIR% cd %BUILDDIR% cmake %PROJDIR% -G"Visual Studio...
@echo off setlocal set SCRIPTDIR=%~dp0 set PROJDIR=%SCRIPTDIR%..\..\ set MSBUILDBIN="C:\Program Files (x86)\MSBuild\14.0\Bin\msbuild.exe" cd %PROJDIR% @echo on set BUILDDIR=%PROJDIR%build_win32\ set OUTPUTDIR=%PROJDIR%output\win32\ rmdir /S/Q %BUILDDIR% mkdir %BUILDDIR% cd %BUILDDIR% cmake %PROJDIR% -G"Visual Studio...
Revert "add enable avx2 flag to windows build script"
Revert "add enable avx2 flag to windows build script" This reverts commit d57e7a8ea2c6580483dd80e9225af81ec65017b0.
Batchfile
mit
Naruto/simon-speck-c,Naruto/simon-speck-c,Naruto/simon-speck-c,Naruto/simon_speck,Naruto/simon_speck,Naruto/simon_speck
93d67a515a3df79a305b790dbf60893a649e3a34
libexec/rbenv---version.bat
libexec/rbenv---version.bat
@echo off setlocal if "%1" == "--help" ( echo Usage: rbenv --version echo. echo Displays the version number of this rbenv release, including the echo current revision from git, if available. echo. echo The format of the git revision is: echo ^<version^>-^<num_commits^>-^<git_sha^> echo where `num_commits` is the num...
@echo off setlocal if "%1" == "--help" ( echo Usage: rbenv --version echo. echo Displays the version number of this rbenv release, including the echo current revision from git, if available. echo. echo The format of the git revision is: echo ^<version^>-^<num_commits^>-^<git_sha^> echo where `num_commits` is the num...
Change '--version' command for release
Change '--version' command for release
Batchfile
mit
nak1114/rbenv-win,nak1114/rbenv-win,nak1114/rbenv-win
47afa9074f54e74b1a11429be38ce5a56812f782
tools/setup_for_hacking.bat
tools/setup_for_hacking.bat
@ECHO OFF REM - Use full path of this batch file to determine root directory set root_path=%~f0 set root_path=%root_path:~0,-27% REM - Check for parameter IF %1.==. GOTO Error REM - Check for OS. This script works in Vista or later. ver | findstr /i "5\.1\." > nul IF %ERRORLEVEL% EQU 0 GOTO XPNotSupported REM - Rem...
@ECHO OFF REM - Use full path of this batch file to determine root directory set root_path=%~f0 set root_path=%root_path:~0,-27% REM - Check for parameter IF %1.==. GOTO Error REM - Check for OS. This script works in Vista or later. ver | findstr /i "5\.1\." > nul IF %ERRORLEVEL% EQU 0 GOTO XPNotSupported REM - Rem...
Check if directory exists before trying to delete it.
Check if directory exists before trying to delete it.
Batchfile
mit
falcon1812/brackets,show0017/brackets,abhisekp/brackets,GHackAnonymous/brackets,Free-Technology-Guild/brackets,chrismoulton/brackets,karevn/brackets,chinnyannieb/brackets,iamchathu/brackets,treejames/brackets,ficristo/brackets,quasto/ArduinoStudio,robertkarlsson/brackets,treejames/brackets,cdot-brackets-extensions/nimb...
61f210a0ecbac2a4bc5b27a37ca80e7b481c3281
UnitTest.bat
UnitTest.bat
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\MSTest.exe" /testcontainer:AgateLib.Tests\UnitTests\bin\Debug\AgateLib.UnitTests.dll if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
MSTest.exe /testcontainer:AgateLib.Tests\UnitTests\bin\Debug\AgateLib.UnitTests.dll if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
Remove hard path to mstest.exe.
Remove hard path to mstest.exe.
Batchfile
mit
eylvisaker/AgateLib
19de6dd87b9eea734df9c0c81600cdfeb84266bb
installer/scripts/setup.bat
installer/scripts/setup.bat
@echo off rem $Id$ ::remove any quotes from JAVA_HOME and EXIST_HOME env var, will be re-added below for /f "delims=" %%G IN (%JAVA_HOME%) DO SET JAVA_HOME=%%G for /f "delims=" %%G IN (%EXIST_HOME%) DO SET EXIST_HOME=%%G rem will be set by the installer set EXIST_HOME=$INSTALL_PATH rem will be set by the...
@echo off ::will be set by the installer set JAVA_HOME="$JAVA_HOME" set EXIST_HOME="$INSTALL_PATH" ::remove any quotes from JAVA_HOME and EXIST_HOME env var, will be re-added below for /f "delims=" %%G IN (%JAVA_HOME%) DO SET JAVA_HOME=%%G for /f "delims=" %%G IN (%EXIST_HOME%) DO SET EXIST_HOME=%%G :gotJa...
Make sure to correctly quote/unquote Windows paths in the installer
[bugfix] Make sure to correctly quote/unquote Windows paths in the installer
Batchfile
lgpl-2.1
RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist,RemiKoutcherawy/exist
0be35f5c51aa1c54e33d02f8ff7fdfbda4f5786f
ms/32all.bat
ms/32all.bat
set OPTS=no-asm perl Configure VC-WIN32 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak nmake -f d32.mak nmake -f 32.mak nmake -f d32dll.mak nmake -f 32dll.mak
set OPTS=no-asm perl Configure VC-WIN32 perl util\mk1mf.pl %OPTS% debug VC-WIN32 >d32.mak perl util\mk1mf.pl %OPTS% VC-WIN32 >32.mak perl util\mk1mf.pl %OPTS% debug dll VC-WIN32 >d32dll.mak perl util\mk1mf.pl %OPTS% dll VC-WIN32 >32dll.mak nmake -f d32.mak @if errorlevel 1 goto end nmake -f 32.mak @if errorlevel 1 go...
Stop build when an error occurs. "Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
Stop build when an error occurs. "Peter 'Luna' Runestig" <peter+openssl-dev@runestig.com>
Batchfile
apache-2.0
openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl,openssl/openssl
a0f2108aad458c2500887b76b12ac9ffb562e931
make-sample-wav-file-cc.bat
make-sample-wav-file-cc.bat
jruby .\generate-sample-midi-stream.rb g++ .\make-sample-wav-file.cc -o .\make-sample-wav-file.exe .\make-sample-wav-file.exe .\sample-midi-stream.bin .\sample-wav-file-cc.wav del .\make-sample-wav-file.exe
g++ .\make-sample-wav-file.cc -o .\make-sample-wav-file.exe .\make-sample-wav-file.exe .\sample-midi-stream.bin .\sample-wav-file-cc.wav del .\make-sample-wav-file.exe
Remove an instruction of a JRuby (Ruby) script execution
Remove an instruction of a JRuby (Ruby) script execution
Batchfile
cc0-1.0
risgk/digital-synth-vra8-x,risgk/digital-synth-vra8-x,risgk/digital-synth-vra8-x,risgk/digital-synth-vra8-x
bcd3d1eaa2f92665d42ca047263c143d37705367
src/scripts/ci/setup_appveyor.bat
src/scripts/ci/setup_appveyor.bat
echo Current build setup MSVS="%MSVS%" PLATFORM="%PLATFORM%" TARGET="%TARGET%" if %MSVS% == 2015 call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM% if %MSVS%...
echo Current build setup MSVS="%MSVS%" PLATFORM="%PLATFORM%" TARGET="%TARGET%" if %MSVS% == 2015 call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM% if %MSVS% == 2017 call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM% if %MSVS%...
Add a comment explaining why this path is set
Add a comment explaining why this path is set
Batchfile
bsd-2-clause
webmaster128/botan,webmaster128/botan,randombit/botan,randombit/botan,randombit/botan,webmaster128/botan,randombit/botan,webmaster128/botan,webmaster128/botan,randombit/botan
6173cee7db293017d5b0e2a33ce216e13dc22cb3
SetCurrentVersion.cmd
SetCurrentVersion.cmd
set MAJOR_PREVIOUS=1 set MINOR_PREVIOUS=5 set PATCH_PREVIOUS=12 set PRERELEASE_PREVIOUS=-developer set MAJOR=1 set MINOR=5 set PATCH=13 set PRERELEASE=-developer
set MAJOR_PREVIOUS=1 set MINOR_PREVIOUS=5 set PATCH_PREVIOUS=12 set PRERELEASE_PREVIOUS=-beta set MAJOR=1 set MINOR=5 set PATCH=13 set PRERELEASE=-developer
Fix error in version file
Fix error in version file
Batchfile
mit
Rolstenhouse/sarif-sdk,kschecht/sarif-sdk,kschecht/sarif-sdk,kschecht/sarif-sdk,Rolstenhouse/sarif-sdk,kschecht/sarif-sdk,Rolstenhouse/sarif-sdk,kschecht/sarif-sdk,kschecht/sarif-sdk,Rolstenhouse/sarif-sdk,Rolstenhouse/sarif-sdk,Rolstenhouse/sarif-sdk,Rolstenhouse/sarif-sdk,kschecht/sarif-sdk
80c49b2855aec78b6148f179b552c43fdcf24828
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 ) set nunit="tools\nunit\nunit-console.exe" %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild src\Frankie.sl...
@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 ) set nunit="tools\nunit\nunit-console.exe" %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild src\Frankie.sl...
Fix for the MyGet packaging
Fix for the MyGet packaging
Batchfile
mit
rdumont/frankie,rdumont/frankie
417d323d5bdbe4f1a2a8fd21361ba01c466507af
Scripts/patch-version.cmd
Scripts/patch-version.cmd
@echo off rem Get current assembly version in environment variable for /f %%i in ('PowerShell -File Scripts\get-version.ps1') do set CUSTOM_MAJOR_VERSION=%%i set CUSTOM_VERSION=%CUSTOM_MAJOR_VERSION%.%APPVEYOR_BUILD_NUMBER% set CUSTOM_INFORMATIONAL_VERSION=%CUSTOM_VERSION% if not %APPVEYOR_REPO_BRANCH%==master ( set...
@echo off echo Patching version numbers... rem Get current assembly version in environment variable for /f %%i in ('PowerShell -File Scripts\get-version.ps1') do set CUSTOM_MAJOR_VERSION=%%i set CUSTOM_VERSION=%CUSTOM_MAJOR_VERSION%.%APPVEYOR_BUILD_NUMBER% set CUSTOM_INFORMATIONAL_VERSION=%CUSTOM_VERSION% if not %A...
Update AppVeyor build version with branch and assembly version.
Update AppVeyor build version with branch and assembly version.
Batchfile
mit
City-of-Helsinki/organisaatiorekisteri,City-of-Helsinki/organisaatiorekisteri,City-of-Helsinki/palvelutietovaranto,City-of-Helsinki/palvelutietovaranto,City-of-Helsinki/palvelutietovaranto,City-of-Helsinki/organisaatiorekisteri,City-of-Helsinki/palvelutietovaranto,City-of-Helsinki/organisaatiorekisteri
8f9d3c8d37fade1a7990e6a91770846ea2a43096
OpenCover.bat
OpenCover.bat
set CONFIGURATION=%1 set OUTPUT=%2 set OPENCOVER=".\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe" set TARGET="%VSINSTALLDIR%\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" set TARGET_ARGS=".\ThScoreFileConverterTests\bin\%CONFIGURATION%\ThScoreFileConverterTests.dll" set FILTER="+[*]*"...
set CONFIGURATION=%1 set OUTPUT=%2 set OPENCOVER=".\packages\OpenCover.4.6.519\tools\OpenCover.Console.exe" set TARGET="%VSINSTALLDIR%\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" set TARGET_ARGS=".\ThScoreFileConverterTests\bin\%CONFIGURATION%\ThScoreFileConverterTests.dll" set FILTER="+[*]* ...
Exclude ThScoreFileConverterTests from the coverage result
Exclude ThScoreFileConverterTests from the coverage result
Batchfile
bsd-2-clause
y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter
81f497da6de6bb7912b8404d54e20eb675aae108
azuresign.cmd
azuresign.cmd
@echo off dotnet tool install --global AzureSignTool azuresigntool sign --description-url "https://starschema.com" \ --file-digest sha256 --azure-key-vault-url https://billiant-keyvault.vault.azure.net \ --azure-key-vault-client-id %AZURE_KEY_VAULT_CLIENT_ID% \ --azure-key-vault-client-secret %AZURE_KEY_VAU...
@echo off dotnet tool install --global AzureSignTool azuresigntool sign --description-url "https://starschema.com" ^ --file-digest sha256 --azure-key-vault-url https://billiant-keyvault.vault.azure.net ^ --azure-key-vault-client-id %AZURE_KEY_VAULT_CLIENT_ID% ^ --azure-key-vault-client-secret %AZURE_KEY_VAU...
Use ^ as line continuation character
Use ^ as line continuation character
Batchfile
mit
palette-software/PaletteInsightAgent,palette-software/PaletteInsightAgent,palette-software/PaletteInsightAgent,palette-software/PaletteInsightAgent
42b49e673242c4be5ce903ee5a204e85a6df75e9
recipes/graphviz/bld.bat
recipes/graphviz/bld.bat
REM remove unneeded librar stubs rd /S /Q %SRC_DIR%\include rd /S /Q %SRC_DIR%\lib rd /S /Q %SRC_DIR%\share\man if errorlevel 1 exit 1 mkdir %SRC_DIR%\share\doc\graphviz move %SRC_DIR%\share\graphviz\doc %SRC_DIR%\share\doc\graphviz if errorlevel 1 exit 1 move %SRC_DIR%\bin %SRC_DIR%\graphviz if errorlevel 1 exit 1 ...
REM remove unneeded librar stubs rd /S /Q %SRC_DIR%\include rd /S /Q %SRC_DIR%\lib rd /S /Q %SRC_DIR%\share\man if errorlevel 1 exit 1 mkdir %SRC_DIR%\share\doc\graphviz move %SRC_DIR%\share\graphviz\doc %SRC_DIR%\share\doc\graphviz if errorlevel 1 exit 1 move %SRC_DIR%\bin %SRC_DIR%\graphviz if errorlevel 1 exit 1 ...
Fix bat links on Windows
Fix bat links on Windows
Batchfile
bsd-3-clause
cpaulik/staged-recipes,chrisburr/staged-recipes,grlee77/staged-recipes,valgur/staged-recipes,guillochon/staged-recipes,NOAA-ORR-ERD/staged-recipes,tylere/staged-recipes,jjhelmus/staged-recipes,asmeurer/staged-recipes,patricksnape/staged-recipes,JohnGreeley/staged-recipes,larray-project/staged-recipes,patricksnape/stage...
1e387c17ea2020ed603ae33b84c7549252bfb51f
Examples/copy_binaries.cmd
Examples/copy_binaries.cmd
if exist yc ( rd /s /q yc ) mkdir yc xcopy /Y ..\YaccConstructor\YaccConstructor\bin\Release\*.dll yc xcopy /Y ..\YaccConstructor\YaccConstructor\bin\Release\*.exe yc xcopy /Y ..\YaccConstructor\CYK\bin\Release\*.exe yc xcopy /Y ..\YaccConstructor\CYK\bin\Release\*.dll yc xcopy /Y ..\YaccConstructor\RNG...
if exist yc ( rd /s /q yc ) mkdir yc xcopy /Y ..\YaccConstructor\YaccConstructor\bin\Release\*.dll yc xcopy /Y ..\YaccConstructor\YaccConstructor\bin\Release\*.exe yc xcopy /Y ..\YaccConstructor\CYK\bin\Release\*.exe yc xcopy /Y ..\YaccConstructor\GLLGenerator\bin\Release\*.dll yc xcopy /Y ..\YaccConstr...
Copy GLL to yc for Examples.
Copy GLL to yc for Examples.
Batchfile
apache-2.0
sanyaade-g2g-repos/YaccConstructor,RomanBelkov/YaccConstructor,fedorovr/YaccConstructor,RomanBelkov/YaccConstructor,sanyaade-g2g-repos/YaccConstructor,sanyaade-g2g-repos/YaccConstructor,YaccConstructor/YaccConstructor,fedorovr/YaccConstructor,Albiglittle/YaccConstructor,melentyev/YaccConstructor,VereshchaginaE/YaccCons...
39371371d3412b521158f984219da7deed20f511
distribution/src/main/resources/bin/elasticsearch-plugin.bat
distribution/src/main/resources/bin/elasticsearch-plugin.bat
@echo off SETLOCAL enabledelayedexpansion IF DEFINED JAVA_HOME ( set JAVA=%JAVA_HOME%\bin\java.exe ) ELSE ( FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I ) IF NOT EXIST "%JAVA%" ( ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2 EXIT /B 1 ) set SCRIPT_DIR=...
@echo off SETLOCAL enabledelayedexpansion IF DEFINED JAVA_HOME ( set JAVA="%JAVA_HOME%\bin\java.exe" ) ELSE ( FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I ) IF NOT EXIST %JAVA% ( ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2 EXIT /B 1 ) set SCRIPT_DIR=...
Fix handling of spaces in plugin script on Windows
Fix handling of spaces in plugin script on Windows A previous fix for handling spaces in the Windows scripts should also be applied to the plugin script. This commit does that. Closes #24750
Batchfile
apache-2.0
strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc,strapdata/elassandra5-rc
d1ec10c2058853bbbebbfc91f2a8fe1ee8089c95
agile-runtime/src/main/scripts/agile.bat
agile-runtime/src/main/scripts/agile.bat
@echo off set OLDDIR=%CD% cd %~dp0 cd .. set AGILE_HOME=%CD% set CMD_LINE_ARGS= :getArgs if %1x==x goto doneArgs set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 shift goto getArgs :doneArgs SET JAVA_EXE="%JAVA_HOME%\bin\java.exe" set JAVA_OPTS=-Xmx512m -Djava.awt.headless=true -Duser.timezone=UTC cd %AGILE_HOME% %JAVA_EXE% ...
@echo off :: Try to get around "Terminate batch job?" - use start, which spawns a new window :: Establish if we were launched from the command line. :: If so, run a start /wait otherwise we want the original window to close set SCRIPT=%0 set DQUOTE=" @echo %SCRIPT:~0,1% | findstr /l %DQUOTE% > NUL if NOT %ERRORLEVEL% ...
Update windows script so cmd-c works properly
Update windows script so cmd-c works properly
Batchfile
agpl-3.0
headsupdev/agile,headsupdev/agile,headsupdev/agile,headsupdev/agile
4671494cb9f290f88b4ff507ede0883cbb6018ca
Setup/CreateVisualStudioTemplate.bat
Setup/CreateVisualStudioTemplate.bat
..\Build\tools\7zip\7za.exe -r a CosmosBoot.zip ProjectTemplate ..\Build\tools\7zip\7za.exe a -tzip Cosmos.vsi Cosmos.vscontent CosmosBoot.zip del CosmosBoot.zip
del Cosmos.vsi ..\Build\tools\7zip\7za.exe -r a CosmosBoot.zip ProjectTemplate ..\Build\tools\7zip\7za.exe a -tzip Cosmos.vsi Cosmos.vscontent CosmosBoot.zip del CosmosBoot.zip
Remove old .vsi file before creating new
Remove old .vsi file before creating new
Batchfile
bsd-3-clause
Cyber4/Cosmos,zarlo/Cosmos,sgetaz/Cosmos,kant2002/Cosmos-1,sgetaz/Cosmos,kant2002/Cosmos-1,fanoI/Cosmos,Cyber4/Cosmos,MyvarHD/Cosmos,CosmosOS/Cosmos,zarlo/Cosmos,Cyber4/Cosmos,MetSystem/Cosmos,zhangwenquan/Cosmos,MyvarHD/Cosmos,zdimension/Cosmos,CosmosOS/Cosmos,kant2002/Cosmos-1,jp2masa/Cosmos,Cyber4/Cosmos,sgetaz/Cosm...
652c22f762c67014ef0dda721f716d6366b0d606
.ci/appveyor/run_with_env.cmd
.ci/appveyor/run_with_env.cmd
@echo off :: 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 :: :: More details at: :: https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows :: IF "%D...
@echo off :: 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 :: :: More details at: :: https://github.com/cython/cython/wiki/64BitCythonExtensionsOnWindows :: IF "%D...
Set SDK version depending on Python 2 or 3.
Set SDK version depending on Python 2 or 3.
Batchfile
mit
ManuSchmi88/landlab,SiccarPoint/landlab,cmshobe/landlab,landlab/landlab,RondaStrauch/landlab,RondaStrauch/landlab,cmshobe/landlab,Carralex/landlab,laijingtao/landlab,Carralex/landlab,landlab/landlab,amandersillinois/landlab,RondaStrauch/landlab,csherwood-usgs/landlab,landlab/landlab,csherwood-usgs/landlab,SiccarPoint/l...
f97f9ebee7b9883e8f8af7979e7b26075ba15352
appveyor-copy.bat
appveyor-copy.bat
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
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
Fix path in FOR loop
Fix path in FOR loop
Batchfile
bsd-3-clause
ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell
2553641c87ee010ec2e3207f1a74f2f8192854a0
startStudioWithPlugin.bat
startStudioWithPlugin.bat
@echo off SET pathToVS12=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe SET pathToVS11=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe IF EXIST %pathToVS12%( "%pathToVS12%" /RootSuffix YC /ReSharper.Internal Exit /b ) IF EXIST %pathToVS11% ( "%pathToVS...
@echo off SET pathToVS12=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv.exe SET pathToVS11=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv.exe rem info about resharper logging https://www.jetbrains.com/resharper/devguide/Platform/Logging.html IF EXIST %pathToVS12%(...
Add logging into studio with plugin
Add logging into studio with plugin
Batchfile
apache-2.0
Albiglittle/YaccConstructor,YaccConstructor/YaccConstructor,Albiglittle/YaccConstructor,nbIxMaN/YaccConstructor,nbIxMaN/YaccConstructor,fedorovr/YaccConstructor,YaccConstructor/YaccConstructor,nbIxMaN/YaccConstructor,fedorovr/YaccConstructor,fedorovr/YaccConstructor,Albiglittle/YaccConstructor,YaccConstructor/YaccConst...
983e8daa320cfa0afb36421f7eca146b49dffec7
ci/cli/tasks/gats-windows.bat
ci/cli/tasks/gats-windows.bat
SET GOPATH=%CD%\gopath SET GATSPATH=%GOPATH%\src\code.cloudfoundry.org\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%\...
SET GOPATH=%CD%\gopath SET GATSPATH=%GOPATH%\src\code.cloudfoundry.org\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%\...
Use Windows environment variable substitution
Use Windows environment variable substitution [#131571315]
Batchfile
apache-2.0
cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli
debd67448ce3dd6fc9717fe5800cf23867c9778b
recipes/rust-activation/activate.bat
recipes/rust-activation/activate.bat
set CARGO_HOME=%CONDA_PREFIX%.cargo.win set CARGO_CONFIG=%CARGO_HOME%\config set RUSTUP_HOME=%CARGO_HOME%\rustup set PATH=%CARGO_HOME%\bin:%PATH% if not exist "%CARGO_HOME%" mkdir "%CARGO_HOME%" echo [target.x86_64-pc-windows-msvc]>> %CARGO_CONFIG% echo linker = "%LD%">> %CARGO_CONFIG%
set CARGO_HOME=%CONDA_PREFIX%\.cargo.win set CARGO_CONFIG=%CARGO_HOME%\config set RUSTUP_HOME=%CARGO_HOME%\rustup set PATH=%CARGO_HOME%\bin:%PATH% if not exist "%CARGO_HOME%" mkdir "%CARGO_HOME%" echo [target.x86_64-pc-windows-msvc]>> %CARGO_CONFIG% if [%LD%] == [] ( echo linker = "link.exe">> %CARGO_CONFIG% ) el...
Fix 2 bugs with Windows activation
Fix 2 bugs with Windows activation With this fix ripgrep can be built for win-32 msvc. Alacritty fails building win32api.
Batchfile
bsd-3-clause
patricksnape/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,mariusvniekerk/staged-recipes,jakirkham/staged-recipes,jochym/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,SylvainCorlay/staged-recipes,scopatz/staged-recipes,hadim/staged-recipes,goanpeca/staged-recipes,mariusvniekerk/stage...
fdd72e8e2578bef9d091eaa68a14a5f4e53f70d5
Build/ZipRelease.cmd
Build/ZipRelease.cmd
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 ...
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 ...
Add OxyPlot.Xps to Release download (discussions/545072)
Add OxyPlot.Xps to Release download (discussions/545072)
Batchfile
mit
Kaplas80/oxyplot,Mitch-Connor/oxyplot,br111an/oxyplot,as-zhuravlev/oxyplot_wpf_fork,svendu/oxyplot,objorke/oxyplot,svendu/oxyplot,lynxkor/oxyplot,Jofta/oxyplot,olegtarasov/oxyplot,freudenthal/oxyplot,as-zhuravlev/oxyplot_wpf_fork,br111an/oxyplot,objorke/oxyplot,H2ONaCl/oxyplot,Jonarw/oxyplot,HermanEldering/oxyplot,Kapl...
67949bd11ec7ec7b39b0f5472e98110b2c01052b
Vendors/Ngenix/purge-ngenix.bat
Vendors/Ngenix/purge-ngenix.bat
@echo on @setlocal :: Sample usage: :: purge-ngenix http://chopard-st.cdn.ngenix.net/test2.txt :: This file is set up for a specific property tag, the property tag variable can also be set to be passed as an input set ConfigFile=Ngenix-config.txt :: Set auth variables from config file if not exist %ConfigFile% ( ...
@echo on @setlocal :: Sample usage: :: purge-ngenix http://chopard-st.cdn.ngenix.net/test2.txt :: This file is set up for a specific property tag, the property tag variable can also be set to be passed as an input set ConfigFile=Ngenix-config.txt :: Set auth variables from config file if not exist %ConfigFile% ( ...
Remove verbose from curl command
Remove verbose from curl command
Batchfile
mit
shalomc/globaldots-purging,shalomc/globaldots-purging
bd1eaf14f0b09adbdcad1c6e7028177db1d585ca
.buildkite/sign_windows_installer.bat
.buildkite/sign_windows_installer.bat
@echo off rem This will download the Kolibri windows installer artifact at the windows-2016 buildkite agent. rem After the installer successfully sign it will upload the signed installer at the Sign Windows installer pipeline artifact. rem To sign the Windows installer set the `SIGN_WINDOWS_INSTALLER=true` environme...
@echo off rem This will download the Kolibri windows installer artifact at the windows-2016 buildkite agent. rem After the installer successfully sign it will upload the signed installer at the Sign Windows installer pipeline artifact. rem To sign the Windows installer set the `SIGN_WINDOWS_INSTALLER=true` environment ...
Change windows installer signing script based on the current step name
Change windows installer signing script based on the current step name
Batchfile
mit
indirectlylit/kolibri,learningequality/kolibri,indirectlylit/kolibri,learningequality/kolibri,indirectlylit/kolibri,lyw07/kolibri,learningequality/kolibri,mrpau/kolibri,lyw07/kolibri,learningequality/kolibri,mrpau/kolibri,lyw07/kolibri,indirectlylit/kolibri,mrpau/kolibri,mrpau/kolibri,lyw07/kolibri
9b8e6c0c3ccd6979b7adb9510d26d94047615bcf
contrib/appveyor/build_main.bat
contrib/appveyor/build_main.bat
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set "BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0" ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set "PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE=-DCMAKE...
mkdir c:\projects\plib-build if "%APPVEYOR_REPO_BRANCH%"=="appveyor_test" ( set "BOOST_ARGS=-DPLIB_TESTS_STATIC=ON -DBOOST_ROOT=C:\Libraries\boost_1_59_0" ) if "%USE_MINGW%"=="1" ( cd c:\projects\plib-build set "PATH=C:\MinGW\bin;C:\Program Files (x86)\CMake\bin" set BUILD_TYPE=-DCMAKE...
Fix path to Cygwin build script
appveyor: Fix path to Cygwin build script
Batchfile
unknown
saprykin/plibsys,saprykin/plib,saprykin/plibsys,saprykin/plibsys,saprykin/plib
1c65918d736bc27a60ba9d41131ba5008c65803a
ecl/regress/r1.bat
ecl/regress/r1.bat
@echo off rem /*############################################################################## rem rem Copyright (C) 2011 HPCC Systems. rem rem All rights reserved. This program is free software: you can redistribute it and/or modify rem it under the terms of the GNU Affero General Public License as rem ...
@echo off rem /*############################################################################## rem rem Copyright (C) 2011 HPCC Systems. rem rem All rights reserved. This program is free software: you can redistribute it and/or modify rem it under the terms of the GNU Affero General Public License as rem ...
Add time information when running a single test
Add time information when running a single test Signed-off-by: Gavin Halliday <2edfa8aca9fb78974188e5b35be8b52d4e4967ae@lexisnexis.com>
Batchfile
agpl-3.0
afishbeck/HPCC-Platform,afishbeck/HPCC-Platform,afishbeck/HPCC-Platform,afishbeck/HPCC-Platform,afishbeck/HPCC-Platform,afishbeck/HPCC-Platform
d0bb24da0a47cc48a507a560cbe0bd00b6f7c03a
tools/createNugetPackages.cmd
tools/createNugetPackages.cmd
@ECHO OFF SET SUFFIX=%1 IF '%SUFFIX%' == '' GOTO NOSUFFIX for /f %%a in ('findstr /sm packOptions project.json %~dp0..\src') do dotnet pack %%a --no-build -c Release -o "%~dp0..\nugets" --version-suffix %SUFFIX% GOTO END :NOSUFFIX for /f %%a in ('findstr /sm packOptions project.json %~dp0..\src') do dotnet pack %%a --...
@ECHO OFF pushd "%~dp0.." SET parentDir=%cd% popd SET SUFFIX=%1 IF '%SUFFIX%' == '' GOTO NOSUFFIX for /f %%a in ('findstr /sm packOptions %parentDir%\src\project.json') do dotnet pack %%a --no-build -c Release -o "%parentDir%\nugets" --version-suffix %SUFFIX% GOTO END :NOSUFFIX for /f %%a in ('findstr /sm packOptions...
Update findstr search pattern for creating nupkgs
Update findstr search pattern for creating nupkgs The old format won't work when current folder is sibling or is deeper than the src folder.
Batchfile
mit
karolz-ms/diagnostics-eventflow
699cdf6973c545b769af7f4712a82df92b1a4667
mkdocs.cmd
mkdocs.cmd
@echo off "%~dp0\..\Prerequisites\Pandoc\pandoc.exe" --from markdown --to html5 --toc -N --standalone --self-contained -c "%~dp0\etc\css\github-pandoc.css" --output "%~dp0\README.html" "%~dp0\README.md" pause
@echo off if not exist "%JAVA_HOME%\bin\java.exe" ( echo Java could not be found, please make sure JAVA_HOME is set correctly! pause && goto:eof ) "%~dp0\..\Prerequisites\Pandoc\pandoc.exe" --from markdown --to html5 --toc -N --standalone --self-contained -c "%~dp0\etc\css\github-pandoc.css" --output "%~dp0\README....
Update make script for documentation.
Update make script for documentation.
Batchfile
lgpl-2.1
lordmulder/libsndfile-MSVC,lordmulder/libsndfile-MSVC
497c3ddb32b7714f5a831ab85dc6525c55b84017
scripts/x86/my.bat
scripts/x86/my.bat
inject.exe --run "C:\Users\Joshua\AppData\Local\MyComGames\MyComGames.exe" --inject --export Load --add-path --path-resolution --module cerberus.dll
inject.exe --run "C:\Users\Admin\AppData\Local\MyComGames\MyComGames.exe" --inject --export Load --add-path --path-resolution --module cerberus.dll
Adjust path (I reinstalled Windows).
[Scripts] Adjust path (I reinstalled Windows).
Batchfile
mit
capturePointer/hadesmem
fe1aff3c80be7313f19062fbfc84c8ab93c24a40
before-install.bat
before-install.bat
REM Install Internet Information Server (IIS). c:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -Command Import-Module -Name ServerManager c:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -Command Install-WindowsFeature Web-Server c:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -Command S...
REM Install Internet Information Server (IIS). c:\Windows\Sysnative\WindowsPowerShell\v1.0\powershell.exe -Command Start-Sleep -s 20
Remove commands from before install script
Remove commands from before install script
Batchfile
apache-2.0
suryanarayanan/CodeDeployWindowsTest
b484cc286879beb58863d093607aba7b3b349842
tools/release/kokoro-nodejs.bat
tools/release/kokoro-nodejs.bat
@rem Copyright 2018 gRPC authors. @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 applicable ...
@rem Copyright 2018 gRPC authors. @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 applicable ...
Use older version of node-gyp
Use older version of node-gyp
Batchfile
apache-2.0
grpc/grpc-node,grpc/grpc-node,grpc/grpc-node,grpc/grpc-node
abcde99d6d8796ad7d721281b831cbd155bc4bdb
python-pcl/bld.bat
python-pcl/bld.bat
set PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig python setup.py config --compiler=msvc build --compiler=msvc install if errorlevel 1 exit 1
set PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig rem Library renames necessary for python-pcl to compile for %%x in (io registration segmentation features filters sample_consensus surface search kdtree octree common) do ( copy %LIBRARY_LIB%\pcl_%%x_release.lib %LIBRARY_LIB%\pcl_%%x.lib if errorlevel 1 exit 1 ) cop...
Make some renames so that it can detect the libraries it needs
Python-pcl: Make some renames so that it can detect the libraries it needs
Batchfile
bsd-2-clause
ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes
592635c06dfb62dc9ec96898faa44018cbf537c4
src/msvcbuild.bat
src/msvcbuild.bat
@rem Open "Visual Studio .NET Command Prompt" to run this script @setlocal @set LUA=../../luajit-2.0 @set LSCOMPILE=cl /nologo /c /LD /MD /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE /I%LUA%/src @set LSLINK=link /nologo %LSCOMPILE% /DLUA_BUILD_AS_DLL /DWIN32_VISTA luasys.c sock/sys_sock.c isa/isapi/isapi_dll.c @if erro...
@rem Open "Visual Studio .NET Command Prompt" to run this script @setlocal @set LUA=../../luajit-2.0 @set LSCOMPILE=cl /nologo /c /LD /MD /O2 /W3 /D_CRT_SECURE_NO_DEPRECATE /I%LUA%/src @set LSLINK=link /nologo %LSCOMPILE% /DLUA_BUILD_AS_DLL /DWIN32_VISTA_ luasys.c sock/sys_sock.c isa/isapi/isapi_dll.c @if err...
Disable compiling for Vista+ by default.
Win32: Disable compiling for Vista+ by default.
Batchfile
mit
RussellHaley/luasys,RussellHaley/luasys
63ffc8bc8e0d7c2eaede07fdb0c766602292e2ed
build-unity-packages.cmd
build-unity-packages.cmd
cd /d %~dp0 rem Check to make sure we've actually copied over at least something that could be the OSVR and Managed-OSVR binaries. if not exist OSVR-Unity\Assets\OSVRUnity\Plugins\x86\*.dll exit /B 1 "C:\Program Files (x86)\Unity\Editor\Unity.exe" -quit -batchmode -projectPath "%~dp0OSVR-Unity" -logFile "%~dp0un...
cd /d %~dp0 rem Check to make sure we've actually copied over at least something that could be the OSVR and Managed-OSVR binaries. if not exist OSVR-Unity\Assets\OSVRUnity\Plugins\x86\*.dll exit /B 1 "C:\Program Files\Unity\Editor\Unity.exe" -quit -batchmode -projectPath "%~dp0OSVR-Unity" -logFile "%~dp0unity.lo...
Update Unity install directory in build script
Update Unity install directory in build script
Batchfile
apache-2.0
OSVR/OSVR-Unity
a9f7a64c8b8b625da837403b611ee3f74675b79e
util/win/build.bat
util/win/build.bat
@echo off set SELF_PATH=%~dp0 call %SELF_PATH%\env.bat set QTC_SOURCE=%cd%\qtcreator-latest\src set QTC_BUILD=%cd%\qtcreator-latest\compiled rmdir /s /q build mkdir build cd build lrelease %SELF_PATH%\..\..\qtc-cppcheck.pro qmake %SELF_PATH%\..\.. nmake cd .. set /p VERSION=<qtcreator-latest\version set PLUGIN_NA...
@echo off set SELF_PATH=%~dp0 call %SELF_PATH%\env.bat set QTC_SOURCE=%cd%\qtcreator-latest\src set QTC_BUILD=%cd%\qtcreator-latest\compiled rmdir /s /q build mkdir build cd build lrelease %SELF_PATH%\..\..\qtc-cppcheck.pro qmake %SELF_PATH%\..\.. nmake cd .. set /p VERSION=<qtcreator-latest\version set PLUGIN_NA...
Use 7zip instead of zip.
Use 7zip instead of zip.
Batchfile
mit
OneMoreGres/qtc-cppcheck,OneMoreGres/qtc-cppcheck
d41d3b6726557ee440725574b0b0ca9c8b93d3e3
Builder/builder_custom_init.cmd
Builder/builder_custom_init.cmd
@set __e=%1 @if "%1" == "" set __e=off @echo %__e% rem builder_custom_init set VC_VER=14.0 set BUILDER_CFG_PLATFORM=Win64 set BUILDER_CFG_BUILD_TYPE=Release set PYTHON_VERSION=3.6 set PYTHON_FILE_VERSION=36 rem if Win64 then setup path to include the 64bit CL.exe rem when called in place this can fork bom...
@set __e=%1 @if "%1" == "" set __e=off @echo %__e% rem builder_custom_init set VC_VER=14.0 set BUILDER_CFG_PLATFORM=Win64 set BUILDER_CFG_BUILD_TYPE=Release set PYTHON_VERSION=3.6 set PYTHON_FILE_VERSION=36 rem if Win64 then setup path to include the 64bit CL.exe rem when called in place this can fork bom...
Test for install location of the Visual Studio files
Test for install location of the Visual Studio files
Batchfile
apache-2.0
barry-scott/git-workbench,barry-scott/scm-workbench,barry-scott/scm-workbench,barry-scott/scm-workbench,barry-scott/git-workbench
2ba8610eb7cf0f86a114316285c96834f39a7810
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
c2dd7454a12a5cc1b6374205a32fd4f23432ae1f
Build/scripts/pgo/post_pgo.cmd
Build/scripts/pgo/post_pgo.cmd
::------------------------------------------------------------------------------------------------------- :: Copyright (C) Microsoft. All rights reserved. :: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ::------------------------------------------------------...
::------------------------------------------------------------------------------------------------------- :: Copyright (C) Microsoft. All rights reserved. :: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ::------------------------------------------------------...
Remove .lib artifact from pogo build
Remove .lib artifact from pogo build
Batchfile
mit
mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore,mrkmarron/ChakraCore,Microsoft/ChakraCore,mrkmarron/ChakraCore
2aea02540b9bf20dec65ee3cda3f550ddd252d63
package-release.cmd
package-release.cmd
@echo off setlocal set ReleaseName=%3-%5-%4 set ProjectPath=%6 set ReleasePath=%6\%1 set WinRAR=c:\Program Files\WinRAR\WinRAR.exe mkdir "%ReleaseName%" mkdir "%ReleaseName%\Scripts" copy "%ProjectPath%\*.txt" "%ReleaseName%" copy "%ProjectPath%\*.md" "%ReleaseName%" xcopy "%ProjectPath%\Scripts" "%ReleaseName%\Scr...
@echo off setlocal set ReleaseName=%3-%5-%4 set ProjectPath=%6 set ReleasePath=%6\%1 set WinRAR=c:\Program Files\WinRAR\WinRAR.exe mkdir "%ReleaseName%" mkdir "%ReleaseName%\Scripts" copy "%ProjectPath%\*.txt" "%ReleaseName%" copy "%ProjectPath%\*.md" "%ReleaseName%" xcopy "%ProjectPath%\Code" "%ReleaseName%\Code" ...
Include Code folder in releases
Include Code folder in releases
Batchfile
mit
wieslawsoltes/Core2D,wieslawsoltes/Core2D,wieslawsoltes/Core2D,Core2D/Core2D,wieslawsoltes/Core2D,Core2D/Core2D
0fb523d0acf63a4c55739acf29c355e166fb7501
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
fujitsu-cf/cli,simonleung8/cli,fujitsu-cf/cli,simonleung8/cli,fujitsu-cf/cli,simonleung8/cli
7adb1db45c05670d000dec952056cf386a28b0a7
recipes/ocp/bld.bat
recipes/ocp/bld.bat
set CONDA_PREFIX=%PREFIX% if errorlevel 1 exit 1 cmake -B build -S "%SRC_DIR%" ^ -G Ninja ^ -DCMAKE_BUILD_TYPE=Release if errorlevel 1 exit 1 cmake --build build -j ${CPU_COUNT} if errorlevel 1 exit 1 if not exist %SP_DIR% mkdir %SP_DIR% if errorlevel 1 exit 1 copy build/OCP.cp*-*.* %SP_DIR% if errorlevel 1 ex...
set CONDA_PREFIX=%PREFIX% if errorlevel 1 exit 1 cmake -B build -S "%SRC_DIR%" ^ -G Ninja ^ -DCMAKE_BUILD_TYPE=Release if errorlevel 1 exit 1 cmake --build build -j %CPU_COUNT% if errorlevel 1 exit 1 if not exist "%SP_DIR%" mkdir "%SP_DIR%" if errorlevel 1 exit 1 copy build/OCP.cp*-*.* "%SP_DIR%" if errorlevel...
Use windows variable syntax in windows...
Use windows variable syntax in windows...
Batchfile
bsd-3-clause
kwilcox/staged-recipes,ocefpaf/staged-recipes,jakirkham/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,goanpeca/staged-recipes,ocefpaf/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,mariusvniekerk/staged-recipes,mariusvniek...
5306a931759a8a68df60cc1d9da2fbb28eede400
make_script.bat
make_script.bat
@echo off if not defined build_dir goto :missing_variables del /s /q "%build_dir%\hehu_mf\" mkdir "%build_dir%\hehu_mf\functions" pushd %tools_dir%\binmake @echo on binmake.exe "%source_dir%\config.cpp" "%build_dir%\hehu_mf\config.bin" @echo off popd @echo on copy "%source_dir%\CQB_Params.hpp" "%build_dir%\hehu_mf\"...
@echo off if not defined build_dir goto :missing_variables del /s /q "%build_dir%\hehu_mf\" mkdir "%build_dir%\hehu_mf\functions" pushd %tools_dir%\binmake @echo on binmake.exe "%source_dir%\config.cpp" "%build_dir%\hehu_mf\config.bin" @echo off popd @echo on copy "%source_dir%\CQB_Params.hpp" "%build_dir%\hehu_mf\"...
Build script should overwrite images automatically
Build script should overwrite images automatically
Batchfile
mit
Mange/hehu_mf
eeb4cc48991e23ea16434517897361bc97907fa3
contrib/client-side/diff3wrap.bat
contrib/client-side/diff3wrap.bat
@ECHO OFF REM Configure your favorite diff3/merge program here. SET DIFF3="C:\Program Files\Funky Stuff\My Merge Tool.exe" SET MINE=%9 SHIFT SET OLDER=%9 SHIFT SET YOURS=%9 REM Call the merge command (change the following line to make sense) %DIFF3% --older %OLDER% --mine %MINE% --yours %YOURS% REM Af...
@ECHO OFF REM Configure your favorite diff3/merge program here. SET DIFF3="C:\Program Files\Funky Stuff\My Merge Tool.exe" REM We only have access to nine parameters at a time. We use SHIFT to slide REM our nine-parameter window a little bit so we can get to what we need. SET MINE=%9 SHIFT SET OLDER=%9 SHI...
Add a helpful comment for folks unfamiliar with the SHIFT construct.
Add a helpful comment for folks unfamiliar with the SHIFT construct. * contrib/client-side/diff3wrap.bat git-svn-id: f8a4e5e023278da1e04e203c7fe051e3c4285d88@855345 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
YueLinHo/Subversion,wbond/subversion,wbond/subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,YueLinHo/Subversion,YueLinHo/Subversion,wbond/subversion,YueLinHo/Subversion,wbond/subversion,wbond/subversion,YueLinHo/Subversion
12b1cf7bef8c9f593824593bc0899cd7c74e49a8
package/win32/make-package.bat
package/win32/make-package.bat
REM perform 32-bit build if "%1" == "clean" rmdir /s /q build mkdir build cd build del CMakeCache.txt rmdir /s /q build\_CPack_Packages cmake -G"MinGW Makefiles" -DRSTUDIO_TARGET=Desktop -DCMAKE_BUILD_TYPE=Release ..\..\.. mingw32-make cd .. REM perform 64-bit build and install it into the 32-bit tree REM (but only...
REM perform 32-bit build if "%1" == "clean" rmdir /s /q build mkdir build cd build del CMakeCache.txt rmdir /s /q build\_CPack_Packages cmake -G"MinGW Makefiles" -DRSTUDIO_TARGET=Desktop -DCMAKE_BUILD_TYPE=Release ..\..\.. mingw32-make cd .. REM perform 64-bit build and install it into the 32-bit tree REM (but only...
Make Win x64 build work on versions of Windows earlier than Win7/2008R2
Make Win x64 build work on versions of Windows earlier than Win7/2008R2
Batchfile
agpl-3.0
maligulzar/Rstudio-instrumented,githubfun/rstudio,jar1karp/rstudio,Sage-Bionetworks/rstudio,githubfun/rstudio,jar1karp/rstudio,brsimioni/rstudio,jrnold/rstudio,brsimioni/rstudio,jzhu8803/rstudio,jar1karp/rstudio,Sage-Bionetworks/rstudio,Sage-Bionetworks/rstudio,piersharding/rstudio,john-r-mcpherson/rstudio,jzhu8803/rst...
b60f58014659446aa32694c7d075ad6d06d8c5ae
pathvisio.bat
pathvisio.bat
cd /d %~dp0 java -jar pathvisio.jar -p visplugins.jar %*
cd /d %~dp0 java -Xmx1024m -jar pathvisio.jar -p visplugins.jar %*
Increase memory limit for standard installation
Increase memory limit for standard installation
Batchfile
apache-2.0
PathVisio/pathvisio,PathVisio/pathvisio,PathVisio/pathvisio,markwoon/pathvisio,PathVisio/pathvisio,markwoon/pathvisio,markwoon/pathvisio,markwoon/pathvisio
3198572f9427fa4abb5029ea7aabf8a2af13ecaf
Tools/buildbot/clean.bat
Tools/buildbot/clean.bat
@rem Used by the buildbot "clean" step. call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild @echo Deleting .pyc/.pyo files ... python_d.exe rmpyc.py devenv.com /clean Debug pcbuild.sln
@rem Used by the buildbot "clean" step. call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild @echo Deleting .pyc/.pyo files ... python_d.exe rmpyc.py devenv.com /clean Release pcbuild.sln devenv.com /clean Debug pcbuild.sln
Clean both Release and Debug projects, to support the MSI builder.
Clean both Release and Debug projects, to support the MSI builder.
Batchfile
mit
sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator
477a6167d7803ab6042d77dd832b89ff536059e5
fftw3f/bld.bat
fftw3f/bld.bat
exit 1
IF "%ARCH%"=="32" ( powershell -command "& { iwr ftp://ftp.fftw.org/pub/fftw/fftw-3.3.4-dll32.zip -OutFile fftw-3.3.4-dll32.zip }" 7z e .\fftw-3.3.4-dll32.zip -offtw3 ) ELSE ( powershell -command "& { iwr ftp://ftp.fftw.org/pub/fftw/fftw-3.3.4-dll64.zip -OutFile fftw-3.3.4-dll64.zip }" 7z e .\fftw-3.3.4...
Make FFTW3 work for windows
Make FFTW3 work for windows Former-commit-id: 3c55074b3421ec9ea51ee762e039ca5c64a16954
Batchfile
mit
rmcgibbo/conda-recipes,mpharrigan/conda-recipes,marscher/omnia-conda-recipes,peastman/conda-recipes,omnia-md/conda-recipes,cwehmeyer/conda-recipes,jchodera/conda-recipes,rmcgibbo/conda-recipes,swails/conda-recipes,cwehmeyer/conda-recipes,swails/conda-recipes,danielparton/omnia-md-conda-recipes,swails/conda-recipes,jcho...
33f0d01f9bd0f039138261e27ab924d73d981bca
Bin/UpdateDocument.bat
Bin/UpdateDocument.bat
@echo off SETLOCAL ENABLEDELAYEDEXPANSION pushd %~dp0\..\Docs echo Dumping AngelScript API... ..\Bin\ScriptCompiler -dumpapi ScriptAPI.dox AngelScriptAPI.h if errorlevel 1 exit /B 1 pushd %~dp0\..\Source\Engine\LuaScript\pkgs\ echo Dumping LuaScript API... ..\..\..\..\Bin\tolua++ -L ToDoxHook.lua -P -o ..\..\..\..\Docs...
@echo off SETLOCAL ENABLEDELAYEDEXPANSION pushd %~dp0\..\Docs echo Dumping AngelScript API... ..\Bin\ScriptCompiler -dumpapi ScriptAPI.dox AngelScriptAPI.h if errorlevel 1 exit /B 1 pushd %~dp0\..\Source\Engine\LuaScript\pkgs\ echo Dumping LuaScript API... ..\..\..\..\Bin\tolua++ -L ToDoxHook.lua -P -o ..\..\..\..\Docs...
Add new line at end of file.
Add new line at end of file.
Batchfile
mit
orefkov/Urho3D,tommy3/Urho3D,henu/Urho3D,c4augustus/Urho3D,iainmerrick/Urho3D,luveti/Urho3D,weitjong/Urho3D,iainmerrick/Urho3D,iainmerrick/Urho3D,fire/Urho3D-1,urho3d/Urho3D,xiliu98/Urho3D,henu/Urho3D,SirNate0/Urho3D,tommy3/Urho3D,carnalis/Urho3D,codedash64/Urho3D,henu/Urho3D,SirNate0/Urho3D,abdllhbyrktr/Urho3D,MonkeyF...
23bddd7782c278b531cb3eb61b97d83bbdba5ff9
Containerizer/make.bat
Containerizer/make.bat
:: msbuild must be in path SET PATH=%PATH%;%WINDIR%\Microsoft.NET\Framework64\v4.0.30319 where msbuild if errorLevel 1 ( echo "msbuild was not found on PATH" && exit /b 1 ) git submodule update --init --recursive cd IronFrame call build.bat build || exit /b 1 cd .. rmdir /S /Q packages bin\nuget restore || exit /b 1 ...
:: msbuild must be in path SET DEVENV_PATH=%programfiles(x86)%\Microsoft Visual Studio 12.0\Common7\IDE SET PATH=%PATH%;%DEVENV_PATH%;%WINDIR%\Microsoft.NET\Framework64\v4.0.30319 where msbuild if errorLevel 1 ( echo "msbuild was not found on PATH" && exit /b 1 ) git submodule update --init --recursive pushd IronFrame...
Use visual studio instead of msbuild
Use visual studio instead of msbuild Signed-off-by: Dave_Goddard <a5692579077bf98cb035292473fe12572309d028@pivotal.io>
Batchfile
apache-2.0
cloudfoundry/garden-windows,cloudfoundry-incubator/garden-windows,stefanschneider/garden-windows,cloudfoundry/garden-windows,cloudfoundry-incubator/garden-windows,cloudfoundry-incubator/garden-windows,stefanschneider/garden-windows,cloudfoundry/garden-windows,stefanschneider/garden-windows
673cdc466e936567a2179708884652077e6f053f
recipes/mdal/bld.bat
recipes/mdal/bld.bat
mkdir build cd build cmake -G "Visual Studio 16 2019" ^ -DCMAKE_BUILD_TYPE=Rel ^ -DENABLE_TESTS=OFF ^ -DNETCDF_PREFIX="%LIBRARY_PREFIX%" ^ -DHDF5_ROOT="%LIBRARY_PREFIX%" ^ -DGDAL_DIR="%LIBRARY_PREFIX%" ^ -DGDAL_LIBRARY="%LIBRARY_PREFIX%\lib\gdal_i.lib" ^ -DGDAL_INCLUDE_DIR="%LIBRARY_PREFIX%\include" ^ -DLIBXM...
mkdir build cd build cmake ^ -DCMAKE_BUILD_TYPE=Rel ^ -DENABLE_TESTS=OFF ^ -DNETCDF_PREFIX="%LIBRARY_PREFIX%" ^ -DHDF5_ROOT="%LIBRARY_PREFIX%" ^ -DGDAL_DIR="%LIBRARY_PREFIX%" ^ -DGDAL_LIBRARY="%LIBRARY_PREFIX%\lib\gdal_i.lib" ^ -DGDAL_INCLUDE_DIR="%LIBRARY_PREFIX%\include" ^ -DLIBXML2_LIBRARIES="%LIBRARY_PRE...
Fix incorrect VS version bug
Fix incorrect VS version bug
Batchfile
bsd-3-clause
jochym/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,patricksnape/staged-recipes,mariusvniekerk/staged-recipes,SylvainCorlay/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,jochym/staged-recipes,ocefpaf/st...
dae6c6559031b9b3d78db045e0ebdf13838625d9
versiontag.bat
versiontag.bat
IF "%1"=="" ( GOTO HELL ) ELSE ( SET _TAG_=v%1 ) IF NOT "%2"=="" ( SET _TAG_=%_TAG_%.%2 ) git remote set-url origin https://%3:%4@github.com/wasteam/waslibs.git git tag -a %_TAG_% -m "Version built: %_TAG_%" git push origin %_TAG_% GOTO END :HELL ECHO VERSION NOT FOUND EXIT -1 :END ECHO PROCESS FINISHED EX...
IF "%1"=="" ( GOTO HELL ) ELSE ( SET _TAG_=v%1 ) IF NOT "%2"=="" ( SET _TAG_=%_TAG_%.%2 ) git config --global user.email "%3@outlook.com" git config --global user.name "%3" git remote set-url origin https://%3:%4@github.com/wasteam/waslibs.git git tag -a %_TAG_% -m "Version built: %_TAG_%" git push origin %_T...
Set git user.name and user.email
Set git user.name and user.email
Batchfile
mit
pellea/waslibs,janabimustafa/waslibs,wasteam/waslibs,pellea/waslibs,wasteam/waslibs,wasteam/waslibs,janabimustafa/waslibs,pellea/waslibs,janabimustafa/waslibs
d8b98744082dc664ed324158933c7c8affc6d5e5
.appveyor/install.cmd
.appveyor/install.cmd
git clone https://github.com/SFML/SFML.git cd SFML mkdir install mkdir build cd build cmake .. -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../install -DSFML_DEPENDENCIES_INSTALL_PREFIX=../install -DSFML_BUILD_FRAMEWORKS=FALSE -DBUILD_SHARED_LIBS=TRUE msbuild INSTALL.vcxproj cd ../../ mkdir install mkdir bui...
git clone https://github.com/SFML/SFML.git cd SFML mkdir install mkdir build cd build cmake .. -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../install -DSFML_DEPENDENCIES_INSTALL_PREFIX=../install -DSFML_BUILD_FRAMEWORKS=FALSE -DBUILD_SHARED_LIBS=TRUE msbuild INSTALL.vcxproj cd ../../ mkdir install mkdir bui...
Fix position to current directory
Fix position to current directory
Batchfile
apache-2.0
Vasar007/TIMLE,Vasar007/TIMLE
14b3397da4473060c278249bb32c9097997516f9
.ci/setup_clcache.cmd
.ci/setup_clcache.cmd
@rem https://github.com/numba/numba/blob/master/buildscripts/incremental/setup_conda_environment.cmd @rem The cmd /C hack circumvents a regression where conda installs a conda.bat @rem script in non-root environments. set CONDA_INSTALL=cmd /C conda install -q -y set PIP_INSTALL=pip install -q @echo on @rem Us...
@rem https://github.com/numba/numba/blob/master/buildscripts/incremental/setup_conda_environment.cmd @rem The cmd /C hack circumvents a regression where conda installs a conda.bat @rem script in non-root environments. set CONDA_INSTALL=cmd /C conda install -q -y set PIP_INSTALL=pip install -q @echo on @rem Us...
Change clcache size and set CLCACHE_NODIRECT
Change clcache size and set CLCACHE_NODIRECT
Batchfile
bsd-3-clause
lambday/shogun,geektoni/shogun,besser82/shogun,shogun-toolbox/shogun,besser82/shogun,geektoni/shogun,lambday/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun,geektoni/shogun,besser82/shogun,shogun-toolbox/shogun,shogun-toolbox/shogun,geektoni/shogun,geektoni/shogun,besser82/shogun,besser82/shogun,geektoni/shogun,lamb...
5ea54bc05494106118e4424fb969e83b6cf76cc4
scripts/open_in_visualstudio.cmd
scripts/open_in_visualstudio.cmd
:: Open the input file at the input line. :: :: Bug: The line doesn't work :: "\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv" /Edit "%1" /Command "Edit.GoTo %2"
:: Open the input file at the input line. :: :: Bug: The line doesn't work :: :: VS2012 REM "c:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\devenv" /Edit "%1" /Command "Edit.GoTo %2" :: VS2013 REM "c:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\devenv" /Edit "%1" /Command "Edit.GoTo ...
Update VS open command to work with VS2015
Update VS open command to work with VS2015
Batchfile
mit
idbrii/vim-vshelp
26e1d0cb89845e5dfebd52795ec49635225fddbf
update_deps.bat
update_deps.bat
if not exist deps git clone -b master http://buildserver.urbackup.org/git/urbackup_deps deps cd deps git reset --hard git pull
if not exist deps git clone -b master http://buildserver.urbackup.org/git/urbackup_deps deps cd deps git reset --hard git pull cd ..
Build with Visual Studio 2015
Build with Visual Studio 2015
Batchfile
agpl-3.0
uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend,uroni/urbackup_backend
b4cf6059945f3d46daa76f64125d1a879703793f
ADD_FILES_TO_DIST.bat
ADD_FILES_TO_DIST.bat
copy Zusatz-Dateien\LiesMich.txt dist\LiesMich.txt copy Zusatz-Dateien\CV-Navi.sh dist\CV-Navi.sh copy Zusatz_Bibs\rxtxSerial.dll dist\rxtxSerial.dll copy Zusatz_Bibs\rxtxSerial64.dll dist\rxtxSerial64.dll copy Zusatz_Bibs\librxtxSerial.jnilib dist\rxtxSerial.dll copy Zusatz_Bibs\librxtxSeria...
copy Zusatz-Dateien\LiesMich.txt dist\LiesMich.txt copy Zusatz-Dateien\CV-Navi.sh dist\CV-Navi.sh copy Zusatz_Bibs\rxtxSerial.dll dist\rxtxSerial.dll copy Zusatz_Bibs\rxtxSerial64.dll dist\rxtxSerial64.dll copy Zusatz_Bibs\librxtxSerial.jnilib dist\librxtxSerial.jnilib copy Zusatz_Bibs\librxt...
Fix fuer Windows basiertes Build-Skript
Fix fuer Windows basiertes Build-Skript
Batchfile
unlicense
ktams/CV-Navi,ktams/CV-Navi
9b76da782f41716fa2ec2a84c95f8d66e18b9038
bin/start-crawler.bat
bin/start-crawler.bat
@echo off SETLOCAL ENABLEDELAYEDEXPANSION :: Initialize system variables and check configuration call "%~dp0.etc\init.cmd" IF %ERRORLEVEL% NEQ 0 exit /B %ERRORLEVEL% pushd "!REGAIN_HOME!/runtime/crawler" TITLE Regain crawler java -Xmx1024m -Dfile.encoding=UTF-8 -cp !IK_EXT_HOME!/bin;!IK_HOME!/IKAnalyzer2012_...
@echo off SETLOCAL ENABLEDELAYEDEXPANSION :: Initialize system variables and check configuration call "%~dp0.etc\init.cmd" IF %ERRORLEVEL% NEQ 0 exit /B %ERRORLEVEL% pushd "!REGAIN_HOME!/runtime/crawler" TITLE Regain crawler java %JAVA_OPTS% -Dfile.encoding=UTF-8 -cp !IK_EXT_HOME!/bin;!IK_HOME!/IKAnalyzer201...
Add %JAVA_OPTS% to crawler, so some java options such as -Xmx can be adjusted by this variable.
Add %JAVA_OPTS% to crawler, so some java options such as -Xmx can be adjusted by this variable.
Batchfile
lgpl-2.1
thinkbase/PortableRegain,thinkbase/PortableRegain,thinkbase/PortableRegain,thinkbase/PortableRegain