commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
old_contents
stringlengths
0
4.24k
new_contents
stringlengths
1
5.44k
subject
stringlengths
14
778
message
stringlengths
15
9.92k
lang
stringclasses
277 values
license
stringclasses
13 values
repos
stringlengths
5
127k
681dc4cde0c8dfbabcb257c6e4647ed09e7181ee
ci/msvc_install.bat
ci/msvc_install.bat
Robocopy "./tools/googletest/googlemock" "./tools/protobuf/gmock" /E /MT:2 /R:0 /DCOPY:T Robocopy "./tools/googletest/googletest" "./tools/protobuf/gmock/gtest" /E /MT:2 /R:0 /DCOPY:T
Robocopy "./tools/googletest/googlemock" "./tools/protobuf/gmock" /E /MT:2 /R:0 /DCOPY:T Robocopy "./tools/googletest/googletest" "./tools/protobuf/gmock/gtest" /E /MT:2 /R:0 /DCOPY:T IF %ERRORLEVEL% LSS 8 goto end goto :eof :end exit 0
Fix appveyor failing on a successful robocopy
Fix appveyor failing on a successful robocopy
Batchfile
apache-2.0
dev-osrose/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new
5f68179036fac46a6edc4c7ee4d16279f88b7a25
.ci/run-tests.bat
.ci/run-tests.bat
@echo off echo Executing tests with No Compression, No SSL && copy /y tests\SideBySide.New\config.json.example tests\SideBySide.New\config.json && dotnet test tests/SideBySide.New --configuration Release echo Executing tests with Compression, No SSL && copy /y .ci\config.compression.json tests\SideBySide.New\config.jso...
@echo off echo Executing tests with No Compression, No SSL && copy /y tests\SideBySide.New\config.json.example tests\SideBySide.New\config.json && dotnet test tests/SideBySide.New --configuration Release echo Executing tests with Compression, No SSL && copy /y .ci\config\config.compression.json tests\SideBySide.New\con...
Update to new CI paths.
Update to new CI paths.
Batchfile
mit
mysql-net/MySqlConnector,gitsno/MySqlConnector,gitsno/MySqlConnector,mysql-net/MySqlConnector
0268876db0983d93ff5a7626ec8e42463a5d903c
virtualenv_embedded/activate.bat
virtualenv_embedded/activate.bat
@echo off set "VIRTUAL_ENV=__VIRTUAL_ENV__" if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) else ( if not defined PROMPT ( set "PROMPT=$P$G" ) set "_OLD_VIRTUAL_PROMPT=%PROMPT%" ) set "PROMPT=__VIRTUAL_WINPROMPT__ %PROMPT%" REM Don't use () to avoid problems with them in ...
@echo off set "VIRTUAL_ENV=__VIRTUAL_ENV__" if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) else ( if not defined PROMPT ( set "PROMPT=$P$G" ) set "_OLD_VIRTUAL_PROMPT=%PROMPT%" ) set "PROMPT=__VIRTUAL_WINPROMPT__ %PROMPT%" REM Don't use () to avoid problems with them in ...
Correct syntax and control logic flow
Correct syntax and control logic flow
Batchfile
mit
dstufft/virtualenv,dstufft/virtualenv,techtonik/virtualenv,techtonik/virtualenv
f47b53ec10af2d6f8551dc291f658898528140bd
test.cmd
test.cmd
REM REM Run tests for all available versions of Python between 2.3 & 3.3 REM @echo off for /l %%n in (23,1,33) do if exist c:\python%%n\python.exe (echo. & echo python%%n & c:\python%%n\python.exe -W ignore test_active_directory.py) pause
REM REM Run tests for all available versions of Python between 2.3 & 3.3 REM @echo off for /l %%n in (24,1,33) do if exist c:\python%%n\python.exe (echo. & echo python%%n & c:\python%%n\python.exe -W ignore test_active_directory.py) pause
Switch to 2.4 as the lowest supported version
Switch to 2.4 as the lowest supported version
Batchfile
mit
tjguk/active_directory
9817f0a025e2b0e51ec02ba0b7a93da5d4d0507e
init.bat
init.bat
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...=cd ../.. doskey ....=c...
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* doskey touch=type nul>>$* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...
Add touch tool that creates file if it does not exist
Add touch tool that creates file if it does not exist
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
0165e7fab7afae38dddfdc0430d912c91027b9b3
Bin/DarunGrim3/CopySrc.bat
Bin/DarunGrim3/CopySrc.bat
REM Start copying files mkdir Src copy ..\..\Src\UI\Web\*.py Src\ copy ..\..\Src\UI\Web\*.bat Src\ xcopy /y /s /I ..\..\Src\UI\Web\data Src\data copy "..\..\Src\Bin Collector\*.py" Src\ copy "..\..\Src\Diff Inspector\*.py" Src\ copy "..\..\Src\Bin Collector\Bin\*.pyd" Src\ copy SetupDist.py Src\ copy ..\..\Src...
REM Start copying files mkdir Src xcopy /D /S /I /Y ..\..\Src\UI\Web\*.py Src\ xcopy /D /S /I /Y ..\..\Src\UI\Web\*.bat Src\ xcopy /D /S /I /Y ..\..\Src\UI\Web\data Src\data xcopy /D /S /I /Y "..\..\Src\Bin Collector\*.py" Src\ xcopy /D /S /I /Y "..\..\Src\Diff Inspector\*.py" Src\ xcopy /D /S /I /Y "..\..\Src...
Use xcopy to copy source files
Use xcopy to copy source files
Batchfile
bsd-3-clause
jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim,jenix21/DarunGrim
f5c1f29a9c4c521547ec3724a4f4bf8262414fa8
scripts/uc11.bat
scripts/uc11.bat
@echo off rem Download Data. Select variables, region and time right away to save bandwith cate ds copy esacci.SST.day.L4.SSTdepth.multi-sensor.multi-platform.OSTIA.1-1.r1 --name "SST_polar_2007" --time 2007-01-01,2007-01-15 --vars "analysed_sst, sea_ice_fraction" --region "-180, 60, 180, 90" cate ds copy esacci.CLOUD...
Add UC11 happy path Windows script
Add UC11 happy path Windows script
Batchfile
mit
CCI-Tools/cate-core,CCI-Tools/ect-core,CCI-Tools/cate-core
915f00864a47132436c7aa90d01a69d6246775f6
build.bat
build.bat
@echo off cls jshell --show-version ^ --enable-preview ^ -R-ea ^ -R-Djava.util.logging.config.file=src/logging.properties ^ -R-Debug ^ build.jsh
@echo off cls jshell --show-version ^ --enable-preview ^ -R-ea ^ -R-Djava.util.logging.config.file=src/logging.properties ^ -R-Debug ^ build.jsh java .bach/src/Bach.java help .bach/workspace/image/bin/bach version
Call generated single-file source-code program and custom runtime image
Call generated single-file source-code program and custom runtime image
Batchfile
mit
sormuras/bach,sormuras/bach
d9e6f5f234d9f161cd9e5c8ba4f95d9218d87994
bin/rununittests_wince.bat
bin/rununittests_wince.bat
set DEPOT="%CD%" IF NOT EXIST mobility.pro GOTO NOSOURCE set CETESTCOMMAND=cetest -cache %QTDIR%\.qmake.cache -libpath \Windows IF NOT EXIST %DEPOT%\..\..\qa-dungeon\mainline\tests\wince\deploy\ GOTO SKIPDEPLOY cd %DEPOT%\..\..\qa-dungeon\mainline\tests\wince\deploy\ call %CETESTCOMMAND% :SKIPDEPLOY cd ...
Add a rununittests script for Windows CE
Add a rununittests script for Windows CE Test must be run in the source directory
Batchfile
lgpl-2.1
kaltsi/qt-mobility,KDE/android-qt-mobility,qtproject/qt-mobility,kaltsi/qt-mobility,qtproject/qt-mobility,qtproject/qt-mobility,tmcguire/qt-mobility,tmcguire/qt-mobility,enthought/qt-mobility,tmcguire/qt-mobility,kaltsi/qt-mobility,kaltsi/qt-mobility,qtproject/qt-mobility,enthought/qt-mobility,enthought/qt-mobility,kal...
e0d280882d2dc4981e20cca378e873dff25b74c5
scripts/install.bat
scripts/install.bat
@ECHO on SETLOCAL FOR /f %%i IN ( 'dir /ad /b "C:\" |findstr /I "mongo"' ) DO CALL :movedir %%i :movedir SET "dest=%1" ECHO MOVE "C:\"%1 "C:\mongodb\" setx MYPATH "%PATH%;C:\mongodb\bin"
ECHO on FOR /f %%i IN ( 'dir /ad /b "C:\" ^|findstr /I "mongo"' ) DO CALL :movedir %%i :movedir SET "dest=%1" ECHO MOVE "C:\"%1 "C:\mongodb\" setx MYPATH "%PATH%;C:\mongodb\bin"
Revert "Minor change in batch script for finding directory"
Revert "Minor change in batch script for finding directory" This reverts commit b8b7b5670acb4ac43dedd8893df3f6fc2ba5232b.
Batchfile
apache-2.0
ThatGeoGuy/ENGO500-Webserver,ThatGeoGuy/ENGO500-Webserver
f365fd29393bd4c8e10d847412166312846453e6
sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat
sql/src/test/BugTracker/Tests/local_temp_table.SF-1865953.SQL.bat
@echo off echo user=monetdb> .monetdb echo password=monetdb>> .monetdb set LANG=en_US.UTF-8 prompt # $t $g echo on call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% -f "%RELSRCDIR%\local_temp_table_data.SF-1865953.sql" call mjclient -h %HOST% -p %MAPIPORT% -d %TSTDB% " @del .monetdb
@echo off echo user=monetdb> .monetdb echo password=monetdb>> .monetdb set LANG=en_US.UTF-8 prompt # $t $g echo on call mclient -lsql -h %HOST% -p %MAPIPORT% -d %TSTDB% "%RELSRCDIR%\local_temp_table_data.SF-1865953.sql" call mclient -lsql -h %HOST% -p %MAPIPORT% -d %TSTDB% " @del .monetdb
Align it with the sh script....
Align it with the sh script....
Batchfile
mpl-2.0
zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb,zyzyis/monetdb
eafdae19b5d7bac54835cdca95383013eb356643
src/application.bat
src/application.bat
### application.bat - 2015 - Merel ### echo "Copyright Benoit MEREL - 2015" version = "2" build_hour = "11H00" echo "Build ${build_hour}" echo "version ${version}"
### application.bat - 2015 - Guillet ### echo "Copyright Thomas Guillet - 2015" version = "2" build_hour = "11H00" echo "Build ${build_hour}" echo "version ${version}"
Update header for New Member
Update header for New Member
Batchfile
apache-2.0
Benoitmerel/TP-git
8389e09681c960128eaab772898838fbfbd3fe73
fop.bat
fop.bat
@ECHO OFF rem %~dp0 is the expanded pathname of the current script under NT set LOCAL_FOP_HOME= if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0 set LIBDIR=%LOCAL_FOP_HOME%lib set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar set LOCALCLASSPATH=%LOCALCLASSPATH%...
@ECHO OFF rem %~dp0 is the expanded pathname of the current script under NT set LOCAL_FOP_HOME= if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0 set LIBDIR=%LOCAL_FOP_HOME%lib set LOCALCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar set LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\xml-apis.jar set LOCALCLASSPATH=%LOCALCLASSPATH%...
Adjust to version change of Commons IO
Adjust to version change of Commons IO git-svn-id: 102839466c3b40dd9c7e25c0a1a6d26afc40150a@196594 13f79535-47bb-0310-9956-ffa450edef68
Batchfile
apache-2.0
Distrotech/fop,StrategyObject/fop,argv-minus-one/fop,argv-minus-one/fop,spepping/fop-cs,Distrotech/fop,argv-minus-one/fop,argv-minus-one/fop,argv-minus-one/fop,spepping/fop-cs,StrategyObject/fop,spepping/fop-cs,StrategyObject/fop,StrategyObject/fop,Distrotech/fop,Distrotech/fop,StrategyObject/fop,spepping/fop-cs
9e99bd8adb52a9c6ab2e1ef57bd204145c04228c
set-ref.bat
set-ref.bat
@ECHO OFF :USAGE :START :INITIALIZE SETLOCAL ENABLEDELAYEDEXPANSION SET BASE_DIR=%~DP0 SET IN_VAR_NAME=%1 SET IN_VALUE=%2 :CODE SET GLOBALS_FILE=%BASE_DIR%\globals.txt SET REFERENCE=!%IN_VAR_NAME%! CALL SET-GLOBAL %GLOBALS_FILE% %REFERENCE% %IN_VALUE% :RETURN ENDLOCAL :EOF
Set value for a reference given a variable
Set value for a reference given a variable
Batchfile
bsd-2-clause
phoenix-star/batch-gc
5e3832ce7fe9fe79b0b42e3388d55c5196e89c41
tools/bin/jruby.bat
tools/bin/jruby.bat
@ECHO OFF set TOOLS_BIN=%~dp0 set JRUBY_BASE=%~dp0\..\jruby-1.7.11 set GEM_HOME= set GEM_PATH= set PATH=%TOOLS_BIN%\;%JRUBY_BASE%\bin;%PATH% set JRUBY_OPTS="-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.invokedynamic=false -J-Djruby.compile.mode=OFF" %JRUBY_BASE%\bin\jruby.bat %*
@ECHO OFF set TOOLS_BIN=%~dp0 set JRUBY_BASE=%~dp0\..\jruby-1.7.11 set GEM_HOME= set GEM_PATH= set PATH=%TOOLS_BIN%\;%JRUBY_BASE%\bin;%PATH% set JRUBY_OPTS='-J-XX:+TieredCompilation -J-XX:TieredStopAtLevel=1 -J-Djruby.compile.invokedynamic=false -J-Djruby.compile.mode=OFF %JRUBY_OPTS%' %JRUBY_BASE%\bin\jruby.bat %*
Append to JRUBY_OPTS instead of overriding it
Append to JRUBY_OPTS instead of overriding it
Batchfile
apache-2.0
marques-work/gocd,Skarlso/gocd,VibyJocke/gocd,ketan/gocd,Skarlso/gocd,marques-work/gocd,zabil/gocd,tomzo/gocd,gocd/gocd,arvindsv/gocd,aj-jaswanth/gocd,kierarad/gocd,aj-jaswanth/gocd,kyleolivo/gocd,jyotisingh/gocd,aj-jaswanth/gocd,ibnc/gocd,arvindsv/gocd,stevem999/gocd,zabil/gocd,naveenbhaskar/gocd,marques-work/gocd,ibn...
110b91c530561eef86de461ff05703be76ca1e33
recipes/cspice/bld.bat
recipes/cspice/bld.bat
mkdir %LIBRARY_INC%\cspice copy "makeDynamicSpice.bat" %SRC_DIR%\src\cspice cd %SRC_DIR%\src\cspice call makeDynamicSpice.bat copy "cspice.dll" %LIBRARY_LIB% if errorlevel 1 exit 1 cd %SRC_DIR% copy "include\\*.h" %LIBRARY_INC%\cspice if errorlevel 1 exit 1
mkdir %LIBRARY_INC%\cspice copy "%RECIPE_DIR%\\makeDynamicSpice.bat" %SRC_DIR%\src\cspice copy "%RECIPE_DIR%\\cspice.def" %SRC_DIR%\src\cspice cd %SRC_DIR%\src\cspice call makeDynamicSpice.bat copy "cspice.dll" %LIBRARY_LIB% if errorlevel 1 exit 1 cd %SRC_DIR% copy "include\\*.h" %LIBRARY_INC%\cspice if errorle...
Copy required files to source directory
Copy required files to source directory
Batchfile
bsd-3-clause
johanneskoester/staged-recipes,Juanlu001/staged-recipes,goanpeca/staged-recipes,cpaulik/staged-recipes,stuertz/staged-recipes,kwilcox/staged-recipes,rvalieris/staged-recipes,ocefpaf/staged-recipes,dschreij/staged-recipes,asmeurer/staged-recipes,barkls/staged-recipes,scopatz/staged-recipes,goanpeca/staged-recipes,patric...
418f0e8dd2c2db316a5b2822c78d0dfa4e64c0b3
src/build/do_build.bat
src/build/do_build.bat
@echo off echo This script is meant for the Couchbase build server. It cannot be used by developers. pushd %~dp0..\Couchbase.Lite if not exist ..\couchbase.snk ( echo Private key not found, aborting... popd exit /b 1 ) "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuil...
@echo off echo This script is meant for the Couchbase build server. It cannot be used by developers. pushd %~dp0..\Couchbase.Lite if not exist ..\couchbase.snk ( echo Private key not found, aborting... popd exit /b 1 ) if not defined NUGET_REPO ( echo NUGET_REPO not defined, aborting... popd ...
Modify build script to pass in the source of the CI nuget packages
Modify build script to pass in the source of the CI nuget packages
Batchfile
apache-2.0
couchbase/couchbase-lite-net,couchbase/couchbase-lite-net,couchbase/couchbase-lite-net
5536aba5eda12ccdd4d26e19a2456e49208c4d0b
installer/scripts/setup.bat
installer/scripts/setup.bat
@echo off rem $Id$ ::remove any quotes from JAVA_HOME and EXIST_HOME env var, will be re-added below for /f "delims=" %%G IN (%JAVA_HOME%) DO SET JAVA_HOME=%%G for /f "delims=" %%G IN (%EXIST_HOME%) DO SET EXIST_HOME=%%G rem will be set by the installer set EXIST_HOME=$INSTALL_PATH rem will be set by the...
@echo off ::will be set by the installer set JAVA_HOME="$JAVA_HOME" set EXIST_HOME="$INSTALL_PATH" ::remove any quotes from JAVA_HOME and EXIST_HOME env var, will be re-added below for /f "delims=" %%G IN (%JAVA_HOME%) DO SET JAVA_HOME=%%G for /f "delims=" %%G IN (%EXIST_HOME%) DO SET EXIST_HOME=%%G :gotJa...
Make sure to correctly quote/unquote Windows paths in the installer
[bugfix] Make sure to correctly quote/unquote Windows paths in the installer
Batchfile
lgpl-2.1
eXist-db/exist,wolfgangmm/exist,windauer/exist,ambs/exist,dizzzz/exist,eXist-db/exist,dizzzz/exist,hungerburg/exist,adamretter/exist,opax/exist,hungerburg/exist,opax/exist,opax/exist,lcahlander/exist,eXist-db/exist,lcahlander/exist,dizzzz/exist,wolfgangmm/exist,olvidalo/exist,ambs/exist,dizzzz/exist,eXist-db/exist,hung...
353b0c5e3d48ac2203971e2046b5794019710ab6
HexEdit/MakeHelpMap.bat
HexEdit/MakeHelpMap.bat
echo Creating map files copy /y helpid.hm+resource.hm+hlp\HexEdit.hm+I:\Micros~1\vc98\mfc\include\afxhelp.hm+D:\bcg590\BCGControlBar\help\BCGControlBar.hm HexeditMap.tmp sed "s/^HID/#define HID/" <HexeditMap.tmp >HexeditMap2.tmp del HexeditMap.tmp sed "s/^AFX_HID/#define AFX_HID/" <HexeditMap2.tmp >HTMLHelp\Hexed...
echo Creating map files REM Get MFC help IDs rem copy /y I:\Micros~1\vc98\mfc\include\afxhelp.hm afxhelp.tmp copy /y "C:\Program Files\Microsoft Visual Studio .NET\Vc7\atlmfc\include\afxhelp.hm" afxhelp.tmp REM Get BCG help IDs rem copy /y D:\bcg590\BCGControlBar\help\BCGControlBar.hm bcghelp.tmp copy /y "...
Fix creation of help map file for Robohelp - different location for MFC and BCG .hm file - changes needed to handle spaces in file name - output to HexEditMap.h (not .hm)
Fix creation of help map file for Robohelp - different location for MFC and BCG .hm file - changes needed to handle spaces in file name - output to HexEditMap.h (not .hm) git-svn-id: c806da28ca781a1e2f2d0b1fde2a9d9a144b325a@158 295070fd-a27b-da4f-a32e-77c6a882a0e3
Batchfile
mit
AndrewWPhillips/HexEdit,AndrewWPhillips/HexEdit,Andrew-Phillips/HexEdit,AndrewWPhillips/HexEdit,Andrew-Phillips/HexEdit,Andrew-Phillips/HexEdit
832b6ac9aba883d97c6cf5eec694c03323a85d4f
scripts/win-build.bat
scripts/win-build.bat
:: Helper script to build Spectrecoin on Windows using VS2017 and QT. IF "%QTDIR%" == "" GOTO NOQT :YESQT set CALL_DIR=%cd% set SRC_DIR=%cd%\src set DIST_DIR=%SRC_DIR%\dist set BUILD_DIR=%SRC_DIR%\build set OUT_DIR=%SRC_DIR%\bin call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vc...
:: Helper script to build Spectrecoin on Windows using VS2017 and QT. IF "%QTDIR%" == "" GOTO NOQT :YESQT set CALL_DIR=%cd% set SRC_DIR=%cd%\src set DIST_DIR=%SRC_DIR%\dist set BUILD_DIR=%SRC_DIR%\build set OUT_DIR=%SRC_DIR%\bin call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vc...
Remove previous win executable before build
Remove previous win executable before build
Batchfile
mit
spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre,spectrecoin/spectre
546f037577d48e821a4772dfb65cf86632fcc1bf
batch/ViewWindows10AppsInFolder.bat
batch/ViewWindows10AppsInFolder.bat
REM Load all Windows Apps / Programs in a folder to view icons %windir%\explorer.exe shell:::{4234d49b-0245-4df3-b780-3893943456e1}
Load Applications list into a Folder for viewing
Load Applications list into a Folder for viewing
Batchfile
apache-2.0
hackmods/Script-Depot
54f5f616b92173e4855dcba4294829a5eb1b209f
Dependencies/setupFMILibrary.bat
Dependencies/setupFMILibrary.bat
@ECHO OFF REM $Id$ REM Bat script building FMILibrary dependency automatically REM Author: Peter Nordin peter.nordin@liu.se set basedir=%~dp0 set name=FMILibrary set codedir=%basedir%\%name%_code set builddir=%basedir%\%name%_build set installdir=%basedir%\%name% set OLDPATH=%PATH% call setHopsanBuildPaths.bat REM ...
@ECHO OFF REM $Id$ REM Bat script building FMILibrary dependency automatically REM Author: Peter Nordin peter.nordin@liu.se set basedir=%~dp0 set name=FMILibrary set zipdir=%name%-2.0.2 set zipfile=tools\%zipdir%-src.zip set codedir=%basedir%\%name%_code set builddir=%basedir%\%name%_build set installdir=%basedir%\%n...
Add zip file unpacking to FMILibrary windows setup script
Add zip file unpacking to FMILibrary windows setup script
Batchfile
apache-2.0
Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan,Hopsan/hopsan
b41c88dd485c20014ebcf1d19d15f64a2f126054
Tools/Trace/UsbDkLogman.bat
Tools/Trace/UsbDkLogman.bat
echo off pushd "%~dp0" logman stop usbdkm -ets >nul 2>&1 logman delete usbdkm -ets >nul 2>&1 logman create trace usbdkm -o usbdk.etl -ow -ets logman update usbdkm -p {88e1661f-48b6-410f-b096-ba84e9f0656f} 0x7fffffff 6 -ets echo Recording started. echo Reproduce the problem, then press ENTER pause > nul logman stop usbd...
Add BAT file for recording of binary trace
tools: Add BAT file for recording of binary trace Existing batch file records binary trace using TraceView that shall be copied from WDK, which is not always installed on end user machine. Added batch file allows recording without additional tools, using built-in logman application. Signed-off-by: Yuri Benditovich <9...
Batchfile
apache-2.0
daynix/UsbDk,daynix/UsbDk
1eec721c7babec5470844ee0b1e91bb7f5ecf423
run_local.cmd
run_local.cmd
@echo off pushd %~dp0 set DEPLOYMENT=deploy set NUGET=packages echo > build.info call deploy.cmd call run_tests.cmd %* popd
@echo off pushd %~dp0 set DEPLOYMENT=deploy set NUGET=packages echo. 2> build.info call deploy.cmd call run_tests.cmd %* popd
Write empty build.info on local run
Write empty build.info on local run
Batchfile
apache-2.0
Omenia/robotframework-whitelibrary,Omenia/robotframework-whitelibrary
6603f9a92596316ea7a67a4d351dc398a822584a
BuildScript/build.cmd
BuildScript/build.cmd
@echo off pushd %~dp0 SET PACKAGEPATH=.\packages\ SET NUGET=.\tools\nuget\NuGet.exe SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 ( %NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS% COPY NUL %PACKAGEPATH%FAKE\Ver...
@echo off pushd %~dp0 SET PACKAGEPATH=.\packages\ SET NUGET=.\tools\nuget\NuGet.exe SET NUGETOPTIONS=-ConfigFile .\tools\nuget\NuGet.Config -OutputDirectory %PACKAGEPATH% -ExcludeVersion IF NOT EXIST %PACKAGEPATH%FAKE\Ver_4.23.0 ( %NUGET% install FAKE -Version 4.23.0 %NUGETOPTIONS% COPY NUL %PACKAGEPATH%FAKE\Ver...
Use Fake.BuildLib 0.1.5 in Build.cmd
Use Fake.BuildLib 0.1.5 in Build.cmd
Batchfile
mit
SaladLab/BuildToolkit,SaladLab/BuildToolkit
abbfcec5922bfe7eb1f741d5ec174b99090f3ea1
PackUp.bat
PackUp.bat
"c:\Program Files\7-Zip\7z" a -tzip ..\folderAccountBeta.xpi * -x!PackUp.bat
"c:\Program Files\7-Zip\7z" a -tzip ..\folderAccountBeta.xpi * -x!PackUp.bat -x!.git
Fix packup script to work with git repo
Fix packup script to work with git repo
Batchfile
mit
eykamp/Folder-Account
e2f89c347f4f89dc10e70588a780d1ddb6dc0e6b
bat/run.cmd
bat/run.cmd
@echo off cd C:\Users\dzony\Documents\projects\system\env\system\Scripts start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\server__client\ && python start_server.py" sleep 0.1 start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\backend\ && python start.py"
@echo off cd C:\Users\dzony\Documents\projects\system\env\system\Scripts start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\server__client\ && python start.py" sleep 0.1 start cmd /k "activate && cd C:\Users\dzony\Documents\projects\system\backend\ && python start.py"
Update bat file for starting system
Update bat file for starting system
Batchfile
mit
dzon4xx/system,dzon4xx/system,dzon4xx/system
5473f3e032563849c83f2ff030d69c0eeffd4ac9
Deathstar_Win7VM_Kitware_TubeTK_Nightly.bat
Deathstar_Win7VM_Kitware_TubeTK_Nightly.bat
REM Start from a clean build directory rmdir /Q /S C:\Dashboards\TubeTK\TubeTK-Release REM Update the TubeTK Dashboard scripts cd C:\Dashboards\TubeTK\TubeTK-DashboardScripts REM "C:\Program Files (x86)\Git\bin\git" reset --hard HEAD "C:\Program Files (x86)\Git\bin\git" pull cd .. REM Run the nightly CTest "C:\Progra...
Add .bat script for Deathstar_Win7VM.
ENH: Add .bat script for Deathstar_Win7VM.
Batchfile
apache-2.0
KitwareMedical/TubeTK-DashboardScripts,thewtex/TubeTK-DashboardScripts
337a17e3582fae2972b7ff2fc41f4ed57313c830
windows/nsis-installer/oq-console.bat
windows/nsis-installer/oq-console.bat
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commonlib.commands engine $* echo OpenQuake environment loaded cmd /k endlocal ...
@echo off setlocal set mypath=%~dp0 set PATH=%PATH%;%mypath%\python2.7 set PYTHONPATH=%mypath%\lib set OQ_SITE_CFG_PATH=%mypath% doskey oq=python.exe -m openquake.commands.__main__ $* doskey oq-engine=python.exe -m openquake.commands.__main__ engine $* echo OpenQuake environment loaded echo The command 'oq...
Add deprecation warnign and fix a command
Add deprecation warnign and fix a command
Batchfile
agpl-3.0
gem/oq-installers,gem/oq-nsis,gem/oq-installers
b668f23167d7e6e5a475aa4e374c1397e413c924
scripts/build_windows.cmd
scripts/build_windows.cmd
@echo Off echo ====== Starting to build dvc installer for Windows... ====== if not exist dvc\NUL (echo Error: Please run this script from repository root && goto :error) rmdir /Q /S build rmdir /Q /S dist del /Q /S dvc.spec del /Q /S "dvc-*.exe" where pip if %errorlevel% neq 0 (echo Error: pip not found && goto :er...
@echo Off echo ====== Starting to build dvc installer for Windows... ====== if not exist dvc\NUL (echo Error: Please run this script from repository root && goto :error) rmdir /Q /S build rmdir /Q /S dist del /Q /S dvc.spec del /Q /S "dvc-*.exe" where pip if %errorlevel% neq 0 (echo Error: pip not found && goto :er...
Revert "build: win: don't look for symlink ps script"
Revert "build: win: don't look for symlink ps script" This reverts commit 4164eddb920ad4df2b9dd805497424eb53caebf9.
Batchfile
apache-2.0
dmpetrov/dataversioncontrol,efiop/dvc,dataversioncontrol/dvc,dataversioncontrol/dvc,dmpetrov/dataversioncontrol,efiop/dvc
0e3d952a4889d839c640b0af25e2c583fd2ee78f
phalcon.bat
phalcon.bat
@echo off set PTOOLSPATH="%~dp0\" php %PTOOLSPATH%phalcon.php %*
@echo off set PTOOLSPATH=%~dp0 php %PTOOLSPATH%phalcon.php %*
Fix initialization home directory in Windows batch file.
Fix initialization home directory in Windows batch file.
Batchfile
bsd-3-clause
rodrigoramosrx2/phalcon-devtools,rodrigoramosrx2/phalcon-devtools,rodrigoramosrx2/phalcon-devtools,rodrigoramosrx2/phalcon-devtools
a52e50cc49e84cddbaf868b767b7f6fe046b3ec3
chrome/7-Zip.bat
chrome/7-Zip.bat
"C:\Program Files\7-Zip\7z.exe" u -uq0 -mx9 psdle.zip ./psdle/* -r -x!*.db -x!*.ini
"C:\Program Files\7-Zip\7z.exe" u -uq0 -mx9 psdle.zip -mtc- ./psdle/* -r -x!*.db -x!*.ini
Update Chrome 7z bat file.
Update Chrome 7z bat file.
Batchfile
mit
RePod/psdle
ca7c57b2c5ab36a1f03c98704f1e03fdf9bcce67
build/RunTests.bat
build/RunTests.bat
dotnet test "test\Infrastructure\Skeleton.Common.Tests" -c %1 dotnet test "test\Infrastructure\Skeleton.CQRS.Implementations.Tests" -c %1 dotnet test "test\Infrastructure\Skeleton.Dapper.Tests" -c %1 cd "test\Web.Tests" dotnet test -c %1
dotnet test "test\Infrastructure\Skeleton.Common.Tests" -c %1 dotnet test "test\Infrastructure\Skeleton.CQRS.Implementations.Tests" -c %1 dotnet test "test\Infrastructure\Skeleton.Dapper.Tests" -c %1 cd "test\Web.Tests" dotnet test -c %1 cd "..\.."
Fix for tests running script was added
Fix for tests running script was added
Batchfile
mit
litichevskiydv/WebInfrastructure,litichevskiydv/WebInfrastructure
1b6c49f6b349589db6f3f6247dd78b3974973392
virtualenv_install.bat
virtualenv_install.bat
@ECHO OFF :: Performs necessary setup steps to allow the use of :: virtualenv commands such as "mkvirtualenv [ENV_NAME]" :: for creating and using Python virtual environments. python -m pip install --upgrade virtualenv python -m pip install --upgrade virtualenvwrapper-win echo: echo: echo: *** You may now use virtuale...
@ECHO OFF :: Performs necessary setup steps to allow the use of :: virtualenv commands such as "mkvirtualenv [ENV_NAME]" :: for creating and using Python virtual environments. python -m pip install --upgrade virtualenvwrapper-win echo: echo: echo: *** You may now use virtualenv commands in your command shell. *** echo...
Simplify virtualenv installation on Windows
Simplify virtualenv installation on Windows
Batchfile
mit
seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/SeleniumBase,seleniumbase/SeleniumBase,seleniumbase/SeleniumBase,mdmintz/SeleniumBase,mdmintz/SeleniumBase,seleniumbase/SeleniumBase
84493a8bb6cc3f201ddd00d402028fc1e386b024
cmake/scripts/msvc_build.bat
cmake/scripts/msvc_build.bat
@call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;%PATH% cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\build\bin\%CONFIGURATION% cp "%MYSQL_CONNECTOR_PATH...
@call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat" SET PATH=%PROJECT_PATH%\3rdparty\bin;%MYSQL_CONNECTOR_PATH%\lib;%MYSQL_PATH%\bin;%PYTHON_PATH%\Scripts;%PATH% REM cp "%MYSQL_CONNECTOR_PATH%\lib\libmysql.dll" "%PROJECT_PATH%\build\bin\%CONFIGURATION% cp "%MYSQL_CONNECTOR_...
Update uploaded artifact on appveyor to include the scripts dir
Update uploaded artifact on appveyor to include the scripts dir
Batchfile
apache-2.0
RavenX8/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,RavenX8/osIROSE-new,dev-osrose/osIROSE-new,dev-osrose/osIROSE-new
c53fa47adc39d4a261379d8036a96c84b6fb4a9a
install.bat
install.bat
@echo off pushd "%~dp0" if exist cs (goto okcs) else (echo "No cs folder found." && goto exit) :okcs if exist vb (goto okvb) else (echo "No vb folder found." && goto exit) :okvb if [%1]==[] ( echo Please specify Visual Studio version, e.g., 2017 goto exit ) else ( echo Using version %1 set "D=%userpr...
@echo off pushd "%~dp0" if exist cs (goto okcs) else (echo "No cs folder found." && goto exit) :okcs if exist vb (goto okvb) else (echo "No vb folder found." && goto exit) :okvb if [%1]==[] ( echo Please specify Visual Studio version, e.g., 2017 goto exit ) else ( echo Using version %1 set "D=%userpr...
Use xcopy rather than copy
Use xcopy rather than copy Use xcopy rather than copy because copy creates the directory as a file without an extension rather than a directory.
Batchfile
mit
jeremytammik/VisualStudioRevitAddinWizard
2793fb54c304cd9fd06f26b7e063498714248d8e
disable-grepWin_global_context_menu.bat
disable-grepWin_global_context_menu.bat
@echo off setlocal EnableDelayedExpansion set registryRoot=HKCU\Software\Classes reg add "%registryRoot%\*\shell\grepWin..." /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\*\shell\grepWin..." /v LegacyDisable /t REG_SZ /f reg add "%registryRoot%\Directory\background\shell\grepWin..." /v LegacyDisable /t REG_S...
Add script for disabling grepWin context menu
Add script for disabling grepWin context menu
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
0d3007c1e60545b245bae13e9b74c4eda5b1b14c
Tools/AppVeyor/Test.cmd
Tools/AppVeyor/Test.cmd
@echo off call "..\VsDevCmd.cmd" set platform="%1" if "%1" == "AnyCPU" ( set platform="x86" ) set vstest="%VSINSTALLDIR%Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" for /r ..\..\Tests\Magick.NET.Tests\bin %%a in (*.dll) do ( if "%%~nxa"=="Magick.NET.Tests.dll" ( echo "Running tests f...
@echo off call "..\VsDevCmd.cmd" set platform="%1" if "%1" == "AnyCPU" ( set platform="x86" ) set vstest="%VSINSTALLDIR%\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" for /r ..\..\Tests\Magick.NET.Tests\bin %%a in (*.dll) do ( if "%%~nxa"=="Magick.NET.Tests.dll" ( echo "Running tests from: %%~dpnxa...
Use correct path for vstest.console.exe
Use correct path for vstest.console.exe
Batchfile
apache-2.0
dlemstra/Magick.NET,dlemstra/Magick.NET
1eb6bdafb09b8ebd392bea37eab3fc7e69204808
bin/iex.bat
bin/iex.bat
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off) setlocal if /I ""%1""==""--help"" goto documentation if /I ""%1""==""-h"" goto documentation if /I ""%1""==""/h"" goto documentation if ""%1""==""/?"" goto documentation goto run :documentation echo Usage: %~nx0 [options] [.exs file] [data] echo. e...
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off) setlocal if /I ""%1""==""--help"" goto documentation if /I ""%1""==""-h"" goto documentation if /I ""%1""==""/h"" goto documentation if ""%1""==""/?"" goto documentation goto run :documentation echo Usage: %~nx0 [options] [.exs file] [data] echo. e...
Remove unecessary @ in bat file
Remove unecessary @ in bat file
Batchfile
apache-2.0
michalmuskala/elixir,joshprice/elixir,elixir-lang/elixir
ef2b6971842be7e94d6174f3fde6a995de8309b9
test-w32-dl-loadlib-shellcode.cmd
test-w32-dl-loadlib-shellcode.cmd
@ECHO OFF ECHO + Checking shellcode for NULL bytes: ECHO + w32-dl-loadlib-shellcode.bin BETA3 h --nullfree w32-dl-loadlib-shellcode.bin > nul IF ERRORLEVEL 1 GOTO :FAILED ECHO + w32-dl-loadlib-shellcode-esp.bin BETA3 h --nullfree w32-dl-loadlib-shellcode-esp.bin > nul IF ERRORLEVEL 1 GOTO :FAIL...
@ECHO OFF ECHO + Checking shellcode for NULL bytes: ECHO + w32-dl-loadlib-shellcode.bin CALL BETA3 h --nullfree w32-dl-loadlib-shellcode.bin > nul IF ERRORLEVEL 1 GOTO :FAILED ECHO + w32-dl-loadlib-shellcode-esp.bin CALL BETA3 h --nullfree w32-dl-loadlib-shellcode-esp.bin > nul IF ERRORLEVEL 1 ...
Use CALL for BETA3 as it may be a .cmd file, which would terminate this script
Use CALL for BETA3 as it may be a .cmd file, which would terminate this script
Batchfile
bsd-3-clause
ohio813/w32-dl-loadlib-shellcode,SkyLined/w32-dl-loadlib-shellcode,ohio813/w32-dl-loadlib-shellcode,r3dbrain/w32-dl-loadlib-shellcode
7e1d36038bd99fa08ec8d7c5d8ace4881ea047f5
runTests.bat
runTests.bat
del "spec/*.js" call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js" call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js" call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js" call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js" call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js" call jasmine-node --verb...
del "spec/*.js" call tsc "spec/ActorSpec.ts" -out "spec/ActorSpec.js" call tsc "spec/ColorSpec.ts" -out "spec/ColorSpec.js" call tsc "spec/PromiseSpec.ts" -out "spec/PromiseSpec.js" call tsc "spec/CollectionSpec.ts" -out "spec/CollectionSpec.js" call tsc "spec/LogSpec.ts" -out "spec/LogSpec.js" call tsc "spec/ClassSpec...
Add new specs to bat
Add new specs to bat
Batchfile
bsd-2-clause
excaliburjs/Excalibur,htalat/Excalibur,excaliburjs/Excalibur,htalat/Excalibur,htalat/Excalibur,excaliburjs/Excalibur
f12c7a927b07b26167a4047288d57bd280ab8fc0
run-test.cmd
run-test.cmd
@echo off :: To run tests outside of MSBuild.exe :: %1 is the path to the tests\<OSConfig> folder pushd %1 FOR /D %%F IN (*.Tests) DO ( pushd %%F\dnxcore50 @echo "corerun.exe xunit.console.netcore.exe %%F.dll -xml testResults.xml -notrait category=failing -notrait category=nonwindowstests" corerun.exe xunit.console....
@echo off :: To run tests outside of MSBuild.exe :: %1 is the path to the tests\<OSConfig> folder pushd %1 FOR /D %%F IN (*.Tests) DO ( pushd %%F\dnxcore50 @echo "corerun.exe xunit.console.netcore.exe %%F.dll -xml testResults.xml -notrait category=failing -notrait category=nonwindowstests -notrait Benchmark=true" co...
Exclude perf tests from nano runs.
Exclude perf tests from nano runs.
Batchfile
mit
shahid-pk/corefx,ellismg/corefx,nchikanov/corefx,richlander/corefx,billwert/corefx,cartermp/corefx,seanshpark/corefx,pallavit/corefx,stone-li/corefx,Chrisboh/corefx,kkurni/corefx,ptoonen/corefx,seanshpark/corefx,axelheer/corefx,the-dwyer/corefx,JosephTremoulet/corefx,rjxby/corefx,ericstj/corefx,weltkante/corefx,lggomez...
4ba954a3eb4d74a51c32d6db3b5c02453a842f30
tools/release/kokoro.bat
tools/release/kokoro.bat
@rem Copyright 2018 gRPC authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable ...
@rem Copyright 2018 gRPC authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable ...
Build failures on Windows should be noticed.
Build failures on Windows should be noticed.
Batchfile
apache-2.0
grpc/grpc-node,grpc/grpc-node,grpc/grpc-node,grpc/grpc-node
39caf8454361f11a63fb9e6e59f4171a958c9b59
AppVeyorTestDolphinVM.cmd
AppVeyorTestDolphinVM.cmd
ECHO Clone Dolphin image environment git clone -q --branch=master https://github.com/dolphinsmalltalk/Dolphin.git Dolphin ECHO Copy executables copy ..\..\Dolphin7.exe Dolphin copy ..\..\DolphinVM7.dll Dolphin copy ..\..\DolphinCR7.dll Dolphin copy ..\..\DolphinDR7.dll Dolphin copy ..\..\DolphinSureCrypto.dll Dolphin ...
ECHO Clone Dolphin image environment git clone -q --branch=master https://github.com/dolphinsmalltalk/Dolphin.git Dolphin ECHO Copy executables copy ..\..\Dolphin7.exe Dolphin copy ..\..\DolphinVM7.dll Dolphin copy ..\..\DolphinCR7.dll Dolphin copy ..\..\DolphinDR7.dll Dolphin copy ..\..\DolphinSureCrypto.dll Dolphin ...
Use proper reference to error code.
Use proper reference to error code.
Batchfile
mit
blairmcg/Dolphin,dolphinsmalltalk/DolphinVM,dolphinsmalltalk/Dolphin,shoshanatech/Dolphin,objectarts/DolphinVM,dolphinsmalltalk/DolphinVM,jgfoster/Dolphin,shoshanatech/Dolphin,blairmcg/Dolphin,dolphinsmalltalk/Dolphin,objectarts/DolphinVM,jgfoster/Dolphin,shoshanatech/Dolphin,jgfoster/Dolphin,blairmcg/Dolphin,dolphinsm...
64dc85c6fe681dc41411d2e1ea7fe63be539cc81
bin/mysql-simple-example.bat
bin/mysql-simple-example.bat
@echo off set DIR=%~dp0 set LIB="%DIR%\..\lib\*" set BIN="%DIR%\..\bin\*" REM ??? echo {^ "type" : "jdbc",^ "jdbc" : {^ "url" : "jdbc:mysql://localhost:3306/test",^ "user" : "",^ "password" : "",^ "sql" : "select *, page_id as _id from page",^ "treat_binary_as_string" ...
@echo off set DIR=%~dp0 set LIB=%DIR%..\lib\* set BIN=%DIR%..\bin REM ??? echo {^ "type" : "jdbc",^ "jdbc" : {^ "url" : "jdbc:mysql://localhost:3306/test",^ "user" : "",^ "password" : "",^ "sql" : "select *, page_id as _id from page",^ "treat_binary_as_string" : true,^...
Update the windows bat file to make it work.Pass the parameters to next java command as an argument
Update the windows bat file to make it work.Pass the parameters to next java command as an argument
Batchfile
apache-2.0
msimons/elasticsearch-river-jdbc,jprante/elasticsearch-jdbc,msimons/elasticsearch-river-jdbc,msimons/elasticsearch-jdbc,msimons/elasticsearch-jdbc,msimons/elasticsearch-river-jdbc,msimons/elasticsearch-jdbc,jprante/elasticsearch-jdbc,jprante/elasticsearch-jdbc
5f3c023e0e50aa228f5f1a3f0b943251f626ee2d
scripts/db-start-win.cmd
scripts/db-start-win.cmd
@echo off REM This script starts PostgreSQL on Windows. It assumes that you: REM - installed PostgreSQL to the default folder; REM - are using the postgres account; REM - have configured the 'trust' authentication mechanism (no password). set PGDATA=C:\Program Files\PostgreSQL\9.5\data set PGHOST=127.0.0.1 set PGPORT...
Add database startup script for Windows
Add database startup script for Windows
Batchfile
mit
DDoS/ECSE-428-Project,DDoS/ECSE-428-Project,DDoS/ECSE-428-Project
6ad1143617bd088364bae749efcec14b80659db0
cmd/runall/some.cmd
cmd/runall/some.cmd
@echo on ::
@echo on :: :: Demo _some_ of the stompngo examples. :: IF [%SNGD%]==[] SET SNGD=C:\gosrc\src\github.com\gmallard\stompngo_examples echo %SNGD% IF [%STOMP_HOST%]==[] SET STOMP_HOST=192.168.1.200 echo %STOMP_HOST% :: set STOMP_NMSGS=1 set STOMP_NQS=1 :: cd %SNGD% :: set STOMP_DEST=/queue/snge.ack go run p...
Add Windows version of demo.
Add Windows version of demo.
Batchfile
apache-2.0
gmallard/stompngo_examples,gmallard/stompngo_examples,gmallard/stompngo_examples
d0d31762c8cb8b1dae0f4b2fa4a71f95eaa01a07
Build/Build.cmd
Build/Build.cmd
@echo on call "%VS110COMNTOOLS%vsvars32.bat" REM Portable project msbuild.exe /ToolsVersion:4.0 "..\Espera\Espera.sln" /p:configuration=Release set ReleaseDir=..\Release\ REM Cleanup before we create and copy everything rmdir %ReleaseDir% /s /q set ReleaseDirPortable=%ReleaseDir%Portable\ mkdir %ReleaseDirPortable%...
@echo on call "%VS110COMNTOOLS%vsvars32.bat" REM Portable project msbuild.exe /ToolsVersion:4.0 /p:configuration=Release /v:minimal "..\Espera\Espera.sln" set ReleaseDir=..\Release\ REM Cleanup before we create and copy everything rmdir %ReleaseDir% /s /q set ReleaseDirPortable=%ReleaseDir%Portable\ mkdir %ReleaseD...
Make build script less verbose
Make build script less verbose
Batchfile
mit
flagbug/Espera,punker76/Espera
6ddfae4da7d2436666da10fe833c4c437de77ab3
make.bat
make.bat
@rem Turn off echoing of commands. @echo off rem Make sure local variables don't spill into the global environment. setlocal EnableExtensions rem Make sure we're in the src directory. pushd "%~dp0src" rem Treat the first parameter to this batch script as a target. set target=%1 rem If a target is specif...
Add support for compiling with cl on Windows
Add support for compiling with cl on Windows
Batchfile
mit
juliusf/strategema,juliusf/strategema
6a6710176fb76cf5e52261be3c196067386157c3
nugetpack.bat
nugetpack.bat
@ECHO OFF REM GIT Tag and Build nuget package IF "%1" == "" GOTO SyntaxError IF "%2" == "" GOTO SyntaxError REM main code git tag -a %1 -m "%2" cd GFDN.ThaiBahtText nuget pack GFDN.ThaiBahtText.csproj ^ -Version %1 ^ -Prop Configuration=Release ^ -OutputDirectory "Nuget Packages" cd .. @ECHO. @ECHO Push to...
@ECHO OFF REM GIT Tag and Build nuget package IF "%1" == "" GOTO SyntaxError IF "%2" == "" GOTO SyntaxError REM main code git tag -a %1 -m "%2" cd GFDN.ThaiBahtText nuget pack GFDN.ThaiBahtText.csproj ^ -Version %1 ^ -Prop Configuration=Release ^ -OutputDirectory "Nuget Packages" cd .. @ECHO. @ECHO Push to...
Make sure that push all updates before tagging them
Make sure that push all updates before tagging them
Batchfile
mit
greatfriends/ThaiBahtText,greatfriends/ThaiBahtText,greatfriends/ThaiBahtText
f490ccd19c1532b58af4239f70fd2de5fdce29ea
msvcbuild.bat
msvcbuild.bat
@setlocal @set TSCOMPILE=cl /nologo /O2 /W3 /c /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE /DWIN32 /DUSE_DL=1 @set TSLINK=link /nologo @set TSLIB=lib /nologo @if "%1" == "static" goto STATIC @if not exist bin\ ( mkdir bin ) %TSCOMPILE% /MT scheme.c dynload.c %TSLINK% /out:bin\tinyscheme.exe scheme.obj dy...
Add a batch file to build on Windows with MSVC.
Add a batch file to build on Windows with MSVC.
Batchfile
mit
ignorabimus/tinyscheme,ignorabimus/tinyscheme
cb2733344557e98b1a00576aaf037c67dbc8d9c8
python-pcl/bld.bat
python-pcl/bld.bat
@echo off rem This needed for pkg-config to detect pcl and eigen3 pc files set PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig rem Override distutils VS detection set DISTUTILS_USE_SDK=1 set MSSdk=1 rem Renames necessary for python-pcl to detect the libraries it needs for %%x in (io registration segmentation features filter...
@echo off rem This is needed for pkg-config to detect pcl and eigen3 pc files set PKG_CONFIG_PATH=%LIBRARY_LIB%\pkgconfig rem Override distutils VS detection set DISTUTILS_USE_SDK=1 set MSSdk=1 rem Renames necessary for python-pcl to detect the libraries it needs for %%x in (io registration segmentation features fil...
Fix grammar in a comment
Python-pcl: Fix grammar in a comment
Batchfile
bsd-2-clause
ccordoba12/pcl-conda-recipes,ccordoba12/pcl-conda-recipes
99f98c10a79c9a703296d95a699d39bd595e914c
configure.bat
configure.bat
@echo off rem ----- Ignore system ANT_HOME variable set ORIGINAL_ANT_HOME=%ANT_HOME% set ANT_HOME=tools\apache-ant-1.6.5 call %ANT_HOME%\bin\ant -version rem call %ANT_HOME%\bin\ant -f src\build\build.xml call %ANT_HOME%\bin\ant -f src\build\build.xml config rem call %ANT_HOME%\bin\ant -f src\build\build.xml...
Configure script ported to Windows
Configure script ported to Windows
Batchfile
apache-2.0
wyona/yanel,baszero/yanel,baszero/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,baszero/yanel,wyona/yanel,wyona/yanel,baszero/yanel,wyona/yanel
abe53f2f5fa6b2a7833d0296ac0f6b87a2c3fd73
init.bat
init.bat
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* doskey touch=type nul$G$G$* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doske...
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* doskey touch=type nul$G$G$* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doske...
Use vscode as editor in windows
Use vscode as editor in windows
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
2c090498fd82b9f8cc4e7072e750dd789401b67c
build/GenerateBookHelper.bat
build/GenerateBookHelper.bat
Set Book=%BookName%%1 Call Generate %Book% name SongTi FontSize48 Call Generate %Book% name QuanZiKuFont FontSize48 :: The following fonts generated unreadable characters. :: Call Generate %Book% name FangSong FontSize48 :: Call Generate %Book% name KaiTi FontSize48 :: The following fonts generated incomplete...
Set Book=%BookName%%1 Call Generate %Book% name SongTi FontSize48 Call Generate %Book% name QuanZiKuFont FontSize48 :: The following fonts generated unreadable characters. :: Call Generate %Book% name FangSong FontSize48 :: Call Generate %Book% name KaiTi FontSize48 :: The following fonts generated incomplete...
Create more books for other font families
Create more books for other font families
Batchfile
mit
fan-jiang/Dujing
144c53e166d034a491669efa9278bec868473b78
appveyor-install.cmd
appveyor-install.cmd
"%sdkverpath%" -q -version:"%sdkver%" call setenv /x64 rem install python packages pip install --cache-dir C:/egg_cache nose pip install --cache-dir C:/egg_cache coverage pip install --cache-dir C:/egg_cache numpy pip install --cache-dir C:/egg_cache cython pip install --cache-dir C:/egg_cache babel==1.3 pip install -...
"%sdkverpath%" -q -version:"%sdkver%" call setenv /x64 rem install python packages pip install --cache-dir C:/egg_cache nose pip install --cache-dir C:/egg_cache coverage pip install --cache-dir C:/egg_cache numpy pip install --cache-dir C:/egg_cache cython rem Work around bug in babel 2.0: see mitsuhiko/babel#174 pip...
Add comment explaining why we're forcing babel 1.3
Add comment explaining why we're forcing babel 1.3
Batchfile
bsd-3-clause
burnpanck/traits,burnpanck/traits
3bcaef26b4b5a5b115bdbe37287b2d72f831554e
install.bat
install.bat
@echo off NET SESSION >nul 2>&1 IF %ERRORLEVEL% NEQ 0 ( ECHO Not an admin, exiting. EXIT /B 1 ) setlocal EnableDelayedExpansion :: ############################ :: # Create symlinks from the home directory to any desired dotfiles directory. :: ############################ :: dotfiles directory set dotfilesdi...
@echo off NET SESSION >nul 2>&1 IF %ERRORLEVEL% NEQ 0 ( ECHO Not an admin, exiting. EXIT /B 1 ) setlocal EnableDelayedExpansion :: ############################ :: # Create symlinks from the home directory to any desired dotfiles directory. :: ############################ :: dotfiles directory set dotfilesdi...
Set hidden attribute of links
Set hidden attribute of links
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
f89d3210cd630c55961125a8bdfd64327a9cbad6
bin/reader_archive.bat
bin/reader_archive.bat
@echo off set PYTHONPATH=%CD% C:\Python27\python.exe reader_archive\reader_archive.py %*
@echo off set PYTHONPATH=%CD% python reader_archive\reader_archive.py %*
Replace absolute path of python
Replace absolute path of python
Batchfile
apache-2.0
mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead,mihaip/readerisdead
064bc95e9c4f9166e899ef472a3e921bac443e80
src/win32/embed_manifests.cmd
src/win32/embed_manifests.cmd
SETLOCAL call call_vcvars.cmd set "_=%CD%" cd .. for /F %%1 in ('dir *.exe /B /S /A:-D') do (mt.exe -manifest "%%1.manifest" -outputresource:"%%1";1) for /F %%1 in ('dir *.dll /B /S /A:-D') do (mt.exe -manifest "%%1.manifest" -outputresource:"%%1";2) cd %_% ENDLOCAL pause
@echo off SETLOCAL call call_vcvars.cmd set "_=%CD%" cd .. for /F "delims=" %%1 in ('dir *.exe /B /S /A:-D') do (echo "%%1" && mt.exe -nologo -manifest "%%1.manifest" -outputresource:"%%1";1) for /F "delims=" %%1 in ('dir *.dll /B /S /A:-D') do (echo "%%1" && mt.exe -nologo -manifest "%%1.manifest" -outputresource:"%...
Embed manifests in all files
Embed manifests in all files
Batchfile
lgpl-2.1
mndrix/swipl-devel,koryonik/swipl-devel,jn7163/swipl-devel,edechter/swipl-devel,mndrix/swipl-devel,edechter/swipl-devel,koryonik/swipl-devel,koryonik/swipl-devel,edechter/swipl-devel,mndrix/swipl-devel,jn7163/swipl-devel,mndrix/swipl-devel,edechter/swipl-devel,koryonik/swipl-devel,koryonik/swipl-devel,edechter/swipl-de...
b2ba421ac02433d6605dd285bb07acb30f7327ea
recipes/capytaine/bld.bat
recipes/capytaine/bld.bat
set CFG=%USERPROFILE%\pydistutils.cfg echo [config] > "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build_ext] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" "%PYTHON%" setup.py install --single-version-externally-managed if errorlevel 1 exit 1
set CFG=%USERPROFILE%\pydistutils.cfg echo [config] > "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" echo [build_ext] >> "%CFG%" echo compiler=mingw32 >> "%CFG%" "%PYTHON%" -m pip install . --no-deps -vv if errorlevel 1 exit 1
Replace setup.py by pip install.
Replace setup.py by pip install.
Batchfile
bsd-3-clause
birdsarah/staged-recipes,ReimarBauer/staged-recipes,rmcgibbo/staged-recipes,Juanlu001/staged-recipes,jjhelmus/staged-recipes,isuruf/staged-recipes,jakirkham/staged-recipes,chrisburr/staged-recipes,cpaulik/staged-recipes,ocefpaf/staged-recipes,petrushy/staged-recipes,johanneskoester/staged-recipes,stuertz/staged-recipes...
8e4e210aaebdcb58abb795df122ea9cf795b1443
build/CreateMakefile.bat
build/CreateMakefile.bat
@echo off set CURDIR=%CD% cd /d %~dp0 rem Create Makefile by MakeItSo ======================================= ..\3rdparty\makeitso\output\MakeItSo.exe -file=makefile.sln -config=MakeItSo.config rem Copy Makefie ====================================================== xcopy /Y /D ..\vs2015\*.makefile .\ cd /d %CURDI...
@echo off set CURDIR=%CD% cd /d %~dp0 rem Create Makefile by MakeItSo ======================================= ..\3rdparty\makeitso\output\MakeItSo.exe -file=makefile.sln -config=MakeItSo.config -nl=crlf rem Copy Makefie ====================================================== xcopy /Y /D ..\vs2015\*.makefile .\ cd ...
Add option to specify line feed type.
Add option to specify line feed type.
Batchfile
mit
nakdai/aten,nakdai/aten
ba5db0b1bd1fae1eb0b6d8cd88b67cba0a77c915
build.cmd
build.cmd
@ECHO OFF :: Note: We're not using parallel build (/m) because it doesn't seem to :: work with Sandcastle Help File Builder. "%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe" %~dp0\build.proj /nologo /v:m /flp:verbosity=detailed %1 %2 %3 %4 %5 %6 %7 %8 %9
@ECHO OFF :: Note: We're not using parallel build (/m) because it doesn't seem to :: work with Sandcastle Help File Builder. "%ProgramFiles(x86)%\MSBuild\12.0\Bin\MSBuild.exe" %~dp0\build.proj /nologo /v:m /flp:verbosity=detailed %*
Replace individual parameters with wildcard
Replace individual parameters with wildcard It's not that we ever want to pass more than ten arguments; it's about the fact that we'd like to be able to pass arguments like this: .\build.cmd /p:OutDir='D:\test\' Using individual arguments, MSBuild is called like this: MSBuild.exe /p:OutDir D:\test\ That's ...
Batchfile
mit
terrajobst/xsddoc
b1835045bfffcbc23d170b7675bf4156bc02e215
build.bat
build.bat
@mkdir .shake 2> nul @set ghcArgs=--make ^ -Wall ^ src/Main.hs ^ -isrc ^ -rtsopts ^ -with-rtsopts=-I0 ^ -outputdir=.shake ^ -j ^ -O ...
@mkdir .shake 2> nul @set ghcArgs=--make ^ -Wall ^ src/Main.hs ^ -isrc ^ -rtsopts ^ -with-rtsopts=-I0 ^ -outputdir=.shake ^ -j ^ -O ...
Reset GHC_PACKAGE_PATH varialbe (4th try).
Reset GHC_PACKAGE_PATH varialbe (4th try). See #110. [skip ci]
Batchfile
bsd-3-clause
izgzhen/hadrian,snowleopard/shaking-up-ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,sdiehl/ghc,snowleopard/hadrian,sdiehl/ghc,sdiehl/ghc,bgamari/shaking-up-ghc
47cfc16aa04764b6c457ff72078111cf58548741
Demo/AVR32_UC3A_GCC/CreateProjectDirectoryStructure.bat
Demo/AVR32_UC3A_GCC/CreateProjectDirectoryStructure.bat
REM This file should be executed from the command line prior to the first REM build. It will be necessary to refresh the Eclipse project once the REM .bat file has been executed (normally just press F5 to refresh). REM Copies all the required files from their location within the standard REM FreeRTOS directory s...
Add batch file that generates the local directory structure to allow the new AVR32 UC3 demo to be build using an Eclipse managed make project.
Add batch file that generates the local directory structure to allow the new AVR32 UC3 demo to be build using an Eclipse managed make project.
Batchfile
mit
FreeRTOS/FreeRTOS-Kernel,FreeRTOS/FreeRTOS-Kernel
a29f5ec1655871e1ba28c4d815dda1f8714dc042
src/RNGLR.EBNFParser.Test/gen_parser.cmd
src/RNGLR.EBNFParser.Test/gen_parser.cmd
del log.txt ..\..\Bin\Release\v40\YC.YaccConstructor.exe -i .\..\..\..\YC.Abstract.SQL\src\TSQL\mssqlNonAbstract.yrd -c Linearize -g "RNGLR.Generator -table LALR -o RNGLR.sql.yrd.fs" ..\..\Bin\Release\v40\YC.YaccConstructor.exe -i .\..\..\..\YC.Abstract.SQL\src\TSQL\mssqlNonAbstract.yrd -c Linearize -g "RNGLR.EBNFG...
del log.txt ..\..\Bin\Release\v40\YC.YaccConstructor.exe -i .\..\..\..\YC.Abstract.SQL\src\Grammars\TSQL\mssqlNonAbstract.yrd -c Linearize -g "RNGLR.EBNFGenerator -table LALR -o RNGLREBNF.sql.yrd.fs"
Change script for gen pasrer
Change script for gen pasrer
Batchfile
apache-2.0
YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor,YaccConstructor/YaccConstructor
7e5ffdf0ca8dc4e6a0d211f30ec2c52383f0ec96
build/InstallGit.cmd
build/InstallGit.cmd
@ECHO OFF SET oldPath=%PATH% git.exe 2> NUL if %ERRORLEVEL%==9009 GOTO :trydefaultpath GOTO :EOF :trydefaultpath path=C:\Program Files (x86)\Git\cmd;%PATH% git.exe 2> NUL if %ERRORLEVEL%==9009 GOTO :showerror GOTO :EOF :showerror path=%oldPath% ECHO Git is not in your path and could not be found in C:\Program Files ...
@ECHO OFF SET oldPath=%PATH% git.exe 2> NUL if %ERRORLEVEL%==9009 GOTO :trydefaultpath GOTO :EOF :trydefaultpath path=C:\Program Files (x86)\Git\cmd;C:\Program Files\Git\cmd;%PATH% git.exe 2> NUL if %ERRORLEVEL%==9009 GOTO :showerror GOTO :EOF :showerror path=%oldPath% ECHO Git is not in your path and could not be f...
Update in case people have 64bit git installed
Update in case people have 64bit git installed
Batchfile
mit
JimBobSquarePants/Umbraco-CMS,abjerner/Umbraco-CMS,aaronpowell/Umbraco-CMS,leekelleher/Umbraco-CMS,abryukhov/Umbraco-CMS,neilgaietto/Umbraco-CMS,tompipe/Umbraco-CMS,gkonings/Umbraco-CMS,neilgaietto/Umbraco-CMS,abryukhov/Umbraco-CMS,umbraco/Umbraco-CMS,TimoPerplex/Umbraco-CMS,base33/Umbraco-CMS,NikRimington/Umbraco-CMS,...
e733a2662791931bf885227c73557dc5833b72f4
buildscripts/nightly/test_build.bat
buildscripts/nightly/test_build.bat
@echo off rem This batch file is not actually used for the nightly build, but performs rem similar steps and is handy for testing the build with similar settings. rem It also demonstrates how to set up an automated build by calling Ant rem directly. rem Note, however, that this batch file will not clean the source t...
@echo off setlocal enableextensions enabledelayedexpansion rem This batch file is not actually used for the nightly build, but performs rem similar steps and is handy for testing the build with similar settings. rem It also demonstrates how to set up an automated build by calling Ant rem directly. rem Note, however,...
Tweak nightly build test script.
Tweak nightly build test script. git-svn-id: 03a8048b5ee8463be5048a3801110fb50f378627@12237 d0ab736e-dc22-4aeb-8dc9-08def0aa14fd
Batchfile
mit
kmdouglass/Micro-Manager,kmdouglass/Micro-Manager
d9bff4169761266847e54b4f588af12aeb656cc1
windows/srworker.bat
windows/srworker.bat
cd C:\srhome\stoneridge C:\Python27\python.exe C:\srhome\stoneridge\srrun.py C:\srhome\stoneridge\windows\srwebworker.py --config C:\srhome\stoneridge.ini --log C:\srhome\srworker.log
Add worker batch script for windows
Add worker batch script for windows This is what we will put a link to in shell:startup so this will run when the user logs in.
Batchfile
mpl-2.0
mozilla/stoneridge,mozilla/stoneridge,mozilla/stoneridge,mozilla/stoneridge,mozilla/stoneridge,mozilla/stoneridge,mozilla/stoneridge,mozilla/stoneridge
fbf3265f5af7cbcc5d68f9b16b058e0ddf2292a7
script/cibuild.cmd
script/cibuild.cmd
SET BUILD_ATOM_RELEASES_S3_KEY=%BUILD_ATOM_WIN_RELEASES_S3_KEY% SET BUILD_ATOM_RELEASES_S3_SECRET=%BUILD_ATOM_WIN_RELEASES_S3_SECRET% SET BUILD_ATOM_RELEASES_S3_BUCKET=%BUILD_ATOM_WIN_RELEASES_S3_BUCKET% ECHO Here I go Windowsing again @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\cibuild" %* ) ELSE ( nod...
SET BUILD_ATOM_RELEASES_S3_KEY=%BUILD_ATOM_WIN_RELEASES_S3_KEY% SET BUILD_ATOM_RELEASES_S3_SECRET=%BUILD_ATOM_WIN_RELEASES_S3_SECRET% SET BUILD_ATOM_RELEASES_S3_BUCKET=%BUILD_ATOM_WIN_RELEASES_S3_BUCKET% @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\cibuild" %* ) ELSE ( node "%~dp0\cibuild" %* )
Revert "Let's see if we get here."
Revert "Let's see if we get here." This reverts commit 481cacb5d31d28251da8ee276dba6b203753e869.
Batchfile
mit
ashneo76/atom,rlugojr/atom,Mokolea/atom,jordanbtucker/atom,bolinfest/atom,t9md/atom,wiggzz/atom,stinsonga/atom,helber/atom,andrewleverette/atom,chfritz/atom,Austen-G/BlockBuilder,ardeshirj/atom,decaffeinate-examples/atom,johnhaley81/atom,CraZySacX/atom,AlexxNica/atom,bj7/atom,alexandergmann/atom,gontadu/atom,transcrani...
195df5f2a18d35e61b16d82721638b4147a78c4b
ci/jenkins.cmd
ci/jenkins.cmd
@ECHO OFF SET BASEDIR=%~dp0.. SET USERINI=%BASEDIR%\user.ini FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do ( set CF_USER=%%a set CF_PASS=%%b ) SET PYTHON_HOME=C:\Python36 SET DOTNET_HOME=C:\Program Files\dotnet SET JAVA_HOME=C:\opt\oracle-jdk-8 SET GIT_HOME=C:\Program Files\Git SET MAVEN...
@ECHO OFF SET BASEDIR=%~dp0.. SET USERINI=%BASEDIR%\user.ini FOR /F "tokens=1,2 delims=:" %%a in ("%STEELTOE_PCF_CREDENTIALS%") do ( set CF_USER=%%a set CF_PASS=%%b ) SET PYTHON_HOME=C:\Python36 SET DOTNET_HOME=C:\Program Files\dotnet SET JAVA_HOME=C:\opt\oracle-jdk-8 SET GIT_HOME=C:\Program Files\Git SET MAVEN...
Remove override of output dir on Windows
Remove override of output dir on Windows
Batchfile
apache-2.0
SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples,SteelToeOSS/Samples
e629e50fcbc31231601d94ec0d7203aa1ba8b730
uninstall-grepWin_global_context_menu.bat
uninstall-grepWin_global_context_menu.bat
@echo off setlocal EnableDelayedExpansion set registryRoot=HKCU\Software\Classes reg delete %registryRoot%\*\shell\grepWin... reg delete %registryRoot%\*\shell\grepWin... reg delete %registryRoot%\Directory\background\shell\grepWin... reg delete %registryRoot%\Directory\shell\grepWin... reg delete %registryRoot%\Dri...
Add script to remove global grepWin context menu
Add script to remove global grepWin context menu
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
b54c260d32b68a11a197b60efc6606114220cf90
setup.bat
setup.bat
@ECHO OFF ECHO This will install Topographica and its package dependencies. if "%1"=="" ECHO If default path is not acceptable, enter path as parameter to setup.bat if NOT "%1"=="" ECHO Target is %1\Topographica\ REM Developer's Note: Install Python then call the setup.py script REM inside the external/win32 dir...
@ECHO OFF ECHO This will install Topographica and its package dependencies. if "%1"=="" ECHO If default path is not acceptable, enter path as parameter to setup.bat if NOT "%1"=="" ECHO Target is %1\Topographica\ REM Developer's Note: Install Python then call the setup.py script REM inside the external/win32 dir...
Upgrade Python 2.4.2 for Windows
Upgrade Python 2.4.2 for Windows
Batchfile
bsd-3-clause
ioam/svn-history,ioam/svn-history,ioam/svn-history,ioam/svn-history,ioam/svn-history
918ae5f57f96cbe1d5a3888dd53673e81ca72c8d
scripts/x64/driver-stress.bat
scripts/x64/driver-stress.bat
:Beg driver --load --path C:\Code\hadesmem\dist\debug\x64\chimera.sys --name Chimera driver --unload --path C:\Code\hadesmem\dist\debug\x64\chimera.sys --name Chimera goto Beg
Add a script for stress testing load/unload.
[Scripts] Add a script for stress testing load/unload.
Batchfile
mit
geota/hadesmem,capturePointer/hadesmem,geota/hadesmem
0573398770861dfb170f3d58ba8da23f411ffe32
src/SDK/UninstallOrleansVSTools.cmd
src/SDK/UninstallOrleansVSTools.cmd
@setlocal @prompt $G$S @set CMDHOME=%~dp0. @if NOT "%VS120COMNTOOLS%"=="" ( @set VSTOOLSDIR="%VS120COMNTOOLS%" @set VSVER=Visual Studio 2013 ) else ( @set VSTOOLSDIR="%VS110COMNTOOLS%" @set VSVER=Visual Studio 2012 ) @set PKG=Orleans Tools for %VSVER% @echo --- Uninstalling %PKG% @Echo -- VS Tools directory ...
@setlocal @prompt $G$S @set CMDHOME=%~dp0. @if NOT "%VS140COMNTOOLS%"=="" ( @set VSTOOLSDIR="%VS140COMNTOOLS%" @set VSVER=Visual Studio 2015 ) else ( @if NOT "%VS120COMNTOOLS%"=="" ( @set VSTOOLSDIR="%VS120COMNTOOLS%" @set VSVER=Visual Studio 2013 ) else ( @set VSTOOLSDIR="%VS110COMNTOOLS%" @se...
Add path to 2015 VS Tools.
Add path to 2015 VS Tools.
Batchfile
mit
xclayl/orleans,jokin/orleans,sebastianburckhardt/orleans,MikeHardman/orleans,hoopsomuah/orleans,dotnet/orleans,SoftWar1923/orleans,pherbel/orleans,xclayl/orleans,galvesribeiro/orleans,brhinescot/orleans,benjaminpetit/orleans,ElanHasson/orleans,sergeybykov/orleans,shayhatsor/orleans,rrector/orleans,shayhatsor/orleans,am...
1373fe4b0a313f6babaddabbc92196bd603ad0ed
ci/install.bat
ci/install.bat
curl -sSf https://static.rust-lang.org/dist/rust-1.22.1-i686-pc-windows-msvc.exe -o rust.exe rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust" set PATH=%PATH%;C:\Rust\bin curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe 7z x LLVM.exe -oC:\LLVM set PATH=%PATH%;C:\LLVM\bin set LIB...
curl -sSf https://static.rust-lang.org/dist/rust-1.24.0-i686-pc-windows-msvc.exe -o rust.exe rust.exe /VERYSILENT /NORESTART /DIR="C:\Rust" set PATH=%PATH%;C:\Rust\bin curl -sSf http://releases.llvm.org/%LLVM_VERSION%/LLVM-%LLVM_VERSION%-win32.exe -o LLVM.exe 7z x LLVM.exe -oC:\LLVM set PATH=%PATH%;C:\LLVM\bin set LIB...
Update Rust version used by Appveyor
Update Rust version used by Appveyor
Batchfile
apache-2.0
KyleMayes/clang-sys,KyleMayes/clang-sys
66012cbac6056ae1c7952b78512f90f94af3be83
start_node.bat
start_node.bat
REM Start Max patch START "" "C:\Program Files\Cycling '74\Max Runtime 6.1\maxRT.exe" C:\eim\EiMpatch\EmotionInMotion.maxproj TIMEOUT 15 REM Set Node.js environment to production SET NODE_ENV=production REM Switch to EiM directory CD c:\eim REM Start Node.js server C:\Users\EmotionInMotionV2\AppData\Roaming\npm\gru...
REM Start Max patch START "" "C:\Program Files\Cycling '74\Max Runtime 6.1\maxRT.exe" C:\eim\MaxMSP\EmotionInMotion\EmotionInMotion.maxproj TIMEOUT 15 REM Set Node.js environment to production SET NODE_ENV=production REM Switch to EiM directory CD c:\eim REM Start Node.js server #C:\Users\EmotionInMotionV2\AppData\...
Update startup script with new path and to bypass Grunt
Update startup script with new path and to bypass Grunt
Batchfile
mit
brennon/eim,brennon/eim,brennon/eim,brennon/eim
f9d076db789830e8a98b6ee7d8878a51ba76fad4
devtools/install-eigen-visualizers.cmd
devtools/install-eigen-visualizers.cmd
copy "%~dp0..\vendor\eigen-3.2.6\debug\msvc\*.natvis" "%USERPROFILE%\My Documents\Visual Studio 2015\Visualizers" copy "%~dp0..\vendor\eigen-3.2.6\debug\msvc\*.natvis" "%USERPROFILE%\My Documents\Visual Studio 2013\Visualizers"
Add a script to install MSVC debugging visualizers from Eigen
Add a script to install MSVC debugging visualizers from Eigen
Batchfile
apache-2.0
godbyk/OSVR-Core,leemichaelRazer/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core,leemichaelRazer/OSVR-Core,feilen/OSVR-Core,feilen/OSVR-Core,godbyk/OSVR-Core,OSVR/OSVR-Core,godbyk/OSVR-Core,godbyk/OSVR-Core,OSVR/OSVR-Core,leemichaelRazer/OSVR-Core,feilen/OSVR-Core,leemichaelRazer/OSVR-Core,OSVR/OSVR-Core,feilen/OSVR-Core,god...
395a90fbeb870890e6b3d48a18bfc222d922087a
scripts/docker/install-docker.bat
scripts/docker/install-docker.bat
powershell -File A:\scripts\docker\add-docker-group.ps1 powershell -File A:\scripts\docker\install-docker.ps1 powershell -File A:\scripts\docker\open-docker-insecure-port.ps1 powershell -File A:\scripts\docker\remove-docker-key-json.ps1
powershell -File A:\add-docker-group.ps1 powershell -File A:\install-docker.ps1 powershell -File A:\open-docker-insecure-port.ps1 powershell -File A:\remove-docker-key-json.ps1
Fix path to floppy files
Fix path to floppy files
Batchfile
mit
plossys/packer-windows
617d2ecc88a406fb3a3ebdb3bbb754551ce607e4
Source/build-dist-examples.cmd
Source/build-dist-examples.cmd
@echo off setlocal cd "%~dp0" if exist "dist-examples" rmdir /s /q "dist-examples" for /d %%a in ("Examples/WPF/*") do ( echo Examples/WPF/%%~a mkdir "dist-examples/WPF/%%~a" xcopy /s /d /q "Examples/WPF/%%~a/bin/Release" "dist-examples/WPF/%%~a\" ) for /d %%a in ("Examples/WPF.SharpDX/*") do ( echo Examples/WPF.Sh...
@echo off setlocal cd "%~dp0" if exist "dist-examples" rmdir /s /q "dist-examples" for /d %%a in ("Examples/WPF/*") do ( echo Examples/WPF/%%~a mkdir "dist-examples/WPF/%%~a" xcopy /s /d /q "Examples/WPF/%%~a/bin/Release" "dist-examples/WPF/%%~a\" ) for /d %%a in ("Examples/WPF.SharpDX/*") do ( echo Examples/WPF.Sh...
Add SharpDX.Core examples into example package
Add SharpDX.Core examples into example package
Batchfile
mit
chrkon/helix-toolkit,helix-toolkit/helix-toolkit,JeremyAnsel/helix-toolkit,holance/helix-toolkit
5281ae4a76789bb32e2c3f5b90b87de49f79e19e
recipe/build_base.bat
recipe/build_base.bat
set LIB=%LIBRARY_LIB%;%LIB% set LIBPATH=%LIBRARY_LIB%;%LIBPATH% set INCLUDE=%LIBRARY_INC%;%INCLUDE% ECHO [directories] > setup.cfg ECHO basedirlist = %LIBRARY_PREFIX% >> setup.cfg ECHO [packages] >> setup.cfg ECHO tests = False >> setup.cfg ECHO sample_data = False >> setup.cfg ECHO toolkits_tests = False >> setup.cfg...
set LIB=%LIBRARY_LIB%;%LIB% set LIBPATH=%LIBRARY_LIB%;%LIBPATH% set INCLUDE=%LIBRARY_INC%;%INCLUDE% ECHO [directories] > setup.cfg ECHO basedirlist = %LIBRARY_PREFIX% >> setup.cfg ECHO [packages] >> setup.cfg ECHO tests = False >> setup.cfg ECHO sample_data = False >> setup.cfg ECHO toolkits_tests = False >> setup.cfg...
Remove unneeded handling of static libraries on windows
Remove unneeded handling of static libraries on windows Matplotlib no longer depends on these.
Batchfile
bsd-3-clause
conda-forge/matplotlib-feedstock
485580b19c40cdbd1e046f90d59407eb4d6a40ce
launch.bat
launch.bat
java -Xmx256m -Xms32m -jar SimpleServer.jar pause
@echo off java -Xmx256m -Xms32m -jar SimpleServer.jar pause
Revert "fix console input echo"
Revert "fix console input echo" Didn't work. This reverts commit 110f7c87aee87e59940b8ce3ecfe0a2298b644cc.
Batchfile
mit
SimpleServer/SimpleServer,iBotPeaches/SimpleServer,SimpleServer/SimpleServer,iBotPeaches/SimpleServer
e5949ec2af3bb4fce0261665105d845144a5ab9f
tools/createNugetPackages.cmd
tools/createNugetPackages.cmd
@ECHO OFF pushd "%~dp0.." SET parentDir=%cd% popd SET SUFFIX=%1 IF '%SUFFIX%' == '' GOTO NOSUFFIX for /f %%a in ('findstr /sm packOptions %parentDir%\src\project.json') do dotnet pack %%a --no-build -c Release -o "%parentDir%\nugets" --version-suffix %SUFFIX% "%~dp0\nuget.exe" pack "%parentDir%\nuspecs\Suite\Microsoft...
@ECHO OFF pushd "%~dp0.." SET parentDir=%cd% popd SET CONFIGURATION=%2 IF '%CONFIGURATION%' == '' SET CONFIGURATION=Release SET SUFFIX=%1 IF '%SUFFIX%' == '' GOTO NOSUFFIX for /f %%a in ('findstr /sm packOptions %parentDir%\src\project.json') do dotnet pack %%a --no-build -c %CONFIGURATION% -o "%parentDir%\nugets" -...
Allow building Nuget packages out of Debug binaries
Allow building Nuget packages out of Debug binaries
Batchfile
mit
karolz-ms/diagnostics-eventflow
f85ff86c047e4ada2fdf5168bf946f1186716320
bin/pill.bat
bin/pill.bat
@echo off echo "Not yet"
@echo off IF "%~1"=="" ( goto usage ) ELSE IF "%~1"=="init" ( mkdir _pill\bin set CONDA_BIN_PATH="conda info --root" set CONDA_DEFAULT_ENV ) ELSE IF "%~1"=="in" ( echo "Ready to go in" ) ELSE IF "%~1" == "out" ( echo "Ready to go out" ) ELSE ( echo "error" goto usage exit /b 1 ) exit /b :usage echo ...
Switch statement in batch file
Switch statement in batch file
Batchfile
mit
malev/pill
db677c56f819e953b09a1a9d759111ea6e5c0c35
package.bat
package.bat
@echo off echo. echo === TEST === echo. dotnet test --configuration Release src/DeepEqual.Test/DeepEqual.Test.csproj echo. echo === PACKAGE === echo. dotnet pack --include-symbols --include-source --configuration Release --output ..\.. src\DeepEqual\DeepEqual.csproj echo. pause
@echo off echo. echo === TEST === echo. dotnet test --configuration Release src/DeepEqual.Test/DeepEqual.Test.csproj echo. echo === PACKAGE === echo. dotnet pack ^ --include-symbols ^ -p:SymbolPackageFormat=snupkg ^ --include-source ^ --configuration Release ^ --output . ^ src\DeepEqual\DeepEqual.csproj dot...
Add steps for packaging Json extension. Use snupkg format for symbols.
Add steps for packaging Json extension. Use snupkg format for symbols.
Batchfile
mit
jamesfoster/DeepEqual
13e8947dc6a1b72edb00cb75daa1d8e1579e4463
tools/setup.bat
tools/setup.bat
@echo off set source_dir=%~dp0\.. set arma3_dir=C:\Program Files (x86)\Steam\steamApps\common\Arma 3 IF NOT EXIST P: GOTO NODRIVE IF NOT EXIST %arma3_dir% GOTO NOARMA3DIR mkdir P:\z mkdir "%arma3_dir%\z" echo "Run this script as administrator!" mklink /D "%arma3_dir%\z\hehu" "%source_dir%" mklink /D "P:\z\hehu" "%...
Add a script to set up symlinks in P: and game dir
Add a script to set up symlinks in P: and game dir This should help with module loading later so I don't have to restart the game on every change.
Batchfile
mit
Mange/hehu_mf
d15cf2baa952b94645c903281aa5e95109d73aa0
contrib/packaging-python/conda/bld.bat
contrib/packaging-python/conda/bld.bat
REM To avoid building in work/ alongside the source. Rather build in work/build/ mkdir build cd build REM Remove dot from PY_VER for use in library name set MY_PY_VER=%PY_VER:.=% REM Configure step cmake -G "%CMAKE_GENERATOR%" ^ -DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^ -DPYTHON_INCLUDE_DIR:PATH="%PREFIX%"/include ...
REM To avoid building in work/ alongside the source. Rather build in work/build/ mkdir build cd build REM Remove dot from PY_VER for use in library name set MY_PY_VER=%PY_VER:.=% REM Configure step cmake -G "%CMAKE_GENERATOR%" ^ -DCMAKE_INSTALL_PREFIX="%PREFIX%" ^ -DPYTHON_EXECUTABLE:FILEPATH="%PYTHON%" ^ -DPYTHON...
Build into virtual environment of Conda
Build into virtual environment of Conda
Batchfile
bsd-3-clause
rserban/chrono,dariomangoni/chrono,rserban/chrono,projectchrono/chrono,rserban/chrono,projectchrono/chrono,projectchrono/chrono,rserban/chrono,rserban/chrono,rserban/chrono,armanpazouki/chrono,armanpazouki/chrono,Milad-Rakhsha/chrono,projectchrono/chrono,Milad-Rakhsha/chrono,dariomangoni/chrono,projectchrono/chrono,dar...
bd4bff77ce049e573a8e8bbefc6911ab9bb764f1
Build/ZipRelease.cmd
Build/ZipRelease.cmd
call DeletePdbFiles.cmd ..\Output\NET45\Examples call DeletePdbFiles.cmd ..\Output\NET40\Examples del /S /Q ..\Output\NET40\Examples "C:\Program Files\7-Zip\7z.exe" a -r ..\Output\HelixToolkit-%1.zip ..\Output\*.* > ZipRelease.log
mkdir ..\Output\Release mkdir ..\Output\Release\NET40 mkdir ..\Output\Release\NET45 copy ..\Output\NET45\HelixToolkit.??? ..\Output\Release copy ..\Output\NET45\HelixToolkit.Wpf.??? ..\Output\Release\NET45 copy ..\Output\NET40\HelixToolkit.Wpf.??? ..\Output\Release\NET40 copy ..\Output\NET45\HelixToolkit.Wpf.In...
Remove examples from Codeplex Release package.
Remove examples from Codeplex Release package.
Batchfile
mit
helix-toolkit/helix-toolkit,lcouz/helix-toolkit,smischke/helix-toolkit,Iluvatar82/helix-toolkit,CobraCalle/helix-toolkit,jotschgl/helix-toolkit,vidstige/helix-toolkit,DynamoDS/helix-toolkit,holance/helix-toolkit,aparajit-pratap/helix-toolkit,JeremyAnsel/helix-toolkit,0x53A/helix-toolkit,chrkon/helix-toolkit,huoxudong12...
379665993006121567346340662bd352f91d4c1f
server/bin/server.bat
server/bin/server.bat
@echo off set NODE_ENV=production set AUTH_TOKEN=changeme set PORT=80 if %AUTH_TOKEN%==changeme ( echo ***************************************************** echo Please change the AUTH_TOKEN in server/bin/server.bat echo ***************************************************** pause > nul EXIT ) coffee ./bin/...
@echo off set NODE_ENV=production set AUTH_TOKEN=changeme set PORT=80 if %AUTH_TOKEN%==changeme ( echo ***************************************************** echo Please change the AUTH_TOKEN in server/bin/server.bat echo ***************************************************** pause > nul EXIT ) forever ./bin...
Make app use forever on windows
Make app use forever on windows
Batchfile
bsd-3-clause
unepwcmc/NRT,unepwcmc/NRT
5766f2e37e5c8d6b6e58ba16b42a8d4d382d30de
build-all-windows.bat
build-all-windows.bat
anvil copy ./lib/standard/postal.* ./example/standard/js copy ./lib/amd/postal.* ./example/amd/js/libs/postal copy ./lib/amd/postal.js ./example/node/client/js/lib copy ./lib/node/postal.js ./example/node/messaging
Add in a new build bat for teh windoze
Add in a new build bat for teh windoze
Batchfile
mit
jmptrader/postal.js,postaljs/postal.js,modulexcite/postal.js,postaljs/postal.js,modulexcite/postal.js,jcreamer898/postal.js,halcwb/postal.js,halcwb/postal.js,derickbailey/postal.js,ifandelse/postal.js,ifandelse/postal.js,jcreamer898/postal.js,derickbailey/postal.js,jmptrader/postal.js
0e5e8f161d205aa96d6ada7d6c73ba920886b42f
zipsrc.bat
zipsrc.bat
cd .. del/q scite.zip zip scite.zip scintilla\*.* scintilla\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp -x *.ncb -x *.sbr -x *.bsc -x *.ilk -x *.idb -x *.dpsession -x *.bak cd scite
cd .. del/q scite.zip zip scite.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.res -x *.exp -x *.ncb -x *.sbr -x *.bsc -x *.ilk -x *.idb -x *.dpsession -x *.bak cd ...
Store OS X files in zips.
Store OS X files in zips.
Batchfile
isc
R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone,R1dO/scite_clone
5d8b3cdf7eff724698e58887d96e63b422c5c993
Package.bat
Package.bat
nuget pack AgateLib/AgateLib.csproj nuget pack AgateLib.AgateSDL/AgateLib.SDL.csproj nuget pack AgateLib.OpenGL/AgateLib.OpenGL.csproj nuget pack AgateLib.Platform.WinForms/AgateLib.Platform.WinForms.csproj nuget pack AgateLib.Platform.Test/AgateLib.Platform.Test.csproj nuget pack AgateLib.Platform.IntegrationTest/Aga...
nuget pack AgateLib/AgateLib.csproj if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% nuget pack AgateLib.AgateSDL/AgateLib.SDL.csproj if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% nuget pack AgateLib.OpenGL/AgateLib.OpenGL.csproj if %ERRORLEVEL% NEQ 0 exit /b %ERRORLEVEL% nuget pack AgateLib.Platform.WinForms/AgateLib.Platf...
Add error checking to package.bat.
Add error checking to package.bat.
Batchfile
mit
eylvisaker/AgateLib
fac8d5b65e78a5e04ef3ffc08eb59988c912356e
init.bat
init.bat
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /b $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...=cd ../.. doskey ....=c...
@echo off chcp 65001>nul prompt [%USERNAME%@%COMPUTERNAME% $p]$_$$$s rem Fake a UNIX environment doskey clear=cls doskey ls=dir /d $* doskey cp=copy $* doskey mv=move $* doskey rm=del $* doskey cat=type $* rem Easier navigation doskey cd=cd /D $* doskey cd..=cd .. doskey ..=cd .. doskey ...=cd ../.. doskey ....=c...
Use /d switch for ls
Use /d switch for ls
Batchfile
mit
ArloL/dotfiles,ArloL/dotfiles
6e2838bce2879478df056cb9e6d8adbf124b0dc7
Framework/Emlid.WindowsIoT.Hardware/Package.cmd
Framework/Emlid.WindowsIoT.Hardware/Package.cmd
@echo off rem NuGet Package Script rem ==================== rem Creates a release build then generates the NuGet package into the output directory. rem Remember to update the version number and release notes in the "nuspec" file before each release. echo. echo Creating Release build msbuild "%~dp0Emlid.Windows...
@echo off rem NuGet Package Script rem ==================== rem Creates a release build then generates the NuGet package into the output directory. rem Remember to update the version number and release notes in the "nuspec" file before each release. echo. echo Initializing Visual Studio tools... call "%vs140comntools%...
Add VS tools initialization to NuGet package command so it can run standalone.
Add VS tools initialization to NuGet package command so it can run standalone.
Batchfile
apache-2.0
emlid/Navio-SDK-Windows-IoT,emlid/Navio-SDK-Windows-IoT,emlid/Navio-SDK-Windows-IoT
2d9de276aa2089183e03b1f169f0b23b15928e1a
batch/runsdk.bat
batch/runsdk.bat
@echo off SET sdkpath=%xilinxpath%\SDK\%xilinxversion%\bin SET cfile=%~1 SET jsonfile=%~2 SET projectname=%~3 SET cswfile=%cfile:~3,-2%_sw.c SET ciffile=%cfile:~3,-2%_if.c SET toolchainpath=%~4 if not {%~1} == {} if not {%~2} == {} if not {%~3} == {} ( mkdir software copy %ciffile% software copy %cswfile% s...
@echo off SET sdkpath=%xilinxpath%\SDK\%xilinxversion%\bin SET cfile=%~1 SET jsonfile=%~2 SET projectname=%~3 SET cswfile=%cfile:~3,-2%_sw.c SET ciffile=%cfile:~3,-2%_if.c SET toolchainpath=%~4 if not {%~1} == {} if not {%~2} == {} if not {%~3} == {} ( mkdir software copy %ciffile% software copy %cswfile% s...
Delete copy statements of timer.[ch]
Delete copy statements of timer.[ch]
Batchfile
mit
tlk-emb/SWORDS,tlk-emb/SWORDS
17c4dc3ef18795fa98cb2bfdba1f80c3b9a14b41
scripts/screen-capture-window.cmd
scripts/screen-capture-window.cmd
"C:\Program Files\ffmpeg\bin\ffmpeg.exe" -f gdigrab -framerate 30 -i title="REACT RUNNING" -c:v h264_nvenc -qp 0 output-4.mkv
Add window capture script for windows
Add window capture script for windows
Batchfile
mit
cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic,cacheflowe/haxademic
ae0cfc90df47148721367010a7747d2e8bbbf3d0
prep-package.cmd
prep-package.cmd
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 rem the -F 0x4 is to turn off smartypants. third-party/disco...
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 rem the -F 0x4 is to turn off smartypants. third-party\disco...
Fix slashes in batch file.
Fix slashes in batch file.
Batchfile
apache-2.0
JeroMiya/OSVR-Unity,grobm/OSVR-Unity,grobm/OSVR-Unity,DuFF14/OSVR-Unity,OSVR/OSVR-Unity
524601b0628e64b3c827d8402ea7ba3475fdd817
recipes/openblas/bld.bat
recipes/openblas/bld.bat
:: Set $HOME to the current dir so msys runs here set HOME=%cd% :: Configure, build, test, and install using `make`. bash -lc "make FC=gfortran DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=$LIBRARY_PREFIX" if errorlevel 1 exit 1 bash -lc "make test" if errorlevel 1 exit 1 bash -lc "make P...
:: Set $HOME to the current dir so msys runs here set HOME=%cd% :: Configure, build, test, and install using `make`. bash -lc "make FC=gfortran DYNAMIC_ARCH=1 BINARY=$ARCH NO_LAPACK=0 NO_AFFINITY=1 USE_THREAD=1 PREFIX=`echo $LIBRARY_PREFIX | tr '\\' '/'`" if errorlevel 1 exit 1 bash -lc "make test" if errorlevel 1 ex...
Fix Windows paths to play nice with MinGW.
openblas: Fix Windows paths to play nice with MinGW.
Batchfile
bsd-3-clause
dfroger/staged-recipes,johannesring/staged-recipes,rvalieris/staged-recipes,isuruf/staged-recipes,jcb91/staged-recipes,grlee77/staged-recipes,planetarypy/staged-recipes,bmabey/staged-recipes,ceholden/staged-recipes,tylere/staged-recipes,pstjohn/staged-recipes,ReimarBauer/staged-recipes,igortg/staged-recipes,jochym/stag...
2146779fcaaa4579f7d8cf6996647b1339e22ac3
restorenuget.bat
restorenuget.bat
@echo off REM TODO: detect these automatically. Probably a job for PowerShell... set PROJECTS=Benchmarks,CodeDiagnostics,CodeDiagnostics.Test,Demo set PROJECTS=%PROJECTS%,Serialization.JsonNet,Serialization.Test,Test set PROJECTS=%PROJECTS%,TzdbCompiler.Test,Web for %%p in (%PROJECTS%) DO ( echo Restoring...
Add a script to restore nuget packages for all projects needing them.
Add a script to restore nuget packages for all projects needing them.
Batchfile
apache-2.0
zaccharles/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,nodatime/nodatime,zaccharles/nodatime,zaccharles/nodatime,malcolmr/nodatime,malcolmr/nodatime,zaccharles/nodatime,malcolmr/nodatime,BenJenkinson/nodatime,zaccharles/nodatime,malcolmr/nodatime,nodatime/nodatime,jskeet/nodatime,jskeet/nodatime
295eee7716c044ba26a923590fa8d216399fa22c
upsertDatasets.bat
upsertDatasets.bat
cd C:\projects\lexington-pentaho-etl\ call git pull origin master :: set KETTLE_HOME="C:\projects\lexington-pentaho-etl\.kettle\" call data-integration\Pan.bat -level=Basic -file "pull-last-day-of-foreclosure-sales.ktr"
cd C:\projects\lexington-pentaho-etl\ call git pull origin master cd data-integration call Pan.bat -level=Basic -file "../pull-last-day-of-foreclosure-sales.ktr" call Pan.bat -level=Basic -file "../parcel-lookup-foreclosure-sales.ktr"
Call parcel lookup after pulling foreclosures
Call parcel lookup after pulling foreclosures
Batchfile
mit
lfucg/lexington-pentaho-etl
afe73da928005f53ec0a2ce2f53c9e6120290285
scripts/nuget_build.bat
scripts/nuget_build.bat
@echo off cd %~dp0 "%VS140COMNTOOLS%\VsMSBuildCmd.bat" && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2015.vcxproj /t:Rebuild /p:Co...
@echo off cd %~dp0 "%VS120COMNTOOLS%\VsMSBuildCmd.bat" && ^ msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Debug /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2013_static.vcxproj /t:Rebuild /p:Configuration=Release /p:Platform=x86 /v:minimal /nologo && ^ msbuild pugixml_vs2013_static.vcx...
Expand build to include VS 2013.
Expand build to include VS 2013.
Batchfile
mit
zeux/pugixml,zeux/pugixml,zeux/pugixml,zeux/pugixml