commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
ef0b5e7f2e3498cfae6f1c6a035cc44bac1b03ad | copy-files.cmd | copy-files.cmd | robocopy . ..\..\..\..\..\installer\windows\x64\packages\com.kryvosproject.kryvos\data\ /E
robocopy . Kryvos\ /E
| robocopy . ..\..\..\..\..\installer\windows\x64\packages\com.kryvosproject.kryvos\data\ /E
robocopy . Kryvos\ /E
exit 0
| Append exit 0 for AppVeyor copy script | Append exit 0 for AppVeyor copy script
| Batchfile | mit | adolby/Kryvos,adolby/Kryvos,adolby/Kryvos |
a844c8532e5c8c6bd155de81c24cba69577ba00b | ebtask_example.bat | ebtask_example.bat | set PYTHON=C:\Python27\python.exe
set BASE_DIR=[Your email-backup checkout]
set OUTPUT_DIR=[Directory to output archive]
set EMAIL=[Email address]
set PASSWORD=[Password (application specific password for gmail accounts)]
set IMAP=[IMAP server address]
%python% %BASE_DIR%\ebackup.py -e %EMAIL% -p %PASSWORD% -i %IMAP%... | set PYTHON=C:\Python27\python.exe
set BASE_DIR=[Your email-backup checkout]
set OUTPUT_DIR=[Directory to output archive]
set EMAIL=[Email address]
set PASSWORD=[Password (application specific password for gmail accounts)]
set IMAP=[IMAP server address]
%python% %BASE_DIR%\ebackup.py -e %EMAIL% -p %PASSWORD% -i %IMAP%... | Archive was being stored in wrong directory. | Archive was being stored in wrong directory.
| Batchfile | mit | thegoldenmule/email-backup,thegoldenmule/email-backup |
558bbdf4f33d0d62ec75cef40eb933ba5d58210f | bundle.bat | bundle.bat | jar -cvf bundle.jar Z80Processor-2.0.2.pom Z80Processor-2.0.2.pom.asc Z80Processor-2.0.2.jar Z80Processor-2.0.2.jar.asc Z80Processor-2.0.2-javadoc.jar Z80Processor-2.0.2-javadoc.jar.asc Z80Processor-2.0.2-sources.jar Z80Processor-2.0.2-sources.jar.asc | Remove files that should have been git ignored | Remove files that should have been git ignored
| Batchfile | apache-2.0 | codesqueak/Z80Processor | |
1aff0e254d3a3b109b8e19caee702dc0912d8532 | Build/nuget-restore.bat | Build/nuget-restore.bat | @echo off
SET ROOT=%~dp0..
SET NuGetExe=%ROOT%\Tools\NuGet.exe
SET SolutionFile=%ROOT%\UnitsNet.sln
%NuGetExe% restore %SolutionFile% | @echo off
SET ROOT=%~dp0..
SET NuGetExe=%ROOT%\Tools\NuGet.exe
SET SolutionFile=%ROOT%\UnitsNet.2015.sln
%NuGetExe% restore %SolutionFile% | Update references to rename solution file | Update references to rename solution file
| Batchfile | mit | anjdreas/UnitsNet,Tirael/UnitsNet,BrandonLWhite/UnitsNet,BrandonLWhite/UnitsNet,anjdreas/UnitsNet,BoGrevyDynatest/UnitsNet,neutmute/UnitsNet |
e86e01d15df619f0cc07c3160ad92a5018fae730 | server/script-templates/jruby.bat | server/script-templates/jruby.bat | @echo off
<% print environment.collect { entry -> """set ${entry.key}=\"${entry.value}\"""" }.join("\n") %>
rem add jruby and rubygem binstubs to PATH
set PATH="${additionalJRubyPaths.join(File.pathSeparator)};%PATH%"
"${javaExecutable}" ^
<% print jvmArgs.collect { entry -> $/ "${entry}"/$ }.join(" ^\n") %> ^
<% pr... | @echo off
<% print environment.collect { entry -> """set \"${entry.key}=${entry.value}\"""" }.join("\n") %>
rem add jruby and rubygem binstubs to PATH
set "PATH=${additionalJRubyPaths.join(File.pathSeparator)};%PATH%"
"${javaExecutable}" ^
<% print jvmArgs.collect { entry -> $/ "${entry}"/$ }.join(" ^\n") %> ^
<% pr... | Fix env var quoting on Windows | Fix env var quoting on Windows
| Batchfile | apache-2.0 | ketan/gocd,Skarlso/gocd,gocd/gocd,Skarlso/gocd,ketan/gocd,ketan/gocd,ketan/gocd,gocd/gocd,gocd/gocd,gocd/gocd,Skarlso/gocd,Skarlso/gocd,gocd/gocd,Skarlso/gocd,ketan/gocd,Skarlso/gocd,gocd/gocd,ketan/gocd |
fc842d4727f5d1b2a58cbf1e15a5fb7a84f4ab4c | scripts/compile-dotnet-assemblies.bat | scripts/compile-dotnet-assemblies.bat | ::http://support.microsoft.com/kb/2570538
::http://robrelyea.wordpress.com/2007/07/13/may-be-helpful-ngen-exe-executequeueditems/
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT
%windir%\microsoft.net\framework\v4.0.30319\ngen.exe update /force /queue
%windir%\microsoft.net\framework\v4.0.30319\ngen.exe executequeu... | ::http://support.microsoft.com/kb/2570538
::http://robrelyea.wordpress.com/2007/07/13/may-be-helpful-ngen-exe-executequeueditems/
if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT
if exist "%windir%\microsoft.net\framework\v4.0.30319\ngen.exe" (
%windir%\microsoft.net\framework\v4.0.30319\ngen.exe update /force /qu... | Check whether ngen.exe exists and execute only if it exists. Some versions of Windows 7 (e.g. without updates) do not include .NET Framework 4.0 by default. | Check whether ngen.exe exists and execute only if it exists. Some versions of Windows 7 (e.g. without updates) do not include .NET Framework 4.0 by default.
| Batchfile | mit | TaylorMonacelli/packer-windows,TheBigBear/packer-windows-joefitzgerald,floradu88/packer-windows,tsew/packer-windows,joefitzgerald/packer-windows,bigwave/packer-windows |
546f3c77f9ffeaf5876568442ab914edbb9dca61 | src/FolderDiffPowerShell/FolderDiff.bat | src/FolderDiffPowerShell/FolderDiff.bat | @ECHO OFF
SET CurrentPath=%~dp0
SET ReferenceFolder=%1
SET DifferenceFolder=%2
SET SupportLongFilenames=%3
IF [%3]==[] SET SupportLongFilenames=$False
ECHO.
PowerShell.exe -NoProfile -ExecutionPolicy ByPass -Command "%CurrentPath%FolderDiff.ps1 %ReferenceFolder% %DifferenceFolder% %SupportLongFilenames% | ForEac... | @ECHO OFF
SET CurrentPath=%~dp0
SET ReferenceFolder=%1
SET DifferenceFolder=%2
SET SupportLongFilenames=%3
IF [%3]==[] SET SupportLongFilenames=$False
ECHO.
PowerShell.exe ^
-NoProfile ^
-ExecutionPolicy ByPass ^
-Command ^
"%CurrentPath%FolderDiff.ps1 %ReferenceFolder% %DifferenceFolder% ... | Make file more readable by shortening lines. | Make file more readable by shortening lines. | Batchfile | bsd-3-clause | sietsevdschoot/FolderDiff |
e83e66c6848e85479d6afeabaa58dfc601622e20 | contrib/packaging-python/conda/bld.bat | contrib/packaging-python/conda/bld.bat | REM mkdir build
REM 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 ^
-DPYTHON_LIBRARY:FILEPATH="%PREFIX%"/libs/python%MY_PY_VER%.lib ... | 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 ... | Change CI build dir in appeyor | Change CI build dir in appeyor
| Batchfile | bsd-3-clause | projectchrono/chrono,rserban/chrono,projectchrono/chrono,projectchrono/chrono,rserban/chrono,dariomangoni/chrono,Milad-Rakhsha/chrono,armanpazouki/chrono,dariomangoni/chrono,armanpazouki/chrono,dariomangoni/chrono,dariomangoni/chrono,rserban/chrono,armanpazouki/chrono,projectchrono/chrono,dariomangoni/chrono,projectchr... |
61c0c7e372befa2d724081bc23fd540d892b459d | ci/tasks/cats-windows.bat | ci/tasks/cats-windows.bat | SET GOPATH=%CD%\cf-release-repo
SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
SET PATH=C:\Go\bin;%PATH%
SET PATH=C:\Program Files\Git\cmd\;%PATH%
SET PATH=%CD%\cf-release-repo\bin;%PATH%
SET PATH=C:\Program Files\7-Zip;%PATH%
SET PATH=C:\Program Files\cURL\bin;%PATH%
SET PATH=%CD%;%PATH%
SET /... | SET GOPATH=%CD%\cf-release-repo
SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
SET PATH=C:\Go\bin;%PATH%
SET PATH=C:\Program Files\Git\cmd\;%PATH%
SET PATH=%CD%\cf-release-repo\bin;%PATH%
SET PATH=C:\Program Files\GnuWin32\bin;%PATH%
SET PATH=C:\Program Files\cURL\bin;%PATH%
SET PATH=%CD%;%PATH%... | Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke" | Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke"
This reverts commit 42237d6c20c650f9803acbd496df30d8d9e0b8d6.
| Batchfile | apache-2.0 | cloudfoundry/cli,cloudfoundry/cli,cloudfoundry/cli |
f92449d932b63d088131648e3422a105c492ef01 | cmds/mongo_populate/populate_homes.cmd | cmds/mongo_populate/populate_homes.cmd | @echo off
where mongoimport /q
IF "%ERRORLEVEL%" == "0" (
call mongoimport --host localhost --port 27017 --collection homes --db bibliothek --jsonArray --file ./homes_data.json --verbose
) ELSE (
echo Cannot find `mongoimport`
)
| Add windows command for populating mongo | Add windows command for populating mongo
| Batchfile | mit | PaperJamTeam/bibliothek,PaperJamTeam/bibliothek | |
c84b42177b331c4e2c5c04e07c0167b0db7eb6bb | 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 || exit /b 1
cd ..
rmdir /S /Q packages
bin\nuget restore || exit /b 1
MSBuil... | :: 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
... | Build Ironframe in DiegoWindowsMSI on appveyor instead of testing it (currently freezes) | Build Ironframe in DiegoWindowsMSI on appveyor instead of testing it (currently freezes)
See #93622840
| Batchfile | apache-2.0 | cloudfoundry/garden-windows,cloudfoundry/garden-windows,cloudfoundry-incubator/garden-windows,stefanschneider/garden-windows,stefanschneider/garden-windows,cloudfoundry/garden-windows,cloudfoundry-incubator/garden-windows,cloudfoundry-incubator/garden-windows,stefanschneider/garden-windows |
5e815e8686b630a0078da7af4b010c61cb2005f0 | syzygy/run_all_tests.bat | syzygy/run_all_tests.bat | @echo off
:: Copyright 2009 Google Inc. All Rights Reserved.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by ... | @echo off
:: Copyright 2009 Google Inc. All Rights Reserved.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by ... | Fix run_all_test script to avoid git-cl variable clashes. | Fix run_all_test script to avoid git-cl variable clashes.
A recent update to git-cl seems to use the same variable
SCRIPT, etc...
After running run_all_tests, the git-cl script won't work until you unset
the variables or close your shell.
Unsetting the variable is enough, but it's safer to use a new name in
case the... | Batchfile | apache-2.0 | Eloston/syzygy,google/syzygy,google/syzygy,wangming28/syzygy,supriyantomaftuh/syzygy,supriyantomaftuh/syzygy,pombreda/syzygy,ericmckean/syzygy,ericmckean/syzygy,pombreda/syzygy,wangming28/syzygy,pombreda/syzygy,wangming28/syzygy,Eloston/syzygy,sebmarchand/syzygy,wangming28/syzygy,supriyantomaftuh/syzygy,sebmarchand/syz... |
5b02ad156fefdb7a937b9ed1a76986e6c278056b | doc/screenplay/demo-3-bach.bat | doc/screenplay/demo-3-bach.bat | @echo off
cls
echo.
echo BEGIN OF DEMO 3: Bach.java
pause > nul
if exist demo rmdir /q/s demo
mkdir demo
cd demo
mkdir src\demo
echo ______
echo Step 1: Declare demo module: src\demo\module-info.java
pause > nul
(
echo module demo {}
)>"src\demo\module-info.java"
echo.
type src\demo\module-info.java
pause > nul
echo... | @echo off
cls
echo.
echo BEGIN OF DEMO 3: Bach.java
pause > nul
if exist demo rmdir /q/s demo
mkdir demo
cd demo
mkdir src\demo
echo ______
echo Step 1: Declare demo module: src\demo\module-info.java
pause > nul
(
echo module demo {}
)>"src\demo\module-info.java"
echo.
type src\demo\module-info.java
pause > nul
echo... | Update arguments used in screenplay demo 3 | Update arguments used in screenplay demo 3
| Batchfile | mit | sormuras/bach,sormuras/bach |
fad834821987c1754b62ae6b571ab4e8f568599c | Tools/AppVeyor/Install.cmd | Tools/AppVeyor/Install.cmd | @echo off
if not exist "C:\Program Files (x86)\gs" powershell -ExecutionPolicy Unrestricted ..\Scripts\AppVeyor\InstallGhostscript.ps1
if %errorlevel% neq 0 exit /b %errorlevel%
set LIBDIR=C:\Magick.NET.libs
if exist %LIBDIR% goto done
echo Downloading .lib files
appveyor DownloadFile https://www.dropbox.com/sh/5m3z... | @echo off
if not exist "C:\Program Files (x86)\gs" powershell -ExecutionPolicy Unrestricted ..\Scripts\AppVeyor\InstallGhostscript.ps1
if %errorlevel% neq 0 exit /b %errorlevel%
set LIBDIR=C:\Magick.NET.libs
if exist %LIBDIR% goto done
echo Downloading .lib files
appveyor DownloadFile https://www.dropbox.com/sh/5m3z... | Revert dotnet restore because it did not fix the AnyCPU build. | Revert dotnet restore because it did not fix the AnyCPU build.
| Batchfile | apache-2.0 | dlemstra/Magick.NET,dlemstra/Magick.NET |
6c3e7ce76cf72aa2985ac839fdc48890b6852679 | tools/release_win.bat | tools/release_win.bat | rem Tool to assemble Windows builds
rem Requirements are 7-zip, py2exe, and FreeExtractor
PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH%
rem ****** Clean out the old junk
rmdir /q /s dist\*.*
del /s /q dist\*.*
rem ****** Compile our executable and core zipfile
python setup.py py2e... | rem Tool to assemble Windows builds
rem Requirements are 7-zip, py2exe, and FreeExtractor
PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH%
rem ****** Clean out the old junk
del /s /f /q dist
rem ****** Compile our executable and core zipfile
python setup.py py2exe
rem ****** Remove... | Remove wildcard from del statement | Remove wildcard from del statement
| Batchfile | apache-2.0 | rogers0/namebench,google/namebench,google/namebench,protron/namebench,google/namebench |
6ef57d4462f0b09ed8d0f92411703f2c7b5a2f74 | recipes/curl/bld.bat | recipes/curl/bld.bat | cd winbuild
if %ARCH% == 32 (
set ARCH_STRING=x86
) else (
set ARCH_STRING=x64
)
REM This is implicitly using WinSSL. See Makefile.vc for more info.
nmake /f Makefile.vc mode=dll VC=%VS_MAJOR:"=% WITH_DEVEL=%LIBRARY_PREFIX% ^
WITH_ZLIB=dll DEBUG=no ENABLE_IDN=no MACHINE=%ARCH_STRING%
robocopy ..\bu... | cd winbuild
if %ARCH% == 32 (
set ARCH_STRING=x86
) else (
set ARCH_STRING=x64
)
REM This is implicitly using WinSSL. See Makefile.vc for more info.
nmake /f Makefile.vc mode=dll VC=%VS_MAJOR:"=% WITH_DEVEL=%LIBRARY_PREFIX% ^
WITH_ZLIB=dll DEBUG=no ENABLE_IDN=no MACHINE=%ARCH_STRING%
if %ERRORLEVEL%... | Address exit codes on Windows. | curl: Address exit codes on Windows.
| Batchfile | bsd-3-clause | hadim/staged-recipes,ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,jochym/staged-recipes,arokem/staged-recipes,benvandyke/staged-recipes,jcb91/staged-recipes,rvalieris/staged-recipes,mcs07/staged-recipes,planetarypy/staged-recipes,atedstone/staged-recipes,larray-project/staged-recipes,pstjohn/staged-recipes,jjhe... |
5a5b4250df21a4e6278371c557a0cb5b1887fd15 | contrib/appveyor-mingw.bat | contrib/appveyor-mingw.bat | rem CMake/MinGW workaround - remove sh.exe from PATH
where sh
set MINGW=C:\Qt\Tools\mingw530_32
set QTDIR=C:\Qt\5.11.0\mingw53_32
set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
set CMAKE_PREFIX_PATH=%QTDIR%
set PATH=%MINGW%\bin;%PATH%;%QTDIR%\bin
:: Qt needs to find the windows platform plugin to run tests
set QT_QPA_P... | rem CMake/MinGW workaround - remove sh.exe from PATH
where sh
set MINGW=C:\Qt\Tools\mingw530_32
set QTDIR=C:\Qt\5.11.0\mingw53_32
set PATH=%PATH:C:\Program Files\Git\usr\bin;=%
set CMAKE_PREFIX_PATH=%QTDIR%
set PATH=%MINGW%\bin;%PATH%;%QTDIR%\bin
:: Qt needs to find the windows platform plugin to run tests
set QT_QPA_P... | Disable tests in Mingw builds | Appveyor: Disable tests in Mingw builds
With the move to Qt 5.11 the tests fail to run, disable for now.
| Batchfile | isc | equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt,equalsraf/neovim-qt |
282c7fdd307889e39d7c42dea4b898f1890db054 | scripts/win-build.bat | scripts/win-build.bat | set SRC_DIR=%cd%\src
set DIST_DIR=%SRC_DIR%\dist
set BUILD_DIR=%SRC_DIR%\build
set OUT_DIR=%SRC_DIR%\bin
set MSI_TARGET_DIR=C:\jenkins\build\whid-x64
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
cd
cd %SRC_DIR%
dir
echo on
rmdir /S /Q "%DIST_DIR%"
mkdir "%DIST_D... | set SRC_DIR=%cd%\src
set DIST_DIR=%SRC_DIR%\dist
set BUILD_DIR=%SRC_DIR%\build
set OUT_DIR=%SRC_DIR%\bin
set MSI_TARGET_DIR=C:\jenkins\build\whid-x64
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
cd
cd %SRC_DIR%
dir
echo on
rmdir /S /Q "%DIST_DIR%"
mkdir "%DIST_D... | Use REN instead of MOVE as the latter has issues with long path | Use REN instead of MOVE as the latter has issues with long path
| Batchfile | mit | spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre |
1497768382b623c6b147ea4a126dd0b820e342d8 | projectCreator.bat | projectCreator.bat | echo off
set platformsFolder=platforms
set platformName=Visual
set folder=%platformsFolder%\%platformName%
if not exist %folder% (mkdir %folder%) | rem echo off
SET mypath=%~dp0
set platformsFolder=platforms
set platformName="Visual Studio 14"
set folder=%mypath%\%platformsFolder%\%platformName%
if not exist %folder% (mkdir %folder%)
cd %platformsFolder%
rem call cmake
cmake.exe .. -G%platformName%
cd %mypath%
pause | Create project for visual studio 14 | Create project for visual studio 14
| Batchfile | mit | aphilippe/AppLauncher,aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/ClappLauncher |
b31738491246f6803d330a8b34cb66836831890f | MonetDB/NT/Mserver.bat | MonetDB/NT/Mserver.bat | @rem figure out the folder name
@set MONETDB=%~dp0
@rem remove the final backslash from the path
@set MONETDB=%MONETDB:~0,-1%
@rem extend the search path with our EXE and DLL folders
@rem we depend on pthreadVCE.dll having been copied to the lib folder
@set PATH=%MONETDB%\bin;%MONETDB%\lib;%PATH%
@rem start the real... | @echo off
rem figure out the folder name
set MONETDB=%~dp0
rem remove the final backslash from the path
set MONETDB=%MONETDB:~0,-1%
rem extend the search path with our EXE and DLL folders
rem we depend on pthreadVCE.dll having been copied to the lib folder
set PATH=%MONETDB%\bin;%MONETDB%\lib;%PATH%
set MONETDBFARM... | Put database and log files in Application Data folder instead of Program Files folder. | Put database and log files in Application Data folder instead of Program Files folder.
| Batchfile | mpl-2.0 | zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb |
c3ef86e43ad4b05f0c0fffd647e4f07a2026bacf | windows/scripts/add_systemstart_task.bat | windows/scripts/add_systemstart_task.bat | @echo off
TITLE Adding task to start KA Lite at system start
setlocal
for /f "tokens=4-6 delims=[.XP " %%i in ('ver') do set WIN_VERSION="%%i.%%j"
rem 5.1 and 5.2 are XP and Server 2003/64-bit XP
if %WIN_VERSION% LEQ "5.2" (
echo This feature is unavailable on this version of Windows.
pause
) else (... | @echo off
TITLE Adding task to start KA Lite at system start
setlocal
for /f "tokens=4-6 delims=[.XP " %%i in ('ver') do set WIN_VERSION="%%i.%%j"
rem 5.1 and 5.2 are XP and Server 2003/64-bit XP
if %WIN_VERSION% LEQ "5.2" (
echo This feature is unavailable on this version of Windows.
pause
) else (... | Create scheduled task as current user | Create scheduled task as current user
| Batchfile | mit | ruimalheiro/installers,learningequality/installers,benjaoming/installers,benjaoming/installers,mrpau/installers,mrpau/installers,learningequality/installers,learningequality/ka-lite-installers,benjaoming/installers,learningequality/installers,mrpau/installers,ruimalheiro/installers,learningequality/ka-lite-installers,l... |
4acb95c32d9f1ea2f7c2405b0708c30279304d3d | build.libgit2sharp.cmd | build.libgit2sharp.cmd | set FrameworkVersion=v4.0.30319
set FrameworkDir=%SystemRoot%\Microsoft.NET\Framework
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" CI-build.msbuild
exit /B %ERRORLEVEL% | SET BASEDIR=%~dp0
set FrameworkVersion=v4.0.30319
set FrameworkDir=%SystemRoot%\Microsoft.NET\Framework
"%FrameworkDir%\%FrameworkVersion%\msbuild.exe" "%BASEDIR%CI-build.msbuild"
exit /B %ERRORLEVEL% | Make build Windows command line launcher independent from the current working directory | Make build Windows command line launcher independent from the current working directory
| Batchfile | mit | psawey/libgit2sharp,jeffhostetler/public_libgit2sharp,dlsteuer/libgit2sharp,GeertvanHorrik/libgit2sharp,jamill/libgit2sharp,github/libgit2sharp,PKRoma/libgit2sharp,xoofx/libgit2sharp,vivekpradhanC/libgit2sharp,AArnott/libgit2sharp,AArnott/libgit2sharp,OidaTiftla/libgit2sharp,AMSadek/libgit2sharp,paulcbetts/libgit2sharp... |
ebc1774180474606deabf79d105aaf2a3c0075d5 | .conda/ndtypes/bld.bat | .conda/ndtypes/bld.bat | cd "%RECIPE_DIR%\..\..\" || exit 1
"%PYTHON%" setup.py module || exit 1
"%PYTHON%" setup.py module_install || exit 1
if not exist "%RECIPE_DIR%\test" mkdir "%RECIPE_DIR%\test" || exit 1
copy /y python\*.py "%RECIPE_DIR%\test"
| Add standalone conda module build on Windows. | Add standalone conda module build on Windows.
| Batchfile | bsd-3-clause | skrah/ndtypes,plures/ndtypes,plures/ndtypes,plures/ndtypes,skrah/ndtypes,plures/ndtypes,skrah/ndtypes,skrah/ndtypes | |
4e6da480d55a4789bba43dca916ee257a62b5d1e | music-box/music-box/run.bat | music-box/music-box/run.bat | .\bin\Debug\music_box.exe --init albums.txt
.\bin\Debug\music_box.exe --load my-favorite-aor.txt
.\bin\Debug\music_box.exe --play
| Add bat file to test | Add bat file to test
| Batchfile | mit | master-q/study_fsharp | |
c74962497616d0dacd89fd11cc25db4fbbe60637 | scripts/code.bat | scripts/code.bat | @echo off
setlocal
title VSCode Dev
pushd %~dp0\..
:: Node modules
if not exist node_modules call yarn
for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a
set NAMESHORT=%NAMESHORT: "=%
set NAMESHORT=%NAMESHORT:"=%.exe
set CODE=".build\electron\%NAM... | @echo off
setlocal
title VSCode Dev
pushd %~dp0\..
:: Node modules
if not exist node_modules call yarn
for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a
set NAMESHORT=%NAMESHORT: "=%
set NAMESHORT=%NAMESHORT:"=%.exe
set CODE=".build\electron\%NAM... | Install builtInExtensions on windows too | Install builtInExtensions on windows too
| Batchfile | mit | microsoft/vscode,DustinCampbell/vscode,Microsoft/vscode,eamodio/vscode,hoovercj/vscode,mjbvz/vscode,rishii7/vscode,0xmohit/vscode,eamodio/vscode,joaomoreno/vscode,eamodio/vscode,microsoft/vscode,cleidigh/vscode,the-ress/vscode,DustinCampbell/vscode,landonepps/vscode,joaomoreno/vscode,microlv/vscode,mjbvz/vscode,0xmohit... |
815c649679064eec970c1753a42d66a3f10d2255 | context-menu-disable-grepWin.bat | context-menu-disable-grepWin.bat | @echo off
setlocal EnableDelayedExpansion
set registryRoot=HKCU\Software\Classes
set key=grepWin...
reg add "%registryRoot%\*\shell\%key%" /v LegacyDisable /t REG_SZ /f
reg add "%registryRoot%\Directory\background\shell\%key%" /v LegacyDisable /t REG_SZ /f
reg add "%registryRoot%\Directory\shell\%key%" /v LegacyDisa... | @echo off
setlocal EnableDelayedExpansion
set registryRoot=HKCU\Software\Classes
set key=grepWin...
reg add "%registryRoot%\*\shell\%key%" /v LegacyDisable /t REG_SZ /f
reg add "%registryRoot%\Directory\background\shell\%key%" /v LegacyDisable /t REG_SZ /f
reg add "%registryRoot%\Directory\shell\%key%" /v LegacyDisa... | Add another key for grepWin to deactivate | Add another key for grepWin to deactivate
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
b8132e94810e245a87b6201667af311e753cb122 | bintrayupload.bat | bintrayupload.bat | @echo off
setlocal EnableDelayedExpansion
SET username=%1
SET apikey=%2
SET modules="MediaPlayer" "MediaPlayer-DASH" "MediaPlayer-GLES" "MediaPlayer-GLES-FlowAbs" "MediaPlayer-GLES-QrMarker"
FOR %%m in (%modules%) DO (
gradlew %%~m:clean %%~m:build %%~m:bintrayUpload -PbintrayUser=%username% -PbintrayKey=%apikey% -P... | @echo off
setlocal EnableDelayedExpansion
REM Uploading all modules at once (with one gradle command) does not work any more, so a separate command for each module must be issued
SET username=%1
SET apikey=%2
SET modules="MediaPlayer" "MediaPlayer-DASH" "MediaPlayer-GLES" "MediaPlayer-GLES-FlowAbs" "MediaPlayer-GLES-... | Add explanation to upload script | Add explanation to upload script
| Batchfile | apache-2.0 | protyposis/Spectaculum,protyposis/MediaPlayer-Extended,protyposis/MediaPlayer-Extended,protyposis/Spectaculum |
14232c16be208ab2602cff6d5fd2d00247da5ac4 | tasks/deploy_tasks.bat | tasks/deploy_tasks.bat | for /d %%d in (*) do (
xcopy /y /s %%d\deploy\* ..\checksystem\src\deploy\site\download\
)
xcopy /y /s ..\checksystem\download\* ..\checksystem\src\deploy\site\download\ | echo "Zipping backup.zip..."
pushd ..\checksystem\download\1b1baa8dbc68603a
%~dp0tools\zip backup.zip *.txt
popd
echo "Copying to site..."
for /d %%d in (*) do (
xcopy /y /s %%d\deploy\* ..\checksystem\src\deploy\site\download\
)
xcopy /y /s ..\checksystem\download\* ..\checksystem\src\deploy\site\download\
| Add zipping to tasks deploy process | Add zipping to tasks deploy process
| Batchfile | mit | HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015,HackerDom/qctf-starter-2015 |
8a0d72c692c9faeb21711c6bf8cee307275cef8f | Build.bat | Build.bat | SETLOCAL
SET Version=2.0.1
SET Prerelease=auto
CALL Tools\Build\FindVisualStudio.bat || GOTO Error0
REM Updating the build version.
PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% %Prerelease% || GOTO Error0
WHERE /Q NuGet.exe || ECHO ERROR: Please download the NuGet.exe command line tool. &&... | SETLOCAL
SET Version=2.0.1
SET Prerelease=auto
CALL Tools\Build\FindVisualStudio.bat || GOTO Error0
REM Updating the build version.
PowerShell -ExecutionPolicy ByPass .\ChangeVersion.ps1 %Version% %Prerelease% || GOTO Error0
WHERE /Q NuGet.exe || ECHO ERROR: Please download the NuGet.exe command line tool. &&... | Revert ChangeVersion on error in build script | Revert ChangeVersion on error in build script
| Batchfile | agpl-3.0 | Rhetos/SimpleSPRTEmail |
907fbce654b9b1e9ae98b534581f3d4f6580b3f1 | misc/env/user-example/win32/env.user.bat | misc/env/user-example/win32/env.user.bat | ECHO OFF
SET PATH=%PATH%;%PROJECT_HOME%\misc\env\user\win32\scripts
REM SET PATH=%PATH%;C:\Dev\vagrant\bin
ECHO User Environment Setup.
| ECHO OFF
SET PATH=%PATH%;%PROJECT_HOME%\misc\env\user\win32\scripts
REM SET PATH=%PATH%;C:\Dev\vagrant\bin
SET PATH=%PATH%;C:\cygwin64\bin
ECHO User Environment Setup.
| Add cygwin to env path for windows dev | Add cygwin to env path for windows dev
| Batchfile | mit | kaliatech/chimaney-voter-001,kaliatech/chimaney-voter-001 |
5c83a5287f433041a8f449946a494cea56961b38 | Build-UWP.bat | Build-UWP.bat | @echo off
set fdir="%ProgramFiles%\MSBuild\14.0\Bin"
if not exist %fdir% (
set fdir="%ProgramFiles(x86)%\MSBuild\14.0\Bin"
)
set msbuild=%fdir%\msbuild.exe
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
%msbuild% WebSocket4Net.UWP.sln /p:Configuration=Debug /t:Clean;Rebuild /p:OutputPath=..\bi... | @echo off
set fdir="%ProgramFiles%\MSBuild\14.0\Bin"
if not exist %fdir% (
set fdir="%ProgramFiles(x86)%\MSBuild\14.0\Bin"
)
set msbuild=%fdir%\msbuild.exe
set outDir=bin\UWP\Debug
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
%msbuild% WebSocket4Net.UWP.sln /p:Configuration=Debug /t:Clean;Re... | Build script fixes for UWP. | Build script fixes for UWP.
| Batchfile | apache-2.0 | wiyonoaten/WebSocket4Net,wiyonoaten/WebSocket4Net,wiyonoaten/WebSocket4Net |
c236736fab825702735907bb63262cba46a65a63 | Tools/VsDevCmd.cmd | Tools/VsDevCmd.cmd | @echo off
set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools
if exist "%TOOLSDIR%" goto found
set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools
if exist "%TOOLSDIR%" goto found
set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studi... | @echo off
set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools
if exist "%TOOLSDIR%" goto found
set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\Tools
if exist "%TOOLSDIR%" goto found
set TOOLSDIR=C:\Program Files (x86)\Microsoft Visual Studi... | Add support for the Preview version of Visual Studio. | Add support for the Preview version of Visual Studio.
| Batchfile | apache-2.0 | dlemstra/Magick.NET,dlemstra/Magick.NET |
6d89d4bc26df51cb6a83ec40d75264594ab827d9 | bin/shcol.bat | bin/shcol.bat | @python -m shcol %*
| :: Copyright (c) 2013-2015, Sebastian Linke
:: Released under the Simplified BSD license
:: (see LICENSE file for details).
:: A starter to invoke `shcol` from the Windows command-line.
@python -m shcol %*
| Add copyright note and description to Windows-specific starter. | Add copyright note and description to Windows-specific starter.
| Batchfile | bsd-2-clause | seblin/shcol |
3076ad918056fba7f3eb9a3cc4073af403b1e523 | bin/installOnWindows.bat | bin/installOnWindows.bat | @echo off
:: change directory to etherpad-lite root
cd /D "%~dp0\.."
echo Checking node version...
set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()) === -1) { console.log('You are running a wrong version of Node. Etherpad Lite requires v0.6.x or v0.8.x'); process.exit(1) }"
cmd /C node... | @echo off
:: change directory to etherpad-lite root
cd /D "%~dp0\.."
:: Is node installed?
cmd /C node -e "" || ( echo "Please install node.js ( http://nodejs.org )" && exit /B 1 )
echo _
echo Checking node version...
set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()) === -1) { console... | Exit on install if node is not installed. | Exit on install if node is not installed.
| Batchfile | apache-2.0 | thomasrussellmurphy/etherpad-lite,morpheyesh/etherpad-lite,kenonelah/FactsheetPlugin,Gared/etherpad-lite,flavorjones/etherpad-lite-cf,KonradMil/etherpad-lite,indykish/etherpad-lite,0x46616c6b/etherpad-lite,leangjia/etherpad-lite,University-of-Potsdam-MM/etherpad-lite,ktdev/etherpad-lite,kenonelah/FactsheetPlugin,fourpl... |
f1c37f162ca90b8e4cfa7e1e43f34451f8a2fa3f | 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 30 -clientVersion "0.57" -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 30 -clientVersion "0.581" -password "" -tcpLobby "149.202.51.185" 25565
@echo.
@echo Restarting server...
@echo.
goto start
| Update example .bat with latest client version | [Nomad] Update example .bat with latest client version
| Batchfile | mit | Visagalis/Oxide,LaserHydra/Oxide,Nogrod/Oxide-2,LaserHydra/Oxide,Nogrod/Oxide-2,bawNg/Oxide,bawNg/Oxide,Visagalis/Oxide |
c7be52ebb97b4416f3c398aa6f9387770c1a53e2 | 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>>$*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ... | @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 $G instead of > for doskey | Use $G instead of > for doskey
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
316ad0c2ea1b04f37576640b8e85d2b7725e5cb1 | recipes/sciplot/bld.bat | recipes/sciplot/bld.bat | mkdir build
cd build
REM Configure step
cmake .. ^
-GNinja ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_EXE_LINKER_FLAGS="/FORCE:MULTIPLE"
REM Note: /FORCE:MULTIPLE is needed because of a bug in MSVC 14.1
REM in dealing wit... | mkdir build
cd build
REM Configure step
cmake .. ^
-GNinja ^
-DCMAKE_BUILD_TYPE=Release ^
-DCMAKE_PREFIX_PATH=%LIBRARY_PREFIX% ^
-DCMAKE_INSTALL_PREFIX=%LIBRARY_PREFIX% ^
-DCMAKE_EXE_LINKER_FLAGS="/FORCE:MULTIPLE"
REM Note: /FORCE:MULTIPLE is needed because of a bug in MSVC 14.1
REM in dealing wit... | Add note about test in windows | Add note about test in windows
| Batchfile | bsd-3-clause | patricksnape/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,johanneskoester/staged-recipes,kwilcox/staged-recipes,conda-forge/staged-recipes,goanpeca/staged-recipes,stuertz/staged-recipes,ocefpaf/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-recipes,johanneskoester/staged-recipes,conda-forge... |
b71ecb0eb4d6fea77216de5984247761abc1fc03 | makebuild.bat | makebuild.bat | @rem Makes a build directory of the viewer, so that you can run the NSIS install script
@rem You should have a directory ..\viewerbuilddlls which has release versions of
@rem all dependency dlls, including Qt core/ui/network/webkit/phonon dll's, and also VS2008
@rem redistributable (vcredist_x86.exe)
@echo off
r... | @rem Makes a build directory of the viewer, so that you can run the NSIS install script
@rem You should have a directory ..\viewerbuilddlls which has release versions of
@rem all dependency dlls, and also VS2008 redistributable (vcredist_x86.exe)
@echo off
rmdir build /S /Q
md build
copy readme.txt build
xcopy ... | Delete .pyc files when making build. Make sure that data/configuration directory exists in the build. | Delete .pyc files when making build.
Make sure that data/configuration directory exists in the build.
git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@1617 5b2332b8-efa3-11de-8684-7d64432d61a3
| Batchfile | apache-2.0 | jesterKing/naali,AlphaStaxLLC/tundra,jesterKing/naali,AlphaStaxLLC/tundra,BogusCurry/tundra,realXtend/tundra,realXtend/tundra,AlphaStaxLLC/tundra,realXtend/tundra,antont/tundra,pharos3d/tundra,jesterKing/naali,realXtend/tundra,jesterKing/naali,jesterKing/naali,AlphaStaxLLC/tundra,realXtend/tundra,antont/tundra,jesterKi... |
770073ae6ba0d5f166f915a01aa56e02967060b3 | tools/appveyor/windows_tests/before_test.bat | tools/appveyor/windows_tests/before_test.bat |
cd bin
:: ### Clone MNE-CPP test data ###
call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data
cd ..
|
cd bin
:: ### Clone MNE-CPP test data ###
:: call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data
cd ..
| Check if Appveyor fails when test fails | [LIB-153] Check if Appveyor fails when test fails
| Batchfile | bsd-3-clause | LostSign/mne-cpp,ViktorKL/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,louiseichhorst/mne-cpp,louiseichhorst/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,ViktorKL/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,LostSign/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,mne-tools/m... |
14230f8b9e3a7a20ed3728686f67c82894d25518 | recipes/genesis2/bld.bat | recipes/genesis2/bld.bat | copy mpi.f.single mpi.f
copy mpif.h.single mpif.h
gfortran -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi.f
copy genesis2 %LI... | copy mpi.f.single mpi.f
copy mpif.h.single mpif.h
gfortran -g -w -O -Wall -o genesis2 main.f check.f diagno.f esource.f field.f incoherent.f math.f partsim.f pushp.f loadbeam.f loadrad.f magfield.f tdepend.f track.f string.f rpos.f scan.f source.f stepz.f timerec.f initrun.f input.f output.f mpi.f
echo "DEBUG Info.... | Add dir after gfortran command to check which files we have there. | DEBUG: Add dir after gfortran command to check which files we have there.
| Batchfile | bsd-3-clause | SylvainCorlay/staged-recipes,kwilcox/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,conda-forge/staged-recipes,johanneskoester/staged-recipes,ReimarBauer/staged-recipes,jakirkham/staged-recipes,patricksnape/staged-recipes,conda-forge/staged-recipes,igortg/staged-recipes,scopatz/staged-recipes,scop... |
db68be5f9c3a03b5c2badd009a4e450a7001f61f | openmole/bin/openmole/resources/openmole.bat | openmole/bin/openmole/resources/openmole.bat | set PWD=%~dp0
start /MIN %PWD%dbserver\bin\openmole-dbserver.bat
mkdir "%UserProfile%\.openmole\.tmp"
set ran="%UserProfile%\.openmole\.tmp\%random%"
java -d64 -version >nul 2>&1
if errorlevel 1 goto is32bit
set FLAG="-XX:+UseCompressedOops"
:is32bit
java -Dosgi.locking=none -Dopenmole.location="%PWD%\" -Dosgi.classloa... | set PWD=%~dp0
start /MIN "%PWD%dbserver\bin\openmole-dbserver.bat"
mkdir "%UserProfile%\.openmole\.tmp"
set ran="%UserProfile%\.openmole\.tmp\%random%"
java -d64 -version >nul 2>&1
if errorlevel 1 goto is32bit
set FLAG="-XX:+UseCompressedOops"
:is32bit
java -Dosgi.locking=none -Dopenmole.location="%PWD%\" -Dosgi.classl... | Fix work in path with spaces on windows. | Fix work in path with spaces on windows.
| Batchfile | agpl-3.0 | openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole |
1da3b05899f1b30876961bdd5459aa44fc99bef0 | importBabyNamesWithMlcp.bat | importBabyNamesWithMlcp.bat | mlcp.bat IMPORT -host localhost -port 8200 -username admin -password admin -input_file_path .\src\test\resources\Most_Popular_Baby_Names_NYC.csv --input_file_type delimited_text -document_type xml -delimited_root_name baby-name -output_collections baby | Add mlcp batch file for ingesting baby name data | Add mlcp batch file for ingesting baby name data
| Batchfile | apache-2.0 | sastafford/hector | |
38539c4a9b7518b0df8284aceb7862b9c7a14076 | _postbuild.bat | _postbuild.bat | del "bin\x86\Release Dick\*.xml"
del "bin\x86\Release Dick\devtools_resources.pak"
del "bin\x86\Release Duck\*.xml"
del "bin\x86\Release Duck\devtools_resources.pak" | Add a post-build batch file to delete unwanted files from the release folders | Add a post-build batch file to delete unwanted files from the release folders
| Batchfile | mit | chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck,chylex/TweetDuck | |
538ecb4cf87aabfe333a7a71905566bd0625d6ba | tools/appveyor/windows_tests/before_test.bat | tools/appveyor/windows_tests/before_test.bat | :: Go to bin directory
cd bin
:: Clone MNE-CPP test data
call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data
curl https://www.dropbox.com/s/464j97jbaef7q3n/sample-5120-5120-5120-bem-sol.fif?dl=1 -L
curl https://www.dropbox.com/s/tkrl3p1kifbzjo1/sample-5120-5120-5120-bem.fif?dl=1 -L
:... | :: Go to bin directory
cd bin
:: Clone MNE-CPP test data
call git clone https://github.com/mne-tools/mne-cpp-test-data.git mne-cpp-test-data
curl https://www.dropbox.com/s/464j97jbaef7q3n/sample-5120-5120-5120-bem-sol.fif?dl=1 -L -o sample-5120-5120-5120-bem-sol.fif
curl https://www.dropbox.com/s/tkrl3p1kifbzjo1/sam... | Add output file name to bem download in win ci | Add output file name to bem download in win ci
| Batchfile | bsd-3-clause | chdinh/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,chdinh/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,mne-tools/mne-cpp,LorenzE/mne-cpp,LorenzE/mne-cpp,chdinh/mne-cpp,LorenzE/mne-cpp,mne-tools/mne-cpp,chdinh/mne-cpp,mne-tools/mne-cpp |
a4184460266be9ca6b4de1b8b7ee7f29085cec9e | BuildProject.cmd | BuildProject.cmd | CD SimpleIdentityServer\VNEXT\
call powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
call dnvm upgrade
call dnu restore
dnu build src\SimpleIdentityServer.Host
dnu build src\SimpleIden... | Add the command file to build the VNEXT project | Add the command file to build the VNEXT project
| Batchfile | apache-2.0 | thabart/SimpleIdentityServer,thabart/SimpleIdentityServer | |
1b33a0ab2d010236305904870b79744f64f0d710 | NetKVM/CoInstaller/setbuildenv.bat | NetKVM/CoInstaller/setbuildenv.bat | @echo off
call :set_sdk_path
call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include
call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib
call :clean_sdk_path
goto :eof
:setshortpath
set %1=%~s2
goto :eof
:set_sdk_path
set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A"
if NOT "%SDK_PATH%"=="" set __sdk_p... | @echo off
call :set_sdk_path
call :setshortpath PSDK_INC_PATH %__sdk_path__%\Include
call :setshortpath PSDK_LIB_PATH %__sdk_path__%\Lib
call :clean_sdk_path
goto :eof
:setshortpath
set %1=%~s2
goto :eof
:set_sdk_path
set __sdk_path__="C:\Program Files\Microsoft SDKs\Windows\v6.0A"
if not exist %__sdk_path__% set __s... | Add SDK7.0A as one of the possible defaults during the build of coinstaller\CLI for NetKVM driver | [NetKVM] Add SDK7.0A as one of the possible defaults during the build of coinstaller\CLI for NetKVM driver
| Batchfile | bsd-3-clause | YanVugenfirer/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,ladipro/kvm-guest-drivers-windows,ladipro/kvm-guest-drivers-windows,gnif/kvm-guest-drivers-windows,YanVugenfirer/virtio-win-arm,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,vrozenfe/k... |
5e7e5d0dee7ebf512e82a00aebe0f2a18709e93f | build.cmd | build.cmd | set Version=1.0.45
call tools\nuget.exe install JetBrains.runAs -Version %Version% -o win32
copy win32\JetBrains.runAs.%Version%\tools\x64\JetBrains.runAs.exe win32\x64 /Y
copy win32\JetBrains.runAs.%Version%\tools\x86\JetBrains.runAs.exe win32\x86 /Y
call mvn package
call createPlugin.cmd | set Version=1.0.50
call tools\nuget.exe install JetBrains.runAs -Version %Version% -o win32
copy win32\JetBrains.runAs.%Version%\tools\x64\JetBrains.runAs.exe win32\x64 /Y
copy win32\JetBrains.runAs.%Version%\tools\x86\JetBrains.runAs.exe win32\x86 /Y
call mvn package
call createPlugin.cmd | Change win 32 tool version to 50 | Change win 32 tool version to 50
| Batchfile | apache-2.0 | JetBrains/teamcity-runas,JetBrains/teamcity-runas,JetBrains/teamcity-runas,JetBrains/teamcity-runas-plugin,JetBrains/teamcity-runas,JetBrains/teamcity-runas-plugin |
3d92266cfdee17a9d92be79cc229ca25965c063c | build.cmd | build.cmd | @echo off
cls
"tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion"
"tools\nuget\nuget.exe" "install" "FSharp.Formatting.CommandTool" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease"
"tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" "-ExcludeVersi... | @echo off
cls
"tools\nuget\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease"
"tools\nuget\nuget.exe" "install" "FSharp.Formatting.CommandTool" "-OutputDirectory" "tools" "-ExcludeVersion" "-Prerelease"
"tools\nuget\nuget.exe" "install" "SourceLink.Fake" "-OutputDirectory" "tools" ... | USe FAKE prerelease for testing | USe FAKE prerelease for testing
| Batchfile | apache-2.0 | tpetricek/FAKE,featuresnap/FAKE,philipcpresley/FAKE,neoeinstein/FAKE,molinch/FAKE,ArturDorochowicz/FAKE,beeker/FAKE,daniel-chambers/FAKE,pacificIT/FAKE,modulexcite/FAKE,jayp33/FAKE,xavierzwirtz/FAKE,satsuper/FAKE,featuresnap/FAKE,satsuper/FAKE,featuresnap/FAKE,hitesh97/FAKE,gareth-evans/FAKE,philipcpresley/FAKE,mfalda/... |
87080ac33afc978b588b80344c124607da7aa5bd | build.cmd | build.cmd | @echo off
setlocal
cd "%~dp0"
set MSBUILDEXE=%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
if not exist "%MSBUILDEXE%" (
echo The .NET Framework 4.0 does not appear to be installed on this
echo machine, which is required to build the solution.
exit /b 1
)
if "%1"=="docs" call :docs %2 %3 %4 %... | @echo off
setlocal
cd "%~dp0"
if "%PROCESSOR_ARCHITECTURE%"=="x86" set MSBUILD=%ProgramFiles%
if defined ProgramFiles(x86) set MSBUILD=%ProgramFiles(x86)%
set MSBUILD=%MSBUILD%\MSBuild\14.0\bin\msbuild
if not exist "%MSBUILD%" (
echo Microsoft Build Tools 2015 does not appear to be installed on this
echo machin... | Use MSBuild 14 from MS Build Tools 2015 | Use MSBuild 14 from MS Build Tools 2015
| Batchfile | apache-2.0 | fsateler/MoreLINQ,morelinq/MoreLINQ,ddpruitt/morelinq,ddpruitt/morelinq,morelinq/MoreLINQ,fsateler/MoreLINQ |
2aa7a6f9ef062e95156c73afc55d05953c0a317e | setup.bat | setup.bat | rem Set up script for Windows.
copy /-Y .vimrc %HOME%\_vimrc
copy /-Y .gvimrc %HOME%\_gvimrc
| rem Set up script for Windows.
mklink %HOME%\_vimrc %HOME%\vim-dotfiles\.vimrc
mklink %HOME%\_gvimrc %HOME%\vim-dotfiles\.gvimrc
| Use mklink instead of copy. | Use mklink instead of copy.
| Batchfile | mit | shimamu/vim-dotfiles |
b56804dedc0131b378d6915e07d06cb93cb2dda2 | start.bat | start.bat | set "MR_APPLICATION_SECRET=lame-ducks-forever"
set "MR_DATABASE_URL=jdbc:postgresql://localhost:5432/mp_dev?user=postgres&password=osm"
set "MR_OSM_SERVER=http://api06.dev.openstreetmap.org"
set "MR_OAUTH_CONSUMER_KEY=8kOhMqcXVAmD3ZoBdjNgcmd93ErztPnIPpc0xjzM"
set "MR_OAUTH_CONSUMER_SECRET=bAesEwMMwZO6wMgFMqAudZ12N5... | Revert "adding windows setup link to readme" | Revert "adding windows setup link to readme"
This reverts commit 51391a1f0bc4049c06bf42183414db83f018649b.
adding windows setup link to readme
adding windows start batch file
| Batchfile | apache-2.0 | maproulette/maproulette2,mvexel/maproulette2,Crashfreak/maproulette2,maproulette/maproulette2,maproulette/maproulette2,Crashfreak/maproulette2,mvexel/maproulette2,mgcuthbert/maproulette2,mgcuthbert/maproulette2 | |
53a9d27532b116ab4667daaabc4a4c6591535300 | Scripts/buildpack.bat | Scripts/buildpack.bat | ECHO ON
SETLOCAL
SET VERSION=%1
rmdir obj /s /q
rmdir Release /s /q
msbuild tools\versionupdater\versionupdater.csproj /p:Configuration=Release /p:OutputPath=.. || exit /B 1
tools\versionupdater -v %VERSION%
| ECHO ON
SETLOCAL
SET VERSION=%1
rmdir obj /s /q
rmdir Release /s /q
msbuild tools\versionupdater\versionupdater.csproj /p:Configuration=Release /p:OutputPath=..\bin || exit /B 1
tools\bin\versionupdater -v %VERSION% || exit /B 1 | Build versionupdater in bin folder | Build versionupdater in bin folder
So that binaries are ignored by git
| Batchfile | mit | charlenni/Mapsui,charlenni/Mapsui,pauldendulk/Mapsui |
7f4f192aab3f29ddb62802b90933705f3010437d | dev/zip/scalive.bat | dev/zip/scalive.bat | @set JAVA_OPTS=-Djava.awt.headless=true
@set ROOT_DIR=%~dp0
@cd "%ROOT_DIR%"
@set CLASS_PATH="%ROOT_DIR%\*;."
@java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*
| @echo off
set JAVA_OPTS=-Djava.awt.headless=true
set ROOT_DIR=%~dp0
cd "%ROOT_DIR%"
set CLASS_PATH="%ROOT_DIR%\*;."
java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader %ROOT_DIR% %*
| Use "@echo off" for brevity | Use "@echo off" for brevity
| Batchfile | mit | xitrum-framework/scalive,xitrum-framework/scalive |
b9afc18293b3d2ef85b8f97ad3af6000d3dc8bdc | src/condor_tests/job_ckpt_memory-file_std.cmd | src/condor_tests/job_ckpt_memory-file_std.cmd | universe = standard
executable = job_ckpt_memory-file_std.cndr.exe.$$(OPSYS).$$(ARCH)
output = job_ckpt_memory-file_std.out
error = job_ckpt_memory-file_std.err
log = job_ckpt_memory-file_std.log
priority = 6
arguments = -f x_job_ckpt_memory-file_std.t1 -s 10000 -... | universe = standard
executable = job_ckpt_memory-file_std.cndr.exe.$$(OPSYS).$$(ARCH)
output = job_ckpt_memory-file_std.out
error = job_ckpt_memory-file_std.err
log = job_ckpt_memory-file_std.log
priority = 6
arguments = -f x_job_ckpt_memory-file_std.t1 -s 10000 -... | Increase loop count in std uni test to improve reliabilty | Increase loop count in std uni test to improve reliabilty
| Batchfile | apache-2.0 | neurodebian/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor,bbockelm/condor-network-accounting,clalancette/condor-dcloud,neurodebian/htcondor,zhangzhehust/htcondor,mambelli/osg-bosco-marco,htcondor/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,djw8605/condor,neurodebian/htcondor,bbockelm/condor-netwo... |
cc21a909fce53f987926f19b92a1014ce648b804 | 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/93edfcb6e9c75d395e805825f5051e707bd50bb8
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/af63dea4db22bae730dba99d2090c27bedcde159
IF %ERRORLEVEL% NEQ 0 goto error
goto end
:error
if %coun... | Update Kudu to use latest KuduScript | Update Kudu to use latest KuduScript
| Batchfile | apache-2.0 | projectkudu/kudu,shibayan/kudu,projectkudu/kudu,shibayan/kudu,projectkudu/kudu,puneet-gupta/kudu,projectkudu/kudu,shibayan/kudu,shibayan/kudu,EricSten-MSFT/kudu,shibayan/kudu,puneet-gupta/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,puneet-gupta/kudu,EricSten-MSFT/kudu,projectkudu/kudu,EricSten-MSFT/kudu,EricSten-MSFT/kud... |
944759f107f8e89687769794036b7b3a0a643d3a | urbackupserver_installer_win/data_common/reset_pw.bat | urbackupserver_installer_win/data_common/reset_pw.bat | @echo off
net session >nul 2>&1
if NOT %errorLevel% == 0 (
echo Failure: Current permissions inadequate. Please run as administrator.
pause
exit /b 1
)
set /p newpw=Please enter the new password for user 'admin':
"%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin urbackupserver.dll --set_admin_pw... | @echo off
net session >nul 2>&1
if NOT %errorLevel% == 0 (
echo Failure: Current permissions inadequate. Please run as administrator.
pause
exit /b 1
)
set /p newpw=Please enter the new password for user 'admin':
"%~dp0\urbackup_srv.exe" --cmdline --no-server --plugin cryptoplugin.dll --plugin urbacku... | Fix password reset on Windows | Fix password reset on Windows
| 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 |
538a684952e52ae3ffbc96416861dd76c9d363a6 | recipes/convert3d/bld.bat | recipes/convert3d/bld.bat | setlocal EnableDelayedExpansion
mkdir build
cd build
cmake -GNinja ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_PREFIX_PATH:PATH="%LIBRARY_PREFIX%" ^
-DCONVERT3D_USE_ITK_REMOTE_MODULES:BOOL=OFF ^
..
if errorlevel 1 exit 1
cmake --build .
if errorl... | setlocal EnableDelayedExpansion
mkdir build
cd build
set CFLAGS="%CFLAGS% -I %LIBRARY_PREFIX%\include\eigen3"
set CXXFLAGS="%CXXFLAGS% -I %LIBRARY_PREFIX%\include\eigen3"
cmake -GNinja ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_PREFIX_PATH:PATH="%LIBRAR... | Add missing CFLAGS override for Windows | Add missing CFLAGS override for Windows
| Batchfile | bsd-3-clause | ocefpaf/staged-recipes,mariusvniekerk/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,stuertz/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes,hadim/staged-recipes,kwilcox/staged-recipes,jakirkham/staged-recipes,goanpeca/staged-recipes,jakirkham/staged-reci... |
cfdaff85dc0e2e3f3ba638c970d0069e4f85b0c8 | init_ci.cmd | init_ci.cmd | @echo off
echo Downloading CUDA toolkit 8
appveyor DownloadFile https://developer.nvidia.com/compute/cuda/8.0/Prod2/network_installers/cuda_8.0.61_win10_network-exe -FileName setup.exe
rem appveyor DownloadFile https://www.dropbox.com/s/ll2ay531hw3i1p7/cuda.zip?dl=1
rem 7z x cuda.zip -ocuda
rem cd cuda
echo Installin... | Revert "Moved the script directly to AppVeyor" | Revert "Moved the script directly to AppVeyor"
This reverts commit d2823cd62d6773e22d3b5481b581c850c67adf3d.
| Batchfile | apache-2.0 | total-world-domination/Retia,total-world-domination/Retia,total-world-domination/Retia | |
431843564500d138078975108164d9c4c0390947 | win-files/cmake.cmd | win-files/cmake.cmd | set "PATH=%PATH%;C:\Program Files\CMake\bin"
if %1 == -E (
cmake.exe %*
) else (
cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit %*
)
| setlocal
set "PATH=%PATH%;C:\Program Files\CMake\bin"
if %1 == -E (
cmake.exe %*
) else (
cmake.exe -G "NMake Makefiles" -DCMAKE_LINK_FLAGS:implib=libluajit.lib -DLUALIB=libluajit %*
)
| Add setlocal to make sure settings only apply to this session. | Add setlocal to make sure settings only apply to this session.
| Batchfile | bsd-3-clause | vfonov/torch-distro,PPC64/torch-distro,torch/distro |
993cbb166affdd1ae16eb4f5861c1bd0c8b18d47 | redpen-cli/bin/redpen.bat | redpen-cli/bin/redpen.bat | @echo off
SETLOCAL
if NOT DEFINED JAVA_HOME goto err
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set REDPEN_HOME=%%~dpfI
set REDPEN_CLASSPATH=%REDPEN_HOME%/conf;%REDPEN_HOME%/lib/*
set JAVA_OPTS=%JAVA_OPTS%
"%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%REDPEN_CLASSPATH%" cc.redpen.Main %*... | @echo off
SETLOCAL
if NOT DEFINED JAVA_HOME goto err
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set REDPEN_HOME=%%~dpfI
set REDPEN_CLASSPATH=%REDPEN_HOME%/conf;%REDPEN_HOME%/lib/*
set JAVA_OPTS=%JAVA_OPTS% -Dfile.encoding=UTF-8
"%JAVA_HOME%\bin\java" %JAVA_OPTS% -classpath "%REDPEN_CLASSPA... | Fix character corruption in Windows | Fix character corruption in Windows
| Batchfile | apache-2.0 | redpen-cc/redpen,recruit-tech/redpen,kenhys/redpen,kenhys/redpen,gerryhocks/redpen,kenhys/redpen,redpen-cc/redpen,redpen-cc/redpen,gerryhocks/redpen,recruit-tech/redpen,redpen-cc/redpen,redpen-cc/redpen,kenhys/redpen,gerryhocks/redpen,recruit-tech/redpen,gerryhocks/redpen,recruit-tech/redpen |
8a41570eea39330d3c5f32febeceff2a79c58dc2 | 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
cd scite
| 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 *.ilk -x *.idb
cd scite
| Remove more temporary build files from the set zipped. | Remove more temporary build files from the set zipped.
| Batchfile | isc | R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone |
30b3d0fa5190a992ca8134c0e3e388cf490b6b91 | devtools/cibuild.cmd | devtools/cibuild.cmd | cd /d "%~dp0"
cd ..
rmdir /s /q build
mkdir build
cd build
cmake .. -G "Visual Studio 12"
cmake --build . --config Debug
cmake --build . --config RelWithDebInfo
cmake --build . --config Debug --target doc
bin\Debug\LoadTest.exe --gtest_output=xml:test_details.Debug.xml
bin\RelWithDebInfo\LoadTest.exe --gtest_output=xm... | Add a script for CI building. | Add a script for CI building.
| Batchfile | apache-2.0 | OSVR/libfunctionality,OSVR/libfunctionality,OSVR/libfunctionality,OSVR/libfunctionality | |
ce30a8860aaa1a6c66813ca434451fb40f4e732e | build.cmd | build.cmd | .paket\paket.bootstrapper.exe
if errorlevel 1 (
exit "There was an error with paket.bootstrapper"
)
IF EXIST paket.lock (
.paket\paket.exe restore
if errorlevel 1 (
exit "There was an error restoring packages from paket.lock"
)
)
IF EXIST init.fsx (
.paket\paket.exe install
packages\FAKE\tools... | IF NOT EXIST .paket\paket.exe (
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit "There was an error with paket.bootstrapper"
)
)
IF EXIST paket.lock (
.paket\paket.exe restore
if errorlevel 1 (
exit "There was an error restoring packages from paket.lock"
)
)
IF EXIST init.fsx ... | Check first if paket.exe is already downloaded in ..paket folder | Check first if paket.exe is already downloaded in ..paket folder
| Batchfile | mit | renehernandez/NetConsole.WebApi,renehernandez/NetConsole.WebApi,renehernandez/NetConsole.Core,renehernandez/NetConsole.Core |
37c4c04734f1cdbd570ffc51a2d0ec0a754168fd | contrib/make_bootstrap.cmd | contrib/make_bootstrap.cmd | @echo off
setlocal enableDelayedExpansion
set KRUGERDIR=%APPDATA%\Krugercoin\blocks
for /F %%x in ('dir /B/D/ON %KRUGERDIR%\blk*.*') do (
IF NOT [!B!] == [] set B=!B!+
set FILENAME=%KRUGERDIR%\%%x
set B=!B!"!FILENAME!"
)
copy /b %B% bootstrap.dat | Add Windows batch file for creating a boostrap.dat for Krugercoin | Add Windows batch file for creating a boostrap.dat for Krugercoin
| Batchfile | mit | coinerd/krugercoin,coinerd/krugercoin,coinerd/krugercoin,coinerd/krugercoin | |
8b231ca1624acea6bfa833260514d78332021021 | test/bin-debug/packageWin.bat | test/bin-debug/packageWin.bat | SET AIR_SDK=%USERPROFILE%\Documents\AdobeAIRSDK
set STEAM_SDK=%USERPROFILE%\Documents\Steam\sdk
SET ANE_PATH=..\..\FRESteamWorksLib\bin
copy "%STEAM_SDK%\redistributable_bin\steam_api.dll" .
copy "%STEAM_SDK%\redistributable_bin\osx32\libsteam_api.dylib" .
call "%AIR_SDK%\bin\adt.bat" -package -XnoAneValidate -tsa no... | SET AIR_SDK=%USERPROFILE%\Documents\AdobeAIRSDK
set STEAM_SDK=%USERPROFILE%\Documents\Steam\sdk
SET ANE_PATH=..\..\lib\bin
copy "%STEAM_SDK%\redistributable_bin\steam_api.dll" .
copy "%STEAM_SDK%\redistributable_bin\osx32\libsteam_api.dylib" .
call "%AIR_SDK%\bin\adt.bat" -package -XnoAneValidate -tsa none ^
... | Fix the (hopefully) last path | Fix the (hopefully) last path
| Batchfile | bsd-2-clause | Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks |
90df5d9f547fc7841a974709b18c11bf44739741 | tools/nupkg/buildNupkg.cmd | tools/nupkg/buildNupkg.cmd | pushd %~dp0
rmdir /s /q .\lib
mkdir .\lib\net45
mkdir .\lib\netstandard2.0
pushd ..\..
del /q /f *.nupkg
copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\lib\net45
copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\lib\net45
copy .\lib\bin\Release\Mi... | pushd %~dp0
rmdir /s /q .\package
mkdir .\package\lib\net45
mkdir .\package\lib\netstandard2.0
pushd ..\..
del /q /f *.nupkg
copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.dll .\tools\nupkg\package\lib\net45
copy .\lib\bin\Release\Microsoft.WindowsAzure.Storage.DataMovement.pdb .\tools\nupkg\package... | Exclude nupkg script from DMLib's nuget package. | Exclude nupkg script from DMLib's nuget package.
| Batchfile | mit | Azure/azure-storage-net-data-movement |
26d3ada961a6ab82390112e974ad5c03cd9f0caa | sipXcallLib/sipXtapi/build.win32/updateVersion.bat | sipXcallLib/sipXtapi/build.win32/updateVersion.bat | call setRepoEnvVar
sed -i "s/SIPXTAPI_BUILDNUMBER.*\".*\"/SIPXTAPI_BUILDNUMBER \"%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h
sed -i "s/SIPXTAPI_BUILD_WORD.*/SIPXTAPI_BUILD_WORD 2,9,1,%REPRO_VERSION%/g" ..\..\include\tapi\sipXtapi.h
sed -i "s/SIPXTAPI_FULL_VERSION.*\".*\"/SIPXTAPI_FULL_VERSION \"2.9.1.%REPRO_... | call setRepoEnvVar
sed -i "s/SIPXTAPI_BUILDNUMBER.*\".*\"/SIPXTAPI_BUILDNUMBER \"%REPRO_VERSION%\"/g" ..\..\include\tapi\sipXtapi.h
sed -i "s/SIPXTAPI_BUILD_WORD [0-9,,]*/SIPXTAPI_BUILD_WORD 2,9,1,%REPRO_VERSION%/g" ..\..\include\tapi\sipXtapi.h
sed -i "s/SIPXTAPI_FULL_VERSION.*\".*\"/SIPXTAPI_FULL_VERSION \"2.9.1.... | Tweak to the script used to modified the version in sipXtapi.h -- it removed the start of comment resulting in compiler errors. | Tweak to the script used to modified the version in sipXtapi.h -- it removed the start of comment resulting in compiler errors.
git-svn-id: 5274dacc98e2a95d0b0452670772bfdffe61ca90@7201 a612230a-c5fa-0310-af8b-88eea846685b
| Batchfile | lgpl-2.1 | sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror,sipXtapi/sipXtapi-svn-mirror |
14dd266d0db212b5a97e7140267b8f59906cdb91 | recipes/grpcio/bld.bat | recipes/grpcio/bld.bat | "%PYTHON%" -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
if errorlevel 1 exit 1
| set "GRPC_PYTHON_BUILD_SYSTEM_ZLIB=True"
set "GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=True"
set "GRPC_PYTHON_CFLAGS=/DPB_FIELD_16BIT"
"%PYTHON%" -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv
if errorlevel 1 exit 1
| Use zlib and openssl from conda-forge for windows | Use zlib and openssl from conda-forge for windows
| Batchfile | bsd-3-clause | kwilcox/staged-recipes,johanneskoester/staged-recipes,rmcgibbo/staged-recipes,chrisburr/staged-recipes,synapticarbors/staged-recipes,petrushy/staged-recipes,rmcgibbo/staged-recipes,igortg/staged-recipes,cpaulik/staged-recipes,mcs07/staged-recipes,kwilcox/staged-recipes,goanpeca/staged-recipes,asmeurer/staged-recipes,bi... |
1a99b2eafaac3035617bbed11a35436ef1d78975 | 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 MSYS2 binaries | appveyor: Fix path to MSYS2 binaries
| Batchfile | unknown | saprykin/plibsys,saprykin/plibsys,saprykin/plib,saprykin/plib,saprykin/plibsys |
c673b3999740b998d5bf5b19c9c5379637f6f1e8 | scripts/create-exe.bat | scripts/create-exe.bat | @echo off
set cwd=%cd%
cd /D %~dp0
set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"
set MSBuildOptions=/v:m /p:Configuration=Release
set BuildDir64="build-exe-64"
set BuildDir32="build-exe-32"
call %DevCmd%
echo Building 64-bit tev...
mkdir %BuildDir64%
cd %Buil... | @echo off
set cwd=%cd%
cd /D %~dp0
set DevCmd="C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
set MSBuildOptions=/v:m /p:Configuration=Release
set BuildDir64="build-exe-64"
set BuildDir32="build-exe-32"
call %DevCmd%
echo Building 64-bit tev...
mkdir %BuildDir64%
cd %Build... | Update Windows Release build script | Update Windows Release build script
| Batchfile | bsd-3-clause | Tom94/tev,Tom94/tev,Tom94/tev,Tom94/tev |
1609750bba676533e67b0c81b0ac227eb264bf2a | mediainfo/MediaInfoLib/Project/MSVC2015/build-release.bat | mediainfo/MediaInfoLib/Project/MSVC2015/build-release.bat | call "%VS140COMNTOOLS%....\VC\bin\vcvars32.bat"
"%VS140COMNTOOLS%..\ide\devenv" MediaInfoLib.sln /Build "Release|Win32" | Add bat for build release VC++2015 | Add bat for build release VC++2015
| Batchfile | mit | pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox,pavel-pimenov/sandbox | |
95e605260038945d755c1decf0c6abb281668ba4 | build-theme-file.bat | build-theme-file.bat | @echo off
echo Building your theme...
mkdir temp
echo Building fonts...
bin\makebundle.exe temp\8x8.fnt Template\font8x8
bin\makebundle.exe temp\7x6.fnt Template\font7x6
bin\makebundle.exe temp\4x6.fnt Template\font4x6
echo Copying colors...
copy /y Template\colors.txt temp\colors.txt
echo Copying graphics...
copy /y T... | @echo off
echo Building your theme...
mkdir temp
echo Building fonts...
bin\makebundle.exe temp\8x8.fnt Template\font8x8
bin\makebundle.exe temp\7x6.fnt Template\font7x6
bin\makebundle.exe temp\4x6.fnt Template\font4x6
echo Copying colors...
copy /y Template\colors.txt temp\colors.txt
echo Copying graphics...
copy /y T... | Support for cursor.png mouse cursor file | Support for cursor.png mouse cursor file
| Batchfile | mit | kometbomb/klystrack-theme-kit |
7917dd5bc6a6158b310ac8340013be2b52e70df5 | src/main/bin/run.bat | src/main/bin/run.bat | @echo off
setlocal EnableDelayedExpansion
SET OLDCD=%CD%
cd %~dp0..
SET JAVA_OPTS= -Xmx1g
SET CLASS=com.github.rnewson.couchdb.lucene.Main
SET CLASSPATH="conf"
for %%i in ("lib\*.jar") do @SET CLASSPATH=!CLASSPATH!;"%%~dpfi"
java %JAVA_OPTS% -cp %CLASSPATH% %CLASS% > nul
cd %OLDCD% | @echo off
setlocal EnableDelayedExpansion
SET OLDCD=%CD%
cd %~dp0..
SET JAVA_OPTS= -Xmx1g
SET CLASS=com.github.rnewson.couchdb.lucene.Main
SET CLASSPATH="conf"
for %%i in ("lib\*.jar") do @SET CLASSPATH=!CLASSPATH!;"%%~sdpfi"
java %JAVA_OPTS% -cp %CLASSPATH% %CLASS% > nul
cd %OLDCD% | Use short filenames on Windows becauses spaces are evil | Use short filenames on Windows becauses spaces are evil
| Batchfile | apache-2.0 | eHealthAfrica/couchdb-lucene,rnewson/couchdb-lucene,eHealthAfrica/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,eHealthAfrica/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene,ehealthafrica-ci/couchdb-lucene,rnewson/couchdb-lucene |
c249d249e34b9ea034f2c62c4b3d653afa684646 | recipes/cartopy_offlinedata/scripts/activate.bat | recipes/cartopy_offlinedata/scripts/activate.bat | :: Store existing env vars and set to this conda env
:: so other installs don't pollute the environment.
@if defined CARTOPY_OFFLINE_SHARED (
set "_CONDA_SET_CARTOPY_OFFLINE_SHARED=%CARTOPY_OFFLINE_SHARED%"
)
@set "CARTOPY_OFFLINE_SHARED=%CONDA_PREFIX%\Library\share\cartopy"
| :: Store existing env vars and set to this conda env
:: so other installs don't pollute the environment.
@if defined CARTOPY_OFFLINE_SHARED (
set "_CONDA_SET_CARTOPY_OFFLINE_SHARED=%CARTOPY_OFFLINE_SHARED%"
)
@set "CARTOPY_OFFLINE_SHARED=%CONDA_PREFIX%\share\cartopy"
| Update fix Windows activation script | Update fix Windows activation script
Co-Authored-By: Isuru Fernando <47df6cafd3b4bed4c7bba9d00d0cf0fc680a9921@gmail.com> | Batchfile | bsd-3-clause | chrisburr/staged-recipes,johanneskoester/staged-recipes,conda-forge/staged-recipes,asmeurer/staged-recipes,scopatz/staged-recipes,petrushy/staged-recipes,kwilcox/staged-recipes,petrushy/staged-recipes,mariusvniekerk/staged-recipes,hadim/staged-recipes,jakirkham/staged-recipes,ocefpaf/staged-recipes,asmeurer/staged-reci... |
2d30438eae3ff0111adc77b5c4102575eb0a5695 | 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.71" -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.72" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.72 update | [Nomad] Patch for version 0.72 update
| Batchfile | mit | LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide |
8324506eb02e6d1339ca1877a706f709055b0e62 | 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 http://github.com/projectkudu/KuduScript/tarball/master
IF %ERRORLEVEL% NEQ 0 goto error
goto end
:error
if %counter% GEQ %attempts% goto :lastError... | @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 http://github.com/projectkudu/KuduScript/tarball/99816ade95addbfa6cfae7d74b7b616e2eebf772
IF %ERRORLEVEL% NEQ 0 goto error
goto end
:error
if %count... | Use a specific version (commit) for kudu-script | Use a specific version (commit) for kudu-script
| Batchfile | apache-2.0 | projectkudu/kudu,kenegozi/kudu,shanselman/kudu,sitereactor/kudu,kali786516/kudu,bbauya/kudu,oliver-feng/kudu,puneet-gupta/kudu,duncansmart/kudu,dev-enthusiast/kudu,bbauya/kudu,puneet-gupta/kudu,badescuga/kudu,barnyp/kudu,shibayan/kudu,kali786516/kudu,shibayan/kudu,sitereactor/kudu,juvchan/kudu,duncansmart/kudu,juvchan/... |
bad62daa3fc4205e13045337dac4fdbc455fd0e1 | bootstrap.bat | bootstrap.bat | @echo off
:: set batch file directory as current
pushd "%~dp0"
set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe
call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU
if %errorlevel% NEQ 0 goto error
set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.... | @echo off
:: set batch file directory as current
pushd "%~dp0"
set SHARPMAKE_EXECUTABLE=bin\debug\Sharpmake.Application.exe
call CompileSharpmake.bat Sharpmake.Application/Sharpmake.Application.csproj Debug AnyCPU
if %errorlevel% NEQ 0 goto error
set SM_CMD=%SHARPMAKE_EXECUTABLE% /sources("Sharpmake.Main.sharpmake.... | Fix boostrap not going to end when successful, which lead to working directory not being correctly reset. | Fix boostrap not going to end when successful, which lead to working directory not being correctly reset.
| Batchfile | apache-2.0 | ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake |
bbc1f2157065f911355ad0566f6d16b8499c1f6a | PCbuild/rt.bat | PCbuild/rt.bat | @rem Run Tests. Run the regression test suite.
@rem Plain "rt" runs Release build, arguments passed on to regrtest.
@rem "rt -d" runs Debug build similarly, after shifting off -d.
@set _exe=python
@if "%1" =="-d" set _exe=python_d
@if "%1" =="-d" shift
%_exe% ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
@set _ex... | @rem Run Tests. Run the regression test suite.
@rem Plain "rt" runs Release build, arguments passed on to regrtest.
@rem "rt -d" runs Debug build similarly, after shifting off -d.
@set _exe=python
@if "%1" =="-d" set _exe=python_d
@if "%1" =="-d" shift
@del ..\Lib\*.pyc
@del ..\Lib\*.pyo
@del ..\Lib\test\*.pyc
@del ..... | Delete the bytecode from the library and tests before running the tests for the first time -- like the Unix Makefile does. This avoids not catching problems in the bytecode generator and/or bytecode marshalling. | Delete the bytecode from the library and tests before running the
tests for the first time -- like the Unix Makefile does. This
avoids not catching problems in the bytecode generator and/or bytecode
marshalling.
| Batchfile | mit | sk-/python2.7-type-annotator,sk-/python2.7-type-annotator,sk-/python2.7-type-annotator |
dddef34ae414194aa260142e098b8522f9344482 | recipes/shellcheck/bld.bat | recipes/shellcheck/bld.bat | set "BINARY_HOME=%PREFIX%\bin"
set "PACKAGE_HOME=%PREFIX%\share\%PKG_NAME%-%PKG_VERSION%-%PKG_BUILDNUM%"
set "STACK_ROOT=%PACKAGE_HOME%\stackroot"
mkdir "%BINARY_HOME%" || goto :error
mkdir "%PACKAGE_HOME%" || goto :error
mkdir "%STACK_ROOT%" || goto :error
stack --local-bin-path "%PREFIX%\bin" ^
--extra-inc... | set "BINARY_HOME=%PREFIX%\bin"
set "PACKAGE_HOME=%PREFIX%\share\%PKG_NAME%-%PKG_VERSION%-%PKG_BUILDNUM%"
set "STACK_ROOT=%PACKAGE_HOME%\stackroot"
mkdir "%BINARY_HOME%" || goto :error
mkdir "%PACKAGE_HOME%" || goto :error
mkdir "%STACK_ROOT%" || goto :error
stack --local-bin-path "%PREFIX%\bin" ^
--extra-inc... | Remove rpath in windows stack build | Remove rpath in windows stack build
There are no shared run-time libs on windows.
| Batchfile | bsd-3-clause | jochym/staged-recipes,ocefpaf/staged-recipes,isuruf/staged-recipes,ReimarBauer/staged-recipes,synapticarbors/staged-recipes,patricksnape/staged-recipes,stuertz/staged-recipes,birdsarah/staged-recipes,chrisburr/staged-recipes,dschreij/staged-recipes,petrushy/staged-recipes,shadowwalkersb/staged-recipes,petrushy/staged-r... |
d27ed6bec005f1fbf0061d0c33cff516ecb24225 | build/Build-debug.bat | build/Build-debug.bat | @ECHO OFF
SET release=6.1.6
SET comment=
SET version=%release%
IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)
ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %release%
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build-debug.proj"... | @ECHO OFF
SET release=6.1.6
SET comment=
SET version=%release%
IF [%comment%] EQU [] (SET version=%release%) ELSE (SET version=%release%-%comment%)
ReplaceIISExpressPortNumber.exe ..\src\Umbraco.Web.UI\Umbraco.Web.UI.csproj %release%
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe "Build-debug.proj"... | Build debug overwrite files always | Build debug overwrite files always
| Batchfile | mit | WebCentrum/Umbraco-CMS,WebCentrum/Umbraco-CMS,WebCentrum/Umbraco-CMS |
1e30cba20f08bb1443afa4e668177720051f954f | VisualStudio/01-generate.bat | VisualStudio/01-generate.bat | @echo off
cd ../..
if not exist "temp" mkdir temp
cd temp
cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 16 2019" -A x64 ..
if %errorlevel% neq 0 exit /b %errorlevel%
cd ../build/VisualStudio
| @echo off
cd ../..
if not exist "temp" mkdir temp
cd temp
cmake -DCMAKE_INSTALL_PREFIX=../temp/install -G "Visual Studio 15 2017 Win64" ..
if %errorlevel% neq 0 exit /b %errorlevel%
cd ../build/VisualStudio
| Rollback to Visual Studio 2017 | Rollback to Visual Studio 2017
| Batchfile | mit | chronoxor/CppBuildScripts |
e63d6cbbd245ef0acb101b5ee614811c0109b6c7 | makebuild.bat | makebuild.bat | @rem Makes a build of the viewer
@rem You should have a directory ..\viewerbuilddlls which has release versions of
@rem all dependency dlls, including gtkmm & the Visual Studio 9 runtime
@echo off
rmdir build /S /Q
md build
xcopy bin\*.* build /S /C
del build\data\configuration\*.xml
rmdir build\testing /S /Q... | @rem Makes a build of the viewer
@rem You should have a directory ..\viewerbuilddlls which has release versions of
@rem all dependency dlls, including gtkmm & the Visual Studio 9 runtime
@echo off
rmdir build /S /Q
md build
xcopy bin\*.* build /S /C
del build\data\configuration\*.xml
rmdir build\testing /S /Q... | Delete OpenAL module from build from now on, because it's not yet used. | Delete OpenAL module from build from now on, because it's not yet used.
git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@918 5b2332b8-efa3-11de-8684-7d64432d61a3
| Batchfile | apache-2.0 | antont/tundra,jesterKing/naali,antont/tundra,pharos3d/tundra,BogusCurry/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,antont/tundra,pharos3d/tundra,jesterKing/naali,AlphaStaxLLC/tundra,AlphaStaxLLC/tundra,antont/tundra,antont/tundra,jesterKing/naali,BogusCurry/tundra,AlphaStaxLLC/tundra,antont/tundra,pharos3d/tundra,pha... |
b403f112e4f4e27c1a0b0a427edb23b04a24caa8 | externals/bundles/hadoop/0.20.0-p2/build_hadoop-0.20.0-p2.bat | externals/bundles/hadoop/0.20.0-p2/build_hadoop-0.20.0-p2.bat | rm -rf ..\..\install\hdfs
mkdir ..\..\install\hdfs
mkdir ..\..\install\hdfs\conf
cp -r %PACKAGE_NAME%\webapps ..\..\install\hdfs
cp -r %PACKAGE_NAME%\lib ..\..\install\hdfs
cp %PACKAGE_NAME%\hadoop-0.20.0-p1-core.jar ..\..\install\hdfs\lib
cp %PACKAGE_NAME%\src\hdfs\hdfs-default.xml ..\..\install\hdfs\conf | rm -rf ..\..\install\hdfs
mkdir ..\..\install\hdfs
mkdir ..\..\install\hdfs\conf
cp -r %PACKAGE_SRC_NAME%\webapps ..\..\install\hdfs
cp -r %PACKAGE_SRC_NAME%\lib ..\..\install\hdfs
cp %PACKAGE_SRC_NAME%\hadoop-0.20.0-p1-core.jar ..\..\install\hdfs\lib
cp %PACKAGE_SRC_NAME%\src\hdfs\hdfs-default.xml ..\..\inst... | Fix windows build script for hadoop external. | Fix windows build script for hadoop external.
| Batchfile | apache-2.0 | mambelli/osg-bosco-marco,mambelli/osg-bosco-marco,neurodebian/htcondor,bbockelm/condor-network-accounting,djw8605/condor,zhangzhehust/htcondor,clalancette/condor-dcloud,zhangzhehust/htcondor,djw8605/htcondor,bbockelm/condor-network-accounting,djw8605/htcondor,clalancette/condor-dcloud,djw8605/condor,htcondor/htcondor,c... |
5c125f587cedb2023e9fbdfe31bbada28a6bcfff | gtest/bld.bat | gtest/bld.bat | @echo off
mkdir build
cd build
rem Need to handle Python 3.x case at some point (Visual Studio 2010)
if %ARCH%==32 (
if %PY_VER% LSS 3 (
set CMAKE_GENERATOR="Visual Studio 9 2008"
)
)
if %ARCH%==64 (
if %PY_VER% LSS 3 (
set CMAKE_GENERATOR="Visual Studio 9 2008 Win64"
)
)
cmake .. -G %CMAKE_GENERATO... | @echo off
mkdir build
cd build
rem Need to handle Python 3.x case at some point (Visual Studio 2010)
if %ARCH%==32 (
if %PY_VER% LSS 3 (
set CMAKE_GENERATOR="Visual Studio 9 2008"
)
)
if %ARCH%==64 (
if %PY_VER% LSS 3 (
set CMAKE_GENERATOR="Visual Studio 9 2008 Win64"
)
)
cmake .. -G %CMAKE_GENERATO... | Add missing headers and source files | gtest: Add missing headers and source files
| Batchfile | bsd-2-clause | ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes |
70dbcaec387344c112a102c38e81d3c66abd290a | onnx_chainer/.flexci/run_test.bat | onnx_chainer/.flexci/run_test.bat | @echo off
set CUDA_VER=%1
set PY_VER=%2
set "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VER%"
set PY_PATH=C:\Development\Python\Python%PY_VER%
set PATH=%CUDA_PATH%\bin;%CUDA_PATH%\libnvvp;%PY_PATH%;%PY_PATH%\Scripts\%PATH%
pip install --pre cupy-cuda101
pip install -e .[test]
pip install "onn... | @echo off
set CUDA_VER=%1
set PY_VER=%2
set "CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v%CUDA_VER%"
set PY_PATH=C:\Development\Python\Python%PY_VER%
set PATH=%CUDA_PATH%\bin;%CUDA_PATH%\libnvvp;%PY_PATH%;%PY_PATH%\Scripts\%PATH%
pip install --pre cupy-cuda101
pip install -e .[test]
pip install "onn... | Fix onnxruntime version for CI failure | Fix onnxruntime version for CI failure
| Batchfile | mit | chainer/chainer,chainer/chainer,chainer/chainer,chainer/chainer |
beca0886863b25b98b81777fdecb2857f0efc882 | updateDatabaseWIN.bat | updateDatabaseWIN.bat | :: Start Emotion in Motion in Windows Machine
:: Imports latest dataBase dump (mongod needs to be running)
mongorestore --port 28017 -d emotion-in-motion-dev --drop ./mongodb-dump/emotion-in-motion-dev
mongorestore --port 28017 -d emotion-in-motion-test --drop ./mongodb-dump/emotion-in-motion-test
mongorestore --port ... | :: Start Emotion in Motion in Windows Machine
:: Imports latest dataBase dump (mongod needs to be running)
mongorestore --port 27017 -d emotion-in-motion-dev --drop ./mongodb-dump/emotion-in-motion-dev
mongorestore --port 27017 -d emotion-in-motion-test --drop ./mongodb-dump/emotion-in-motion-test
mongorestore --port ... | Use default MongoDB port in database update script | Use default MongoDB port in database update script
| Batchfile | mit | brennon/eim,brennon/eim,brennon/eim,brennon/eim |
b62954316098226f3deab8b499b0f7095bf6d2ee | packaging/patchkit-tools.bat | packaging/patchkit-tools.bat | @echo off
:: http://stackoverflow.com/questions/2952401/remove-trailing-slash-from-batch-file-input
set current_dir=%~dp0
IF %current_dir:~-1%==\ SET current_dir=%current_dir:~0,-1%
:: Tell Bundler where the Gemfile and gems are.
set BUNDLE_GEMFILE=%current_dir%\vendor\Gemfile
set BUNDLE_IGNORE_CONFIG=
:: ... | @echo off
:: http://stackoverflow.com/questions/2952401/remove-trailing-slash-from-batch-file-input
set current_dir=%~dp0
IF %current_dir:~-1%==\ SET current_dir=%current_dir:~0,-1%
:: Tell Bundler where the Gemfile and gems are.
set BUNDLE_GEMFILE=%current_dir%\vendor\Gemfile
set BUNDLE_IGNORE_CONFIG=
:: ... | Hide warnings in packaged tools for Windows | Hide warnings in packaged tools for Windows | Batchfile | mit | patchkit-net/patchkit-tools,patchkit-net/patchkit-tools |
8c036d05e7b0ba16698ac22230938a6247df2bef | bin/rununittestsce.bat | bin/rununittestsce.bat | set QT=%1
set CETEST=%QT%\bin\cetest.exe
set CETEST_ARGS=-cache %QT%\.qmake.cache -libpath \Windows -f
%CETEST% %CETEST_ARGS% tests\auto\qmallocpool\qmallocpool.pro
%CETEST% %CETEST_ARGS% tests\auto\qpacket\qpacket.pro
%CETEST% %CETEST_ARGS% tests\auto\qpacketprotocol\qpacketprotocol.pro
%CETEST% %CETEST_ARGS% tests\... | Add script to run unit tests on Windows CE. | Add script to run unit tests on Windows CE.
| Batchfile | lgpl-2.1 | enthought/qt-mobility,KDE/android-qt-mobility,KDE/android-qt-mobility,tmcguire/qt-mobility,tmcguire/qt-mobility,enthought/qt-mobility,tmcguire/qt-mobility,kaltsi/qt-mobility,tmcguire/qt-mobility,KDE/android-qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,kaltsi/qt-mobility,enthought/qt-mob... | |
fab7d553f6892815a74b957c7f2b3b2d629c0e62 | makebuild.bat | makebuild.bat | @rem Makes a build directory of the viewer, so that you can run the NSIS install script
@rem You should have a directory ..\viewerbuilddlls which has release versions of
@rem all dependency dlls, including Qt core/ui/network/webkit/phonon dll's, and also VS2008
@rem redistributable (vcredist_x86.exe)
@echo off
r... | @rem Makes a build directory of the viewer, so that you can run the NSIS install script
@rem You should have a directory ..\viewerbuilddlls which has release versions of
@rem all dependency dlls, and also VS2008 redistributable (vcredist_x86.exe)
@echo off
rmdir build /S /Q
md build
copy readme.txt build
xcopy ... | Delete .pyc files when making build. Make sure that data/configuration directory exists in the build. | Delete .pyc files when making build.
Make sure that data/configuration directory exists in the build.
git-svn-id: 65dd0ccd495961f396d5302e5521154b071f0302@1617 5b2332b8-efa3-11de-8684-7d64432d61a3
| Batchfile | apache-2.0 | BogusCurry/tundra,antont/tundra,BogusCurry/tundra,antont/tundra,BogusCurry/tundra,AlphaStaxLLC/tundra,jesterKing/naali,antont/tundra,pharos3d/tundra,AlphaStaxLLC/tundra,antont/tundra,jesterKing/naali,realXtend/tundra,realXtend/tundra,realXtend/tundra,jesterKing/naali,jesterKing/naali,realXtend/tundra,jesterKing/naali,r... |
ac24add0cad643d590d7a0118763985d783ad4f8 | bin/farabi6.bat | bin/farabi6.bat | @rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl6 "%~dp0\%0" %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_faile... | @rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl6 "%~dp0\%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl6 "%~dp0\%~n0" %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_fai... | Make .bat file work with powershell as well as cmd courtesy of panda.bat. retupmoca++ | Make .bat file work with powershell as well as cmd courtesy of panda.bat. retupmoca++
| Batchfile | artistic-2.0 | timo/farabi6,timo/farabi6,azawawi/farabi6,azawawi/farabi6,timo/farabi6,timo/farabi6 |
79e5e3471707fb4470518a2c150581a4ccb2084b | Publish/Publish.cmd | Publish/Publish.cmd | @echo off
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"
set solution=..\OmniKassa.sln
nuget restore %solution%
msbuild %solution% /m:4 /t:Rebuild /p:Configuration=Release
if %errorlevel% neq 0 goto done
vstest.console /inIsolation ..\tests\OmniKassa.Tests\bin\Relea... | @echo off
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"
set solution=..\OmniKassa.sln
nuget restore %solution%
msbuild %solution% /m:4 /t:Rebuild /p:Configuration=Release
if %errorlevel% neq 0 goto done
cd ..\tests\OmniKassa.Tests\
dotnet test --no-build -c Releas... | Use dotnet test for both tests. | Use dotnet test for both tests.
| Batchfile | mit | dlemstra/OmniKassa |
29b58059835912b3e49717beb97a1c46f7e5ccdc | distrib/_local_run.cmd | distrib/_local_run.cmd | echo off
Rem: set path
SET PATH=
SET PATH=%PATH%;D:/Binutils/Ruby192/bin
SET PATH=%PATH%;C:/Binutils/Ruby192/bin
SET PATH=%PATH%;D:/Binutils/Ruby-186-27/bin
SET PATH=%PATH%;C:/Binutils/Ruby-186-27/bin
SET PATH=%PATH%;D:/Binutils/rubygems-1.3.5/bin
SET PATH=%PATH%;C:/Binutils/rubygems-1.3.5/bin
SET PATH=C:/Binutils/ap... | echo off
Rem: set path
SET PATH=
SET PATH=%PATH%;D:/Binutils/Ruby192/bin
SET PATH=%PATH%;C:/Binutils/Ruby192/bin
SET PATH=%PATH%;D:/Binutils/Ruby-186-27/bin
SET PATH=%PATH%;C:/Binutils/Ruby-186-27/bin
SET PATH=%PATH%;D:/Binutils/rubygems-1.3.5/bin
SET PATH=%PATH%;C:/Binutils/rubygems-1.3.5/bin
SET PATH=C:/Binutils/ap... | Set env path to git | Set env path to git
| Batchfile | mit | majoron/DateTimePicker,majoron/DateTimePicker |
23e365a97439a17375f205f5bedfa997307ed27a | Install.bat | Install.bat | pushd %~dp0
"%PROGRAMFILES(X86)%\MSBuild\12.0\Bin\MSBuild.exe" /t:Build /p:Configuration=Debug MonoDevelop.AddinMaker.sln
if not %ERRORLEVEL% == 0 goto Error
"%PROGRAMFILES(X86)%\MSBuild\12.0\Bin\MSBuild.exe" /t:InstallAddin /p:Configuration=Debug MonoDevelop.AddinMaker.csproj
if not %ERRORLEVEL% == 0 goto Error
got... | pushd %~dp0
"%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe" /t:Build /p:Configuration=Debug MonoDevelop.AddinMaker.sln
if not %ERRORLEVEL% == 0 goto Error
"%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MSBuild.exe" /t:InstallAddin /p:Configuration=Debug MonoDevelop.AddinMaker.csproj
if not %ERRORLEVEL% == 0 goto Error
got... | Use MSBuild 14 from build script | Use MSBuild 14 from build script
| Batchfile | mit | mhutch/MonoDevelop.AddinMaker,mhutch/MonoDevelop.AddinMaker |
d1c1451ab82abe08a05c5dba89b63e48f92e3b91 | build_msi.bat | build_msi.bat | rem needs strawberry perl installed and WiX Toolset in the %path%
rmdir /q/s \rakudo
perl Configure.pl --prefix=C:\rakudo --gen-moar
gmake install
rem following two lines are temporary hack
rem main rakudo star Configure.pl needs fixing for windows
copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin
copy c:\... | rem needs strawberry perl installed and WiX Toolset in the %path%
rmdir /q/s \rakudo
perl Configure.pl --prefix=C:\rakudo --gen-moar
gmake install
rem following two lines are temporary hack
rem main rakudo star Configure.pl needs fixing for windows
copy c:\strawberry\perl\bin\libgcc_s_sjlj-1.dll c:\rakudo\bin
copy c:\... | Add new dll dependency for Windows | Add new dll dependency for Windows
Fix https://github.com/rakudo/star/issues/135 | Batchfile | artistic-2.0 | rakudo/star |
9e7d62b1ebe6830d48b2903877a95d1647cf8c59 | scripts/test_native_code.bat | scripts/test_native_code.bat | @echo off
setlocal EnableDelayedExpansion
echo Test discovery started...
dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt
echo Testing (Google Test)...
FOR /F %%i IN (__tmp_gtest.txt) DO (
echo %%i
%%i
)
del __tmp_gtest.txt
| @echo off
setlocal EnableDelayedExpansion
echo Test discovery started...
dir C:\projects\spectre\*Tests.exe /b /s | findstr /v obj > __tmp_gtest.txt
echo Testing (Google Test)...
set failures=0
FOR /F %%i IN (__tmp_gtest.txt) DO (
echo %%i
%%i
set /A failures=%failures%+1
)
del __tmp_gtest.txt
EXIT /B 1
| Add CI build failure on failed GTests | Add CI build failure on failed GTests
| Batchfile | apache-2.0 | mg6/spectre,spectre-team/spectre,mg6/spectre,mg6/spectre,spectre-team/spectre,spectre-team/spectre |
6e3186a7b857ffbafc528d028d62817d671b7991 | Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CreateProjectDirectoryStructure.bat | Demo/CORTEX_M4F_Infineon_XMC4500_GCC_Atollic/CreateProjectDirectoryStructure.bat | REM This file should be executed from the command line prior to the first
REM build. It will be necessary to refresh the Eclipse project once the
REM .bat file has been executed (normally just press F5 to refresh).
REM Copies all the required files from their location within the standard
REM FreeRTOS directory s... | Add batch file that creates the directory structure required by the XMC4500 GCC port. | Add batch file that creates the directory structure required by the XMC4500 GCC port.
git-svn-id: 43aea61533866f88f23079d48f4f5dc2d5288937@1687 1d2547de-c912-0410-9cb9-b8ca96c0e9e2
| Batchfile | apache-2.0 | Psykar/kubos,Psykar/kubos,Psykar/kubos,kubostech/KubOS,Psykar/kubos,Psykar/kubos,Psykar/kubos,Psykar/kubos,kubostech/KubOS | |
68a1a9bff71bbdb4b29067d51b57fe2de4daa80a | test/Scripts/coff-dump.py.bat | test/Scripts/coff-dump.py.bat | @echo off
%PYTHON_EXECUTABLE% %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
| @echo off
@rem We need to set -u to treat stdin as binary. Python 3 has support for doing
@rem this in code, but I haven't found a way to do this in 2.6 yet.
%PYTHON_EXECUTABLE% -u %LLVM_SRC_ROOT%\test\Scripts\coff-dump.py %1 %2 %3 %4 %5 %6 %7 %8 %9
| Fix binary stdin issues with coff-dump on Windows. | test: Fix binary stdin issues with coff-dump on Windows.
git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d2411@115908 91177308-0d34-0410-b5e6-96231b3b80d8
| Batchfile | apache-2.0 | apple/swift-llvm,apple/swift-llvm,chubbymaggie/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,chubbymaggie/asap,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,GPUOpen-Drivers/llvm,chubbymaggie/asap,dslab-epfl/asap,llvm-mirror/llvm,llvm-mirror/llvm,apple/swift-llvm,dslab-epfl/asap,llvm-mirror/llvm,dslab-epfl/asap,dslab-... |
e62a690957044f0bcf36fa1cc70917e9a5addf80 | demo/prepare_proto.bat | demo/prepare_proto.bat | REM Copyright 2022 The Chromium Authors.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
@echo off
setlocal
REM This script is meant to be run once to setup the example demo agent.
REM Run it with one command line argument: the path to a directory where ... | Move proto generation into cmake and remove from prepare_build | Move proto generation into cmake and remove from prepare_build
| Batchfile | bsd-3-clause | chromium/content_analysis_sdk,chromium/content_analysis_sdk | |
6e2b5d70e9c2d0f79556052ff8247b2b349164ff | windows/env.bat | windows/env.bat | :: Copyright 2015 Rouslan Solomakhin
::
:: Licensed under the Apache License, Version 2.0 (the "License")
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or... | :: Copyright 2015 Rouslan Solomakhin
::
:: Licensed under the Apache License, Version 2.0 (the "License")
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or... | Add JAVA_HOME var on windows. | Add JAVA_HOME var on windows.
| Batchfile | apache-2.0 | rsolomakhin/dotfiles |
7b8401fb64804731c751d039750ab38ee287053d | src/dotnet.cmd | src/dotnet.cmd | @echo off
setlocal
set DOTNETPATH=
for %%i in (dotnet.exe) do set DOTNETPATH=%%~$PATH:i
if not defined DOTNETPATH call :no-dotnet
set LINQPADLESS=__LINQPADLESS__
pushd "%~dp0"
dotnet run -v quiet -p "%~dpn0" -- %*
popd
goto :EOF
:no-dotnet
>&2 echo dotnet CLI does not appear to be installed, which is needed to build
... | @echo off
setlocal
set DOTNETPATH=
for %%i in (dotnet.exe) do set DOTNETPATH=%%~$PATH:i
if not defined DOTNETPATH call :no-dotnet
set LINQPADLESS=__LINQPADLESS__
pushd "%~dp0"
dotnet run -v quiet -p "%~dpn0" -c Release -- %*
popd
goto :EOF
:no-dotnet
>&2 echo dotnet CLI does not appear to be installed, which is neede... | Use release configuration on run | Use release configuration on run
| Batchfile | apache-2.0 | linqpadless/LinqPadless,linqpadless/LinqPadless |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.