commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
7541ff308fcf88004a322f4a383308fb43bfb35a | deploy.sh.cmd | deploy.sh.cmd | git checkout gh-pages
git merge master
npm start mol mol/app/hello mol/app/supplies mol/app/habhub mol/app/todomvc mol/perf/render mol/perf/uibench
git commit -a -m "Update" && git push || git checkout master
| git checkout gh-pages
git merge master
npm start mol mol/app/hello mol/app/supplies mol/app/habhub mol/app/todomvc mol/perf/render mol/perf/uibench mol/app/bench mol/app/taxon mol/app/users
git commit -a -m "Update" && git push || git checkout master
| Build more apps on deploy. | Build more apps on deploy.
| Batchfile | mit | eigenmethod/mol,nin-jin/mol,eigenmethod/mol,eigenmethod/mol,nin-jin/mol,nin-jin/mol |
d517a69127c8e1190b85d72ae98cbd1283e78877 | Scripts/SetDirectories.bat | Scripts/SetDirectories.bat | ::THIS FILE IS BEING UNTRACKED FROM GIT with the command: git update-index --skip-worktree <file>
::To resume the tracking of changes to this file use the command: git update-index --no-skip-worktree <file>
::Set the path below as you need and then run this bat to copy the files and make them debuggeable
SET KSPPATH=C... | ::THIS FILE IS BEING UNTRACKED FROM GIT with the command: git update-index --skip-worktree <file>
::To resume the tracking of changes to this file use the command: git update-index --no-skip-worktree <file>
::Set the path below as you need and then run this bat to copy the files and make them debuggeable
::SET KSPPATH... | Use the default directories for KSP in the master branch's batch files. | Use the default directories for KSP in the master branch's batch files.
| Batchfile | mit | gavazquez/LunaMultiPlayer,gavazquez/LunaMultiPlayer,DaggerES/LunaMultiPlayer,gavazquez/LunaMultiPlayer |
e5b6619b7eacf0b341b84b76725da69106a1f420 | public/js/js.thirdparty.bat | public/js/js.thirdparty.bat | "C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar compiler.jar ^
--js=translate.js ^
--js=jquery/jquery-1.11.2.js ^
--js=jquery/jquery-ui.1.11.2.min.js ^
--js=jquery/jquery.qtip.js ^
--js=jquery/jquery.blockUI.js ^
--js=jquery/jquery.color.js ^
--js=jquery/jquery.autocomplete.js ^
--js=jquery/jquery.tablesor... | "C:\Program Files (x86)\Java\jre7\bin\java.exe" -jar compiler.jar ^
--js=translate.js ^
--js=jquery/jquery-1.11.2.js ^
--js=jquery/jquery-ui.1.11.2.min.js ^
--js=jquery/jquery.qtip.js ^
--js=jquery/jquery.blockUI.js ^
--js=jquery/jquery.color.js ^
--js=jquery/jquery.autocomplete.js ^
--js=jquery/jquery.tablesor... | Remove another jsBeizer reference as we weren't using it | Remove another jsBeizer reference as we weren't using it
| Batchfile | mit | marekr/siggy,marekr/siggy,marekr/siggy,marekr/siggy |
aec4778072612e715a0c2cc67f20258bb3fbf103 | ruby/buildWithExtConf.bat | ruby/buildWithExtConf.bat | REM This assumes that libutil.a has been previously build with cmake and is
REM available in ..\build
del /f RIBClientRUBY_wrap.cxx *.def *.pdb *.obj
swig -ruby -includeall -c++ -I..\utils -o RIBClientRUBY_wrap.cxx RIBClient.i
REM set USE_PRMAN=1
REM ruby extconf.rb --with-rman-dir=$RMANTREE --with-utils-include=..... | REM This assumes that libutil.a has been previously build with cmake and is
REM available in ..\build
del /f RIBClientRUBY_wrap.cxx *.def *.pdb *.obj
swig -ruby -includeall -c++ -I..\utils -o RIBClientRUBY_wrap.cxx RIBClient.i
REM set USE_PRMAN=1
REM ruby extconf.rb --with-rman-dir=$RMANTREE --with-utils-include=..... | Build using utils library being build with CMake | Build using utils library being build with CMake
| Batchfile | bsd-3-clause | nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients,nyue/ribclients |
aa6ae2fad9a61378ef0fb5a16b64d846a0226f75 | cython_build.bat | cython_build.bat | "C:\Program Files (x86)\Python 3.5\python.exe" setup.py build_ext --inplace
"C:\Program Files\Python 3.5\python.exe" setup.py build_ext --inplace | rmdir /s /q build
del vapoursynth.*.pyd
"C:\Program Files (x86)\Python 3.5\python.exe" setup.py build_ext --inplace
"C:\Program Files\Python 3.5\python.exe" setup.py build_ext --inplace
pause | Make cython always rebuild modules on windows | Make cython always rebuild modules on windows
| Batchfile | lgpl-2.1 | Kamekameha/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth,vapoursynth/vapoursynth,vapoursynth/vapoursynth,Kamekameha/vapoursynth |
ba4bf33af94616fc9162645ad6d8d5888a4066c0 | conda/bld.bat | conda/bld.bat | setlocal enableextensions
if "%PY_VER%" == "3.4" (
set MSVC_VER="10.0"
) else (
if "%PY_VER%" == "3.5" (
set MSVC_VER="14.0"
) else (
set MSVC_VER="9.0"
)
)
set EXTRA_ARGS=""
if %ARCH% EQU 64 (
set EXTRA_ARGS="address-model=64"
)
python -c "from __future__ import p... | setlocal enableextensions
if "%PY_VER%" == "3.4" (
set MSVC_VER="10.0"
) else (
if "%PY_VER%" == "3.5" (
set MSVC_VER="14.0"
) else (
set MSVC_VER="9.0"
)
)
set EXTRA_ARGS=""
if %ARCH% EQU 64 (
set EXTRA_ARGS="address-model=64"
)
%PYTHON% -c "from __future__ import... | Use conda Python rather than system | Use conda Python rather than system
| Batchfile | bsd-3-clause | menpo/conda-boost |
a64f248276aa8dd45d8266ad5c79e9c4109ef035 | windows/replace-my-vim.bat | windows/replace-my-vim.bat | @echo off
REM Reference: http://www.wilsonmar.com/1envvars.htm
set home=%USERPROFILE%
copy /Y .\dist\ctags_lang %home%\.ctags
copy /Y .vimrc %home%\.vimrc
copy /Y .vimrc.plugins %home%\.vimrc.plugins
copy /Y .vimrc.local %home%\.vimrc.local
copy /Y .vimrc.plugins.local %home%\.vimrc.plugins.local
rmdir /S /Q %home%\... | @echo off
REM Reference: http://www.wilsonmar.com/1envvars.htm
set home=%USERPROFILE%
copy /Y .\dist\ctags_lang "%home%\.ctags"
copy /Y .vimrc "%home%\.vimrc"
copy /Y .vimrc.plugins "%home%\.vimrc.plugins"
copy /Y .vimrc.local "%home%\.vimrc.local"
copy /Y .vimrc.plugins.local "%home%\.vimrc.plugins.local"
rmdir /S ... | Add quotation mark to windows path | Add quotation mark to windows path
In case the user's name contains space, the command to
replace the vimrc will fail. Adding quotation mark will
fix this issue
Signed-off-by: Zhenfang Wei <463949f2109b72a1c21e4b94cb6d47e3b151eabc@gmail.com>
| Batchfile | mit | YuJianrong/exvim-main,exvim/main,elleryq/exvim |
317ba2f1b46b5420c60e6a253a0b9938f8dbdde6 | install.bat | install.bat |
:: Checks in which DB2 version the utility will be installed.
:: DB2 v10.1 is the default version.
if "%1" EQU "" goto v10.1
if /I "%1" EQU "-v10.1" goto v10.1
if /I "%1" EQU "-v9.7" goto v9.7
:: DB2 v10.1.
:v10.1
db2 -tf Tables.sql
db2 -tf Objects.sql
db2 -td@ -f Tools.sql
db2 -td@ -f AdminHeader.sql
db2 -td@ -f Adm... | :: Checks if there is already a connection established
db2 connect
if %ERRORLEVEL% EQU 0 (
goto version
) else (
echo Please connect to a database before the execution of the installation.
goto exit
)
:version
:: Checks in which DB2 version the utility will be installed.
:: DB2 v10.1 is the default version.
if "%1"... | Install checks for a connection | Install checks for a connection
| Batchfile | bsd-2-clause | angoca/log4db2 |
fd858b78bfab213ba2832259256336a68ba80a48 | build.bat | build.bat | @echo off
setlocal
echo ====================
echo TWC -- Build Batch
echo ====================
echo.
set DEFINES=
set CCFLAGS= /MT %DEFINES% /Gm- /WX /W4 /wd4201 /wd4100 /wd4189 /wd4505 /wd4706 /wd4996 /wd4127 /wd4244 /wd4200 /wd4204
set LIBS= libcurl.lib
IF NOT EXIST build mkdir build
pushd build
... | @echo off
setlocal
echo ====================
echo TWC -- Build Batch
echo ====================
echo.
set DEFINES=
set CCFLAGS= /MT %DEFINES% /Gm- /WX /W4 /wd4201 /wd4100 /wd4189 /wd4505 /wd4706 /wd4996 /wd4127 /wd4244 /wd4200 /wd4204
set LIBS= libcurl.lib
IF NOT EXIST build mkdir build
pushd build
... | Use xcopy instead of cp | Use xcopy instead of cp
| Batchfile | mit | Chronister/twc |
9ba5daa863d59d5b2a7bd8fabdd9caa0b8fe4521 | build.bat | build.bat | @mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ... | @mkdir .shake 2> nul
@set ghcArgs=--make ^
-Wall ^
src/Main.hs ^
-isrc ^
-rtsopts ^
-with-rtsopts=-I0 ^
-outputdir=.shake ^
-j ^
-O ... | Reset GHC_PACKAGE_PATH varialbe (5th try). | Reset GHC_PACKAGE_PATH varialbe (5th try).
See #110.
| Batchfile | bsd-3-clause | snowleopard/hadrian,izgzhen/hadrian,sdiehl/ghc,sdiehl/ghc,snowleopard/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc |
68f40c5cafda58dd295285730ee6186e2066d643 | marks.bat | marks.bat | @echo off
if not exist "%~dp0marks\*.mark" echo No marks exist.&&exit /b 1
for /f "delims=" %%f in ('dir /b "%~dp0marks\*.mark"') do (for /F "usebackq delims=" %%i in ("%~dp0marks\%%f") do echo %%~nf =^> %%i)
| @echo off
if not exist "%~dp0marks\*.mark" echo No marks exist.&&exit /b 1
for /f "delims=" %%f in ('dir /b "%~dp0marks\*.mark"') do (for /F "usebackq delims=" %%i in ("%~dp0marks\%%f") do echo %%~nf -^> %%i)
| Change arrow to match original. | Change arrow to match original.
| Batchfile | mit | dictoon/marks |
948caf38b90f5feb167e40e087075f4ce28c5504 | src/resources/forrest-shbat/bin/forrest.bat | src/resources/forrest-shbat/bin/forrest.bat | @echo off
setlocal
Rem ----- set the current working dir as the PROJECT_HOME variable ----
call "%FORREST_HOME%\bin\setpwdvar.bat"
set PROJECT_HOME="%PWD%"
Rem ----- use the location of this script to infer $FORREST_HOME -------
set FORREST_HOME=%~dp0\..
Rem ----- set the ant file to use --------------------------... | @echo off
setlocal
Rem ----- set the current working dir as the PROJECT_HOME variable ----
call "%FORREST_HOME%\bin\setpwdvar.bat"
set PROJECT_HOME="%PWD%"
Rem ----- use the location of this script to infer $FORREST_HOME -------
set FORREST_HOME=%~dp0\..
Rem ----- set the ant file to use --------------------------... | Stop script breaking on XP. Thanks to Chanshin Lee | Stop script breaking on XP. Thanks to Chanshin Lee
git-svn-id: fea306228a0c821168c534b698c8fa2a33280b3b@7564 13f79535-47bb-0310-9956-ffa450edef68
| Batchfile | apache-2.0 | apache/forrest,apache/forrest,apache/forrest,apache/forrest,apache/forrest,apache/forrest |
a276dc1a1df15b744fb4e8a21ad13e43365c4e22 | tools/release_win.bat | tools/release_win.bat | PATH=C:\python26;C:\progra~2\7-zip;%PATH%
del /q /s dist\*.*
python setup.py py2exe
cd dist
7z d library.zip jinja2\* dns\* 'graphy\*
7z a namebench_for_Windows.zip -r *
namebench -x -O 8.8.8.8 -t5 -o test.html
start test.html
cd ..
| PATH=C:\python26;C:\progra~2\7-zip;%PATH%
del /q /s dist\*.*
python setup.py py2exe
cd dist
7z d library.zip jinja2\* dns\* 'graphy\*
del /s w9xpopen.exe
copy ..\README.txt .
7z a namebench_for_Windows.zip -r *
namebench -x -O 8.8.8.8 -t5 -o test.html
start test.html
cd ..
| Remove w9xopen.exe and add README.txt to Windows build | Remove w9xopen.exe and add README.txt to Windows build
| Batchfile | apache-2.0 | google/namebench,google/namebench,protron/namebench,google/namebench,rogers0/namebench |
21ba3018a918a2c7c1f39e015c32e20f1cd67a86 | os2/svnrev.cmd | os2/svnrev.cmd | /* REXX script to get the svn revision and display it. */
Trace o
fn = 'SVN.REV'
Address System 'svnversion . | rxqueue > nul:'
/* default version to 0, if svnversion doesn't exist or no .svn here */
ver = 0
If Queued() \= 0 Then
Do
/* Using PARSE PULL preserves case */
/* If it is a double value get the... | /* REXX script to get the svn revision and display it. */
Trace o
fn = 'SVN.REV'
'svnversion . | rxqueue > nul:'
/* default version to 0, if svnversion doesn't exist or no .svn here */
ver = 0
If Queued() \= 0 Then
Do
/* Using PARSE PULL preserves case */
/* If it is a double value get the first... | Address Sysem isn't working for me in the REXX script on OS/2. Also the line endings were not being interpretted by CMD.EXE. | Address Sysem isn't working for me in the REXX script on OS/2.
Also the line endings were not being interpretted by CMD.EXE.
| Batchfile | bsd-3-clause | OS2World/LIB-DynamicWindows,OS2World/LIB-DynamicWindows,OS2World/LIB-DynamicWindows |
3cee8ea62fb00b6eadea08d90506d65bfa914278 | script/create-feature-branch.bat | script/create-feature-branch.bat | @echo off
setlocal
call before-branch.bat
echo.
echo.
:: crate new feature branch locally
echo Create new Feature branch locally
SET /P feature_branch_name="Please enter the name of the feature branch: feature-"
SET /P feature_version="Please enter the version of the feature:"
git checkout -b feature-%feature_branch_... | @echo off
setlocal
call script\before-branch.bat
echo.
echo.
:: crate new feature branch locally
echo Create new Feature branch locally
SET /P feature_branch_name="Please enter the name of the feature branch: feature-"
SET /P feature_version="Please enter the version of the feature:"
git checkout -b feature-%feature_... | Update of script on dev branch | Update of script on dev branch
| Batchfile | apache-2.0 | stefan0722/gitflowv2,stefan0722/gitflowv2 |
f27fbdcdfe2a993a246d25998712a00e1cef2d45 | rs1/nssmdocker.cmd | rs1/nssmdocker.cmd | @echo off
rem This is a variant of runDockerDaemon.cmd in programdata\docker installed by Install-ContainerHost.ps1
rem It has some key differences for use in Windows CI for TP5+
rem - Daemon is NOT debug
rem - Daemon is renamed to dockernssm.exe to spot easily in task manager
rem - Daemon is redirected to d:\daemon, ... | @echo off
rem This is a variant of runDockerDaemon.cmd in programdata\docker installed by Install-ContainerHost.ps1
rem It has some key differences for use in Windows CI for TP5+
rem - Daemon is NOT debug
rem - Daemon is renamed to dockernssm.exe to spot easily in task manager
rem - Daemon is redirected to d:\daemon, ... | Move nssm to \control so only one docker load | Move nssm to \control so only one docker load
Signed-off-by: John Howard <50ae662f5fcde39b7d1ed786133b7c61a25411dd@microsoft.com>
| Batchfile | mit | jhowardmsft/docker-w2wCIScripts |
b318e68a5b77e2422d44a570611854fd16220f28 | 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.62" -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.63" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.63 update | [Nomad] Patch for version 0.63 update
| Batchfile | mit | LaserHydra/Oxide,LaserHydra/Oxide,Visagalis/Oxide,Visagalis/Oxide |
dbece2a09ea3b6e85236bdc8a39d88d82e108986 | 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.70" -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.71" -password "" -tcpLobby "149.202.51.185" 25565
echo.
echo Restarting server...
echo.
goto start
| Patch for version 0.71 update | [Nomad] Patch for version 0.71 update
| Batchfile | mit | Visagalis/Oxide,LaserHydra/Oxide,Visagalis/Oxide,LaserHydra/Oxide |
0b4335cbf43d0cbfeb1924b8ac4f77968b8e0de9 | tools/nuget_pack.bat | tools/nuget_pack.bat | @echo off
REM Capture parameters
set ScriptDir=%~dp0
set SolutionDir=%~1
set AssemblyName=%~2
set NuGetCommand=%ScriptDir%NuGet.exe
set VersionInfoCommand=%ScriptDir%VersionInfo.vbs
set output=%SolutionDir%Output
set nuget_nuspec=%SolutionDir%%AssemblyName%.nuspec
set nuget_folder=%SolutionDir%.nuget\%AssemblyName%
... | @echo off
REM Capture parameters
set ScriptDir=%~dp0
set SolutionDir=%~1
set AssemblyName=%~2
set NuGetCommand=%ScriptDir%NuGet.exe
set VersionInfoCommand=%ScriptDir%VersionInfo.vbs
set output=%SolutionDir%Output
set nuget_nuspec=%SolutionDir%%AssemblyName%.nuspec
set nuget_folder=%SolutionDir%.nuget\%AssemblyName%
... | Change to pack with and without symbols | Change to pack with and without symbols
| Batchfile | mit | skarllot/TaskParallelLibraryCE |
00c7ba122f9f883b36c78682168f9f361833c08b | .appveyor/install.cmd | .appveyor/install.cmd | git clone https://github.com/Vasar007/TIMLE.git
cd SFML
mkdir install
mkdir build
cd build
cmake .. -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../install -DSFML_DEPENDENCIES_INSTALL_PREFIX=../install -DSFML_BUILD_FRAMEWORKS=FALSE -DBUILD_SHARED_LIBS=TRUE
msbuild INSTALL.vcxproj
cd ../../
git clone https://g... | git clone https://github.com/SFML/SFML.git
cd SFML
mkdir install
mkdir build
cd build
cmake .. -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../install -DSFML_DEPENDENCIES_INSTALL_PREFIX=../install -DSFML_BUILD_FRAMEWORKS=FALSE -DBUILD_SHARED_LIBS=TRUE
msbuild INSTALL.vcxproj
cd ../../
git clone https://github... | Fix clone command for appveyor | Fix clone command for appveyor
| Batchfile | apache-2.0 | Vasar007/TIMLE,Vasar007/TIMLE |
e6a096dcb5b61349c3368e595440aafd78667d94 | BUILD.cmd | BUILD.cmd | @echo off
REM This build script allows you to build the TTR Mouse Click Simulator.
REM For information about prerequisites, see the Wiki page at
REM https://github.com/TTExtensions/MouseClickSimulator/wiki/Running-the-Simulator
SetLocal ENABLEDELAYEDEXPANSION
echo.Building the TTR Mouse Click Simulator...
echo.
REM ... | @echo off
REM This build script allows you to build the TTR Mouse Click Simulator.
REM For information about prerequisites, see the Wiki page at
REM https://github.com/TTExtensions/MouseClickSimulator/wiki/Running-the-Simulator
SetLocal ENABLEDELAYEDEXPANSION
echo.Building the TTR Mouse Click Simulator...
echo.
REM ... | Return the exit code from MSBuild. | Return the exit code from MSBuild.
| Batchfile | mit | TTExtensions/MouseClickSimulator |
5790b4e42dffc79b93fa66918cdb9fe3d41b38dc | build.cmd | build.cmd | @echo off
cls
.paket\paket.bootstrapper.exe 0.8.6
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe install -v
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %* | @echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %* | Use the latest paket.exe but just restore | Use the latest paket.exe but just restore
| Batchfile | apache-2.0 | dedale/VisualFSharpPowerTools,isaacabraham/VisualFSharpPowerTools,0x53A/VisualFSharpPowerTools,vasily-kirichenko/FSharpVSPowerTools,smoothdeveloper/VisualFSharpPowerTools,yever/VisualFSharpPowerTools,vasily-kirichenko/FSharpVSPowerTools,dungpa/PowerTools,cloudRoutine/VisualFSharpPowerTools,forki/FSharpVSPowerTools,clou... |
fe9e76cdffde2c77b205021a95ae8f10cfe58be8 | bin/resin.cmd | bin/resin.cmd | @echo off
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64
set NODE_PATH="%~dp0\bin\node\node-win32-%ARCH%.exe"
@IF NOT EXIST %NODE_PATH% (
set NODE_PATH="node.exe"
)
%NODE_PATH% "%~dp0\..\lib\resin.js" %*
| @echo off
:: http://stackoverflow.com/questions/12322308/batch-file-to-check-64bit-or-32bit-os
reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | find /i "x86" > NUL && set ARCH=x86 || set ARCH=x64
set NODE_PATH="%~dp0\bin\node\node-win32-%ARCH%.exe"
@IF NOT EXIST %NODE_PATH% (
set NODE_PATH="node.ex... | Comment source of Windows arch snippet | Comment source of Windows arch snippet
| Batchfile | apache-2.0 | resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli,resin-io/resin-cli |
69bbc6708f99d5e5424850d0224716bdeab3b345 | Tools/SetVsEnv.bat | Tools/SetVsEnv.bat | @echo off
set __VS_PATH=C:\Program Files (x86)\Microsoft Visual Studio\2017
if "%CODEQL_HOME%"=="" set CODEQL_HOME=c:\codeql-home
set CODEQL_BIN=%CODEQL_HOME%\codeql\codeql.cmd
if not "%EnterpriseWDK%"=="" goto ewdk_ready
if "%EWDK11_DIR%"=="" goto vs_vars
call %EWDK11_DIR%\BuildEnv\SetupBuildEnv.cmd
::call :add_path ... | @echo off
if "%CODEQL_HOME%"=="" set CODEQL_HOME=c:\codeql-home
set CODEQL_BIN=%CODEQL_HOME%\codeql\codeql.cmd
if not "%EnterpriseWDK%"=="" goto ready
if "%EWDK11_DIR%"=="" set EWDK11_DIR=c:\ewdk11
:: call :add_path "%EWDK11_DIR%\Program Files\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.28.29910\onecore\... | Revert "build: autoselect build env" | Revert "build: autoselect build env"
This reverts commit 66d8b30a838ae77c34f36eaad1a9048b0eaed1a6.
| Batchfile | bsd-3-clause | vrozenfe/kvm-guest-drivers-windows,virtio-win/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,vrozenfe/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-drivers-windows,daynix/kvm-guest-drivers-windows,YanVugenfirer/kvm-guest-dri... |
25a5f406faa76c82fffdac9de26bdd2407c01645 | config/pidkill.bat | config/pidkill.bat | echo off
REM leave a pid file so that a non-DC process
REM like configd can be notified for shutdown
copy /y /nul > %cd%\.pid%1
REM set this sleep value to be at least twice
REM as long as the QMF_CONFIGD_WIN_INTERVAL
SLEEP 6
EXIT /B 0
| echo off
REM leave a pid file so that a non-DC process
REM like configd can be notified for shutdown
copy /y /nul > %cd%\.pid%1
REM set this sleep value to be at least twice
REM as long as the QMF_CONFIGD_WIN_INTERVAL
set cntr=0
:LoopStart
IF NOT EXIST %cd%\.pid%1 Goto EndClean
SLEEP 1
IF %cntr%==5 Goto EndBad
set ... | Update to exit if pid has been cleaned and configd is no longer there. | Update to exit if pid has been cleaned and configd is no longer there.
| Batchfile | apache-2.0 | htcondor/configuration_tools,htcondor/configuration_tools,htcondor/configuration_tools |
3d46627356f21b6cb61a21700981a8ff359d9d83 | 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%... | Update the windows shell script. | Update the windows shell script.
| Batchfile | mit | thegoldenmule/email-backup,thegoldenmule/email-backup |
798ae96af69bca78252f3148d1dd7fff31409f02 | ci/scripts/herd-cats-windows32.bat | ci/scripts/herd-cats-windows32.bat | git submodule update --init
SET CLIPATH=c:\jenkins\workspace\go-cli-tests-windows32Bit
SET GOPATH=%CLIPATH%
c:\Go\bin\go build -v -o cf-windows-386.exe main
SET GOPATH=c:\Users\Administrator\go
SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
copy %CLIPATH%\cf-windows-386.exe %CATSPATH%\gcf.exe /... | git submodule update --init
SET CLIPATH=c:\jenkins\workspace\go-cli-tests-windows32Bit
SET GOPATH=%CLIPATH%
c:\Go\bin\go build -v -o cf-windows-386.exe main
SET GOPATH=c:\Users\Administrator\go
SET CATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
copy %CLIPATH%\cf-windows-386.exe %CATSPATH%\gcf.exe /... | Add cURL to the path for windows32 CATS tests | Add cURL to the path for windows32 CATS tests
| Batchfile | apache-2.0 | saurabhguptasg/cli,nttlabs/cli,Zouuup/cli,rastasheep/trash-can,SrinivasChilveri/cli,rastasheep/trash-can,hyenaspots/cli,carnell69/cli,diatmpravin/cli,markstgodard/cli,AmitRoushan/cli,zhang-hua/cli,evanfarrar/cli,Zouuup/cli,cgvarela/cli,saravana76/cli,simonleung8/cli,SrinivasChilveri/cli,HuaweiTech/cli,markstgodard/cli,... |
0b41a1dd77a5a1c3857f231a54290039fc4cb0ec | build.cmd | build.cmd | @ECHO OFF
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
SET VS2015_BUILD_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
IF NOT EXIST %VS2015_BUILD_TOOLS_PATH% (
echo In order to build or run this tool you need either Visual Studio 2015 Preview ... | @ECHO OFF
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
SET SOLUTION_PATH=%~dp0src\CodeFormatter.sln
SET BUILD_TOOLS_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
IF NOT EXIST %BUILD_TOOLS_PATH% (
echo In order to build or run this tool you need either Visual Studio 2015 Preview or
echo Micr... | Rename variable to not include the VS version | Rename variable to not include the VS version
This minimizes the number of changes when the tool has to target a
higher version of Visual Studio. Besides, it doesn't actually point
to Visual Studio per-se.
| Batchfile | mit | jeremyabbott/codeformatter,kharaone/codeformatter,shiftkey/Octokit.CodeFormatter,david-mitchell/codeformatter,twsouthwick/codeformatter,srivatsn/codeformatter,BradBarnich/codeformatter,jaredpar/codeformatter,dotnet/codeformatter,mmitche/codeformatter,dotnet/codeformatter,rollie42/codeformatter,cbjugstad/codeformatter,h... |
43b28b6b42b7037294d4b45894d67ed0eb2782f6 | FetchVM.cmd | FetchVM.cmd | @ECHO OFF
REM Fetch the DolphinVM binaries from GitHub into the current directory.
REM Specify a parameter to fetch a specific version or leave blank to
REM get the recommended VM version for this release of the image.
FOR /F "usebackq delims=" %%A in (`"git describe --abbrev=0"`) do SET tag=%%A
powershell.exe -Execut... | @ECHO OFF
REM Fetch the DolphinVM binaries from GitHub into the current directory.
REM Specify a parameter to fetch a specific version or leave blank to
REM get the recommended VM version for this release of the image.
FOR /F "usebackq delims=" %%A in (`"git describe --tags --abbrev=0"`) do SET tag=%%A
powershell.exe ... | Use unannotated tags for fetchvm as github creates these for releases | Use unannotated tags for fetchvm as github creates these for releases
The FetchVM script uses the latest tag to decide which VM to download, but
was assuming that only annotated tags should be considered. However, since
the tags created by github releases are not annotated, this is not very
useful!
| Batchfile | mit | dolphinsmalltalk/Dolphin,jgfoster/Dolphin,jgfoster/Dolphin,objectarts/Dolphin,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,shoshanatech/Dolphin,dolphinsmalltalk/Dolphin,jgfoster/Dolphin,objectarts/Dolphin,jgfoster/Dolphin,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin |
bae72b8339ba6366400ef8ba962ae8397e23a873 | ui/org.openmole.ui/src/main/resources/openmole.bat | ui/org.openmole.ui/src/main/resources/openmole.bat | rmdir /s /q "configuration\org.eclipse.core.runtime"
rmdir /s /q "configuration\org.eclipse.equinox.app"
rmdir /s /q "configuration\org.eclipse.osgi"
java -ea -Dosgi.classloader.singleThreadLoads=true -XX:+UseCompressedOops -XX:MaxPermSize=128M -XX:+UseParallelGC -Xmx1G -jar plugins\org.eclipse.equinox.launcher.jar ... | rmdir /s /q "configuration\org.eclipse.core.runtime"
rmdir /s /q "configuration\org.eclipse.equinox.app"
rmdir /s /q "configuration\org.eclipse.osgi"
java -ea -Dosgi.classloader.singleThreadLoads=true -XX:MaxPermSize=128M -XX:+UseParallelGC -Xmx1G -jar plugins\org.eclipse.equinox.launcher.jar -p openmole-plugins -... | Remove the compressed oops flag for now. | Remove the compressed oops flag for now.
| Batchfile | agpl-3.0 | openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole,openmole/openmole |
f5ede7d2d4e14d459c0b982875168e044f4ab313 | projectCreator.bat | projectCreator.bat | 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 | echo off
SET mypath=%~dp0
set platformsFolder=platforms
set platformName=%1
set folder=%mypath%\%platformsFolder%\%platformName%
if not exist %folder% (mkdir %folder%)
cd %folder%
rem call cmake
cmake.exe %mypath% -G%platformName%
cd %mypath%
pause | Use parameter as platform to create project | Use parameter as platform to create project
| Batchfile | mit | aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/AppLauncher,aphilippe/AppLauncher,aphilippe/ClappLauncher,aphilippe/ClappLauncher |
9576d958f65cd55abe856481c299d4090aa1a2f4 | conda-recipes/llvmdev/bld.bat | conda-recipes/llvmdev/bld.bat | mkdir build
cd build
set BUILD_CONFIG=Release
REM Configure step
if "%ARCH%"=="32" (
set CMAKE_GENERATOR=Visual Studio 12 2013
) else (
set CMAKE_GENERATOR=Visual Studio 12 2013 Win64
)
set CMAKE_GENERATOR_TOOLSET=v120_xp
REM Reduce build times and package size by removing unused stuff
set CMAKE_CUSTOM=-DLLV... | mkdir build
cd build
set BUILD_CONFIG=Release
REM Configure step
if "%ARCH%"=="32" (
set CMAKE_GENERATOR=Visual Studio 14 2015
) else (
set CMAKE_GENERATOR=Visual Studio 14 2015 Win64
)
set CMAKE_GENERATOR_TOOLSET=v120_xp
REM Reduce build times and package size by removing unused stuff
set CMAKE_CUSTOM=-DLLV... | Upgrade to VS 2015 for llvmdev | Upgrade to VS 2015 for llvmdev
| Batchfile | bsd-2-clause | numba/llvmlite,numba/llvmlite,numba/llvmlite,numba/llvmlite |
139f73d544bd0548723328f3faff2a0b3c1e4401 | bootstrap-sharpmake.bat | bootstrap-sharpmake.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.... | Remove extra hat in bootstrap batch file | Remove extra hat in bootstrap batch file
| Batchfile | apache-2.0 | ubisoftinc/Sharpmake,ubisoftinc/Sharpmake,ubisoftinc/Sharpmake |
aa8f5a2ae3080c2b395140a993bcf0143b0132c0 | src/Budford/Install/build_vs2012.bat | src/Budford/Install/build_vs2012.bat | set /p Build=<ver.txt
echo Building version %Build%
fart ..\Properties\AssemblyInfo.cs 1.0.0.0 1.0.%Build%
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\DEVENV" ..\..\Budford.sln /Rebuild Release
call "c:\Program Files (x86)\NSIS\Bin\makensis.exe" Budford.nsi
ren "Budford - Setup.exe" "... | set /p Build=<ver.txt
echo Building version %Build%
fart ..\Properties\AssemblyInfo.cs 1.0.0.0 1.0.%Build%
"C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\DEVENV" ..\..\Budford.sln /Rebuild Release
call "c:\Program Files (x86)\NSIS\Bin\makensis.exe" Budford.nsi
ren "Budford - Setup.exe" "... | Build script now creates zip | Build script now creates zip
| Batchfile | mpl-2.0 | SteveLeafo/Budford |
7bd2f99991b791491bd5b50aeb81b447feae8483 | src/post-build.bat | src/post-build.bat |
set name="%1"
set src=%~2
set pub=%~2..\..\..\..\pub
echo Copy from %src%
echo Copy to %pub%
if not exist "%pub%" mkdir "%pub%"
:: xcopy "$(TargetDir)*" "$(SolutionDir)..\pub\$(TargetName)\" /D /Y /S
xcopy "%src%*.exe" "%pub%" /D /Y /S
xcopy "%src%*.dll" "%pub%" /D /Y /S
xcopy "%src%*.config" "%pu... |
set name="%1"
set src=%~2
set pub=%~2..\..\..\..\pub\
set archiv=%pub%\com-kit_%APPVEYOR_BUILD_NUMBER%.zip
echo Copy from %src%
echo Copy to %pub%
if not exist "%pub%" mkdir "%pub%"
:: xcopy "$(TargetDir)*" "$(SolutionDir)..\pub\$(TargetName)\" /D /Y /S
::xcopy "%src%*.exe" "%pub%" /D /Y /S
::xcopy... | Make zip archive from release | Make zip archive from release
| Batchfile | mit | ah01/com-kit |
de7409a2530901d7edd22848b44442e36372c133 | webkit/build/JSConfig/prebuild.bat | webkit/build/JSConfig/prebuild.bat | @echo off
setlocal
set OUTDIR=%1
set JSENG=%2
set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\
set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files
set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\system32
:: Ensure that the cygwin mount points are defined
CALL %CYGWIN_ROOT%setup_mount.bat > NUL
bash -x ... | @echo off
setlocal
set OUTDIR=%1
set JSENG=%2
set CYGWIN_ROOT=%~dp0..\..\..\third_party\cygwin\
set GNU_ROOT=%~dp0..\..\..\third_party\gnu\files
:: Fix cp.exe on vista: without this flag, the files that it creates are not accessible.
set CYGWIN=nontsec
set PATH=%CYGWIN_ROOT%bin;%GNU_ROOT%;%SystemRoot%;%SystemRoot%\s... | Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security on top of NTFS. | Fix a build issue with Vista. Stop cp.exe from trying to emulate POSIX security
on top of NTFS.
BUG=1157117
git-svn-id: de016e52bd170d2d4f2344f9bf92d50478b649e0@40 0039d316-1c4b-4281-b951-d872f2087c98
| Batchfile | bsd-3-clause | yitian134/chromium,ropik/chromium,adobe/chromium,gavinp/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,adobe/chromium,ropik/chromium,adobe/chromium,adobe/chromium,Crystalnix/house-of-life-chromium,gavinp/chromium,yitian134/chromium,gavinp/chromium,Crystalnix/house-of-life-chromium,Crystalnix/house-of-life-c... |
e68f9322922f085f6238df506b058f1a375e598a | acqEngine/build.bat | acqEngine/build.bat | if exist classes rmdir classes /s /q
mkdir classes
xcopy /E /y src classes\
"%JAVA_HOME%\bin\java" -cp ../../3rdpartypublic/classext/clojure.jar;../MMCoreJ_wrap/MMCoreJ.jar;../../3rdpartypublic/classext/ij.jar;../mmstudio/MMJ_.jar;../../3rdpartypublic/classext/bsh-2.0b4.jar;./src -Dclojure.compile.path=classes cloju... | if exist classes rmdir classes /s /q
mkdir classes
xcopy /E /y src classes\
"%JAVA_HOME%\bin\java" -cp ../../3rdpartypublic/classext/clojure.jar;../MMCoreJ_wrap/MMCoreJ.jar;../../3rdpartypublic/classext/ij.jar;../mmstudio/MMJ_.jar;../../3rdpartypublic/classext/bsh-2.0b4.jar;./src -Dclojure.compile.path=classes cloju... | Use mostly JIT compiling for acq eng. | Use mostly JIT compiling for acq eng.
git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@10516 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
| Batchfile | mit | kmdouglass/Micro-Manager,kmdouglass/Micro-Manager |
46e832ee93da04e980877118b04b2bb7ad5b01e1 | zipsrc.bat | zipsrc.bat | cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib
cd scintilla
| cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res
cd scintilla
| Remove *.res from files zipped. | Remove *.res from files zipped.
| Batchfile | isc | R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone,R1dO/scintilla_clone |
a0295fa5c1c3ded6680417c50a5502567a68b960 | ci/jenkins.cmd | ci/jenkins.cmd | @ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET MAVEN_HOME=C:\opt\apache-maven-3.3.9
ECHO [behave.userdata] > %USERINI%
... | @ECHO OFF
SET BASEDIR=%~dp0..
SET USERINI=%BASEDIR%\user.ini
FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do (
set CF_USER=%%a
set CF_PASS=%%b
)
SET PYTHON_HOME=C:\Python36
SET DOTNET_HOME=C:\Program Files\dotnet
SET JAVA_HOME=C:\opt\oracle-jdk-8
SET MAVEN_HOME=C:\opt\apache-maven-3.3.9
E... | Update path to Java 8 | Update path to Java 8
| Batchfile | apache-2.0 | SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples |
510fd4a732d54e387c462ea5fc865b93780365ed | src/ComposeIt.Akka.FSharp.Extensions/build.bat | src/ComposeIt.Akka.FSharp.Extensions/build.bat | @echo off
cls
"..\packages\NuGet.CommandLine.2.8.6\tools\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\packages" "-ExcludeVersion"
"..\..\packages\FAKE\tools\Fake.exe" build.fsx
pause | @echo off
cls
"..\packages\NuGet.CommandLine.2.8.6\tools\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "..\..\packages"
"..\..\packages\FAKE\tools\Fake.exe" build.fsx
pause | Remove ExcludedVersion from nuget package generation command line in buld.bat | Remove ExcludedVersion from nuget package generation command line in buld.bat
| Batchfile | mit | tjaskula/akka.net-fsharp.extensions |
7c988effcaff61ca3aeb9e0a21d3df7deacd7671 | recipes/EQcorrscan/bld.bat | recipes/EQcorrscan/bld.bat | @echo off
set "INCLUDE=%LIBRARY_INC%;%INCLUDE%"
set "LIB=%LIBRARY_LIB%;%LIB%"
%PYTHON% setup.py build
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt | @echo off
set "INCLUDE=%LIBRARY_INC%;%INCLUDE%"
set "LIB=%LIBRARY_LIB%;%LIB%"
xcopy %LIBRARY_LIB%\fftw3.lib %LIBRARY_LIB%\libfftw3-3.lib
%PYTHON% setup.py build
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt | Copy fftw library to correct file-name | Copy fftw library to correct file-name
| Batchfile | bsd-3-clause | NOAA-ORR-ERD/staged-recipes,glemaitre/staged-recipes,ceholden/staged-recipes,ceholden/staged-recipes,sannykr/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,conda-forge/staged-recipes,kwilcox/staged-recipes,patricksnape/staged-recipes,isuruf/staged-recipes,Cashalow/staged-recipes,johanneskoester/staged-re... |
682e1ec2fe7173db1baa5c2ee47cd08132afcdc9 | build.bat | build.bat |
rmdir /S /Q "./build"
dotnet restore ./src/Certes/project.json
dotnet pack -c release -o ./build/nuget ./src/Certes/project.json
dotnet restore ./src/Certes.Cli/project.json
dotnet publish -f netcoreapp1.0 -c release -o ./build/cli/bin ./src/Certes.Cli/project.json
@echo off
echo dotnet ./bin/Certes.Cli.dll %%^* > ... |
rmdir /S /Q "./build"
dotnet restore ./src/Certes/project.json
dotnet pack -c release -o ./build/nuget ./src/Certes/project.json
dotnet restore ./src/Certes.Cli/project.json
dotnet publish -f netcoreapp1.0 -c release -o ./build/cli/bin ./src/Certes.Cli/project.json
@echo off
echo dotnet %%^~dp0/bin/Certes.Cli.dll %... | Fix bin path in bat. | Fix bin path in bat.
| Batchfile | mit | fszlin/certes,fszlin/certes |
efc41d30673dd8ea2bbfd85dd90701d84d37be97 | gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/bin/servicemix.bat | gshell/gshell-admin/src/main/resources/org/apache/servicemix/kernel/gshell/admin/bin/servicemix.bat | @ECHO OFF
REM =========================================================================
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The AS... | @ECHO OFF
REM =========================================================================
REM
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The AS... | Fix batch file used when generating new instances | SMX4KNL-87: Fix batch file used when generating new instances
git-svn-id: 60a1e9216d64284e4702c44631e657390eda35c3@698732 13f79535-47bb-0310-9956-ffa450edef68
| Batchfile | apache-2.0 | apache/servicemix4-kernel,igor-sfdc/felix,soluvas/karaf,igor-sfdc/felix,apache/servicemix4-kernel,igor-sfdc/felix,bodaodev-billydai/felix,bodaodev-billydai/felix,bodaodev-billydai/felix,soluvas/karaf,grgrzybek/karaf,tonit/karafonexam2,grgrzybek/karaf,tonit/karafonexam2,tonit/karafonexam2,soluvas/karaf,grgrzybek/karaf,b... |
de35e87e5d4ea377293e46198044e73aa6c0f43d | slave/run_webserver.bat | slave/run_webserver.bat | @echo off
set lighttpd_dir=%~dp0..\third_party\lighttpd\win
REM copy lighttpd.exe to lighttpd_server.exe, because we don't want it to be
REM killed by taskkill.
xcopy /D %lighttpd_dir%\lighttpd.exe %lighttpd_dir%\lighttpd_server.exe
REM copy the cygwin dll to the lighttpd folder because otherwise it wont work.
xcop... | @echo off
set lighttpd_dir=%~dp0..\third_party\lighttpd\win
REM copy lighttpd.exe to lighttpd_server.exe, because we don't want it to be
REM killed by taskkill.
xcopy /D %lighttpd_dir%\lighttpd.exe %lighttpd_dir%\lighttpd_server.exe
REM copy the cygwin dll to the lighttpd folder because otherwise it wont wor... | Make the web server auto-restart on crash | Make the web server auto-restart on crash
R=cmp@chromium.org
BUG=
TEST=
Review URL: http://codereview.chromium.org/8245014
git-svn-id: 239fca9b83025a0b6f823aeeca02ba5be3d9fd76@105112 0039d316-1c4b-4281-b951-d872f2087c98
| Batchfile | bsd-3-clause | eunchong/build,eunchong/build,eunchong/build,eunchong/build |
c7f28fb4bafdfbdee6aa4863ffd54676a94257d7 | dist/BuildAndRelease.bat | dist/BuildAndRelease.bat | MSBuild.exe ../Mappy.sln /p:Configuration=Release /t:Clean,Build && python MakeReleaseZip.py --release
@pause
| "C:/Program Files (x86)/MSBuild/14.0/bin/amd64/MSBuild.exe" ../Mappy.sln /p:Configuration=Release /t:Clean,Build && python MakeReleaseZip.py --release
@pause
| Use absolute path to MSBuild in release script | Use absolute path to MSBuild in release script
| Batchfile | mit | MHeasell/Mappy,MHeasell/Mappy |
fd80f30d2e7c1bc646d94df45f6fcd634e6ccdba | Step2/importInMongo.bat | Step2/importInMongo.bat | mongoimport -d segmentationExample -c initial --type csv --file ..\Step1\CSVInKeys.csv --headerline | mongoimport --drop -d segmentationExample -c initial --type csv --file ..\Step1\CSVInKeys.csv --headerline | Make a drop before import the data | Make a drop before import the data
| Batchfile | apache-2.0 | pianista215/SegmentationExample,pianista215/SegmentationExample,pianista215/SegmentationExample |
29957850ad83c63e7eb60ced461ed0e95693df86 | ci/appveyor-install.bat | ci/appveyor-install.bat | set CACHE=C:\cache
set CYGWIN_MIRROR=http://cygwin.mirror.constant.com
if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
if not exist %CACHE% mkdir %CACHE%
echo Updating Cygwin and installing ninja and test prerequ... | set CACHE=C:\cache
set CYGWIN_MIRROR=http://cygwin.mirror.constant.com
if _%arch%_ == _x64_ set SETUP=setup-x86_64.exe && set CYGWIN_ROOT=C:\cygwin64
if _%arch%_ == _x86_ set SETUP=setup-x86.exe && set CYGWIN_ROOT=C:\cygwin
if not exist %CACHE% mkdir %CACHE%
echo Updating Cygwin and installing ninja and test prerequ... | Install gobject-introspection test prerequisites on Cygwin | CI: Install gobject-introspection test prerequisites on Cygwin
| Batchfile | apache-2.0 | mesonbuild/meson,thiblahute/meson,pexip/meson,pexip/meson,pexip/meson,MathieuDuponchelle/meson,MathieuDuponchelle/meson,mesonbuild/meson,jeandet/meson,pexip/meson,thiblahute/meson,MathieuDuponchelle/meson,jpakkane/meson,becm/meson,mesonbuild/meson,mesonbuild/meson,MathieuDuponchelle/meson,becm/meson,QuLogic/meson,jeand... |
24c2254481acc122a4c0d0fd994e15d7805e97ef | examples/scons.bat | examples/scons.bat | @echo off
:: Copyright (c) 2011 The Native Client Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
setlocal
set NACL_SDK_ROOT=%~dp0..
:: Set the PYTHONPATH so we can import SCons modules
set PYTHONPATH=%NACL_SDK_ROOT%\th... | @echo off
:: Copyright (c) 2011 The Native Client Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that can be
:: found in the LICENSE file.
setlocal
set NACL_SDK_ROOT=%~dp0..
:: Set the PYTHONPATH so we can import SCons modules
set PYTHONPATH=%NACL_SDK_ROOT%\th... | Make Visual Studio related warnings go away. | Make Visual Studio related warnings go away.
This adds a flag that causes scons not to always expect VS on windows.
I had this fix verified by the testing team before uploading the CL.
Committed: http://code.google.com/p/nativeclient-sdk/source/detail?r=907
Review URL: http://codereview.chromium.org/7111051
git-svn-i... | Batchfile | bsd-3-clause | sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk,sbc100/nativeclient-sdk |
1489fcbcd38068e996da10e0e0e8268ca3a151e8 | src/xscontainer/data/configure_tls.cmd | src/xscontainer/data/configure_tls.cmd | @echo off
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo Please run this script with Administrator privileges
timeout 10 > NUL
EXIT /B 1
)
SET cdpath=%~dp0
echo Setting the system environment variable DOCKER_HOST
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v DOCKER_HOST ... | @echo off
net session >nul 2>&1
if %errorLevel% NEQ 0 (
echo Please run this script with Administrator privileges
timeout 10 > NUL
EXIT /B 1
)
SET cdpath=%~dp0
echo Setting the system environment variable DOCKER_HOST
reg add "HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Environment" /v DOCKER_HOST ... | Fix invalid dos script syntax: no then | Fix invalid dos script syntax: no then
Signed-off-by: Robert Breker <bfcd7039ca4b92386f0756a1d5e67ea4ff23cfe0@citrix.com>
| Batchfile | bsd-2-clause | robertbreker/xscontainer,xenserver/xscontainer,xenserver/xscontainer,robertbreker/xscontainer |
cfadfc45b2b81b3aa29592209074846e017d14c2 | deploy.cmd | deploy.cmd | mkdir %DEPLOYMENT%
mkdir %DEPLOYMENT%\src\
mkdir src\WhiteLibrary\bin\
copy %NUGET%\Castle.Core.3.3.0\lib\net45\Castle.Core.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.0.13.3\lib\net40\TestStack.White.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.ScreenObjects.0.13.3\lib\net40\TestStack.White.Repo... | mkdir %DEPLOYMENT%
mkdir %DEPLOYMENT%\src\
mkdir src\WhiteLibrary\bin\
copy %NUGET%\Castle.Core.3.3.0\lib\net45\Castle.Core.dll src\WhiteLibrary\bin\
copy %NUGET%\TestStack.White.0.13.3\lib\net40\TestStack.White.dll src\WhiteLibrary\bin\
rmdir docs /s /q
python src/WhiteLibrary/version.py > temp.txt
set /p CMDOUT=<... | Remove unnecessary .dll files from installation | Remove unnecessary .dll files from installation
| Batchfile | apache-2.0 | Omenia/robotframework-whitelibrary,Omenia/robotframework-whitelibrary |
931bc2c450843cabf376981fb978cbba4e5402a8 | zipsrc.bat | zipsrc.bat | cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib
cd scintilla
| cd ..
del/q scintilla.zip
zip scintilla.zip scintilla\*.* scintilla\*\*.* -x *.o -x *.obj -x *.dll -x *.lib -x *.res
cd scintilla
| Remove *.res from files zipped. | Remove *.res from files zipped.
| Batchfile | isc | timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_panel_mod.scintilla,timonwong/foo_uie_wsh_pane... |
1fe432605860d08dc77f8f8cae76ea0a3110117f | src/preparecomponents.bat | src/preparecomponents.bat | mkdir ..\..\..\workingdir
mkdir ..\..\..\workingdir\components
xcopy ..\..\..\das-collectionearnings-opa-calculator ..\..\..\workingdir\components /E
xcopy ..\..\..\das-collectionearnings-datalock ..\..\..\workingdir\components /E
xcopy ..\..\..\das-providerpayments-calculator ..\..\..\workingdir\components /E | mkdir ..\..\..\workingdir
mkdir ..\..\..\workingdir\components
xcopy ..\..\..\das-collectionearnings-opa-calculator ..\..\..\workingdir\components /E
xcopy ..\..\..\das-collectionearnings-datalock ..\..\..\workingdir\components /E
xcopy ..\..\..\das-providerpayments-calculator ..\..\..\workingdir\components /E
... | Add missing components to prepare script | Add missing components to prepare script
| Batchfile | mit | SkillsFundingAgency/das-paymentsacceptancetesting |
8110595fb64bb3b0c0b25e6a9b8b128eba32747e | win32/opensc-install.bat | win32/opensc-install.bat | @echo off
rem This script installs OpenSC
rem Parameters:
rem user - Install for this user only.
setlocal
set MODE=%1
set KEY=HKEY_LOCAL_MACHINE
if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER
cd %0\..\..
if not exist bin\opensc-tool.exe goto error
for /f %%f in (".") do set OPENSC_HOME=%%~f... | @echo off
rem This script installs OpenSC
rem Parameters:
rem user - Install for this user only.
setlocal
set MODE=%1
set KEY=HKEY_LOCAL_MACHINE
if "%MODE%" == "user" set KEY=HKEY_CURRENT_USER
cd %0\..\..
if not exist bin\opensc-tool.exe goto error
for /f %%f in (".") do set OPENSC_HOME=%%~f... | Add PATH comment for Windows users | Add PATH comment for Windows users
git-svn-id: 444ed946b9c2220da791e84c3dd156a05f92db99@3489 c6295689-39f2-0310-b995-f0e70906c6a9
| Batchfile | lgpl-2.1 | fabled/OpenSC,fabled/OpenSC,AktivCo/OpenSC,ieugen/OpenSC,viktorTarasov/OpenSC-SM,LudovicRousseau/OpenSC,mtrojnar/OpenSC,0x7678/myOpenSC,carlhoerberg/OpenSC,hhonkanen/OpenSC,carlhoerberg/OpenSC,rickyepoderi/OpenSC,l1k/OpenSC,Jakuje/OpenSC,aobaid/OpenSC,philipWendland/OpenSC,ieugen/OpenSC,l1k/OpenSC,gentoo/OpenSC,OpenSC/... |
308f38432906887efe34c7bad23792fc027859c5 | context-menu-disable/context-menu-disable-officescan.bat | context-menu-disable/context-menu-disable-officescan.bat | @echo off
setlocal EnableDelayedExpansion
set registryRoot=HKCU\Software\Classes
set key=OfficeScan NT
reg add "%registryRoot%\*\shellex\ContextMenuHandlers\%key%" /d "---" /f
reg add "%registryRoot%\Drive\shellex\ContextMenuHandlers\%key%" /d "---" /f
| @echo off
setlocal EnableDelayedExpansion
set registryRoot=HKCU\Software\Classes
set key=OfficeScan NT
reg add "%registryRoot%\*\shellex\ContextMenuHandlers\%key%" /d "---" /f
reg add "%registryRoot%\Drive\shellex\ContextMenuHandlers\%key%" /d "---" /f
reg add "%registryRoot%\Directory\shellex\ContextMenuHandlers\%k... | Disable officescan context menu on directories | Disable officescan context menu on directories
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
959db8293e663970d59ed2aa34668424bad9cd42 | recipes/pythonnet/bld.bat | recipes/pythonnet/bld.bat | if %VS_MAJOR% == 9 (
set "PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%PATH%"
)
%PYTHON% -m pip install . -vv
| :: Nasty hack to force the newer MSBuild from .NET is still used for the older
:: Visual Studio build. Without this an older MSBuild will be picked up by accident on
:: AppVeyor after running `vcvars32.bat`, which fails to process our solution files.
::
:: ref: https://github.com/conda-forge/staged-recipes/pull/194#iss... | Add more hacks for Appveyor | Add more hacks for Appveyor
Taken from
https://github.com/conda-forge/apr-feedstock/blob/master/recipe/bld.bat | Batchfile | bsd-3-clause | igortg/staged-recipes,goanpeca/staged-recipes,jjhelmus/staged-recipes,cpaulik/staged-recipes,stuertz/staged-recipes,jochym/staged-recipes,johanneskoester/staged-recipes,ceholden/staged-recipes,isuruf/staged-recipes,patricksnape/staged-recipes,ReimarBauer/staged-recipes,kwilcox/staged-recipes,isuruf/staged-recipes,Juanl... |
c187aa98ca09c2e0c2866fe7e631096e80f9d77f | conda.recipe/run_test.bat | conda.recipe/run_test.bat | "%PREFIX%\Scripts\npm.cmd" install -g npm@latest --no-spin && "%PREFIX%\Scripts\npm.cmd" install . --no-spin --no-progress && "%PREFIX%\Scripts\npm.cmd" run test --no-progress --no-spin && if errorlevel 1 exit 1
| "%PREFIX%\node_modules\npm\npm.cmd" install . --no-spin --no-progress && "%PREFIX%\node_modules\npm\npm.cmd" run test --no-progress --no-spin && if errorlevel 1 exit 1
| Use most canonical location for npm | Use most canonical location for npm | Batchfile | bsd-2-clause | Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Server/nb_anacondacloud,Anaconda-Platform/nb_anacondacloud |
0b546a1474fbb0dcf7fa66e92562e8ef76ad191d | Restore.cmd | Restore.cmd | @echo off
@setlocal
set NuGetExe="%~dp0NuGet.exe"
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%~dp0nuget.config" -Project2ProjectTimeOut 1200
REM If someone passed in a different Roslyn solution, use that.
REM We make use of this when Roslyn is an sub-module for some
REM internal repositories.
s... | @echo off
@setlocal
set NuGetExe="%~dp0NuGet.exe"
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%~dp0nuget.config" -Project2ProjectTimeOut 1200
REM If someone passed in a different Roslyn solution, use that.
REM We make use of this when Roslyn is an sub-module for some
REM internal repositories.
s... | Delete project.lock.json files before restoring packages | Delete project.lock.json files before restoring packages
| Batchfile | apache-2.0 | MattWindsor91/roslyn,diryboy/roslyn,CyrusNajmabadi/roslyn,kelltrick/roslyn,lorcanmooney/roslyn,zooba/roslyn,orthoxerox/roslyn,akrisiun/roslyn,TyOverby/roslyn,cston/roslyn,diryboy/roslyn,basoundr/roslyn,panopticoncentral/roslyn,jmarolf/roslyn,michalhosala/roslyn,xasx/roslyn,abock/roslyn,jasonmalinowski/roslyn,michalhosa... |
98fb8bf3be3c3893203842501d2f5c49e120e923 | recipes/zimg/bld.bat | recipes/zimg/bld.bat | call %LIBRARY_BIN%\run_autotools_clang_conda_build.bat
if errorlevel 1 exit 1
del %LIBRARY_LIB%\libzimg.a
| call %BUILD_PREFIX%\Library\bin\run_autotools_clang_conda_build.bat
if errorlevel 1 exit 1
del %LIBRARY_LIB%\libzimg.a
if errorlevel 1 exit 1
| Use exact command from autotools_clang_conda | Use exact command from autotools_clang_conda
| Batchfile | bsd-3-clause | conda-forge/staged-recipes,conda-forge/staged-recipes |
9af6cfc26cd1f63d5f0d8cc0d481ec3c6b6004b7 | scripts/install.bat | scripts/install.bat | ECHO off
ECHO MOVE C:\mongo* C:\mongodb
setx MYPATH "%PATH%;C:\mongodb\bin"
| ECHO on
FOR /f %%i IN ('dir /ad /b "C:\" ^|findstr /I "mongo"') DO set dest=%%i
ECHO MOVE C:\%dest% C:\mongodb\
setx MYPATH "%PATH%;C:\mongodb\bin"
| Revert "Removed for loop and used MOVE command with wildcards" | Revert "Removed for loop and used MOVE command with wildcards"
This reverts commit d4e2e10962b2c4e05b9f54cef8d12e6e4cdff7f2.
I am an idiot and glob commands / wildcards don't work in batch
scripts. Thanks Microsoft.
| Batchfile | apache-2.0 | ThatGeoGuy/ENGO500-Webserver,ThatGeoGuy/ENGO500-Webserver |
ff53794fb75fd582321cb4b1dc5704698e336085 | release.bat | release.bat | rem Building & compressing serve-d for release inside a virtual machine with Windows 8 or above
cd %~dp0
@if not exist version.txt (
echo.
echo !-- Error: version.txt is missing :/
echo.
pause
goto :eof
)
rem This will sync this repo with the folder %windir%\..\buildsd
robocopy . %windir%\..\buildsd... | rem Building & compressing serve-d for release inside a virtual machine with Windows 8 or above
cd %~dp0
@if not exist version.txt (
echo.
echo !-- Error: version.txt is missing :/
echo.
pause
goto :eof
)
rem This will sync this repo with the folder %SystemDrive%\buildsd
robocopy . %SystemDrive%\bui... | Use `%SystemDrive%\` instead of `%windir%\..\` | Use `%SystemDrive%\` instead of `%windir%\..\`
| Batchfile | mit | Pure-D/serve-d |
76f0b8d94d1095fa50789f5697f27e3a787a21cf | etc/bin/win/pyinstaller_app.bat | etc/bin/win/pyinstaller_app.bat | cd ..\..\..\
rm -R build
rm -R dist
"%APPDATA%\Python\Python35\Scripts\pyinstaller.exe" ^
--onefile ^
--windowed ^
--icon etc\bin\win\icon.ico ^
--paths C:\%HOMEPATH%\AppData\Roaming\Python\Python35\site-packages\PyQt5 ^
etc\bin\unix\alignak-app.py
pause
| cd ..\..\..\
rm -R build
rm -R dist
"%APPDATA%\Python\Python35\Scripts\pyinstaller.exe" ^
--onefile ^
--windowed ^
--icon etc\bin\win\icon.ico ^
--paths C:\%HOMEPATH%\AppData\Roaming\Python\Python35\site-packages\PyQt5\Qt\bin ^
etc\bin\unix\alignak-app.py
pause
| Update path of PyQt5 on Windows | Update path of PyQt5 on Windows
| Batchfile | agpl-3.0 | Alignak-monitoring-contrib/alignak-app,Alignak-monitoring-contrib/alignak-app |
ea462f14cccaffdecb28454b786754405332c07b | test/ip.bat | test/ip.bat | #!/bin/bash
load test_helper
@test "ip returns an ip" {
ip=$(lstack ip)
[ -n "$ip" ]
}
| #!/bin/bash
load test_helper
@test "ip returns an ip" {
ip=$(lstack ip)
[[ "$ip" =~ ^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]
}
| Use a regexp to test the IP | Use a regexp to test the IP
| Batchfile | mit | rubiojr/lstack |
045fa8964f9c0ad0960f3bc0d9a536a1b1072c11 | install.bat | install.bat |
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html"
pip install lytest simphony sax jax sklearn klayout
pip install "jax[cpu]===0.3.7" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
pip install gdsfactory==5.38.0
gf tool install
if exist "%USERPROFIL... |
set PIP_FIND_LINKS="https://whls.blob.core.windows.net/unstable/index.html"
pip install lytest simphony sax jax sklearn klayout
pip install "jaxlib[cuda111]" -f https://whls.blob.core.windows.net/unstable/index.html --use-deprecated legacy-resolver
pip install gdsfactory==5.38.0
gf tool install
if exist "%USERPROFILE... | Set to gpu version by default and remove version number | Set to gpu version by default and remove version number
| Batchfile | mit | gdsfactory/gdsfactory,gdsfactory/gdsfactory |
f2129cb55074f18c6a304ded2ccdb97035ac61a2 | CreateTestresults.cmd | CreateTestresults.cmd | @pushd %~dp0
ECHO Remember to build the solution first!
REM pause
Cd "%~dp0\TestHarness\packages\NUnit.Runners.*\tools"
"nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml" /nologo /nodots
Cd "%~dp0\TestHarness\packages\SpecRun.Runner.*\tools"
... | @pushd %~dp0
goto begin
ECHO Remember to build the solution first!
REM pause
Cd "%~dp0\TestHarness\packages\NUnit.Runners.*\tools"
"nunit-console.exe" "%~dp0\TestHarness\nunit\bin\Debug\nunitHarness.dll" /result="%~dp0\results-example-nunit.xml" /nologo /nodots
Cd "%~dp0\TestHarness\packages\SpecRun.Runne... | Add ability to create xunit test results | Add ability to create xunit test results
| Batchfile | apache-2.0 | dirkrombauts/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults,picklesdoc/pickles-testresults,dirkrombauts/pickles-testresults,picklesdoc/pickles-testresults |
44acf4266586e18496999c5a2bd459d0d29602e2 | prep-package.cmd | prep-package.cmd | cd /d %~dp0
mkdir OSVR-Unity-Dist
mkdir OSVR-Unity-Dist\OSVR-Unity
xcopy Managed-OSVR OSVR-Unity-Dist\ /Y /S
| cd /d %~dp0
mkdir OSVR-Unity-Dist
mkdir OSVR-Unity-Dist\src
mkdir OSVR-Unity-Dist\src\OSVR-Unity
mkdir OSVR-Unity-Dist\src\Managed-OSVR
xcopy Managed-OSVR OSVR-Unity-Dist\src\Managed-OSVR /Y /S
xcopy OSVR-Unity OSVR-Unity-Dist\src\OSVR-Unity /Y /S
| Adjust build to include more source | Adjust build to include more source
| Batchfile | apache-2.0 | grobm/OSVR-Unity,OSVR/OSVR-Unity,DuFF14/OSVR-Unity,grobm/OSVR-Unity,JeroMiya/OSVR-Unity |
4077946e8b48af8600240349c3222b2075a5a7fe | run.cmd | run.cmd | @if "%_echo%" neq "on" echo off
setlocal
if defined VisualStudioVersion goto :Run
set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
if exist %_VSWHERE% (
for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Tools
)
if not ... | @if "%_echo%" neq "on" echo off
setlocal
if defined VisualStudioVersion goto :Run
set _VSWHERE="%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe"
if exist %_VSWHERE% (
for /f "usebackq tokens=*" %%i in (`%_VSWHERE% -latest -prerelease -property installationPath`) do set _VSCOMNTOOLS=%%i\Common7\Too... | Add prerelease check to vswhere to support dogfood VS builds. | Add prerelease check to vswhere to support dogfood VS builds.
| Batchfile | mit | MichaelSimons/core-setup,ericstj/core-setup,ericstj/core-setup,rakeshsinghranchi/core-setup,steveharter/core-setup,weshaggard/core-setup,rakeshsinghranchi/core-setup,chcosta/core-setup,chcosta/core-setup,ericstj/core-setup,rakeshsinghranchi/core-setup,steveharter/core-setup,MichaelSimons/core-setup,crummel/dotnet_core-... |
70d29ae05d7e3eae92aea9d16069df659112c9ec | bootstrap.cmd | bootstrap.cmd | @echo off
Nuget.exe restore "Source\MSBuild.Community.Tasks.sln"
NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.0 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonI... | @echo off
Nuget.exe restore "Source\MSBuild.Community.Tasks.sln"
NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.1 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonI... | Use ILRepack.MSBuild.Task 1.1.1 from sympa public myget feed | Use ILRepack.MSBuild.Task 1.1.1 from sympa public myget feed
| Batchfile | bsd-2-clause | loresoft/msbuildtasks |
2dcfe8ce41119c0d1dcf938a0dd2b0434a7fa41c | bin/cake.bat | bin/cake.bat | ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Cake is a Windows batch script for invoking CakePHP shell commands
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
::
:: Licensed under ... | ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Cake is a Windows batch script for invoking CakePHP shell commands
::
:: CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
:: Copyright (c) Cake Software Foundation, Inc. (http://cakefoundation.org)
::
:: Licensed under ... | Remove outdated and wrong comment. | Remove outdated and wrong comment. | Batchfile | mit | makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,makallio85/fish-diary,makallio85/fish-diary,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp,QoboLtd/project-template-cakephp |
7bef2c506d9e8ac920c978401a856d24aeb1b817 | bin/test.bat | bin/test.bat | DEL c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\gcf.exe
bitsadmin.exe /transfer "DownloadStableCLI" https://s3.amazonaws.com/go-cli/builds/cf-windows-amd64.exe c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe
go get -u github.com/pivotal-cf-experimental/GATS/...
S... | DEL c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe
bitsadmin.exe /transfer "DownloadStableCLI" https://s3.amazonaws.com/go-cli/builds/cf-windows-amd64.exe c:\Users\Administrator\go\src\github.com\pivotal-cf-experimental\GATS\cf.exe
go get -u github.com/pivotal-cf-experimental/GATS/...
SE... | Delete old cf executable properly when running GATS on Windows | Delete old cf executable properly when running GATS on Windows
| Batchfile | unknown | cloudfoundry/cli-acceptance-tests,cloudfoundry/GATS,cloudfoundry/GATS,cloudfoundry/GATS,cloudfoundry/cli-acceptance-tests,cloudfoundry/cli-acceptance-tests |
35df01d9565723405695f31496f18602a47713ca | build.bat | build.bat | @echo off
@setlocal
rem ------------------------------------------------------
rem Check environment variables
if not "%JAVA_HOME%" == "" goto java_home_ok
echo Environment variable JAVA_HOME must be set.
set ERROR=true
:java_home_ok
if not "%DEBUG_ENABLED%" == "" goto debug_enabled_ok
set DEBUG_ENABLED=false
:debug... | @echo off
setlocal
@rem There is some funkiness wrt set command in a for statement in an if
@rem block when setlocal is true. Consequently set set bld_root up here
@rem rather than in an if block.
set this_fqn=%~f0
for %%i in ( %this_fqn% ) do set bld_root=%%~dp%i
if defined JAVA_HOME (
if not defined DEBUG_ENABL... | Bring this bat into the current millenium. | Bring this bat into the current millenium.
| Batchfile | lgpl-2.1 | brunobuzzi/orbeon-forms,ajw625/orbeon-forms,martinluther/orbeon-forms,tanbo800/orbeon-forms,wesley1001/orbeon-forms,wesley1001/orbeon-forms,brunobuzzi/orbeon-forms,orbeon/orbeon-forms,tanbo800/orbeon-forms,tanbo800/orbeon-forms,ajw625/orbeon-forms,orbeon/orbeon-forms,orbeon/orbeon-forms,joansmith/orbeon-forms,brunobuzz... |
19d83bde046b35419e1e84fd39fad0da69698dcd | runUnitTests.bat | runUnitTests.bat | @echo off
SETLOCAL EnableDelayedExpansion
set failed=0
cd bin
for /r "." %%a in (tst_*.exe) do (
"%%~fa"
if not ERRORLEVEL 0 (
echo Test FAILED: "%%~fa"
set failed=1
)
)
cd ..
if %failed% EQU 1 (
echo ERROR: At least one unit test failed!
if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" (
pause
)
e... | @echo off
SETLOCAL EnableDelayedExpansion
set failed=0
cd bin
for /r "." %%a in (tst_*.exe) do (
"%%~fa"
if !errorlevel! neq 0 (
echo Test FAILED: "%%~fa"
set failed=1
)
)
cd ..
if !failed! equ 1 (
echo ERROR: At least one unit test failed!
if "%HOPSAN_BUILD_SCRIPT_NOPAUSE%" == "" (
pause
)
... | Fix windows test runner not detecting failure | Fix windows test runner not detecting failure
| Batchfile | apache-2.0 | Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan |
fd4381d15fd468e953752ad6e5dc0235641f412f | appveyor-copy.bat | appveyor-copy.bat | rem Copy runtime DLLs
FOR /F %%I IN ('stack exec -- where libstdc++-6.dll') DO copy /Y "%%I" .\
FOR /F %%I IN ('stack exec -- where libgcc_s_seh-1.dll') DO copy /Y "%%I" .\
FOR /F %%I IN ('stack exec -- where libwinpthread-1.dll') DO copy /Y "%%I" .\
| rem Copy runtime DLLs
echo "" | stack exec -- where libstdc++-6.dll > lib.txt
echo "" | stack exec -- where libgcc_s_seh-1.dll >> lib.txt
echo "" | stack exec -- where libwinpthread-1.dll >> lib.txt
FOR /F %%I IN (lib.txt) DO copy /Y "%%I" .\
del /q lib.txt | Revert "For loop without external file" | Revert "For loop without external file"
This reverts commit edd19a6a29a160495ace70efbef8be33bcecad5c.
| Batchfile | bsd-3-clause | ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell,ucsd-progsys/liquidhaskell |
6ccef94ec9323d47c72febd430644a3b88a1d13e | scripts/install-puppet-modules.cmd | scripts/install-puppet-modules.cmd | cmd /c certutil -addstore "Root" C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c del C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-stdlib
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-registry
cmd /c "C... | cmd /c certutil -addstore "Root" C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c del C:\Windows\Temp\GeoTrust_Global_CA.pem
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-windows
cmd /c "C:\Program Files\Puppet Labs\Puppet\bin\puppet.bat" module install puppetlabs-dism
cmd /c "C:\P... | Use the new puppetlabs-windows module | Use the new puppetlabs-windows module
| Batchfile | apache-2.0 | TheBigBear/packer-windows-gildas,gildas/packer-windows,TheBigBear/packer-windows-gildas,gildas/packer-windows,gildas/packer-windows,TheBigBear/packer-windows-gildas |
158952b12992cd4a880d1a7380f735dc6c17a9ac | src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/generate.cmd | src/ResourceManagement/Scheduler/Microsoft.Azure.Management.Scheduler/generate.cmd | ::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
set autoRestVersion=0.16.0-Nightly20160329
set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-scheduler/2016-03-01/swagger/scheduler.json"
set source=-Source http... | ::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
set autoRestVersion=0.16.0-Nightly20160329
set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/c582747a6ea5d55ea976a9a3cb7c7959e7f9ce2f/arm-scheduler/2016-03-01/swagger/sched... | Change specUrl as recommended by the SDK team. | Change specUrl as recommended by the SDK team.
| Batchfile | apache-2.0 | Yahnoosh/azure-sdk-for-net,markcowl/azure-sdk-for-net,SiddharthChatrolaMs/azure-sdk-for-net,Yahnoosh/azure-sdk-for-net,djyou/azure-sdk-for-net,jhendrixMSFT/azure-sdk-for-net,AsrOneSdk/azure-sdk-for-net,nathannfan/azure-sdk-for-net,JasonYang-MSFT/azure-sdk-for-net,AzCiS/azure-sdk-for-net,Yahnoosh/azure-sdk-for-net,Scott... |
965c9d43f65217fbfa15c9e8d10de369715039bb | windows/floppy/windows-2012-standard-amd64-vagrant/configure.bat | windows/floppy/windows-2012-standard-amd64-vagrant/configure.bat | :: %~dp0 gives the dirname of the script
cmd /c %~dp0common.bat
cmd /c %~dp0vagrant-ssh.bat
| :: %~dp0 gives the dirname of the script
cmd /c %~dp0firewall-disable.bat
cmd /c %~dp0vagrant-ssh.bat
| Remove a level of indirection | Remove a level of indirection
| Batchfile | mpl-2.0 | gregjan/packer-qemu-templates,entropicgestalt/packer-qemu-templates,mbassett/packer-qemu-templates,jakobadam/packer-qemu-templates,michel-slm/packer-qemu-templates |
1883f07f7024d64d33f1a1b92de6c72664629933 | buildscript/modules/ninjallvmbuild.cmd | buildscript/modules/ninjallvmbuild.cmd | @setlocal ENABLEDELAYEDEXPANSION
@echo Building llvm-config tool...
@ninja -j %throttle% install-llvm-config
@echo.
@rem Build LLVM libraries
@set llvmlibstotal=0
@FOR /F "skip=2 tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a l... | @setlocal ENABLEDELAYEDEXPANSION
@echo Building llvm-config tool...
@ninja -j %throttle% install-llvm-config
@echo.
@rem Build LLVM libraries
@set llvmlibstotal=0
@FOR /F "tokens=4 USEBACKQ" %%a IN (`%devroot%\llvm\%abi%\bin\llvm-config.exe --link-static --libnames engine coroutines 2^>^&1`) DO @set /a llvmlibs... | Fix LLVM build truncation by 2 libraries. Regression from 527a5d5 | Fix LLVM build truncation by 2 libraries. Regression from 527a5d5
| Batchfile | mit | pal1000/mesa-dist-win,pal1000/mesa-dist-win |
88b8bcaafe35798c91a9389408bf2d8657954289 | recipes/cspice/bld.bat | recipes/cspice/bld.bat | mkdir %LIBRARY_INC%\cspice
cd %SRC_DIR%\src\cspice
call makeDynamicSpice.bat
copy "cspice.dll" %LIBRARY_LIB%
if errorlevel 1 exit 1
cd %SRC_DIR%
copy "include\\*.h" %LIBRARY_INC%\cspice
if errorlevel 1 exit 1
| mkdir %LIBRARY_INC%\cspice
copy "makeDynamicSpice.bat" %SRC_DIR%\src\cspice
cd %SRC_DIR%\src\cspice
call makeDynamicSpice.bat
copy "cspice.dll" %LIBRARY_LIB%
if errorlevel 1 exit 1
cd %SRC_DIR%
copy "include\\*.h" %LIBRARY_INC%\cspice
if errorlevel 1 exit 1
| Copy commands file to source directory | Copy commands file to source directory
| Batchfile | bsd-3-clause | kwilcox/staged-recipes,cpaulik/staged-recipes,petrushy/staged-recipes,petrushy/staged-recipes,chohner/staged-recipes,rvalieris/staged-recipes,barkls/staged-recipes,synapticarbors/staged-recipes,ocefpaf/staged-recipes,cpaulik/staged-recipes,NOAA-ORR-ERD/staged-recipes,sannykr/staged-recipes,glemaitre/staged-recipes,ocef... |
4fd503b8a724c788a5129c0ee3794397518c6a7e | windows/build-foreign.bat | windows/build-foreign.bat | @echo off
SET GENERATOR="Visual Studio 15 2017"
SET GENERATOR64="Visual Studio 15 2017 Win64"
cd ../foreign/
cd SPIRV-Tools
mkdir build
cd build
cmake -G%GENERATOR% -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers ..
cmake --build .
cmake --build . --config Release
cd ..
mkdir build64
cd build64
cmake -G%GENERAT... | @echo off
SET GENERATOR="Visual Studio 16 2019"
cd ../foreign/
cd SPIRV-Tools
mkdir build
cd build
cmake -G%GENERATOR% -A Win32 -DSPIRV-Headers_SOURCE_DIR=%cd%/../../SPIRV-Headers ..
cmake --build .
cmake --build . --config Release
cd ..
mkdir build64
cd build64
cmake -G%GENERATOR% -A x64 -DSPIRV-Headers_SOURCE_DIR... | Update windows build bat for new CMake / Visual Studio | Update windows build bat for new CMake / Visual Studio
| Batchfile | mit | turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo,turol/smaaDemo |
af0a7eb97b629ff5f2b163ffe4058f48f2a4ae6e | build-windows.cmd | build-windows.cmd | electron-packager .\ Squiffy --platform=win32 --arch=ia32 --version=0.27.3 --app-bundle-id=uk.co.textadventures.squiffy --icon=squiffy.ico --app-version=3.9.0 --ignore=Output | electron-packager .\ Squiffy --platform=win32 --arch=ia32 --version=0.27.3 --app-bundle-id=uk.co.textadventures.squiffy --icon=squiffy.ico --app-version=3.9.0 --ignore=Output --version-string.ProductName=Squiffy --version-string.FileDescription=Squiffy --version-string.LegalCopyright="Copyright (c) 2015 Alex Warren" --... | Set Windows resource version info | Set Windows resource version info
| Batchfile | mit | textadventures/squiffy-editor,textadventures/squiffy-editor |
1be22fb4e4e5d63514abc789d66a007cdf3a9c01 | exec_wrappers/templates/conda/run-in.bat | exec_wrappers/templates/conda/run-in.bat | @echo off
@REM This script was based on the original conda activate.bat
@setlocal
@set "CONDA_PREFIX=__CONDA_PREFIX__"
@set "CONDA_DEFAULT_ENV=__CONDA_DEFAULT_ENV__"
@set "CONDA_ENV_PATH=%CONDA_PREFIX%"
@set "PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\Library\mingw-w64\bin;%CONDA_PREFIX%\Library\usr\bin;%CONDA_PREFIX%\Libra... | @echo off
@REM This script was based on the original conda activate.bat
@setlocal
@set "CONDA_PREFIX=__CONDA_PREFIX__"
@set "CONDA_DEFAULT_ENV=__CONDA_DEFAULT_ENV__"
@set "CONDA_ENV_PATH=%CONDA_PREFIX%"
@set "PATH=%CONDA_PREFIX%;%CONDA_PREFIX%\Library\mingw-w64\bin;%CONDA_PREFIX%\Library\usr\bin;%CONDA_PREFIX%\Libra... | Add %CONDA_PREFIX%/bin to PATH on Windows | Add %CONDA_PREFIX%/bin to PATH on Windows
This was introduced on conda 4.5
| Batchfile | mit | gqmelo/exec-wrappers,gqmelo/exec-wrappers |
62a1b4e2b9f7994208f7e648277a281d8b39fb11 | src/PublishNugetPackage.cmd | src/PublishNugetPackage.cmd | @echo off
echo Press any key to publish
pause
"..\.nuget\NuGet.exe" push PoolSharp.3.0.0.nupkg
pause | @echo off
echo Press any key to publish
pause
"..\.nuget\NuGet.exe" push PoolSharp.3.0.0.nupkg -Source https://www.nuget.org/api/v2/package
pause | Update publish nuget cmd to specify source | Update publish nuget cmd to specify source
| Batchfile | mit | Yortw/PoolSharp |
e4a991da7eeaebdeee1200eb16feb976a646f85f | databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat | databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat | @ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" org.jboss.aerogear.unifiedpush.DBMaintenance > initdb-java.log 2>&1
GOTO End... | @ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\lib" org.jboss.aerogear.unifiedpush.DBMaintenance > ... | Use windows login for database init | Use windows login for database init
| Batchfile | apache-2.0 | aerobase/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server |
90ae166816b8e6785f00121607556803bc40a956 | tools/release_win.bat | tools/release_win.bat | rem Tool to assemble Windows builds
rem Requirements are 7-zip, py2exe, and FreeExtractor
PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH%
rem ****** Clean out the old junk
rmdir /q /s dist\*.*
del /s /q dist\*.*
rem ****** Compile our executable and core zipfile
python setup.py py2e... | rem Tool to assemble Windows builds
rem Requirements are 7-zip, py2exe, and FreeExtractor
PATH=C:\python27;C:\python26;C:\progra~1\7-zip;C:\progra~2\7-zip;%PATH%
rem ****** Clean out the old junk
del /s /f /q dist
rem ****** Compile our executable and core zipfile
python setup.py py2exe
rem ****** Remove... | Remove wildcard from del statement | Remove wildcard from del statement | Batchfile | apache-2.0 | chosen1/namebench,edesiocs/namebench,yiyuandao/namebench,Spindletop16/namebench,tectronics/namebench,shannonjlove/namebench,feardax/namebench,nishad/namebench,bluemask2001/namebench,Max-Vader/namebench,alebcay/namebench,HerlonNascimento/namebench,wluizguedes/namebench,sbalun/namebench,ItsAGeekThing/namebench,imranrony/... |
44cf480c781b2cf81cecb44328efa201d4ee0b8b | init.bat | init.bat | @echo off
cls
chcp 65001>nul
rem old prompt: [%USERNAME%@%COMPUTERNAME% $p]
prompt $$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /b $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
doskey pwd=echo %CD%
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ... | @echo off
cls
chcp 65001>nul
rem old prompt: [%USERNAME%@%COMPUTERNAME% $p]
prompt $$$s
rem Fake a UNIX environment
doskey clear=cls
doskey ls=dir /b $*
doskey cp=copy $*
doskey mv=move $*
doskey rm=del $*
doskey cat=type $*
rem Easier navigation
doskey cd=cd /D $*
doskey cd..=cd ..
doskey ..=cd ..
doskey ...=c... | Remove pwd doskey since parameter is expanded at parse time | Remove pwd doskey since parameter is expanded at parse time
| Batchfile | mit | ArloL/dotfiles,ArloL/dotfiles |
c383828a9f3f30c53009c5ac7214df3699fcde5e | databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat | databases/initdb/src/main/resources/bin/init-unifiedpush-db.bat | @ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\lib" org.jboss.aerogear.unifiedpush.DBMaintenance > ... | @ECHO OFF
IF %1.==. GOTO No1
set CONFIG=%1
REM set debug parameters
REM set DEBUG_OPTS="-Xdebug -Xrunjdwp:transport=dt_socket,address=1044,server=y,suspend=y"
"%JAVA_HOME%\bin\java" -cp ..\lib\* %DEBUG_OPTS% "-Daerobase.config.dir=%CONFIG%" "-Djava.library.path=..\\..\\..\\mssql" org.jboss.aerogear.unifiedpush.DBMain... | Add mssql jdbc driver to path | Add mssql jdbc driver to path
| Batchfile | apache-2.0 | aerobase/unifiedpush-server,aerobase/unifiedpush-server,aerobase/unifiedpush-server |
fae35ed00f261756c5dd4aaa09415c80c2d6d188 | Build/BuildRelease_XamarinForms.cmd | Build/BuildRelease_XamarinForms.cmd | UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\RELEASE-NOTES.md /Directory=..
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinForms.sln /p:Configuration=Release | UpdateVersionNumbers.exe /VersionFromNuGet=OxyPlot.Core /Dependency=OxyPlot.Core /ReleaseNotesFile=..\CHANGELOG.md /Directory=..
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinForms.sln /p:Configuration=Release
| Update Xamarin Forms build script | Update Xamarin Forms build script | Batchfile | mit | mattleibow/oxyplot,freudenthal/oxyplot,Mitch-Connor/oxyplot,olegtarasov/oxyplot,TheAlmightyBob/oxyplot,as-zhuravlev/oxyplot_wpf_fork,GeertvanHorrik/oxyplot,lynxkor/oxyplot,shoelzer/oxyplot,freudenthal/oxyplot,lynxkor/oxyplot,TheAlmightyBob/oxyplot,br111an/oxyplot,DotNetDoctor/oxyplot,objorke/oxyplot,jeremyiverson/oxypl... |
5b4d3e70bc08bd4e65da8c82080b5b5530496845 | recipes/lazperf/bld.bat | recipes/lazperf/bld.bat | mkdir build
cd build
cmake -G "NMake Makefiles" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DWITH_TESTS:BOOL=OFF ^
%SRC_DIR%
if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1
nmake install
if errorlevel 1 exit 1
| mkdir build
cd build
cmake -G "NMake Makefiles" ^
-DCMAKE_INSTALL_PREFIX:PATH="%LIBRARY_PREFIX%" ^
-DCMAKE_BUILD_TYPE:STRING=Release ^
-DWITH_TESTS:BOOL=OFF ^
%SRC_DIR%
if errorlevel 1 exit 1
nmake
if errorlevel 1 exit 1
nmake install
if errorlevel 1 exit 1
nmake test
if errorlevel 1 exit 1
| Add tests to Windows build too | Add tests to Windows build too
| Batchfile | bsd-3-clause | rmcgibbo/staged-recipes,basnijholt/staged-recipes,chrisburr/staged-recipes,SylvainCorlay/staged-recipes,chrisburr/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,ceholden/staged-recipes,barkls/staged-recipes,pmlandwehr/staged-recipes,igortg/staged-recipes,conda-forge/staged-recipes,sodre/staged-recipes,... |
9fdf26a10a0612c6ea980cb19eb2106a2607bb82 | bin/win-start-dist.cmd | bin/win-start-dist.cmd | @ECHO OFF
for %%i in ("%~dp0..") do set "folder=%%~fi"
ECHO This script will launch OS.js in node using: `node src\server\node\server.js dist`
ECHO To stop node server, press CTRL+C
pause
node "%folder%\src\server\node\server.js"
| @ECHO OFF
for %%i in ("%~dp0..") do set "folder=%%~fi"
ECHO This script will launch OS.js in node using: `node src\server\node\server.js dist-dev`
ECHO To stop node server, press CTRL+C
where /q supervisor
IF ERRORLEVEL 1 (
ECHO supervisor not installed, the server will not be live reloaded
node "%folder%\src\... | Update windows batch script for handle supervisor for the live reload | Update windows batch script for handle supervisor for the live reload
| Batchfile | bsd-2-clause | omet-ca/omet-desktop,andersevenrud/OS.js-v2,arduino-org/OS.js-v2,salman-kamkoriwala/OsJsSample,andersevenrud/OS.js-v2,andersevenrud/OS.js-v2,gravityacademy/OS.js-v2,andersevenrud/OS.js-v2,Rxswyers/OS.js,omet-ca/omet-desktop,salman-kamkoriwala/OsJsSample,gravityacademy/OS.js-v2,arduino-org/OS.js-v2,arduino-org/Arduino-O... |
de5df74bf2c94d7a194f6e84dd69c915e9da185e | cmake/scripts/msvc_build.bat | cmake/scripts/msvc_build.bat | REM @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
@call "C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw-w64.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;%PATH%
cp "%MYS... | REM @call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"
SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;C:\OpenSSL-v111-Win64\bin;C:\mingw-w64\x86_64-7.2.0-posix-seh-rt_v5-rev1\mingw64\bin;%PATH%
cp "%MYSQL_CONNECT... | Fix appveyor stuck on terminal | Fix appveyor stuck on terminal
| Batchfile | apache-2.0 | dev-osrose/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new |
026da68255bcbd9d54f3ab8d2b234a0a60763074 | Tools/AppVeyor/Install.cmd | Tools/AppVeyor/Install.cmd | @echo off
if not exist "C:\Program Files (x86)\gs" choco install ghostscript.app -y -x86 -version 9.18
set LIBDIR=C:\Magick.NET.libs
if exist %LIBDIR% goto done
echo Downloading .lib files
appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1
echo Extracting .lib files
7z x ... | @echo off
if not exist "C:\Program Files (x86)\gs" choco install ghostscript.app -y -x86 -version 9.18
set LIBDIR=C:\Magick.NET.libs
if exist %LIBDIR% goto done
echo Downloading .lib files
appveyor DownloadFile https://www.dropbox.com/sh/5m3zllq81n4eyhm/AACQFGl4PKi9xnd15EbU5S1Ia?dl=1
echo Extracting .lib files
7z x ... | Test if resetting the build cache will fix the build. | Test if resetting the build cache will fix the build.
| Batchfile | apache-2.0 | dlemstra/Magick.NET,dlemstra/Magick.NET |
58505a5581550c6ec1d0c3ba133d39cc79b975c6 | perl/settings.cmd | perl/settings.cmd | @echo off
set drive=%~dp0
set drivep=%drive%
set PERLVER=5.24.0.1
set PERLDIR=%drivep%\%ARCH%\perl
REM latest version can be queried via 99-shell:
REM perl tools\query-version.pl CSS::Sass
set RELVERSION=3.4.10
if #%drive:~-1%# == #\# set drivep=%drive:~0,-1%
set PATH=%PERLDIR%\perl\site\bin\;%PERLDIR%\perl\bin\;%P... | @echo off
set drive=%~dp0
set drivep=%drive%
set PERLVER=5.24.0.1
set PERLDIR=%drivep%\%ARCH%\perl
REM latest version can be queried via 99-shell:
REM perl tools\query-version.pl CSS::Sass
set RELVERSION=3.4.11
if #%drive:~-1%# == #\# set drivep=%drive:~0,-1%
set PATH=%PERLDIR%\perl\site\bin\;%PERLDIR%\perl\bin\;%P... | Adjust for latest perl-libsass 3.4.11 | Adjust for latest perl-libsass 3.4.11
| Batchfile | mit | mgreter/libsass-msi-installer,mgreter/libsass-msi-installer,mgreter/libsass-msi-installer |
5dbb6f9ff0d0f84a90d633cf77cd0842cda63ae0 | bin/nodist.cmd | bin/nodist.cmd | @echo off
:: hook `nodist use <version>`
if "%1"=="use" (
call %0 + %2
if ERRORLEVEL 0 (
:: get path to version and add it to PATH
FOR /F "tokens=1 delims=" %%A in ('"%0" path %2') do @set "Path=%%A;%Path%"
)
goto end
)
:: hook `nodist update`
if "%1"=="update" (
:: rescue our hacked npm.cmd from `n... | @echo off
:: hook `nodist use <version>`
if "%1"=="use" (
call %0 + %2
if ERRORLEVEL 0 (
:: get path to version and add it to PATH
FOR /F "tokens=1 delims=" %%A in ('"%0" path %2') do @set "Path=%%A;%Path%"
)
goto end
)
:: hook `nodist update`
if "%1"=="update" (
:: rescue our hacked npm.cmd from `n... | Put `npm update` into it's own shell | Put `npm update` into it's own shell
| Batchfile | mit | nullivex/nodist,marcelklehr/nodist,nullivex/nodist,marcelklehr/nodist,nullivex/nodist,marcelklehr/nodist |
1034a4d46b07b77315a740e694412422d3c37ddb | bin/_mkasset.bat | bin/_mkasset.bat | :: Asset API
::
:: This file is called whenever a user enters an asset, such as Cat or Shot01.
::
:: Arguments:
:: %1: Name of asset, e.g. Bruce
:: %2: Absolute path to asset parent directory, e.g. m:\f01_projects\p999_Demo\assets
::
:: Example:
:: $ call _mkasset Bruce %~dp0
@echo off
set ASSET=%1
set ASSETDIR... | :: Asset API
::
:: This file is called whenever a user enters an asset, such as Cat or Shot01.
::
:: Arguments:
:: %1: Name of asset, e.g. Bruce
:: %2: Absolute path to asset parent directory, e.g. m:\f01_projects\p999_Demo\assets
::
:: Example:
:: $ call _mkasset Bruce %~dp0
@echo off
set ASSET=%1
set ASSETDIR... | Modify listing of tasks to resemble listing of assets. | Modify listing of tasks to resemble listing of assets.
| Batchfile | mit | MoonShineVFX/core,getavalon/core,getavalon/core,mindbender-studio/core,MoonShineVFX/core,mindbender-studio/core |
1adef8ad02df39ff478ab7af21d42925ed011e3c | rci.bat | rci.bat | :: Copyright (c) 2011, Jon Maken
:: License: 3-clause BSD (see project LICENSE file)
:: Revision: 01/29/2011 10:20:16 AM
@echo off
setlocal
:: echo initial:
:: echo %%0 = %0
:: echo %%* = %*
:: fix ruby.exe invocation when explicitly disabling RubyGems
if "x%1" == "x--disable-gems" (
set NOGEM=%1
for /F "token... | :: Copyright (c) 2011, Jon Maken
:: License: 3-clause BSD (see project LICENSE file)
:: Revision: 01/29/2011 10:20:16 AM
@echo off
setlocal
:: echo initial:
:: echo %%0 = %0
:: echo %%* = %*
:: fix ruby.exe invocation when explicitly disabling RubyGems
if "x%1" == "x--disable-gems" (
set NOGEM=%1
for /F "token... | Update 'for' batch code to use block style. | Update 'for' batch code to use block style.
| Batchfile | bsd-3-clause | jonforums/measurements,jonforums/measurements |
6f3fb02d2e555c251d9e3cb20b124bd09be2e78f | kokoro/windows-cmake.bat | kokoro/windows-cmake.bat | CD git/re2 || EXIT /B 1
cmake -D CMAKE_BUILD_TYPE=Debug -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1
cmake --build . --config Debug --clean-first || EXIT /B 1
ctest -C Debug --output-on-failure -E dfa^|exhaustive^|random ... | CD git/re2 || EXIT /B 1
cmake -D CMAKE_BUILD_TYPE=Debug -G "Visual Studio 12 2013" -A x64 . || EXIT /B 1
cmake --build . --config Debug --clean-first || EXIT /B 1
ctest -C Debug --output-on-failure --extra-verbose -E dfa^|exhaustive^... | Make CTest extra verbose temporarily. | Make CTest extra verbose temporarily.
Change-Id: I068244af20db96c136774c516176ce788786ff20
Reviewed-on: https://code-review.googlesource.com/20890
Reviewed-by: Paul Wankadia <62d4e38bb1380f055ec4b899baa75e52af09c5f7@google.com>
| Batchfile | bsd-3-clause | google/re2,google/re2,google/re2,google/re2,google/re2 |
2b853c10af52c613685afdde14f60e6eafdebc13 | buildtools/nmake/make.bat | buildtools/nmake/make.bat | @if "%VS140COMNTOOLS%"=="" goto error_vc14
@call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat"
@if "%HIPACC_PATH%"=="" goto error_hipacc
@if "%1" == "cpu" goto cpu
@if "%1" == "cuda" goto cuda
@if "%1" == "clean" goto clean
@if "%1" == "distclean" goto distclean
:cpu
nmake.exe /f sample.mak cpu
@goto end
:cuda
@if "%C... | @if "%VS140COMNTOOLS%"=="" goto error_vc14
@call "%VS140COMNTOOLS%\..\..\VC\vcvarsall.bat" x64
@if "%HIPACC_PATH%"=="" goto error_hipacc
@if "%1" == "cpu" goto cpu
@if "%1" == "cuda" goto cuda
@if "%1" == "clean" goto clean
@if "%1" == "distclean" goto distclean
:cpu
nmake.exe /f sample.mak cpu
@goto end
:cuda
@if... | Load x64 toolchain for NMAKE | Load x64 toolchain for NMAKE
| Batchfile | bsd-2-clause | hipacc/hipacc-vivado,hipacc/hipacc,hipacc/hipacc-vivado,hipacc/hipacc-vivado,hipacc/hipacc |
0ee9116c804c7ff1490188ded278d6573ece4b79 | ci/tasks/cats-windows.bat | ci/tasks/cats-windows.bat | SET GOPATH=%CD%\cf-release-repo
SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
SET PATH=C:\Go\bin;%PATH%
SET PATH=C:\Program Files\Git\cmd\;%PATH%
SET PATH=%CD%\cf-release-repo\bin;%PATH%
SET PATH=C:\Program Files\7-Zip;%PATH%
SET PATH=C:\Program Files\cURL\bin;%PATH%
SET PATH=%CD%;%PATH%
SET /... | SET GOPATH=%CD%\cf-release-repo
SET GATSPATH=%GOPATH%\src\github.com\cloudfoundry\cf-acceptance-tests
SET PATH=C:\Go\bin;%PATH%
SET PATH=C:\Program Files\Git\cmd\;%PATH%
SET PATH=%CD%\cf-release-repo\bin;%PATH%
SET PATH=C:\Program Files\GnuWin32\bin;%PATH%
SET PATH=C:\Program Files\cURL\bin;%PATH%
SET PATH=%CD%;%PATH%... | Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke" | Revert "swap GnuWin32 with 7zip, cuz sourceforge is broke"
This reverts commit 42237d6c20c650f9803acbd496df30d8d9e0b8d6.
| Batchfile | apache-2.0 | fujitsu-cf/cli,hyenaspots/cli,hyenaspots/cli,fujitsu-cf/cli,simonleung8/cli,markstgodard/cli,hyenaspots/cli,markstgodard/cli,simonleung8/cli,hyenaspots/cli,simonleung8/cli,fujitsu-cf/cli,markstgodard/cli,markstgodard/cli |
fe4c6db4bf4cd7ab4813718d4e1015fda3afa049 | run-example.cmd | run-example.cmd | @echo off
setlocal
if "%1" == "" (
echo usage: %0 EXAMPLE [options]
echo.
echo Where EXAMPLE is one of:
call :printExampleList
exit /B 1
)
if not exist examples\%1 (
echo Cannot find an example by the name '%1'. Use one of:
call :printExampleList
exit /B 1
)
rem Enabl... | @echo off
setlocal
if "%1" == "" (
echo usage: %0 EXAMPLE [options]
echo.
echo Where EXAMPLE is one of:
call :printExampleList
exit /B 1
)
if not exist examples\%1 (
echo Cannot find an example by the name '%1'. Use one of:
call :printExampleList
exit /B 1
)
rem Enabl... | Hide dot-folders when printing example folders | Hide dot-folders when printing example folders
Don't want to have Eclipse stuff like '.settings'
show up.
| Batchfile | agpl-3.0 | yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs,fqqb/yamcs,yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,yamcs/yamcs,yamcs/yamcs,fqqb/yamcs,fqqb/yamcs |
50a3257ab0c3cb8958da0728b157228d1fc83c26 | doc/screenplay/demo-3-bach.bat | doc/screenplay/demo-3-bach.bat | @echo off
cls
echo.
echo BEGIN OF DEMO 3: Bach.java
pause > nul
if exist demo rmdir /q/s demo
mkdir demo
cd demo
mkdir src\demo
echo ______
echo Step 1: Declare demo module: src\demo\module-info.java
pause > nul
(
echo module demo {}
)>"src\demo\module-info.java"
echo.
type src\demo\module-info.java
pause > nul
echo... | @echo off
cls
echo.
echo BEGIN OF DEMO 3: Bach.java
pause > nul
if exist demo rmdir /q/s demo
mkdir demo
cd demo
mkdir src\demo
echo ______
echo Step 1: Declare demo module: src\demo\module-info.java
pause > nul
(
echo module demo {}
)>"src\demo\module-info.java"
echo.
type src\demo\module-info.java
pause > nul
echo... | Fix path to "main" modules | Fix path to "main" modules
| Batchfile | mit | sormuras/bach,sormuras/bach |
d75fa4a9e2d9a01ac8efbb259ee0d75d4f0c0005 | devtools/conda-recipe/bld.bat | devtools/conda-recipe/bld.bat | xcopy %RECIPE_DIR%\\..\\.. %SRC_DIR% /e /h /Y /Q
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
| xcopy %RECIPE_DIR%\\..\\.. %SRC_DIR% /e /h /Y /Q
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
if errorlevel 1 exit 1
| Fix setuptools with conda build on windows. | Fix setuptools with conda build on windows.
| Batchfile | mit | sallai/mbuild,iModels/mbuild,summeraz/mbuild,Jonestj1/mbuild,tcmoore3/mbuild,ctk3b/mbuild,Jonestj1/mbuild,summeraz/mbuild,sallai/mbuild,iModels/mbuild,ctk3b/mbuild,tcmoore3/mbuild |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.