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 |
|---|---|---|---|---|---|---|---|---|---|
62c9c2f4b3a90453953f0b206bcb2440a2264565 | bin/stree.cmd | bin/stree.cmd | @echo off
setlocal enabledelayedexpansion
set sourcetreepath=SourceTree\SourceTree.exe
if exist "%programfiles%\Atlassian\%sourcetreepath%" (
set sourcetreepath=%programfiles%\Atlassian\%sourcetreepath%
) else if exist "%programfiles(x86)%\Atlassian\%sourcetreepath%" (
set "sourcetreepath=%programfiles(x86)%\A... | @echo off
setlocal enabledelayedexpansion
set sourcetreepath=SourceTree\SourceTree.exe
if exist "%programfiles%\Atlassian\%sourcetreepath%" (
set sourcetreepath=%programfiles%\Atlassian\%sourcetreepath%
) else if exist "%programfiles(x86)%\Atlassian\%sourcetreepath%" (
set "sourcetreepath=%programfiles(x86)%\A... | Remove needless echo; correct directory validation when space present in path | Remove needless echo; correct directory validation when space present in path
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
65a1049a4a4aab6eae33c4414a6b5d34bf20ecca | src/RNGLR.EBNF.DFAParser.SimpleTest/gen.cmd | src/RNGLR.EBNF.DFAParser.SimpleTest/gen.cmd | del log.txt
for %%i in (CalcEBNF, ComplexRightNull, EpsilonCycle, ManyAndOne, ManyAndOpt, RightNull, SimpleEpsilon, SimpleOpt, SimpleRightNull, SimpleSome, StackingConflict, TwoEpsilonsMiddle) do (
echo . >> log.txt
echo %%i >> log.txt
..\..\Bin\Release\v40\YC.YaccConstructor.exe -i %%i.yrd -c ExpandMeta ... | del log.txt
for %%i in (CalcEBNF, Choice, ComplexRightNull, EpsilonCycle, ManyAndOne, ManyAndOpt, RightNull, SimpleEpsilon, SimpleOpt, SimpleRightNull, SimpleSome, StackingConflict, TwoEpsilonsMiddle) do (
echo . >> log.txt
echo %%i >> log.txt
..\..\Bin\Release\v40\YC.YaccConstructor.exe -i %%i.yrd -c Exp... | Add one more simple test | Add one more simple test
| Batchfile | apache-2.0 | YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor |
a5fe8b9a35ed5a367a274282c3f48ce750f47fdb | 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 err... | @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
@rem Check Windows Version is Vista+
@ver | findstr /i "Version 6\." > NUL
@IF %ERRORLEVEL% NEQ 0 g... | Check Windows version is Vista+ on build. | Win32: Check Windows version is Vista+ on build.
| Batchfile | mit | RussellHaley/luasys,RussellHaley/luasys |
0e634b218e60b486cc1d368bc1554320a3bc2f35 | 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=+[*]* -[ThSco... | Fix to log the test results by AppVeyor | Fix to log the test results by AppVeyor
| Batchfile | bsd-2-clause | y-iihoshi/ThScoreFileConverter,y-iihoshi/ThScoreFileConverter |
62cd7a9fb724a59a01404c87547bfa8171cd275d | build_and_copy_to_bucket.bat | build_and_copy_to_bucket.bat | SET PATH=C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;%PATH%;
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
git pull --recurse-submodules
git submodule update
msbuild /p:Configuration=Normal
CALL gsutil cp Normal/engine/engine.exe gs://grit-engine/
CALL gsutil cp... | SET PATH=C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;%PATH%;
CALL "C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\VsDevCmd.bat"
git pull --recurse-submodules
git submodule update
msbuild /p:Configuration=Normal
CALL gsutil cp Normal/engine/engine.exe gs://grit-engine/
CALL gsutil cp... | Make batch file exit at the end | Make batch file exit at the end
| Batchfile | mit | sparkprime/grit-engine,grit-engine/grit-engine,sparkprime/grit-engine,grit-engine/grit-engine,grit-engine/grit-engine,sparkprime/grit-engine,grit-engine/grit-engine,sparkprime/grit-engine |
3b38f801cf83b3eb6397fe78708ce456afa7ae28 | cmake/scripts/msvc_build.bat | cmake/scripts/msvc_build.bat | @call "C:\Program Files\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\Libraries\boost_1_67_0;%PATH%
cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\... | @call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\Libraries\boost_1_67_0;%PATH%
cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_... | Fix VS path issue on appveyor | Fix VS path issue on appveyor
| Batchfile | apache-2.0 | RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new |
af2e049816f9139e6f23af6a52931aa0f755da6f | src/makeRelease.bat | src/makeRelease.bat | set MAKING_PYPARSING_RELEASE=1
copy ..\sourceforge\svn\trunk\src\CHANGES .
copy ..\sourceforge\svn\trunk\src\setup.py .
copy ..\sourceforge\svn\trunk\src\pyparsing.py .
copy ..\sourceforge\svn\trunk\src\MANIFEST.in_bdist .
copy ..\sourceforge\svn\trunk\src\MANIFEST.in_src .
rmdir build
rmdir dist
copy/y... | copy ..\sourceforge\svn\trunk\src\CHANGES .
copy ..\sourceforge\svn\trunk\src\setup.py .
copy ..\sourceforge\svn\trunk\src\pyparsing.py .
copy ..\sourceforge\svn\trunk\src\MANIFEST.in_bdist .
copy ..\sourceforge\svn\trunk\src\MANIFEST.in_src .
copy ..\sourceforge\svn\trunk\src\examples\* .\examples\
del .\example... | Remove old Py2/3 setup flag Added copying of examples from SVN source, and cleanup any pycs that might by lying around | Remove old Py2/3 setup flag
Added copying of examples from SVN source, and cleanup any pycs that might by lying around | Batchfile | mit | pyparsing/pyparsing,pyparsing/pyparsing |
46e7d18c67db62ec0ebcb80f7035a20e622a6014 | make.bat | make.bat | @echo off
cd src
python.exe setup.py build
cd ..
"%PROGRAMFILES%\Inno Setup 5\ISCC.exe" pesel2pbn.iss | @echo off
cd src
cd pesel2pbn
pyuic5 pesel2pbn.ui > pesel2pbn_auto.py
cd ..
python.exe setup.py build
cd ..
"%PROGRAMFILES%\Inno Setup 5\ISCC.exe" pesel2pbn.iss | Recompile UI file on build | Recompile UI file on build
| Batchfile | mit | mpasternak/pesel2pbn,mpasternak/pesel2pbn |
7a71d695af1251df6378c99cf11ffefe4849ff8f | build/maven_deploy.bat | build/maven_deploy.bat | set WINSCP="C:\Program Files (x86)\WinSCP\WinSCP.com"
%WINSCP% /script=dosyncftp_maven.cmd
REM Publish artifact to MavenCentral
pushd ..\roborio\c++\navx_frc_cpp
call gradlew publish
popd
REM Publish artifact to MavenCentral
pushd ..\roborio\java\navx_frc
call gradlew publish
popd
ECHO To Release the MavenCentral Arti... | set WINSCP="C:\Program Files (x86)\WinSCP\WinSCP.com"
%WINSCP% /script=dosyncftp_maven.cmd
REM Publish artifact to MavenCentral
pushd ..\roborio\java\navx_frc
call gradlew publish
popd
REM Publish artifact to MavenCentral
pushd ..\roborio\c++\navx_frc_cpp
call gradlew publish
popd
ECHO To Release the MavenCentral Arti... | Update maven deploy script to hopefully work around some reliability issues encountered during uploads to Sonatype Nexus (Maven Central) Repository. | Update maven deploy script to hopefully work around some reliability issues encountered during uploads to Sonatype Nexus (Maven Central) Repository.
| Batchfile | mit | kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp,kauailabs/navxmxp |
7f8b8202d1db007178b9e39d8c280665cb7f920d | build.cmd | build.cmd | @echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\build\FAKE\tools\FAKE.exe build.fsx %*
| @echo off
cls
.paket\paket.bootstrapper.exe prerelease
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\build\FAKE\tools\FAKE.exe build.fsx %*
| Use prerelease paket for dogfooding | Use prerelease paket for dogfooding
| Batchfile | mit | NatElkins/Paket,jam40jeff/Paket,0x53A/Paket,snowcrazed/Paket,inosik/Paket,isaacabraham/Paket,robertpi/Paket,Thorium/Paket,MorganPersson/Paket,0x53A/Paket,mrinaldi/Paket,robertpi/Paket,cloudRoutine/Paket,NatElkins/Paket,MorganPersson/Paket,lexarchik/Paket,cloudRoutine/Paket,mrinaldi/Paket,MorganPersson/Paket,Thorium/Pak... |
9c061351b85bf917c9870b5851168368a5075d6f | recipes/vs2008_runtime/bld.bat | recipes/vs2008_runtime/bld.bat | for %%F in ("." "bin") do (
cmake -G "%CMAKE_GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_INSTALL_DEBUG_LIBRARIES:BOOL="OFF" ^
-DCMAKE_INSTALL_DEBUG_LIBRARIES_ONLY:BOOL="OFF" ^
-DCMAKE_INSTALL_OPENMP_LIBRARIES:BOOL="ON" ^
-DCMAKE_INSTALL_SY... | powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/d/d/9/dd9a82d0-52ef-40db-8dab-795376989c03/vcredist_x86.exe', 'vcredist_x86.exe')"
if errorlevel 1 exit 1
powershell -Command "(New-Object Net.WebClient).DownloadFile('https://download.microsoft.com/download/2/d/6/2d61... | Install Visual C++ 2008 SP1 Redistributables | Install Visual C++ 2008 SP1 Redistributables
These should hopefully have the missing `vcomp90` library in them. So
add this hack to `bld.bat` temporarily to see if this fixes the issue.
| Batchfile | bsd-3-clause | rmcgibbo/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,synapticarbors/staged-recipes,jochym/staged-recipes,mcs07/staged-recipes,shadowwalkersb/staged-recipes,Juanlu001/staged-recipes,Juanlu001/staged-recipes,rvalieris/staged-recipes,cpaulik/staged-recipes,chrisburr/staged-recipes,jakirkham/stage... |
e5e91544c90dafa3ec1a4050b9bf3787d2568c51 | 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 ^
-DPython3_FIND_STRATEGY=LOCATION ^
-DPython3_ROOT_DIR=%CONDA_PREFIX% ^
-DCMAKE_LINKER=lld-link.exe ^
-DCMAKE_MODULE_LINKER_FLAGS="/FORCE:MULTIPLE"
if errorlevel 1 exit 1
cmake ... | set CONDA_PREFIX=%PREFIX%
if errorlevel 1 exit 1
cmake -B build -S "%SRC_DIR%" ^
-G Ninja ^
-DCMAKE_BUILD_TYPE=Release ^
-DPython3_FIND_STRATEGY=LOCATION ^
-DPython3_ROOT_DIR=%CONDA_PREFIX% ^
-DCMAKE_LINKER=lld-link.exe ^
-DCMAKE_MODULE_LINKER_FLAGS="/machine:x64 /FORCE:MULTIPLE"
if errorlevel 1 e... | Add /machine:x64, flag which was lost when setting /FORCE:MULTIPLE | Add /machine:x64, flag which was lost when setting /FORCE:MULTIPLE
| Batchfile | bsd-3-clause | conda-forge/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,mariusvniekerk/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,johannes... |
8210ac7ed2f9b2db12a554d7604675cf2ffe71be | ServerSetupScripts/Windows/Chocolatey/Vagrant.bat | ServerSetupScripts/Windows/Chocolatey/Vagrant.bat | @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install vagrant chefdk virtualbox visualstudiocode 7zip go... | @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install googlechrome 7zip notepadplusplus.install firefox ... | Install smaller things first, like chrome so can be used immediately | Install smaller things first, like chrome so can be used immediately | Batchfile | unlicense | iaingblack/Automation,iaingblack/Automation |
1a146136df98747554ae7cf967a9c6418b4f3224 | build.cmd | build.cmd | @echo off
setlocal
call "%VS120COMNTOOLS%\VsDevCmd.bat"
msbuild .\PSScriptAnalyzer.sln
if NOT [%ERRORLEVEL%]==[0] pause
endlocal | @echo off
setlocal
if "%VS120COMNTOOLS%"=="" GOTO NOTOOLS
call "%VS120COMNTOOLS%\VsDevCmd.bat"
msbuild .\PSScriptAnalyzer.sln
if NOT [%ERRORLEVEL%]==[0] pause
GOTO END
:NOTOOLS
echo The Visual Studio 2012 tools are not installed
pause
:END
endlocal | Check for VS Build tools | Check for VS Build tools
| Batchfile | mit | daviwil/PSScriptAnalyzer,dlwyatt/PSScriptAnalyzer,PowerShell/PSScriptAnalyzer,korygill/PSScriptAnalyzer,rkeithhill/PSScriptAnalyzer,juneb/PSScriptAnalyzer |
7ccf98b3136808055a9662df9add9b5ce3b75d85 | build.bat | build.bat | @echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
set version=
if not "%PackageVersion%" == "" (
set version=-Version %PackageVersion%
)
REM Build
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild AW.Model.RWX.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Norm... | @echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
set version=
if not "%PackageVersion%" == "" (
set version=-Version %PackageVersion%
)
cmd /c %nuget% restore
REM Build
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild AW.Model.RWX.sln /p:Configuration="%config%" /m /v:M /fl /flp:LogFile=ms... | Add nuget package restore step. | Add nuget package restore step.
| Batchfile | apache-2.0 | Bloyteg/AW.Model.RWX,Bloyteg/AW.Model.RWX |
a0b3e5b3196ba30520d209fd14a97ed722fea182 | build.bat | build.bat | @echo off
@setlocal
rem ------------------------------------------------------
rem Check environment variables
if not "%JAVA_HOME%" == "" goto java_home_ok
echo Environment variable JAVA_HOME must be set.
set ERROR=true
:java_home_ok
if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok
set DEBUG_ENABLED=false
:debug... | @echo off
@setlocal
rem ------------------------------------------------------
rem Check environment variables
if not "%JAVA_HOME%" == "" goto java_home_ok
echo Environment variable JAVA_HOME must be set.
set ERROR=true
:java_home_ok
if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok
set DEBUG_ENABLED=false
:debug... | Set default target to orbeon-dist-packages | Set default target to orbeon-dist-packages
| Batchfile | lgpl-2.1 | ajw625/orbeon-forms,martinluther/orbeon-forms,joansmith/orbeon-forms,tanbo800/orbeon-forms,orbeon/orbeon-forms,wesley1001/orbeon-forms,joansmith/orbeon-forms,orbeon/orbeon-forms,brunobuzzi/orbeon-forms,ajw625/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,evlist/orbeon-forms,ajw625/orbeon-forms,joansmith/orbeon-f... |
3d79a3d0461360a1a2cd3a04d8278b20188b5466 | build.cmd | build.cmd | nuget restore
md artifacts\bin
MSBuild.exe AzureSiteReplicator\AzureSiteReplicator.csproj /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="..\artifacts";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;SolutionDir="."
copy "%ProgramW6432%\IIS\Microsoft Web Deploy V3\Microsoft.We... | nuget restore
md artifacts\bin
MSBuild.exe AzureSiteReplicator\AzureSiteReplicator.csproj /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="..\artifacts";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;SolutionDir="."
copy "%ProgramW6432%\IIS\Microsoft Web Deploy V3\Microsoft.We... | Remove package analysis in nuget pack call | Remove package analysis in nuget pack call
| Batchfile | apache-2.0 | projectkudu/AzureSiteReplicator,projectkudu/AzureSiteReplicator,projectkudu/AzureSiteReplicator |
1115dd0bbf97259185f4916d0c38f55eb40e8f31 | start.bat | start.bat | @ECHO OFF
ECHO -----------------------------------------
ECHO Welcome to the microbit-vagrants control.
ECHO -----------------------------------------
ECHO 1 - Espruino
ECHO 2 - MicroPython
ECHO 3 - RIOT-OS Environment
ECHO 4 - PXT
ECHO 5 - Exit
SET /P C=Type the number you want from above then press enter:
IF %C%==1 ... | @ECHO ON
vagrant plugin install vagrant-auto_network
@ECHO OFF
ECHO -----------------------------------------
ECHO Welcome to the microbit-vagrants control.
ECHO -----------------------------------------
ECHO 1 - Espruino
ECHO 2 - MicroPython
ECHO 3 - RIOT-OS Environment
ECHO 4 - PXT
ECHO 5 - Exit
SET /P C=Type the num... | Add very simple vagrant plugin install for the autonetwork | Add very simple vagrant plugin install for the autonetwork
| Batchfile | mit | bfayers/microbit-vagrants,bfayers/microbit-vagrants |
2003c4962ee2afa15e32fb04c8c936335647a6aa | dependencies/setupSundials.bat | dependencies/setupSundials.bat | @ECHO OFF
REM $Id$
REM Bat script to build Sundials dependency automatically
REM Author: Robert Braun robert.braun@liu.se
setlocal
set basedir=%~dp0
set name=sundials
set codedir=%basedir%\%name%-code
set builddir=%basedir%\%name%-build
set installdir=%basedir%\%name%
REM Setup paths
call setHopsanBuildPaths.bat
set... | @ECHO OFF
REM $Id$
REM Bat script to build Sundials dependency automatically
REM Author: Robert Braun robert.braun@liu.se
setlocal
set basedir=%~dp0
set name=sundials
set codedir=%basedir%\%name%-code
set builddir=%basedir%\%name%-build
set installdir=%basedir%\%name%
REM Setup paths
call setHopsanBuildPaths.bat
set... | Fix error in Sundials bat script | Fix error in Sundials bat script
| Batchfile | apache-2.0 | Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan |
72a47249b51d49906d784fdd7ca649eff070b464 | bin/create-rmi-keystore.bat | bin/create-rmi-keystore.bat | @echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (t... | @echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
re... | Set svn:eol-style for new unix and windows shell scripts | Set svn:eol-style for new unix and windows shell scripts
git-svn-id: 5ccfe34f605a6c2f9041ff2965ab60012c62539a@1822060 13f79535-47bb-0310-9956-ffa450edef68
| Batchfile | apache-2.0 | vherilier/jmeter,vherilier/jmeter,ubikloadpack/jmeter,ubikloadpack/jmeter,vherilier/jmeter,vherilier/jmeter,etnetera/jmeter,etnetera/jmeter,etnetera/jmeter,ubikloadpack/jmeter,ubikloadpack/jmeter,etnetera/jmeter,etnetera/jmeter |
8267f2360e380ea08b9eb5507479f9e642c7c927 | ci/test-win.bat | ci/test-win.bat | echo Running Windows build and testscript %cd%/matlab/CIBuildAndTest.m
call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%cd%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);"
if not "%ERRORLEVE... | echo Running Windows build and testscript %cd%\matlab\CIBuildAndTest.m
call "C:\Program Files\MATLAB\R2015b\bin\matlab.exe" -wait -nodisplay -nosplash -nodesktop -r "try, run('%~dp0%\matlab\CIBuildAndTest.m'), catch ex, disp(['Exception during CIBuildAndTest.m: ' ex.message]), exit(1), end, exit(0);"
if not "%ERRORLE... | Update windows CI script to point to catch file calling directory | Update windows CI script to point to catch file calling directory
| Batchfile | bsd-3-clause | gift-surg/SlicSeg,gift-surg/SlicSeg,gift-surg/SlicSeg |
20fc9333346b814700faa1732aa7985fa728d141 | buildRelease.cmd | buildRelease.cmd | @echo off
REM initial cleanup
rd .\build\Release /s /q
rd .\build\Output /s /q
mkdir .\build\Release
mkdir .\build\Output
build\nuget.exe restore
REM build solution
build\msbuild.bat . /p:Configuration=Release /p:Platform=x86
REM copy web overlays
robocopy .\webOverlay .\build\Release\Files\Web /E
pause | @echo off
REM initial cleanup
rd .\build\Release /s /q
rd .\build\Output /s /q
mkdir .\build\Release
mkdir .\build\Output
build\nuget.exe restore
REM build solution
build\msbuild.bat . /p:Configuration=Release /p:Platform="Any CPU"
REM copy web overlays
robocopy .\webOverlay .\build\Release\Files\Web /E
pause | Adjust local build script to use AnyCPU builds | Misc: Adjust local build script to use AnyCPU builds
| Batchfile | mit | Piotrekol/StreamCompanion,Piotrekol/StreamCompanion |
c28cfd3539723ddfcec3f6ee65cbe505223771be | recipes/openblas/bld.bat | recipes/openblas/bld.bat |
:: Set $HOME to the current dir so msys runs here
set HOME=%cd%
:: Configure, build, test, and install using `nmake`.
bash -lc "make"
if errorlevel 1 exit 1
bash -lc "make DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=$LIBRARY_PREFIX install"
if errorlevel 1 exit 1
|
:: Set $HOME to the current dir so msys runs here
set HOME=%cd%
:: Configure, build, test, and install using `make`.
bash -lc "make DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=$LIBRARY_PREFIX"
if errorlevel 1 exit 1
bash -lc "make test"
if errorlevel 1 exit 1
bash -lc "make PREFIX=$LIBRA... | Move args to `make` and run tests. | openblas: Move args to `make` and run tests.
| Batchfile | bsd-3-clause | cpaulik/staged-recipes,conda-forge/staged-recipes,bmabey/staged-recipes,jochym/staged-recipes,valgur/staged-recipes,jcb91/staged-recipes,jochym/staged-recipes,rmcgibbo/staged-recipes,dfroger/staged-recipes,Cashalow/staged-recipes,guillochon/staged-recipes,mcs07/staged-recipes,chrisburr/staged-recipes,grlee77/staged-rec... |
15850a94a50b44249add72aaace978f2e2aa1756 | src/BatchFiles/SonarPreBuild.bat | src/BatchFiles/SonarPreBuild.bat | @echo Running Sonar pre-build script...
@set SonarRunnerProperties=%1
@set ProjectKey=%2
@set ConfigFolder=%3
@echo Sonar runner properties location: %SonarRunnerProperties%
@echo Sonar project key: %ProjectKey%
@echo Sonar config location: %ConfigFolder%
@echo Creating the Sonar config folder...
@rmdir %... | @echo Running Sonar pre-build script...
@set SonarRunnerProperties=%1
@set ConfigFolder=%2
@echo Sonar runner properties location: %SonarRunnerProperties%
@echo Sonar config location: %ConfigFolder%
@echo Creating the Sonar config folder...
@rmdir %ConfigFolder% /S /Q
@mkdir %ConfigFolder%
@echo Generating Sonar Fx... | Revert "Updated prebuild script to pass the Sonar project key" | Revert "Updated prebuild script to pass the Sonar project key"
This reverts commit 8643823a98ac984f7e1f28305c44cf803c76f876.
| Batchfile | mit | jessehouwing/sonar-msbuild-runner,jabbera/sonar-msbuild-runner,dbolkensteyn/sonar-msbuild-runner,LunicLynx/sonar-msbuild-runner,HSAR/sonar-msbuild-runner,SonarSource/sonar-msbuild-runner,LunicLynx/sonar-msbuild-runner,SonarSource-VisualStudio/sonar-scanner-msbuild,jango2015/sonar-msbuild-runner,SonarSource-VisualStudio... |
e51a8b075f43fdb962938fb7b3db43d3ba8d2e15 | 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 number for release | Change Version number for release
| Batchfile | mit | nak1114/rbenv-win,nak1114/rbenv-win,nak1114/rbenv-win |
681dc4cde0c8dfbabcb257c6e4647ed09e7181ee | ci/msvc_install.bat | ci/msvc_install.bat | Robocopy "./tools/googletest/googlemock" "./tools/protobuf/gmock" /E /MT:2 /R:0 /DCOPY:T
Robocopy "./tools/googletest/googletest" "./tools/protobuf/gmock/gtest" /E /MT:2 /R:0 /DCOPY:T | Robocopy "./tools/googletest/googlemock" "./tools/protobuf/gmock" /E /MT:2 /R:0 /DCOPY:T
Robocopy "./tools/googletest/googletest" "./tools/protobuf/gmock/gtest" /E /MT:2 /R:0 /DCOPY:T
IF %ERRORLEVEL% LSS 8 goto end
goto :eof
:end
exit 0
| Fix appveyor failing on a successful robocopy | Fix appveyor failing on a successful robocopy
| Batchfile | apache-2.0 | dev-osrose/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new |
5f68179036fac46a6edc4c7ee4d16279f88b7a25 | .ci/run-tests.bat | .ci/run-tests.bat | @echo off
echo Executing tests with No Compression, No SSL && copy /y tests\SideBySide.New\config.json.example tests\SideBySide.New\config.json && dotnet test tests/SideBySide.New --configuration Release
echo Executing tests with Compression, No SSL && copy /y .ci\config.compression.json tests\SideBySide.New\config.jso... | @echo off
echo Executing tests with No Compression, No SSL && copy /y tests\SideBySide.New\config.json.example tests\SideBySide.New\config.json && dotnet test tests/SideBySide.New --configuration Release
echo Executing tests with Compression, No SSL && copy /y .ci\config\config.compression.json tests\SideBySide.New\con... | Update to new CI paths. | Update to new CI paths.
| Batchfile | mit | mysql-net/MySqlConnector,gitsno/MySqlConnector,gitsno/MySqlConnector,mysql-net/MySqlConnector |
0268876db0983d93ff5a7626ec8e42463a5d903c | virtualenv_embedded/activate.bat | virtualenv_embedded/activate.bat | @echo off
set "VIRTUAL_ENV=__VIRTUAL_ENV__"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=__VIRTUAL_WINPROMPT__ %PROMPT%"
REM Don't use () to avoid problems with them in ... | @echo off
set "VIRTUAL_ENV=__VIRTUAL_ENV__"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=__VIRTUAL_WINPROMPT__ %PROMPT%"
REM Don't use () to avoid problems with them in ... | Correct syntax and control logic flow | Correct syntax and control logic flow
| Batchfile | mit | dstufft/virtualenv,dstufft/virtualenv,techtonik/virtualenv,techtonik/virtualenv |
f47b53ec10af2d6f8551dc291f658898528140bd | test.cmd | test.cmd | REM
REM Run tests for all available versions of Python between 2.3 & 3.3
REM
@echo off
for /l %%n in (23,1,33) do if exist c:\python%%n\python.exe (echo. & echo python%%n & c:\python%%n\python.exe -W ignore test_active_directory.py)
pause
| REM
REM Run tests for all available versions of Python between 2.3 & 3.3
REM
@echo off
for /l %%n in (24,1,33) do if exist c:\python%%n\python.exe (echo. & echo python%%n & c:\python%%n\python.exe -W ignore test_active_directory.py)
pause
| Switch to 2.4 as the lowest supported version | Switch to 2.4 as the lowest supported version
| Batchfile | mit | tjguk/active_directory |
9817f0a025e2b0e51ec02ba0b7a93da5d4d0507e | init.bat | init.bat | @echo off
chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ...=cd ../..
doskey ....=c... | @echo off
chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey touch=type nul>>$*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ... | Add touch tool that creates file if it does not exist | Add touch tool that creates file if it does not exist
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
0165e7fab7afae38dddfdc0430d912c91027b9b3 | Bin/DarunGrim3/CopySrc.bat | Bin/DarunGrim3/CopySrc.bat | REM Start copying files
mkdir Src
copy ..\..\Src\UI\Web\*.py Src\
copy ..\..\Src\UI\Web\*.bat Src\
xcopy /y /s /I ..\..\Src\UI\Web\data Src\data
copy "..\..\Src\Bin Collector\*.py" Src\
copy "..\..\Src\Diff Inspector\*.py" Src\
copy "..\..\Src\Bin Collector\Bin\*.pyd" Src\
copy SetupDist.py Src\
copy ..\..\Src... | REM Start copying files
mkdir Src
xcopy /D /S /I /Y ..\..\Src\UI\Web\*.py Src\
xcopy /D /S /I /Y ..\..\Src\UI\Web\*.bat Src\
xcopy /D /S /I /Y ..\..\Src\UI\Web\data Src\data
xcopy /D /S /I /Y "..\..\Src\Bin Collector\*.py" Src\
xcopy /D /S /I /Y "..\..\Src\Diff Inspector\*.py" Src\
xcopy /D /S /I /Y "..\..\Src... | Use xcopy to copy source files | Use xcopy to copy source files
| Batchfile | bsd-3-clause | jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim |
915f00864a47132436c7aa90d01a69d6246775f6 | build.bat | build.bat | @echo off
cls
jshell --show-version ^
--enable-preview ^
-R-ea ^
-R-Djava.util.logging.config.file=src/logging.properties ^
-R-Debug ^
build.jsh
| @echo off
cls
jshell --show-version ^
--enable-preview ^
-R-ea ^
-R-Djava.util.logging.config.file=src/logging.properties ^
-R-Debug ^
build.jsh
java .bach/src/Bach.java help
.bach/workspace/image/bin/bach version
| Call generated single-file source-code program and custom runtime image | Call generated single-file source-code program and custom runtime image
| Batchfile | mit | sormuras/bach,sormuras/bach |
e0d280882d2dc4981e20cca378e873dff25b74c5 | scripts/install.bat | scripts/install.bat | @ECHO on
SETLOCAL
FOR /f %%i IN (
'dir /ad /b "C:\" |findstr /I "mongo"'
) DO CALL :movedir %%i
:movedir
SET "dest=%1"
ECHO MOVE "C:\"%1 "C:\mongodb\"
setx MYPATH "%PATH%;C:\mongodb\bin"
| ECHO on
FOR /f %%i IN (
'dir /ad /b "C:\" ^|findstr /I "mongo"'
) DO CALL :movedir %%i
:movedir
SET "dest=%1"
ECHO MOVE "C:\"%1 "C:\mongodb\"
setx MYPATH "%PATH%;C:\mongodb\bin"
| Revert "Minor change in batch script for finding directory" | Revert "Minor change in batch script for finding directory"
This reverts commit b8b7b5670acb4ac43dedd8893df3f6fc2ba5232b.
| Batchfile | apache-2.0 | ThatGeoGuy/ENGO500-Webserver,ThatGeoGuy/ENGO500-Webserver |
f365fd29393bd4c8e10d847412166312846453e6 | sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat | sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat | @echo off
echo user=monetdb> .monetdb
echo password=monetdb>> .monetdb
set LANG=en_US.UTF-8
prompt # $t $g
echo on
call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f "%RELSRCDIR%\local_temp_table_data.SF-1865953.sql"
call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% "
@del .monetdb
| @echo off
echo user=monetdb> .monetdb
echo password=monetdb>> .monetdb
set LANG=en_US.UTF-8
prompt # $t $g
echo on
call mclient -lsql -h %HOST% -p %MAPIPORT% -d %TSTDB% "%RELSRCDIR%\local_temp_table_data.SF-1865953.sql"
call mclient -lsql -h %HOST% -p %MAPIPORT% -d %TSTDB% "
@del .monetdb
| Align it with the sh script.... | Align it with the sh script....
| Batchfile | mpl-2.0 | zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb |
eafdae19b5d7bac54835cdca95383013eb356643 | src/application.bat | src/application.bat | ### application.bat - 2015 - Merel ###
echo "Copyright Benoit MEREL - 2015"
version = "2"
build_hour = "11H00"
echo "Build ${build_hour}"
echo "version ${version}"
| ### application.bat - 2015 - Guillet ###
echo "Copyright Thomas Guillet - 2015"
version = "2"
build_hour = "11H00"
echo "Build ${build_hour}"
echo "version ${version}"
| Update header for New Member | Update header for New Member
| Batchfile | apache-2.0 | Benoitmerel/TP-git |
8389e09681c960128eaab772898838fbfbd3fe73 | fop.bat | fop.bat | @ECHO OFF
rem %~dp0 is the expanded pathname of the current script under NT
set LOCAL_FOP_HOME=
if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0
set LIBDIR=%LOCAL_FOP_HOME%lib
set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%... | @ECHO OFF
rem %~dp0 is the expanded pathname of the current script under NT
set LOCAL_FOP_HOME=
if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0
set LIBDIR=%LOCAL_FOP_HOME%lib
set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar
set LOCALCLASSPATH=%LOCALCLASSPATH%... | Adjust to version change of Commons IO | Adjust to version change of Commons IO
git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196594 13f79535-47bb-0310-9956-ffa450edef68
| Batchfile | apache-2.0 | Distrotech/fop,StrategyObject/fop,argv-minus-one/fop,argv-minus-one/fop,spepping/fop-cs,Distrotech/fop,argv-minus-one/fop,argv-minus-one/fop,argv-minus-one/fop,spepping/fop-cs,StrategyObject/fop,spepping/fop-cs,StrategyObject/fop,StrategyObject/fop,Distrotech/fop,Distrotech/fop,StrategyObject/fop,spepping/fop-cs |
5e3832ce7fe9fe79b0b42e3388d55c5196e89c41 | tools/bin/jruby.bat | tools/bin/jruby.bat | @ECHO OFF
set TOOLS_BIN=%~dp0
set JRUBY_BASE=%~dp0\..\jruby-1.7.11
set GEM_HOME=
set GEM_PATH=
set PATH=%TOOLS_BIN%\;%JRUBY_BASE%\bin;%PATH%
set JRUBY_OPTS="-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.invokedynamic=false -J-Djruby.compile.mode=OFF"
%JRUBY_BASE%\bin\jruby.bat %*
| @ECHO OFF
set TOOLS_BIN=%~dp0
set JRUBY_BASE=%~dp0\..\jruby-1.7.11
set GEM_HOME=
set GEM_PATH=
set PATH=%TOOLS_BIN%\;%JRUBY_BASE%\bin;%PATH%
set JRUBY_OPTS='-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.invokedynamic=false -J-Djruby.compile.mode=OFF %JRUBY_OPTS%'
%JRUBY_BASE%\bin\jruby.bat %*
| Append to JRUBY_OPTS instead of overriding it | Append to JRUBY_OPTS instead of overriding it
| Batchfile | apache-2.0 | marques-work/gocd,Skarlso/gocd,VibyJocke/gocd,ketan/gocd,Skarlso/gocd,marques-work/gocd,zabil/gocd,tomzo/gocd,gocd/gocd,arvindsv/gocd,aj-jaswanth/gocd,kierarad/gocd,aj-jaswanth/gocd,kyleolivo/gocd,jyotisingh/gocd,aj-jaswanth/gocd,ibnc/gocd,arvindsv/gocd,stevem999/gocd,zabil/gocd,naveenbhaskar/gocd,marques-work/gocd,ibn... |
110b91c530561eef86de461ff05703be76ca1e33 | recipes/cspice/bld.bat | recipes/cspice/bld.bat | mkdir %LIBRARY_INC%\cspice
copy "makeDynamicSpice.bat" %SRC_DIR%\src\cspice
cd %SRC_DIR%\src\cspice
call makeDynamicSpice.bat
copy "cspice.dll" %LIBRARY_LIB%
if errorlevel 1 exit 1
cd %SRC_DIR%
copy "include\\*.h" %LIBRARY_INC%\cspice
if errorlevel 1 exit 1
| mkdir %LIBRARY_INC%\cspice
copy "%RECIPE_DIR%\\makeDynamicSpice.bat" %SRC_DIR%\src\cspice
copy "%RECIPE_DIR%\\cspice.def" %SRC_DIR%\src\cspice
cd %SRC_DIR%\src\cspice
call makeDynamicSpice.bat
copy "cspice.dll" %LIBRARY_LIB%
if errorlevel 1 exit 1
cd %SRC_DIR%
copy "include\\*.h" %LIBRARY_INC%\cspice
if errorle... | Copy required files to source directory | Copy required files to source directory
| Batchfile | bsd-3-clause | johanneskoester/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,cpaulik/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,rvalieris/staged-recipes,ocefpaf/staged-recipes,dschreij/staged-recipes,asmeurer/staged-recipes,barkls/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,patric... |
418f0e8dd2c2db316a5b2822c78d0dfa4e64c0b3 | src/build/do_build.bat | src/build/do_build.bat | @echo off
echo This script is meant for the Couchbase build server. It cannot be used by developers.
pushd %~dp0..\Couchbase.Lite
if not exist ..\couchbase.snk (
echo Private key not found, aborting...
popd
exit /b 1
)
"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuil... | @echo off
echo This script is meant for the Couchbase build server. It cannot be used by developers.
pushd %~dp0..\Couchbase.Lite
if not exist ..\couchbase.snk (
echo Private key not found, aborting...
popd
exit /b 1
)
if not defined NUGET_REPO (
echo NUGET_REPO not defined, aborting...
popd
... | Modify build script to pass in the source of the CI nuget packages | Modify build script to pass in the source of the CI nuget packages
| Batchfile | apache-2.0 | couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net |
5536aba5eda12ccdd4d26e19a2456e49208c4d0b | 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 | eXist-db/exist,wolfgangmm/exist,windauer/exist,ambs/exist,dizzzz/exist,eXist-db/exist,dizzzz/exist,hungerburg/exist,adamretter/exist,opax/exist,hungerburg/exist,opax/exist,opax/exist,lcahlander/exist,eXist-db/exist,lcahlander/exist,dizzzz/exist,wolfgangmm/exist,olvidalo/exist,ambs/exist,dizzzz/exist,eXist-db/exist,hung... |
353b0c5e3d48ac2203971e2046b5794019710ab6 | HexEdit/MakeHelpMap.bat | HexEdit/MakeHelpMap.bat | echo Creating map files
copy /y helpid.hm+resource.hm+hlp\HexEdit.hm+I:\Micros~1\vc98\mfc\include\afxhelp.hm+D:\bcg590\BCGControlBar\help\BCGControlBar.hm HexeditMap.tmp
sed "s/^HID/#define HID/" <HexeditMap.tmp >HexeditMap2.tmp
del HexeditMap.tmp
sed "s/^AFX_HID/#define AFX_HID/" <HexeditMap2.tmp >HTMLHelp\Hexed... | echo Creating map files
REM Get MFC help IDs
rem copy /y I:\Micros~1\vc98\mfc\include\afxhelp.hm afxhelp.tmp
copy /y "C:\Program Files\Microsoft Visual Studio .NET\Vc7\atlmfc\include\afxhelp.hm" afxhelp.tmp
REM Get BCG help IDs
rem copy /y D:\bcg590\BCGControlBar\help\BCGControlBar.hm bcghelp.tmp
copy /y "... | Fix creation of help map file for Robohelp - different location for MFC and BCG .hm file - changes needed to handle spaces in file name - output to HexEditMap.h (not .hm) | Fix creation of help map file for Robohelp
- different location for MFC and BCG .hm file
- changes needed to handle spaces in file name
- output to HexEditMap.h (not .hm)
git-svn-id: c806da28ca781a1e2f2d0b1fde2a9d9a144b325a@158 295070fd-a27b-da4f-a32e-77c6a882a0e3
| Batchfile | mit | AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit,Andrew-Phillips/HexEdit,AndrewWPhillips/HexEdit,Andrew-Phillips/HexEdit,Andrew-Phillips/HexEdit |
832b6ac9aba883d97c6cf5eec694c03323a85d4f | scripts/win-build.bat | scripts/win-build.bat | :: Helper script to build Spectrecoin on Windows using VS2017 and QT.
IF "%QTDIR%" == "" GOTO NOQT
:YESQT
set CALL_DIR=%cd%
set SRC_DIR=%cd%\src
set DIST_DIR=%SRC_DIR%\dist
set BUILD_DIR=%SRC_DIR%\build
set OUT_DIR=%SRC_DIR%\bin
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vc... | :: Helper script to build Spectrecoin on Windows using VS2017 and QT.
IF "%QTDIR%" == "" GOTO NOQT
:YESQT
set CALL_DIR=%cd%
set SRC_DIR=%cd%\src
set DIST_DIR=%SRC_DIR%\dist
set BUILD_DIR=%SRC_DIR%\build
set OUT_DIR=%SRC_DIR%\bin
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vc... | Remove previous win executable before build | Remove previous win executable before build
| Batchfile | mit | spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre |
54f5f616b92173e4855dcba4294829a5eb1b209f | Dependencies/setupFMILibrary.bat | Dependencies/setupFMILibrary.bat | @ECHO OFF
REM $Id$
REM Bat script building FMILibrary dependency automatically
REM Author: Peter Nordin peter.nordin@liu.se
set basedir=%~dp0
set name=FMILibrary
set codedir=%basedir%\%name%_code
set builddir=%basedir%\%name%_build
set installdir=%basedir%\%name%
set OLDPATH=%PATH%
call setHopsanBuildPaths.bat
REM ... | @ECHO OFF
REM $Id$
REM Bat script building FMILibrary dependency automatically
REM Author: Peter Nordin peter.nordin@liu.se
set basedir=%~dp0
set name=FMILibrary
set zipdir=%name%-2.0.2
set zipfile=tools\%zipdir%-src.zip
set codedir=%basedir%\%name%_code
set builddir=%basedir%\%name%_build
set installdir=%basedir%\%n... | Add zip file unpacking to FMILibrary windows setup script | Add zip file unpacking to FMILibrary windows setup script
| Batchfile | apache-2.0 | Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan |
1eec721c7babec5470844ee0b1e91bb7f5ecf423 | run_local.cmd | run_local.cmd | @echo off
pushd %~dp0
set DEPLOYMENT=deploy
set NUGET=packages
echo > build.info
call deploy.cmd
call run_tests.cmd %*
popd | @echo off
pushd %~dp0
set DEPLOYMENT=deploy
set NUGET=packages
echo. 2> build.info
call deploy.cmd
call run_tests.cmd %*
popd | Write empty build.info on local run | Write empty build.info on local run
| Batchfile | apache-2.0 | Omenia/robotframework-whitelibrary,Omenia/robotframework-whitelibrary |
6603f9a92596316ea7a67a4d351dc398a822584a | BuildScript/build.cmd | BuildScript/build.cmd | @echo off
pushd %~dp0
SET PACKAGEPATH=.\packages\
SET NUGET=.\tools\nuget\NuGet.exe
SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 (
%NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE\Ver... | @echo off
pushd %~dp0
SET PACKAGEPATH=.\packages\
SET NUGET=.\tools\nuget\NuGet.exe
SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion
IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 (
%NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS%
COPY NUL %PACKAGEPATH%FAKE\Ver... | Use Fake.BuildLib 0.1.5 in Build.cmd | Use Fake.BuildLib 0.1.5 in Build.cmd
| Batchfile | mit | SaladLab/BuildToolkit,SaladLab/BuildToolkit |
abbfcec5922bfe7eb1f741d5ec174b99090f3ea1 | PackUp.bat | PackUp.bat | "c:\Program Files\7-Zip\7z" a -tzip ..\folderAccountBeta.xpi * -x!PackUp.bat
| "c:\Program Files\7-Zip\7z" a -tzip ..\folderAccountBeta.xpi * -x!PackUp.bat -x!.git
| Fix packup script to work with git repo | Fix packup script to work with git repo
| Batchfile | mit | eykamp/Folder-Account |
e2f89c347f4f89dc10e70588a780d1ddb6dc0e6b | bat/run.cmd | bat/run.cmd | @echo off
cd C:\Users\dzony\Documents\projects\system\env\system\Scripts
start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\server__client\ && python start_server.py"
sleep 0.1
start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\backend\ && python start.py"
| @echo off
cd C:\Users\dzony\Documents\projects\system\env\system\Scripts
start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\server__client\ && python start.py"
sleep 0.1
start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\backend\ && python start.py"
| Update bat file for starting system | Update bat file for starting system
| Batchfile | mit | dzon4xx/system,dzon4xx/system,dzon4xx/system |
337a17e3582fae2972b7ff2fc41f4ed57313c830 | windows/nsis-installer/oq-console.bat | windows/nsis-installer/oq-console.bat | @echo off
setlocal
set mypath=%~dp0
set PATH=%PATH%;%mypath%\python2.7
set PYTHONPATH=%mypath%\lib
set OQ_SITE_CFG_PATH=%mypath%
doskey oq=python.exe -m openquake.commands.__main__ $*
doskey oq-engine=python.exe -m openquake.commonlib.commands engine $*
echo OpenQuake environment loaded
cmd /k
endlocal
... | @echo off
setlocal
set mypath=%~dp0
set PATH=%PATH%;%mypath%\python2.7
set PYTHONPATH=%mypath%\lib
set OQ_SITE_CFG_PATH=%mypath%
doskey oq=python.exe -m openquake.commands.__main__ $*
doskey oq-engine=python.exe -m openquake.commands.__main__ engine $*
echo OpenQuake environment loaded
echo The command 'oq... | Add deprecation warnign and fix a command | Add deprecation warnign and fix a command
| Batchfile | agpl-3.0 | gem/oq-installers,gem/oq-nsis,gem/oq-installers |
b668f23167d7e6e5a475aa4e374c1397e413c924 | scripts/build_windows.cmd | scripts/build_windows.cmd | @echo Off
echo ====== Starting to build dvc installer for Windows... ======
if not exist dvc\NUL (echo Error: Please run this script from repository root && goto :error)
rmdir /Q /S build
rmdir /Q /S dist
del /Q /S dvc.spec
del /Q /S "dvc-*.exe"
where pip
if %errorlevel% neq 0 (echo Error: pip not found && goto :er... | @echo Off
echo ====== Starting to build dvc installer for Windows... ======
if not exist dvc\NUL (echo Error: Please run this script from repository root && goto :error)
rmdir /Q /S build
rmdir /Q /S dist
del /Q /S dvc.spec
del /Q /S "dvc-*.exe"
where pip
if %errorlevel% neq 0 (echo Error: pip not found && goto :er... | Revert "build: win: don't look for symlink ps script" | Revert "build: win: don't look for symlink ps script"
This reverts commit 4164eddb920ad4df2b9dd805497424eb53caebf9.
| Batchfile | apache-2.0 | dmpetrov/dataversioncontrol,efiop/dvc,dataversioncontrol/dvc,dataversioncontrol/dvc,dmpetrov/dataversioncontrol,efiop/dvc |
0e3d952a4889d839c640b0af25e2c583fd2ee78f | phalcon.bat | phalcon.bat | @echo off
set PTOOLSPATH="%~dp0\"
php %PTOOLSPATH%phalcon.php %* | @echo off
set PTOOLSPATH=%~dp0
php %PTOOLSPATH%phalcon.php %* | Fix initialization home directory in Windows batch file. | Fix initialization home directory in Windows batch file.
| Batchfile | bsd-3-clause | rodrigoramosrx2/phalcon-devtools,rodrigoramosrx2/phalcon-devtools,rodrigoramosrx2/phalcon-devtools,rodrigoramosrx2/phalcon-devtools |
a52e50cc49e84cddbaf868b767b7f6fe046b3ec3 | chrome/7-Zip.bat | chrome/7-Zip.bat | "C:\Program Files\7-Zip\7z.exe" u -uq0 -mx9 psdle.zip ./psdle/* -r -x!*.db -x!*.ini | "C:\Program Files\7-Zip\7z.exe" u -uq0 -mx9 psdle.zip -mtc- ./psdle/* -r -x!*.db -x!*.ini | Update Chrome 7z bat file. | Update Chrome 7z bat file.
| Batchfile | mit | RePod/psdle |
ca7c57b2c5ab36a1f03c98704f1e03fdf9bcce67 | build/RunTests.bat | build/RunTests.bat | dotnet test "test\Infrastructure\Skeleton.Common.Tests" -c %1
dotnet test "test\Infrastructure\Skeleton.CQRS.Implementations.Tests" -c %1
dotnet test "test\Infrastructure\Skeleton.Dapper.Tests" -c %1
cd "test\Web.Tests"
dotnet test -c %1 | dotnet test "test\Infrastructure\Skeleton.Common.Tests" -c %1
dotnet test "test\Infrastructure\Skeleton.CQRS.Implementations.Tests" -c %1
dotnet test "test\Infrastructure\Skeleton.Dapper.Tests" -c %1
cd "test\Web.Tests"
dotnet test -c %1
cd "..\.." | Fix for tests running script was added | Fix for tests running script was added
| Batchfile | mit | litichevskiydv/WebInfrastructure,litichevskiydv/WebInfrastructure |
1b6c49f6b349589db6f3f6247dd78b3974973392 | virtualenv_install.bat | virtualenv_install.bat | @ECHO OFF
:: Performs necessary setup steps to allow the use of
:: virtualenv commands such as "mkvirtualenv [ENV_NAME]"
:: for creating and using Python virtual environments.
python -m pip install --upgrade virtualenv
python -m pip install --upgrade virtualenvwrapper-win
echo:
echo:
echo: *** You may now use virtuale... | @ECHO OFF
:: Performs necessary setup steps to allow the use of
:: virtualenv commands such as "mkvirtualenv [ENV_NAME]"
:: for creating and using Python virtual environments.
python -m pip install --upgrade virtualenvwrapper-win
echo:
echo:
echo: *** You may now use virtualenv commands in your command shell. ***
echo... | Simplify virtualenv installation on Windows | Simplify virtualenv installation on Windows
| Batchfile | mit | seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/SeleniumBase,seleniumbase/SeleniumBase,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/SeleniumBase,seleniumbase/SeleniumBase |
84493a8bb6cc3f201ddd00d402028fc1e386b024 | cmake/scripts/msvc_build.bat | cmake/scripts/msvc_build.bat | @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;%PATH%
cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\build\bin\%CONFIGURATION%
cp "%MYSQL_CONNECTOR_PATH... | @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;%PATH%
REM cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\build\bin\%CONFIGURATION%
cp "%MYSQL_CONNECTOR_... | Update uploaded artifact on appveyor to include the scripts dir | Update uploaded artifact on appveyor to include the scripts dir
| Batchfile | apache-2.0 | RavenX8/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,dev-osrose/osIROSE-new |
c53fa47adc39d4a261379d8036a96c84b6fb4a9a | install.bat | install.bat | @echo off
pushd "%~dp0"
if exist cs (goto okcs) else (echo "No cs folder found." && goto exit)
:okcs
if exist vb (goto okvb) else (echo "No vb folder found." && goto exit)
:okvb
if [%1]==[] (
echo Please specify Visual Studio version, e.g., 2017
goto exit
) else (
echo Using version %1
set "D=%userpr... | @echo off
pushd "%~dp0"
if exist cs (goto okcs) else (echo "No cs folder found." && goto exit)
:okcs
if exist vb (goto okvb) else (echo "No vb folder found." && goto exit)
:okvb
if [%1]==[] (
echo Please specify Visual Studio version, e.g., 2017
goto exit
) else (
echo Using version %1
set "D=%userpr... | Use xcopy rather than copy | Use xcopy rather than copy
Use xcopy rather than copy because copy creates the directory as a file without an extension rather than a directory. | Batchfile | mit | jeremytammik/VisualStudioRevitAddinWizard |
0d3007c1e60545b245bae13e9b74c4eda5b1b14c | Tools/AppVeyor/Test.cmd | Tools/AppVeyor/Test.cmd | @echo off
call "..\VsDevCmd.cmd"
set platform="%1"
if "%1" == "AnyCPU" (
set platform="x86"
)
set vstest="%VSINSTALLDIR%Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe"
for /r ..\..\Tests\Magick.NET.Tests\bin %%a in (*.dll) do (
if "%%~nxa"=="Magick.NET.Tests.dll" (
echo "Running tests f... | @echo off
call "..\VsDevCmd.cmd"
set platform="%1"
if "%1" == "AnyCPU" (
set platform="x86"
)
set vstest="%VSINSTALLDIR%\Common7\IDE\Extensions\TestPlatform\vstest.console.exe"
for /r ..\..\Tests\Magick.NET.Tests\bin %%a in (*.dll) do (
if "%%~nxa"=="Magick.NET.Tests.dll" (
echo "Running tests from: %%~dpnxa... | Use correct path for vstest.console.exe | Use correct path for vstest.console.exe
| Batchfile | apache-2.0 | dlemstra/Magick.NET,dlemstra/Magick.NET |
1eb6bdafb09b8ebd392bea37eab3fc7e69204808 | bin/iex.bat | bin/iex.bat | @if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
setlocal
if /I ""%1""==""--help"" goto documentation
if /I ""%1""==""-h"" goto documentation
if /I ""%1""==""/h"" goto documentation
if ""%1""==""/?"" goto documentation
goto run
:documentation
echo Usage: %~nx0 [options] [.exs file] [data]
echo.
e... | @if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
setlocal
if /I ""%1""==""--help"" goto documentation
if /I ""%1""==""-h"" goto documentation
if /I ""%1""==""/h"" goto documentation
if ""%1""==""/?"" goto documentation
goto run
:documentation
echo Usage: %~nx0 [options] [.exs file] [data]
echo.
e... | Remove unecessary @ in bat file | Remove unecessary @ in bat file
| Batchfile | apache-2.0 | michalmuskala/elixir,joshprice/elixir,elixir-lang/elixir |
ef2b6971842be7e94d6174f3fde6a995de8309b9 | test-w32-dl-loadlib-shellcode.cmd | test-w32-dl-loadlib-shellcode.cmd | @ECHO OFF
ECHO + Checking shellcode for NULL bytes:
ECHO + w32-dl-loadlib-shellcode.bin
BETA3 h --nullfree w32-dl-loadlib-shellcode.bin > nul
IF ERRORLEVEL 1 GOTO :FAILED
ECHO + w32-dl-loadlib-shellcode-esp.bin
BETA3 h --nullfree w32-dl-loadlib-shellcode-esp.bin > nul
IF ERRORLEVEL 1 GOTO :FAIL... | @ECHO OFF
ECHO + Checking shellcode for NULL bytes:
ECHO + w32-dl-loadlib-shellcode.bin
CALL BETA3 h --nullfree w32-dl-loadlib-shellcode.bin > nul
IF ERRORLEVEL 1 GOTO :FAILED
ECHO + w32-dl-loadlib-shellcode-esp.bin
CALL BETA3 h --nullfree w32-dl-loadlib-shellcode-esp.bin > nul
IF ERRORLEVEL 1 ... | Use CALL for BETA3 as it may be a .cmd file, which would terminate this script | Use CALL for BETA3 as it may be a .cmd file, which would terminate this script | Batchfile | bsd-3-clause | ohio813/w32-dl-loadlib-shellcode,SkyLined/w32-dl-loadlib-shellcode,ohio813/w32-dl-loadlib-shellcode,r3dbrain/w32-dl-loadlib-shellcode |
7e1d36038bd99fa08ec8d7c5d8ace4881ea047f5 | runTests.bat | runTests.bat | del "spec/*.js"
call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js"
call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js"
call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js"
call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js"
call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js"
call jasmine-node --verb... | del "spec/*.js"
call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js"
call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js"
call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js"
call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js"
call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js"
call tsc "spec/ClassSpec... | Add new specs to bat | Add new specs to bat
| Batchfile | bsd-2-clause | excaliburjs/Excalibur,htalat/Excalibur,excaliburjs/Excalibur,htalat/Excalibur,htalat/Excalibur,excaliburjs/Excalibur |
f12c7a927b07b26167a4047288d57bd280ab8fc0 | run-test.cmd | run-test.cmd | @echo off
:: To run tests outside of MSBuild.exe
:: %1 is the path to the tests\<OSConfig> folder
pushd %1
FOR /D %%F IN (*.Tests) DO (
pushd %%F\dnxcore50
@echo "corerun.exe xunit.console.netcore.exe %%F.dll -xml testResults.xml -notrait category=failing -notrait category=nonwindowstests"
corerun.exe xunit.console.... | @echo off
:: To run tests outside of MSBuild.exe
:: %1 is the path to the tests\<OSConfig> folder
pushd %1
FOR /D %%F IN (*.Tests) DO (
pushd %%F\dnxcore50
@echo "corerun.exe xunit.console.netcore.exe %%F.dll -xml testResults.xml -notrait category=failing -notrait category=nonwindowstests -notrait Benchmark=true"
co... | Exclude perf tests from nano runs. | Exclude perf tests from nano runs.
| Batchfile | mit | shahid-pk/corefx,ellismg/corefx,nchikanov/corefx,richlander/corefx,billwert/corefx,cartermp/corefx,seanshpark/corefx,pallavit/corefx,stone-li/corefx,Chrisboh/corefx,kkurni/corefx,ptoonen/corefx,seanshpark/corefx,axelheer/corefx,the-dwyer/corefx,JosephTremoulet/corefx,rjxby/corefx,ericstj/corefx,weltkante/corefx,lggomez... |
4ba954a3eb4d74a51c32d6db3b5c02453a842f30 | tools/release/kokoro.bat | tools/release/kokoro.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 ... | Build failures on Windows should be noticed. | Build failures on Windows should be noticed.
| Batchfile | apache-2.0 | grpc/grpc-node,grpc/grpc-node,grpc/grpc-node,grpc/grpc-node |
39caf8454361f11a63fb9e6e59f4171a958c9b59 | 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
... | Use proper reference to error code. | Use proper reference to error code.
| Batchfile | mit | blairmcg/Dolphin,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,objectarts/DolphinVM,dolphinsmalltalk/DolphinVM,jgfoster/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,dolphinsmalltalk/Dolphin,objectarts/DolphinVM,jgfoster/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,blairmcg/Dolphin,dolphinsm... |
64dc85c6fe681dc41411d2e1ea7fe63be539cc81 | bin/mysql-simple-example.bat | bin/mysql-simple-example.bat | @echo off
set DIR=%~dp0
set LIB="%DIR%\..\lib\*"
set BIN="%DIR%\..\bin\*"
REM ???
echo {^
"type" : "jdbc",^
"jdbc" : {^
"url" : "jdbc:mysql://localhost:3306/test",^
"user" : "",^
"password" : "",^
"sql" : "select *, page_id as _id from page",^
"treat_binary_as_string" ... | @echo off
set DIR=%~dp0
set LIB=%DIR%..\lib\*
set BIN=%DIR%..\bin
REM ???
echo {^
"type" : "jdbc",^
"jdbc" : {^
"url" : "jdbc:mysql://localhost:3306/test",^
"user" : "",^
"password" : "",^
"sql" : "select *, page_id as _id from page",^
"treat_binary_as_string" : true,^... | Update the windows bat file to make it work.Pass the parameters to next java command as an argument | Update the windows bat file to make it work.Pass the parameters to next java command as an argument | Batchfile | apache-2.0 | msimons/elasticsearch-river-jdbc,jprante/elasticsearch-jdbc,msimons/elasticsearch-river-jdbc,msimons/elasticsearch-jdbc,msimons/elasticsearch-jdbc,msimons/elasticsearch-river-jdbc,msimons/elasticsearch-jdbc,jprante/elasticsearch-jdbc,jprante/elasticsearch-jdbc |
6ad1143617bd088364bae749efcec14b80659db0 | cmd/runall/some.cmd | cmd/runall/some.cmd | @echo on
::
| @echo on
::
:: Demo _some_ of the stompngo examples.
::
IF [%SNGD%]==[] SET SNGD=C:\gosrc\src\github.com\gmallard\stompngo_examples
echo %SNGD%
IF [%STOMP_HOST%]==[] SET STOMP_HOST=192.168.1.200
echo %STOMP_HOST%
::
set STOMP_NMSGS=1
set STOMP_NQS=1
::
cd %SNGD%
::
set STOMP_DEST=/queue/snge.ack
go run p... | Add Windows version of demo. | Add Windows version of demo.
| Batchfile | apache-2.0 | gmallard/stompngo_examples,gmallard/stompngo_examples,gmallard/stompngo_examples |
d0d31762c8cb8b1dae0f4b2fa4a71f95eaa01a07 | Build/Build.cmd | Build/Build.cmd | @echo on
call "%VS110COMNTOOLS%vsvars32.bat"
REM Portable project
msbuild.exe /ToolsVersion:4.0 "..\Espera\Espera.sln" /p:configuration=Release
set ReleaseDir=..\Release\
REM Cleanup before we create and copy everything
rmdir %ReleaseDir% /s /q
set ReleaseDirPortable=%ReleaseDir%Portable\
mkdir %ReleaseDirPortable%... | @echo on
call "%VS110COMNTOOLS%vsvars32.bat"
REM Portable project
msbuild.exe /ToolsVersion:4.0 /p:configuration=Release /v:minimal "..\Espera\Espera.sln"
set ReleaseDir=..\Release\
REM Cleanup before we create and copy everything
rmdir %ReleaseDir% /s /q
set ReleaseDirPortable=%ReleaseDir%Portable\
mkdir %ReleaseD... | Make build script less verbose | Make build script less verbose
| Batchfile | mit | flagbug/Espera,punker76/Espera |
6a6710176fb76cf5e52261be3c196067386157c3 | nugetpack.bat | nugetpack.bat | @ECHO OFF
REM GIT Tag and Build nuget package
IF "%1" == "" GOTO SyntaxError
IF "%2" == "" GOTO SyntaxError
REM main code
git tag -a %1 -m "%2"
cd GFDN.ThaiBahtText
nuget pack GFDN.ThaiBahtText.csproj ^
-Version %1 ^
-Prop Configuration=Release ^
-OutputDirectory "Nuget Packages"
cd ..
@ECHO.
@ECHO Push to... | @ECHO OFF
REM GIT Tag and Build nuget package
IF "%1" == "" GOTO SyntaxError
IF "%2" == "" GOTO SyntaxError
REM main code
git tag -a %1 -m "%2"
cd GFDN.ThaiBahtText
nuget pack GFDN.ThaiBahtText.csproj ^
-Version %1 ^
-Prop Configuration=Release ^
-OutputDirectory "Nuget Packages"
cd ..
@ECHO.
@ECHO Push to... | Make sure that push all updates before tagging them | Make sure that push all updates before tagging them
| Batchfile | mit | greatfriends/ThaiBahtText,greatfriends/ThaiBahtText,greatfriends/ThaiBahtText |
cb2733344557e98b1a00576aaf037c67dbc8d9c8 | python-pcl/bld.bat | python-pcl/bld.bat | @echo off
rem This needed for pkg-config to detect pcl and eigen3 pc files
set PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig
rem Override distutils VS detection
set DISTUTILS_USE_SDK=1
set MSSdk=1
rem Renames necessary for python-pcl to detect the libraries it needs
for %%x in (io registration segmentation features filter... | @echo off
rem This is needed for pkg-config to detect pcl and eigen3 pc files
set PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig
rem Override distutils VS detection
set DISTUTILS_USE_SDK=1
set MSSdk=1
rem Renames necessary for python-pcl to detect the libraries it needs
for %%x in (io registration segmentation features fil... | Fix grammar in a comment | Python-pcl: Fix grammar in a comment
| Batchfile | bsd-2-clause | ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes |
abe53f2f5fa6b2a7833d0296ac0f6b87a2c3fd73 | init.bat | init.bat | @echo off
chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey touch=type nul$G$G$*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doske... | @echo off
chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey touch=type nul$G$G$*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doske... | Use vscode as editor in windows | Use vscode as editor in windows
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
2c090498fd82b9f8cc4e7072e750dd789401b67c | build/GenerateBookHelper.bat | build/GenerateBookHelper.bat | Set Book=%BookName%%1
Call Generate %Book% name SongTi FontSize48
Call Generate %Book% name QuanZiKuFont FontSize48
:: The following fonts generated unreadable characters.
:: Call Generate %Book% name FangSong FontSize48
:: Call Generate %Book% name KaiTi FontSize48
:: The following fonts generated incomplete... | Set Book=%BookName%%1
Call Generate %Book% name SongTi FontSize48
Call Generate %Book% name QuanZiKuFont FontSize48
:: The following fonts generated unreadable characters.
:: Call Generate %Book% name FangSong FontSize48
:: Call Generate %Book% name KaiTi FontSize48
:: The following fonts generated incomplete... | Create more books for other font families | Create more books for other font families
| Batchfile | mit | fan-jiang/Dujing |
144c53e166d034a491669efa9278bec868473b78 | appveyor-install.cmd | appveyor-install.cmd | "%sdkverpath%" -q -version:"%sdkver%"
call setenv /x64
rem install python packages
pip install --cache-dir C:/egg_cache nose
pip install --cache-dir C:/egg_cache coverage
pip install --cache-dir C:/egg_cache numpy
pip install --cache-dir C:/egg_cache cython
pip install --cache-dir C:/egg_cache babel==1.3
pip install -... | "%sdkverpath%" -q -version:"%sdkver%"
call setenv /x64
rem install python packages
pip install --cache-dir C:/egg_cache nose
pip install --cache-dir C:/egg_cache coverage
pip install --cache-dir C:/egg_cache numpy
pip install --cache-dir C:/egg_cache cython
rem Work around bug in babel 2.0: see mitsuhiko/babel#174
pip... | Add comment explaining why we're forcing babel 1.3 | Add comment explaining why we're forcing babel 1.3
| Batchfile | bsd-3-clause | burnpanck/traits,burnpanck/traits |
3bcaef26b4b5a5b115bdbe37287b2d72f831554e | install.bat | install.bat | @echo off
NET SESSION >nul 2>&1
IF %ERRORLEVEL% NEQ 0 (
ECHO Not an admin, exiting.
EXIT /B 1
)
setlocal EnableDelayedExpansion
:: ############################
:: # Create symlinks from the home directory to any desired dotfiles directory.
:: ############################
:: dotfiles directory
set dotfilesdi... | @echo off
NET SESSION >nul 2>&1
IF %ERRORLEVEL% NEQ 0 (
ECHO Not an admin, exiting.
EXIT /B 1
)
setlocal EnableDelayedExpansion
:: ############################
:: # Create symlinks from the home directory to any desired dotfiles directory.
:: ############################
:: dotfiles directory
set dotfilesdi... | Set hidden attribute of links | Set hidden attribute of links
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
f89d3210cd630c55961125a8bdfd64327a9cbad6 | bin/reader_archive.bat | bin/reader_archive.bat | @echo off
set PYTHONPATH=%CD%
C:\Python27\python.exe reader_archive\reader_archive.py %*
| @echo off
set PYTHONPATH=%CD%
python reader_archive\reader_archive.py %*
| Replace absolute path of python | Replace absolute path of python | Batchfile | apache-2.0 | mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead |
064bc95e9c4f9166e899ef472a3e921bac443e80 | src/win32/embed_manifests.cmd | src/win32/embed_manifests.cmd | SETLOCAL
call call_vcvars.cmd
set "_=%CD%"
cd ..
for /F %%1 in ('dir *.exe /B /S /A:-D') do (mt.exe -manifest "%%1.manifest" -outputresource:"%%1";1)
for /F %%1 in ('dir *.dll /B /S /A:-D') do (mt.exe -manifest "%%1.manifest" -outputresource:"%%1";2)
cd %_%
ENDLOCAL
pause | @echo off
SETLOCAL
call call_vcvars.cmd
set "_=%CD%"
cd ..
for /F "delims=" %%1 in ('dir *.exe /B /S /A:-D') do (echo "%%1" && mt.exe -nologo -manifest "%%1.manifest" -outputresource:"%%1";1)
for /F "delims=" %%1 in ('dir *.dll /B /S /A:-D') do (echo "%%1" && mt.exe -nologo -manifest "%%1.manifest" -outputresource:"%... | Embed manifests in all files | Embed manifests in all files
| Batchfile | lgpl-2.1 | mndrix/swipl-devel,koryonik/swipl-devel,jn7163/swipl-devel,edechter/swipl-devel,mndrix/swipl-devel,edechter/swipl-devel,koryonik/swipl-devel,koryonik/swipl-devel,edechter/swipl-devel,mndrix/swipl-devel,jn7163/swipl-devel,mndrix/swipl-devel,edechter/swipl-devel,koryonik/swipl-devel,koryonik/swipl-devel,edechter/swipl-de... |
b2ba421ac02433d6605dd285bb07acb30f7327ea | recipes/capytaine/bld.bat | recipes/capytaine/bld.bat | set CFG=%USERPROFILE%\pydistutils.cfg
echo [config] > "%CFG%"
echo compiler=mingw32 >> "%CFG%"
echo [build] >> "%CFG%"
echo compiler=mingw32 >> "%CFG%"
echo [build_ext] >> "%CFG%"
echo compiler=mingw32 >> "%CFG%"
"%PYTHON%" setup.py install --single-version-externally-managed
if errorlevel 1 exit 1
| set CFG=%USERPROFILE%\pydistutils.cfg
echo [config] > "%CFG%"
echo compiler=mingw32 >> "%CFG%"
echo [build] >> "%CFG%"
echo compiler=mingw32 >> "%CFG%"
echo [build_ext] >> "%CFG%"
echo compiler=mingw32 >> "%CFG%"
"%PYTHON%" -m pip install . --no-deps -vv
if errorlevel 1 exit 1
| Replace setup.py by pip install. | Replace setup.py by pip install.
| Batchfile | bsd-3-clause | birdsarah/staged-recipes,ReimarBauer/staged-recipes,rmcgibbo/staged-recipes,Juanlu001/staged-recipes,jjhelmus/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,cpaulik/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes... |
8e4e210aaebdcb58abb795df122ea9cf795b1443 | build/CreateMakefile.bat | build/CreateMakefile.bat | @echo off
set CURDIR=%CD%
cd /d %~dp0
rem Create Makefile by MakeItSo =======================================
..\3rdparty\makeitso\output\MakeItSo.exe -file=makefile.sln -config=MakeItSo.config
rem Copy Makefie ======================================================
xcopy /Y /D ..\vs2015\*.makefile .\
cd /d %CURDI... | @echo off
set CURDIR=%CD%
cd /d %~dp0
rem Create Makefile by MakeItSo =======================================
..\3rdparty\makeitso\output\MakeItSo.exe -file=makefile.sln -config=MakeItSo.config -nl=crlf
rem Copy Makefie ======================================================
xcopy /Y /D ..\vs2015\*.makefile .\
cd ... | Add option to specify line feed type. | Add option to specify line feed type.
| Batchfile | mit | nakdai/aten,nakdai/aten |
ba5db0b1bd1fae1eb0b6d8cd88b67cba0a77c915 | build.cmd | build.cmd | @ECHO OFF
:: Note: We're not using parallel build (/m) because it doesn't seem to
:: work with Sandcastle Help File Builder.
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe" %~dp0\build.proj /nologo /v:m /flp:verbosity=detailed %1 %2 %3 %4 %5 %6 %7 %8 %9
| @ECHO OFF
:: Note: We're not using parallel build (/m) because it doesn't seem to
:: work with Sandcastle Help File Builder.
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe" %~dp0\build.proj /nologo /v:m /flp:verbosity=detailed %*
| Replace individual parameters with wildcard | Replace individual parameters with wildcard
It's not that we ever want to pass more than ten arguments; it's about
the fact that we'd like to be able to pass arguments like this:
.\build.cmd /p:OutDir='D:\test\'
Using individual arguments, MSBuild is called like this:
MSBuild.exe /p:OutDir D:\test\
That's ... | Batchfile | mit | terrajobst/xsddoc |
b1835045bfffcbc23d170b7675bf4156bc02e215 | build.bat | build.bat | @mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ... | @mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ... | Reset GHC_PACKAGE_PATH varialbe (4th try). | Reset GHC_PACKAGE_PATH varialbe (4th try).
See #110. [skip ci]
| Batchfile | bsd-3-clause | izgzhen/hadrian,snowleopard/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,snowleopard/hadrian,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc |
a29f5ec1655871e1ba28c4d815dda1f8714dc042 | src/RNGLR.EBNFParser.Test/gen_parser.cmd | src/RNGLR.EBNFParser.Test/gen_parser.cmd | del log.txt
..\..\Bin\Release\v40\YC.YaccConstructor.exe -i .\..\..\..\YC.Abstract.SQL\src\TSQL\mssqlNonAbstract.yrd -c Linearize -g "RNGLR.Generator -table LALR -o RNGLR.sql.yrd.fs"
..\..\Bin\Release\v40\YC.YaccConstructor.exe -i .\..\..\..\YC.Abstract.SQL\src\TSQL\mssqlNonAbstract.yrd -c Linearize -g "RNGLR.EBNFG... | del log.txt
..\..\Bin\Release\v40\YC.YaccConstructor.exe -i .\..\..\..\YC.Abstract.SQL\src\Grammars\TSQL\mssqlNonAbstract.yrd -c Linearize -g "RNGLR.EBNFGenerator -table LALR -o RNGLREBNF.sql.yrd.fs" | Change script for gen pasrer | Change script for gen pasrer
| Batchfile | apache-2.0 | YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor |
7e5ffdf0ca8dc4e6a0d211f30ec2c52383f0ec96 | build/InstallGit.cmd | build/InstallGit.cmd | @ECHO OFF
SET oldPath=%PATH%
git.exe 2> NUL
if %ERRORLEVEL%==9009 GOTO :trydefaultpath
GOTO :EOF
:trydefaultpath
path=C:\Program Files (x86)\Git\cmd;%PATH%
git.exe 2> NUL
if %ERRORLEVEL%==9009 GOTO :showerror
GOTO :EOF
:showerror
path=%oldPath%
ECHO Git is not in your path and could not be found in C:\Program Files ... | @ECHO OFF
SET oldPath=%PATH%
git.exe 2> NUL
if %ERRORLEVEL%==9009 GOTO :trydefaultpath
GOTO :EOF
:trydefaultpath
path=C:\Program Files (x86)\Git\cmd;C:\Program Files\Git\cmd;%PATH%
git.exe 2> NUL
if %ERRORLEVEL%==9009 GOTO :showerror
GOTO :EOF
:showerror
path=%oldPath%
ECHO Git is not in your path and could not be f... | Update in case people have 64bit git installed | Update in case people have 64bit git installed
| Batchfile | mit | JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,aaronpowell/Umbraco-CMS,leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,neilgaietto/Umbraco-CMS,tompipe/Umbraco-CMS,gkonings/Umbraco-CMS,neilgaietto/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,TimoPerplex/Umbraco-CMS,base33/Umbraco-CMS,NikRimington/Umbraco-CMS,... |
e733a2662791931bf885227c73557dc5833b72f4 | buildscripts/nightly/test_build.bat | buildscripts/nightly/test_build.bat | @echo off
rem This batch file is not actually used for the nightly build, but performs
rem similar steps and is handy for testing the build with similar settings.
rem It also demonstrates how to set up an automated build by calling Ant
rem directly.
rem Note, however, that this batch file will not clean the source t... | @echo off
setlocal enableextensions enabledelayedexpansion
rem This batch file is not actually used for the nightly build, but performs
rem similar steps and is handy for testing the build with similar settings.
rem It also demonstrates how to set up an automated build by calling Ant
rem directly.
rem Note, however,... | Tweak nightly build test script. | Tweak nightly build test script.
git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@12237 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
| Batchfile | mit | kmdouglass/Micro-Manager,kmdouglass/Micro-Manager |
fbf3265f5af7cbcc5d68f9b16b058e0ddf2292a7 | script/cibuild.cmd | script/cibuild.cmd | SET BUILD_ATOM_RELEASES_S3_KEY=%BUILD_ATOM_WIN_RELEASES_S3_KEY%
SET BUILD_ATOM_RELEASES_S3_SECRET=%BUILD_ATOM_WIN_RELEASES_S3_SECRET%
SET BUILD_ATOM_RELEASES_S3_BUCKET=%BUILD_ATOM_WIN_RELEASES_S3_BUCKET%
ECHO Here I go Windowsing again
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\cibuild" %*
) ELSE (
nod... | SET BUILD_ATOM_RELEASES_S3_KEY=%BUILD_ATOM_WIN_RELEASES_S3_KEY%
SET BUILD_ATOM_RELEASES_S3_SECRET=%BUILD_ATOM_WIN_RELEASES_S3_SECRET%
SET BUILD_ATOM_RELEASES_S3_BUCKET=%BUILD_ATOM_WIN_RELEASES_S3_BUCKET%
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\cibuild" %*
) ELSE (
node "%~dp0\cibuild" %*
)
| Revert "Let's see if we get here." | Revert "Let's see if we get here."
This reverts commit 481cacb5d31d28251da8ee276dba6b203753e869.
| Batchfile | mit | ashneo76/atom,rlugojr/atom,Mokolea/atom,jordanbtucker/atom,bolinfest/atom,t9md/atom,wiggzz/atom,stinsonga/atom,helber/atom,andrewleverette/atom,chfritz/atom,Austen-G/BlockBuilder,ardeshirj/atom,decaffeinate-examples/atom,johnhaley81/atom,CraZySacX/atom,AlexxNica/atom,bj7/atom,alexandergmann/atom,gontadu/atom,transcrani... |
195df5f2a18d35e61b16d82721638b4147a78c4b | ci/jenkins.cmd | ci/jenkins.cmd | @ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET JAVA_HOME=C:\opt\oracle-jdk-8
SET GIT_HOME=C:\Program Files\Git
SET MAVEN... | @ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET JAVA_HOME=C:\opt\oracle-jdk-8
SET GIT_HOME=C:\Program Files\Git
SET MAVEN... | Remove override of output dir on Windows | Remove override of output dir on Windows
| Batchfile | apache-2.0 | SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples |
b54c260d32b68a11a197b60efc6606114220cf90 | setup.bat | setup.bat | @ECHO OFF
ECHO This will install Topographica and its package dependencies.
if "%1"=="" ECHO If default path is not acceptable, enter path as parameter to setup.bat
if NOT "%1"=="" ECHO Target is %1\Topographica\
REM Developer's Note: Install Python then call the setup.py script
REM inside the external/win32 dir... | @ECHO OFF
ECHO This will install Topographica and its package dependencies.
if "%1"=="" ECHO If default path is not acceptable, enter path as parameter to setup.bat
if NOT "%1"=="" ECHO Target is %1\Topographica\
REM Developer's Note: Install Python then call the setup.py script
REM inside the external/win32 dir... | Upgrade Python 2.4.2 for Windows | Upgrade Python 2.4.2 for Windows
| Batchfile | bsd-3-clause | ioam/svn-history,ioam/svn-history,ioam/svn-history,ioam/svn-history,ioam/svn-history |
0573398770861dfb170f3d58ba8da23f411ffe32 | src/SDK/UninstallOrleansVSTools.cmd | src/SDK/UninstallOrleansVSTools.cmd | @setlocal
@prompt $G$S
@set CMDHOME=%~dp0.
@if NOT "%VS120COMNTOOLS%"=="" (
@set VSTOOLSDIR="%VS120COMNTOOLS%"
@set VSVER=Visual Studio 2013
) else (
@set VSTOOLSDIR="%VS110COMNTOOLS%"
@set VSVER=Visual Studio 2012
)
@set PKG=Orleans Tools for %VSVER%
@echo --- Uninstalling %PKG%
@Echo -- VS Tools directory ... | @setlocal
@prompt $G$S
@set CMDHOME=%~dp0.
@if NOT "%VS140COMNTOOLS%"=="" (
@set VSTOOLSDIR="%VS140COMNTOOLS%"
@set VSVER=Visual Studio 2015
) else (
@if NOT "%VS120COMNTOOLS%"=="" (
@set VSTOOLSDIR="%VS120COMNTOOLS%"
@set VSVER=Visual Studio 2013
) else (
@set VSTOOLSDIR="%VS110COMNTOOLS%"
@se... | Add path to 2015 VS Tools. | Add path to 2015 VS Tools.
| Batchfile | mit | xclayl/orleans,jokin/orleans,sebastianburckhardt/orleans,MikeHardman/orleans,hoopsomuah/orleans,dotnet/orleans,SoftWar1923/orleans,pherbel/orleans,xclayl/orleans,galvesribeiro/orleans,brhinescot/orleans,benjaminpetit/orleans,ElanHasson/orleans,sergeybykov/orleans,shayhatsor/orleans,rrector/orleans,shayhatsor/orleans,am... |
1373fe4b0a313f6babaddabbc92196bd603ad0ed | ci/install.bat | ci/install.bat | curl -sSf https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-msvc.exe -o rust.exe
rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust"
set PATH=%PATH%;C:\Rust\bin
curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe
7z x LLVM.exe -oC:\LLVM
set PATH=%PATH%;C:\LLVM\bin
set LIB... | curl -sSf https://static.rust-lang.org/dist/rust-1.24.0-i686-pc-windows-msvc.exe -o rust.exe
rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust"
set PATH=%PATH%;C:\Rust\bin
curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe
7z x LLVM.exe -oC:\LLVM
set PATH=%PATH%;C:\LLVM\bin
set LIB... | Update Rust version used by Appveyor | Update Rust version used by Appveyor
| Batchfile | apache-2.0 | KyleMayes/clang-sys,KyleMayes/clang-sys |
66012cbac6056ae1c7952b78512f90f94af3be83 | start_node.bat | start_node.bat | REM Start Max patch
START "" "C:\Program Files\Cycling '74\Max Runtime 6.1\maxRT.exe" C:\eim\EiMpatch\EmotionInMotion.maxproj
TIMEOUT 15
REM Set Node.js environment to production
SET NODE_ENV=production
REM Switch to EiM directory
CD c:\eim
REM Start Node.js server
C:\Users\EmotionInMotionV2\AppData\Roaming\npm\gru... | REM Start Max patch
START "" "C:\Program Files\Cycling '74\Max Runtime 6.1\maxRT.exe" C:\eim\MaxMSP\EmotionInMotion\EmotionInMotion.maxproj
TIMEOUT 15
REM Set Node.js environment to production
SET NODE_ENV=production
REM Switch to EiM directory
CD c:\eim
REM Start Node.js server
#C:\Users\EmotionInMotionV2\AppData\... | Update startup script with new path and to bypass Grunt | Update startup script with new path and to bypass Grunt
| Batchfile | mit | brennon/eim,brennon/eim,brennon/eim,brennon/eim |
395a90fbeb870890e6b3d48a18bfc222d922087a | scripts/docker/install-docker.bat | scripts/docker/install-docker.bat | powershell -File A:\scripts\docker\add-docker-group.ps1
powershell -File A:\scripts\docker\install-docker.ps1
powershell -File A:\scripts\docker\open-docker-insecure-port.ps1
powershell -File A:\scripts\docker\remove-docker-key-json.ps1
| powershell -File A:\add-docker-group.ps1
powershell -File A:\install-docker.ps1
powershell -File A:\open-docker-insecure-port.ps1
powershell -File A:\remove-docker-key-json.ps1
| Fix path to floppy files | Fix path to floppy files
| Batchfile | mit | plossys/packer-windows |
617d2ecc88a406fb3a3ebdb3bbb754551ce607e4 | Source/build-dist-examples.cmd | Source/build-dist-examples.cmd | @echo off
setlocal
cd "%~dp0"
if exist "dist-examples" rmdir /s /q "dist-examples"
for /d %%a in ("Examples/WPF/*") do (
echo Examples/WPF/%%~a
mkdir "dist-examples/WPF/%%~a"
xcopy /s /d /q "Examples/WPF/%%~a/bin/Release" "dist-examples/WPF/%%~a\"
)
for /d %%a in ("Examples/WPF.SharpDX/*") do (
echo Examples/WPF.Sh... | @echo off
setlocal
cd "%~dp0"
if exist "dist-examples" rmdir /s /q "dist-examples"
for /d %%a in ("Examples/WPF/*") do (
echo Examples/WPF/%%~a
mkdir "dist-examples/WPF/%%~a"
xcopy /s /d /q "Examples/WPF/%%~a/bin/Release" "dist-examples/WPF/%%~a\"
)
for /d %%a in ("Examples/WPF.SharpDX/*") do (
echo Examples/WPF.Sh... | Add SharpDX.Core examples into example package | Add SharpDX.Core examples into example package
| Batchfile | mit | chrkon/helix-toolkit,helix-toolkit/helix-toolkit,JeremyAnsel/helix-toolkit,holance/helix-toolkit |
5281ae4a76789bb32e2c3f5b90b87de49f79e19e | recipe/build_base.bat | recipe/build_base.bat | set LIB=%LIBRARY_LIB%;%LIB%
set LIBPATH=%LIBRARY_LIB%;%LIBPATH%
set INCLUDE=%LIBRARY_INC%;%INCLUDE%
ECHO [directories] > setup.cfg
ECHO basedirlist = %LIBRARY_PREFIX% >> setup.cfg
ECHO [packages] >> setup.cfg
ECHO tests = False >> setup.cfg
ECHO sample_data = False >> setup.cfg
ECHO toolkits_tests = False >> setup.cfg... | set LIB=%LIBRARY_LIB%;%LIB%
set LIBPATH=%LIBRARY_LIB%;%LIBPATH%
set INCLUDE=%LIBRARY_INC%;%INCLUDE%
ECHO [directories] > setup.cfg
ECHO basedirlist = %LIBRARY_PREFIX% >> setup.cfg
ECHO [packages] >> setup.cfg
ECHO tests = False >> setup.cfg
ECHO sample_data = False >> setup.cfg
ECHO toolkits_tests = False >> setup.cfg... | Remove unneeded handling of static libraries on windows | Remove unneeded handling of static libraries on windows
Matplotlib no longer depends on these.
| Batchfile | bsd-3-clause | conda-forge/matplotlib-feedstock |
485580b19c40cdbd1e046f90d59407eb4d6a40ce | launch.bat | launch.bat | java -Xmx256m -Xms32m -jar SimpleServer.jar
pause
| @echo off
java -Xmx256m -Xms32m -jar SimpleServer.jar
pause
| Revert "fix console input echo" | Revert "fix console input echo"
Didn't work.
This reverts commit 110f7c87aee87e59940b8ce3ecfe0a2298b644cc.
| Batchfile | mit | SimpleServer/SimpleServer,iBotPeaches/SimpleServer,SimpleServer/SimpleServer,iBotPeaches/SimpleServer |
e5949ec2af3bb4fce0261665105d845144a5ab9f | tools/createNugetPackages.cmd | tools/createNugetPackages.cmd | @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%
"%~dp0\nuget.exe" pack "%parentDir%\nuspecs\Suite\Microsoft... | @ECHO OFF
pushd "%~dp0.."
SET parentDir=%cd%
popd
SET CONFIGURATION=%2
IF '%CONFIGURATION%' == '' SET CONFIGURATION=Release
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 %CONFIGURATION% -o "%parentDir%\nugets" -... | Allow building Nuget packages out of Debug binaries | Allow building Nuget packages out of Debug binaries
| Batchfile | mit | karolz-ms/diagnostics-eventflow |
f85ff86c047e4ada2fdf5168bf946f1186716320 | bin/pill.bat | bin/pill.bat | @echo off
echo "Not yet"
| @echo off
IF "%~1"=="" (
goto usage
) ELSE IF "%~1"=="init" (
mkdir _pill\bin
set CONDA_BIN_PATH="conda info --root"
set CONDA_DEFAULT_ENV
) ELSE IF "%~1"=="in" (
echo "Ready to go in"
) ELSE IF "%~1" == "out" (
echo "Ready to go out"
) ELSE (
echo "error"
goto usage
exit /b 1
)
exit /b
:usage
echo ... | Switch statement in batch file | Switch statement in batch file
| Batchfile | mit | malev/pill |
db677c56f819e953b09a1a9d759111ea6e5c0c35 | package.bat | package.bat | @echo off
echo.
echo === TEST ===
echo.
dotnet test --configuration Release src/DeepEqual.Test/DeepEqual.Test.csproj
echo.
echo === PACKAGE ===
echo.
dotnet pack --include-symbols --include-source --configuration Release --output ..\.. src\DeepEqual\DeepEqual.csproj
echo.
pause | @echo off
echo.
echo === TEST ===
echo.
dotnet test --configuration Release src/DeepEqual.Test/DeepEqual.Test.csproj
echo.
echo === PACKAGE ===
echo.
dotnet pack ^
--include-symbols ^
-p:SymbolPackageFormat=snupkg ^
--include-source ^
--configuration Release ^
--output . ^
src\DeepEqual\DeepEqual.csproj
dot... | Add steps for packaging Json extension. Use snupkg format for symbols. | Add steps for packaging Json extension. Use snupkg format for symbols.
| Batchfile | mit | jamesfoster/DeepEqual |
d15cf2baa952b94645c903281aa5e95109d73aa0 | contrib/packaging-python/conda/bld.bat | contrib/packaging-python/conda/bld.bat | REM To avoid building in work/ alongside the source. Rather build in work/build/
mkdir build
cd build
REM Remove dot from PY_VER for use in library name
set MY_PY_VER=%PY_VER:.=%
REM Configure step
cmake -G "%CMAKE_GENERATOR%" ^
-DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^
-DPYTHON_INCLUDE_DIR:PATH="%PREFIX%"/include ... | REM To avoid building in work/ alongside the source. Rather build in work/build/
mkdir build
cd build
REM Remove dot from PY_VER for use in library name
set MY_PY_VER=%PY_VER:.=%
REM Configure step
cmake -G "%CMAKE_GENERATOR%" ^
-DCMAKE_INSTALL_PREFIX="%PREFIX%" ^
-DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^
-DPYTHON... | Build into virtual environment of Conda | Build into virtual environment of Conda
| Batchfile | bsd-3-clause | rserban/chrono,dariomangoni/chrono,rserban/chrono,projectchrono/chrono,rserban/chrono,projectchrono/chrono,projectchrono/chrono,rserban/chrono,rserban/chrono,rserban/chrono,armanpazouki/chrono,armanpazouki/chrono,Milad-Rakhsha/chrono,projectchrono/chrono,Milad-Rakhsha/chrono,dariomangoni/chrono,projectchrono/chrono,dar... |
bd4bff77ce049e573a8e8bbefc6911ab9bb764f1 | Build/ZipRelease.cmd | Build/ZipRelease.cmd | call DeletePdbFiles.cmd ..\Output\NET45\Examples
call DeletePdbFiles.cmd ..\Output\NET40\Examples
del /S /Q ..\Output\NET40\Examples
"C:\Program Files\7-Zip\7z.exe" a -r ..\Output\HelixToolkit-%1.zip ..\Output\*.* > ZipRelease.log | mkdir ..\Output\Release
mkdir ..\Output\Release\NET40
mkdir ..\Output\Release\NET45
copy ..\Output\NET45\HelixToolkit.??? ..\Output\Release
copy ..\Output\NET45\HelixToolkit.Wpf.??? ..\Output\Release\NET45
copy ..\Output\NET40\HelixToolkit.Wpf.??? ..\Output\Release\NET40
copy ..\Output\NET45\HelixToolkit.Wpf.In... | Remove examples from Codeplex Release package. | Remove examples from Codeplex Release package.
| Batchfile | mit | helix-toolkit/helix-toolkit,lcouz/helix-toolkit,smischke/helix-toolkit,Iluvatar82/helix-toolkit,CobraCalle/helix-toolkit,jotschgl/helix-toolkit,vidstige/helix-toolkit,DynamoDS/helix-toolkit,holance/helix-toolkit,aparajit-pratap/helix-toolkit,JeremyAnsel/helix-toolkit,0x53A/helix-toolkit,chrkon/helix-toolkit,huoxudong12... |
379665993006121567346340662bd352f91d4c1f | server/bin/server.bat | server/bin/server.bat | @echo off
set NODE_ENV=production
set AUTH_TOKEN=changeme
set PORT=80
if %AUTH_TOKEN%==changeme (
echo *****************************************************
echo Please change the AUTH_TOKEN in server/bin/server.bat
echo *****************************************************
pause > nul
EXIT
)
coffee ./bin/... | @echo off
set NODE_ENV=production
set AUTH_TOKEN=changeme
set PORT=80
if %AUTH_TOKEN%==changeme (
echo *****************************************************
echo Please change the AUTH_TOKEN in server/bin/server.bat
echo *****************************************************
pause > nul
EXIT
)
forever ./bin... | Make app use forever on windows | Make app use forever on windows
| Batchfile | bsd-3-clause | unepwcmc/NRT,unepwcmc/NRT |
0e5e8f161d205aa96d6ada7d6c73ba920886b42f | zipsrc.bat | zipsrc.bat | cd ..
del/q scite.zip
zip scite.zip scintilla\*.* scintilla\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp -x *.ncb -x *.sbr -x *.bsc -x *.ilk -x *.idb -x *.dpsession -x *.bak
cd scite
| cd ..
del/q scite.zip
zip scite.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp -x *.ncb -x *.sbr -x *.bsc -x *.ilk -x *.idb -x *.dpsession -x *.bak
cd ... | Store OS X files in zips. | Store OS X files in zips.
| Batchfile | isc | R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone |
5d8b3cdf7eff724698e58887d96e63b422c5c993 | Package.bat | Package.bat |
nuget pack AgateLib/AgateLib.csproj
nuget pack AgateLib.AgateSDL/AgateLib.SDL.csproj
nuget pack AgateLib.OpenGL/AgateLib.OpenGL.csproj
nuget pack AgateLib.Platform.WinForms/AgateLib.Platform.WinForms.csproj
nuget pack AgateLib.Platform.Test/AgateLib.Platform.Test.csproj
nuget pack AgateLib.Platform.IntegrationTest/Aga... |
nuget pack AgateLib/AgateLib.csproj
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
nuget pack AgateLib.AgateSDL/AgateLib.SDL.csproj
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
nuget pack AgateLib.OpenGL/AgateLib.OpenGL.csproj
if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL%
nuget pack AgateLib.Platform.WinForms/AgateLib.Platf... | Add error checking to package.bat. | Add error checking to package.bat.
| Batchfile | mit | eylvisaker/AgateLib |
fac8d5b65e78a5e04ef3ffc08eb59988c912356e | init.bat | init.bat | @echo off
chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /b $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ...=cd ../..
doskey ....=c... | @echo off
chcp 65001>nul
prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /d $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ...=cd ../..
doskey ....=c... | Use /d switch for ls | Use /d switch for ls
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
6e2838bce2879478df056cb9e6d8adbf124b0dc7 | Framework/Emlid.WindowsIoT.Hardware/Package.cmd | Framework/Emlid.WindowsIoT.Hardware/Package.cmd | @echo off
rem NuGet Package Script
rem ====================
rem Creates a release build then generates the NuGet package into the output directory.
rem Remember to update the version number and release notes in the "nuspec" file before each release.
echo.
echo Creating Release build
msbuild "%~dp0Emlid.Windows... | @echo off
rem NuGet Package Script
rem ====================
rem Creates a release build then generates the NuGet package into the output directory.
rem Remember to update the version number and release notes in the "nuspec" file before each release.
echo.
echo Initializing Visual Studio tools...
call "%vs140comntools%... | Add VS tools initialization to NuGet package command so it can run standalone. | Add VS tools initialization to NuGet package command so it can run standalone.
| Batchfile | apache-2.0 | emlid/Navio-SDK-Windows-IoT,emlid/Navio-SDK-Windows-IoT,emlid/Navio-SDK-Windows-IoT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.