code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@echo off
python --version
if defined MSC_CMD_FLAGS (
echo MSC_CMD_FLAGS
echo %MSC_CMD_FLAGS%
python %~dp0\cl-dME.py %MSC_CMD_FLAGS%
)
if defined MSC_IDE_FLAGS (
echo MSC_IDE_FLAGS
echo %MSC_IDE_FLAGS%
python %~dp0\cl-dME.py %MSC_IDE_FLAGS%
)
exit 1
| srz-zumix/iutest | tools/VisualStudio/cl-dME.bat | bat | bsd-3-clause | 277 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServer_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServer_TestSuite9 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServer_TestSuite9.cmd | bat | mit | 359 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S06_ManagePostItems.MSOXWSCORE_S06_TC13_GetPostItemWithAddBlankTargetToLinks /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S06_TC13_GetPostItemWithAddBlankTargetToLinks.cmd | bat | mit | 326 |
php package.php
| jprothwell/strutil | package.bat | bat | mit | 17 |
pushd "%GBC%\net\%LNCH%\%NEO64%"
"%GBC%\fart.exe" "Mame32.ini" [SOURCE] "%GBG%\%GAM%\%CONS%\%NEO64%\SOURCE"
popd
for /d %%g IN (*) DO (
if "%RECONF%"=="1" copy /Y "%GBC%\net\%LNCH%\%NEO64%\Mame32.ini" "%%~g\Mame32.ini"
mkdir "%%~g\cfg"
mkdir "%%~g\ini"
mkdir "%%~g\ctrl"
if "%RECONF%"=="1" copy /Y "%... | HoodlumDTX/rom-jacket | extinjNEO641.bat | bat | gpl-2.0 | 897 |
cmd_crypto/des.mod.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,crypto/.des.mod.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pro... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/crypto/.des.mod.o.cmd | bat | gpl-2.0 | 11,876 |
cmd_drivers/net/ethernet/seeq/built-in.o := rm -f drivers/net/ethernet/seeq/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/net/ethernet/seeq/built-in.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | drivers/net/ethernet/seeq/.built-in.o.cmd | bat | gpl-2.0 | 196 |
cmd_sound/atmel/built-in.o := rm -f sound/atmel/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD sound/atmel/built-in.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | sound/atmel/.built-in.o.cmd | bat | gpl-2.0 | 154 |
php %~dp0/pstaf.php %* | PrestaShop/PrestaShopAutomationFramework | pstaf.bat | bat | apache-2.0 | 22 |
@echo off
rem Make sure that environment edits are local and that we have access to the
rem Windows command extensions.
setlocal enableextensions
if not errorlevel 1 goto extensionsokay
echo Unable to enable Windows command extensions.
goto end
:extensionsokay
rem Make sure VUFIND_HOME is set:
if not "!%VUFIND_HOME%!... | vufind-org/vufind | harvest/batch-import-marc-auth.bat | bat | gpl-2.0 | 3,502 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | sendgridlabs/ddbmock | docs/make.bat | bat | lgpl-3.0 | 5,456 |
.\halite.exe -d "30 30" "python MyBot.py" "python RandomBot.py"
| alastairpayne/halite | runGame.bat | bat | mit | 64 |
@ECHO OFF
REM ***Render files***
ECHO === Rendering File(s) ===
ECHO.
aqsis.exe -progress "bike.rib"
IF ERRORLEVEL 0 GOTO end
REM ***Error reporting***
:error
ECHO.
ECHO.
ECHO An error occured, please read messages !!!
PAUSE
EXIT
:end
| karstenda/aqsis | examples/features/archives/render.bat | bat | gpl-2.0 | 240 |
@if not defined _echo @echo off
setlocal
set INIT_TOOLS_LOG=%~dp0init-tools.log
if [%PACKAGES_DIR%]==[] set PACKAGES_DIR=%~dp0packages\
if [%TOOLRUNTIME_DIR%]==[] set TOOLRUNTIME_DIR=%~dp0Tools
set DOTNET_PATH=%TOOLRUNTIME_DIR%\dotnetcli\
if [%DOTNET_CMD%]==[] set DOTNET_CMD=%DOTNET_PATH%dotnet.exe
if [%BUILDTOOLS_SOU... | cydhaselton/coreclr | init-tools.cmd | bat | mit | 4,416 |
@ECHO OFF
del *.nupkg
.\nuget.exe pack .\Caliburn.Micro.Core.nuspec -symbols
.\nuget.exe pack .\Caliburn.Micro.nuspec -symbols
.\nuget.exe pack .\Caliburn.Micro.Start.nuspec
| Bobdina/Caliburn.Micro | nuget/create-packages.cmd | bat | mit | 174 |
build.bat Nightly | CSGOpenSource/elasticsearch-watcher-net | myget.bat | bat | apache-2.0 | 17 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS... | z4r/django-avatar | docs/make.bat | bat | bsd-3-clause | 6,715 |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF lice... | OpenBEL/bel-nav | tools/groovy/src/src/bin/groovyc.bat | bat | apache-2.0 | 1,479 |
:user_configuration
:: Path to Flex SDK
set FLEX_SDK=C:\Users\YQ\AppData\Local\FlashDevelop\Apps\flexairsdk\4.6.0+14.0.0
:validation
if not exist "%FLEX_SDK%" goto flexsdk
goto succeed
:flexsdk
echo.
echo ERROR: incorrect path to Flex SDK in 'bat\SetupSDK.bat'
echo.
echo %FLEX_SDK%
echo.
if %PAUSE_ERRORS%==1 pause
... | yinqiang/atf2png-c | mergetool/bat/SetupSDK.bat | bat | mit | 367 |
@echo off
cd Poole
poole.py --build | LuminousVibe/the-life-of-fetzig | Build.bat | bat | mit | 35 |
@echo on
cd /d %~dp0
mkdir build
cd build
cmake -G "Visual Studio 15 2017 Win64" ../../..
pause
| yappy/Unknown | build/win64/cmake_run.bat | bat | mit | 98 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | JIC-CSB/jicbioimage.core | docs/make.bat | bat | mit | 7,271 |
@ECHO OFF
if '%VisualStudioversion%' == '' goto usevscmd
msbuild
pause
goto exit
:usevscmd
echo 'Please run this script from Developer Command Prompt for VS 2015/7'
:exit | ProximoSrl/Jarvis.GestionePrenotazioni | src/build.cmd | bat | mit | 185 |
@setlocal
@rem Parse arguments. erlsrv.exe prepends erl arguments prior to first ++.
@rem Other args are position dependent.
@set args="%*"
@for /F "delims=++ tokens=1,2,3" %%I in (%args%) do @(
@call :set_trim erl_args %%I
@call :set_trim node_name %%J
@call :set_trim node_root %%K
)
@set releases_dir=%n... | Mortos/EBND | rel/files/start_erl.cmd | bat | mit | 1,127 |
docker run -d callmeradical/blog:1.1
| callmeradical/cicd_with_pipeline | scripts/chef-solo.bat | bat | mit | 37 |
set _NT_EXECUTABLE_IMAGE_PATH="%HELLOWORLD_HOME%\driver\obj%BUILD_ALT_DIR%\%_BUILDARCH%"
set _NT_SOURCE_PATH="%HELLOWORLD_HOME%\driver"
%DDK_HOME%\Debuggers\windbg.exe -b -k com:port=com2,resets=0,reconnect | pmolchanov/legacy-driver-helloworld | debug.bat | bat | mit | 206 |
cmd_fs/fat/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o fs/fat/built-in.o fs/fat/fat.o fs/fat/vfat.o fs/fat/msdos.o ; scripts/mod/modpost fs/fat/built-in.o
| lindsaytheflint/stone | fs/fat/.built-in.o.cmd | bat | gpl-2.0 | 242 |
set list=7 286 200 176 120 165 206 75 129 109 123 111 43 52 99 128 111 110 98 135 112 78 118 64 77 227 93 88 69 60 34 30 73 54 45 83 182 88 75 85 54 53 89 59 37 35 38 29 18 45 60 49 62 55 78 96 29 22 24 13 14 11 11 18 12 12 30 52 52 44 28 28 20 56 40 31 50 40 46 42 29 19 36 25 22 17 19 26 30 20 15 21 11 8 8 19 5 8 8 11... | GregoryMorse/IslamSource | Resources/tr.w4w/tr.bat | bat | gpl-2.0 | 680 |
@echo on
call ndk-build -j 8
cd libs
mkdir ..\assets
for /D %%f in (*) do (
copy %%f\minivpn ..\assets\minivpn.%%f
del %%f\libcrypto.so
del %%f\libssl.so
)
cd ..
| cernekee/ics-openconnect | misc/build-native.bat | bat | gpl-2.0 | 183 |
@echo off
set SERVER=-S localhost
set DB_NAME=SiteBase
set USER=-E
set NO_PAUSE=
:setargs
if "%1"=="" goto doneargs
if "%1"=="/nopause" SET NO_PAUSE=nopause
if "%1"=="/user" (
SET USER=-U %2
SHIFT
)
SHIFT
goto setargs
:doneargs
sqlcmd %SERVER% %USER% -Q "CREATE DATABASE %DB_NAME%"
%SystemRoot%... | digitalbeacon/sitebase | SiteBase/Database/init-db.cmd | bat | gpl-2.0 | 521 |
cmd_lib/ioremap.o := arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.ioremap.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinc... | srinugnt2000/linux-2.6.37 | lib/.ioremap.o.cmd | bat | gpl-2.0 | 21,104 |
cmd_drivers/media/video/samsung/mfc50/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/video/samsung/mfc50/built-in.o drivers/media/video/samsung/mfc50/mfc_fw.o drivers/media/video/samsung/mfc50/mfc.o drivers/media/video/samsung/mfc50/mfc_buffer_manager.o drivers/media/vi... | sktjdgns1189/android_kernel_iriver_MX100 | drivers/media/video/samsung/mfc50/.built-in.o.cmd | bat | gpl-2.0 | 492 |
"%~dp0\nssm.exe" stop "Homie Server"
"%~dp0\nssm.exe" remove "Homie Server" confirm
| marvinroger/homie-server | ci/windows/sources/service_uninstall.cmd | bat | gpl-2.0 | 84 |
C:\Perl64\bin\perl.exe triple_format_to_libfm.pl -in epicurious.base,epicurious.test -target 2 -separator "\t" | ruifpmaia/foodcontextawarefactmach | rfmConsoleApplication/rfmConsoleApplication/Tools/convert_epicurious.bat | bat | gpl-2.0 | 110 |
cmd_drivers/usb/gadget/f_rndis.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/usb/gadget/.f_rndis.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/i... | b8e5n/KTG-kernel_es209ra | drivers/usb/gadget/.f_rndis.o.cmd | bat | gpl-2.0 | 31,680 |
cmd_net/netfilter/xt_REDIRECT.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/netfilter/xt_REDIRECT.ko net/netfilter/xt_REDIRECT.o net/netfilter/xt_REDIRECT.mod.o
| avareldalton85/rpi2-linux-rt | net/netfilter/.xt_REDIRECT.ko.cmd | bat | gpl-2.0 | 271 |
options {
temperature = 300
kp_method = 0
maximal_k_value = 1.5 # in 1/nm
num_k_points = 60
num_energy_points = 300
min_energy = 1.2 # for n-doping
max_energy = 2.1
# min_energy ... | XSZHOU/negf-reference | structures/datta96nm1.2dx.cmd | bat | gpl-3.0 | 2,226 |
@echo off
..\..\perl\perl\bin\perl.exe ..\lib\publish_document.pl sml-brd
pause
| drj826/sml-library | bin/publish_sml_brd.bat | bat | gpl-3.0 | 81 |
rem Copy executables
xcopy build\Debug\Croque-Note.exe export\win32-vs2008\debug\bin\ /Y
xcopy build\Release\Croque-Note.exe export\win32-vs2008\release\bin\ /Y
rem Generate i18n template
call i18n\createTemplateStringList.bat
rem Copy i18 files
xcopy i18n\template_en_US.pot export\all\... | roy204/croqueNote | copy-exports-win32.cmd | bat | gpl-3.0 | 439 |
echo off
call vc-env_3.13.bat
call vc-start.bat | vogler75/oa4j | Native/Tools/vc-start_3.13.bat | bat | agpl-3.0 | 48 |
setlocal
set OSGEARTH_SPLAT_EDIT=1
set OSGEARTH_SPLAT_GPU_NOISE=1
osgearth_viewer splat.earth ^
--ico ^
--logdepth ^
--sky ^
--uniform oe_splat_blending_range 200000 0 ^
--uniform oe_splat_detail_range 100000 0 ^
--uniform oe_splat_warp 0 0.01 ^
--uniform oe_splat_blur 1 4 ^
--uniform oe_splat_scaleOffset 0 7 ^... | ldelgass/osgearth | tests/splat-gpunoise.bat | bat | lgpl-3.0 | 893 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem sandbox_2 startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Win... | MariaMorozz/java_study | sandbox_2/build/scripts/sandbox_2.bat | bat | apache-2.0 | 2,120 |
@echo off
@echo Running full Build Script, capturing output to buildlog.txt file...
tools\NAnt\bin\nant.exe release -f:Spring.Data.MongoDb.build -D:project.sign=true > buildlog.txt
@echo Launching text file viewer to display buildlog.txt contents...
start "ignored but required placeholder window title argument" buildlo... | thomast74/spring-net-data-mongodb | build-release.cmd | bat | apache-2.0 | 325 |
@echo off
set BALANA_CLASSPATH=.\conf
FOR %%C in ("\lib\*.jar") DO set BALANA_CLASSPATH=!BALANA_CLASSPATH!;".\lib\%%~nC%%~xC"
FOR %%D in ("\..\..\balana-core\target\*.jar") DO set BALANA_CLASSPATH=!BALANA_CLASSPATH!;".\..\..\arbitro-core\target\%%~nD%%~xD"
FOR %%E in ("\target\*.jar") DO set BALANA_CLASSPATH=!BALANA_CL... | shaundmorris/arbitro | modules/arbitro-samples/kmarket-trading-sample/run.bat | bat | apache-2.0 | 494 |
@echo off
cd src\main\webapp\static\js
call minify.bat
cd ..\..\..\..\.. | StackableRegiments/analyticalmetlx | minify.bat | bat | apache-2.0 | 72 |
@echo off
setlocal enabledelayedexpansion
set PGSHELL_CONFDIR=%~1
set GETROW="select count(*) from pg_stat_replication"
rem Load the psql connection option parameters.
for /f "tokens=1,2 delims==" %%i in (%PGSHELL_CONFDIR%\pgsql_funcs.conf) do set %%i=%%j
psql -h %PGHOST% -p %PGPORT% -U %PGROLE% -d %PGDATABASE% -t -... | laiyuandong/test | pg_monz_win/usr-local-bin/find_sr.bat | bat | apache-2.0 | 529 |
@echo off
setlocal enabledelayedexpansion
set errorlevel=
set CURRENT_DIR="%~dp0"
set CURRENT_DIR=!CURRENT_DIR:"=!
set WLP_INSTALL_DIR=!CURRENT_DIR:~0,-11!
@REM De-quote input environment variables.
if defined JRE_HOME set JRE_HOME=!JRE_HOME:"=!
if defined JAVA_HOME set JAVA_HOME=!JAVA_HOME:"=!
if define... | eygitadmin/eysandbox | target/liberty/wlp/bin/jaxrs/wadl2java.bat | bat | apache-2.0 | 3,147 |
@echo off
@PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\make.ps1' %*; if ($psake.build_success -eq $false) { exit 1 } else { exit 0 }"
@exit /B %ERRORLEVEL%
| chtoucas/Archives | psake-msbuild/make.cmd | bat | bsd-2-clause | 179 |
::compile
cd boot
"../bin/nasm" boot.asm -o "../bin/a.img"
::run
cd "../bin/"
"Bochs-2.6.8/bochs" -f tosx.bxrc
pause
| MegaShow/TOSX | run.bat | bat | bsd-3-clause | 119 |
@echo off
rem You can change the location where the settings logs are saved by replacing
rem 'C:\gpiilogs_pilot2' in the following line by another location. Don't use a location containing spaces!!
@echo on
node ../node_modules/universal/gpii/node_modules/matchMakerFramework/src/LogSettings.js C:\gpiilogs_pilot2
@echo... | Cloud4AllTUD/pilotsConfig | LogLocalSettings.cmd | bat | bsd-3-clause | 325 |
rem Matrix-driven Appveyor CI script for libmypaint
rem Currently only does MSYS2 builds.
rem https://www.appveyor.com/docs/installed-software#mingw-msys-cygwin
rem Needs the following vars:
rem MSYS2_ARCH: x86_64 or i686
rem MSYSTEM: MINGW64 or MINGW32
rem Set the paths appropriately
PATH C:\msys64\%M... | achadwick/libmypaint | appveyor.bat | bat | isc | 1,157 |
:: Use this script to install JMVC from github or your own fork. If its already installed,
:: it will get latest for all the submodules. Assumes your project uses git.
::
:: Options:
:: -u username (default is bitovi)
:: -b branch (default is master)
:: -s source url (default is https://github.com)
:: -p install path ... | bitovi/javascriptmvc | scripts/getjmvc.bat | bat | mit | 2,913 |
@echo off
echo.
echo Target nuget package version:
echo.
type Shared.AssemblyInfo.cs | findstr "AssemblyVersion"
echo.
pause
if "%VisualStudioVersion%"=="" call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\Common7\Tools\vsvars32.bat"
color
msbuild /t:Build /p:Configuration=Release /nologo /v:m
if errorlevel 1 g... | HerrLoesch/DynamicSpecs | _rebuild_pack.bat | bat | mit | 1,236 |
git add . -A # ÉÏ´«È«²¿Îļþ -A
git commit -m "" # ¼ÓÉÏ×¢½â˵Ã÷ÓÐÖúÓÚÈÕºóά»¤:-m
git remote rm origin # ɾ³ýÀúÊ·±£´æ
git remote add origin git@github.com:williamlfang/williamlfang.gith##ub.com.git
git pull origin gh-pages
## git pull origin +gh-pages
git push origin master
jekyll --server # Ô... | williamlfang/cn | auto-windows.bat | bat | gpl-2.0 | 362 |
prog='dblistize'
args=''
cmp='diff -cb '
| gitpan/Fsdb | TEST/dblistize_ex_S.cmd | bat | gpl-2.0 | 41 |
@echo off
set "VSCMD_START_DIR=%CD%"
call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\VsDevCmd.bat"
set tools_dir=..\..\..\..\tools
set bin2hex=%tools_dir%\bin2hex.exe
set bin2hex_cpp=%tools_dir%\bin2hex.cpp
if not exist %bin2hex% (
cl.exe /EHsc /nologo /Fe%tools_dir%\ /Fo%tools_d... | kennyalive/Quake-III-Arena-KE | src/engine/renderer/shaders/compile_hlsl.bat | bat | gpl-2.0 | 3,577 |
@ECHO OFF
REM Opens rsgallery backend web site to check if they work
CLS
SET CmdArgs=
ECHO openAllForms.backend.bat $*
REM --- Select which Jommla installation to use ---------------------
REM SET J_URL_PART=Joomla3x
REM SET J_URL_PART=Joomla3xMyGalleries
REM SET J_URL_PART=Joomla3xRelease
SET J_URL_PART=Joomla3x... | RSGallery2/RSGallery2_Component | .check/open_RSG2_Forms.site_all.bat | bat | gpl-2.0 | 1,360 |
cmd_fs/xfs/linux-2.6/xfs_stats.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/xfs/linux-2.6/.xfs_stats.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -W... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/xfs/linux-2.6/.xfs_stats.o.cmd | bat | gpl-2.0 | 18,959 |
/******************************************************************************/
/* lnk_msp430g2553.cmd - LINKER COMMAND FILE FOR LINKING MSP430G2553 PROGRAMS */
/* */
/* Usage: lnk430 <obj files...> -o <out file> -m <map file> lnk.cmd... | wlanslovenija/telemetry | msp430-telemetry/lnk_msp430g2553.cmd | bat | agpl-3.0 | 4,817 |
start "" ..\src\Tools\NuGetPackTool\bin\Debug\NuGetPackTool.exe | aolyn/RpcLite | nuget-pack/nuspec/NuGetPackTool.cmd | bat | lgpl-3.0 | 63 |
@echo off
setlocal
REM Copyright 2006-2011 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "license" ... | bizo/aws-tools | iam/IAMCli-1.5.0/bin/iam-servercertdel.cmd | bat | apache-2.0 | 1,026 |
@echo OFF
REM #################################################################################
REM ##
REM ## Copyright © 2014 Cask Data, Inc.
REM ##
REM ## Licensed under the Apache License, Version 2.0 (the "License"); you may not
REM ## use this file except in compliance with the License. You may obtain a copy of
R... | wmudge/cdap-apps | MovieRecommender/bin/ingest-data.bat | bat | apache-2.0 | 1,813 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | Applied-GeoSolutions/gippy | doc/make.bat | bat | apache-2.0 | 6,708 |
@if "%_echo%" neq "on" echo off
setlocal
SET CMDHOME=%~dp0.
SET BUILD_FLAGS=/m:1 /v:m /fl /flp:logfile=build.log;verbosity=detailed
:: Clear the 'Platform' env variable for this session, as it's a per-project setting within the build, and
:: misleading value (such as 'MCD' in HP PCs) may lead to build breakage (issue... | centur/orleans | vNext/src/Build.cmd | bat | mit | 3,319 |
:: Usage:
:: call depends.bat [list^|missing] file
setlocal
if "%2"=="" (
echo Usage: %~nx0 [list^|missing] File
goto :exit
)
if not exist "%EnvDependsExe%" echo depends.exe not found in %EnvToolsPath%.& goto exit
if not exist "%EnvCutExe%" echo cut.exe not found in %EnvToolsPath%.& goto exit
start /... | sehraf/RetroShare | build_scripts/Windows/tools/depends.bat | bat | gpl-2.0 | 940 |
@echo off
setlocal EnableDelayedExpansion
echo RDP Wrapper Library Installer v1.0
echo Copyright (C) Stas'M Corp. 2013
echo.
set PROCESSOR_ARCHITECTURE | find "x86" > nul
if !errorlevel!==0 (
goto WOW64CHK
) else (
goto UNSUPPORTED
)
:WOW64CHK
echo [*] Check if running WOW64 subsystem...
set PROCESSOR_ARCHITEW6432 ... | binarymaster/rdpwrap | res/legacy.install.bat | bat | apache-2.0 | 2,418 |
@echo off
setlocal enabledelayedexpansion
rem Allow to choose paths
rem but set to default - if not
rem -----------------------------------------------------------------------------------
if not [%MINGW_PATH%] NEQ [] (
set "MINGW_PATH=C:\MinGW"
)
set "MSYS_VER=1.0"
set "MINGW_MSYS_PATH=%MINGW_PATH%\msys... | 8tab/radare2 | sys/mingw32.bat | bat | gpl-3.0 | 2,017 |
@if "%_echo%"=="" echo off
setlocal
rem there is no build.bat for this testcase, so don't check for build.ok
call %~d0%~p0..\..\..\config.bat
if exist test1.ok (del /f /q test1.ok)
"%FSI%" %fsi_flags% < test1.fsx
if NOT EXIST test1.ok goto SetError
if exist test1.ok (del /f /q test... | rolfbjarne/fsharp | tests/fsharp/core/fsi-shadowcopy/run.bat | bat | apache-2.0 | 888 |
@ECHO OFF
PUSHD %~dp0\..
CALL vswhere.bat x86 store
CALL make-addons.bat win10 %*
POPD
| ironman771/xbmc | tools/buildsteps/windows/win32-uwp/make-addons.bat | bat | gpl-2.0 | 88 |
#############################################
## Sequencer to load ##
#############################################
## Start any sequence programs
#seq sncxxx,"user=utzelnHost"
| css-iter/org.csstudio.iter | products/org.csstudio.iter.css.product/demo/m-TEST-CSS/src/main/epics/iocBoot/iocCWS-TCPH-PSH0SYSM/seqToLoad.cmd | bat | epl-1.0 | 200 |
@set RUNALL=1
@call 3a_build_boost.bat
@if errorlevel 1 goto error
@call 3b_run_build_dep.bat
@if errorlevel 1 goto error
@call 3c_build_miniupnpc.bat
@if errorlevel 1 goto error
@call 4a_build_daemon.bat
@if errorlevel 1 goto error
@call 4b_build_qt.bat
@if errorlevel 1 goto error
@rem call 5a_run_hash_daemon.bat
@if ... | sysbot/namecoinq | contrib/easywinbuilder/__everything_from_after_unpack_easywinbuilder.bat | bat | mit | 544 |
SteamworksSDK\tools\contentserver\contentserver.exe -DepotPath ContentServer | reallyjoel/Ludosity-s-Steamworks-Wrapper | ContentServer.bat | bat | mit | 76 |
:: I could not figure out how to make a batch script loop over *.ipynb files and run jupyter commands
:: I should probably just make a python script to do it
jupyter nbconvert --execute this_notebook.ipynb
| nagordon/mechpy | tutorials/execute_notebook_make_htmls.bat | bat | mit | 209 |
@echo off
echo FUNWAP-server
echo.
venv\Scripts\python run.py
pause
| MCSN-project2014/funwap-server | StartServer.bat | bat | mit | 69 |
"%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" "%~dp0\aresdoor\aresdoor.sln" /t:Build /p:Configuration=Release
pause | BlackVikingPro/aresdoor | build-release.bat | bat | mit | 127 |
@echo off
if "%1"=="" goto USAGE
echo ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
echo Model: %1
echo ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
call bcc31 -ml -w -I.. %1 %2 %3 %4 %5 ..\simlib.lib
if errorlevel 1 goto ERR
del *.obj
echo.
go... | MichalCab/IMS | simlib/examples/TODO/gravity/simlib.bat | bat | mit | 553 |
@echo off
set FFMPEG=%~dp0%ffmpeg.exe
set FF_OPTS=-hide_banner -threads 4
set OPTIONS=-acodec copy -vcodec copy
set SRC=%~1
set DST=%~n1.mkv
"%FFMPEG%" %FF_OPTS% -i "%SRC%" %OPTIONS% "%DST%"
| netcharm/greasemonkey-code | flv2mkv.cmd | bat | mit | 195 |
@setlocal
@ECHO off
SET CONFIGURATION=Release
SET CMDHOME=%~dp0
@REM Remove trailing backslash \
set CMDHOME=%CMDHOME:~0,-1%
pushd "%CMDHOME%"
@cd
SET OutDir=%CMDHOME%\..\Binaries\%CONFIGURATION%
REM set TESTS=%OutDir%\Tester.dll,%OutDir%\TesterInternal.dll,%OutDir%\Orleans.NonSiloTests.dll,%OutDir%\Tester.AzureUt... | jdom/orleans | vNext/src/Test.cmd | bat | mit | 1,203 |
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S bin') DO RMDIR /S /Q "%%G"
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S obj') DO RMDIR /S /Q "%%G"
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S Binaries') DO RMDIR /S /Q "%%G"
FOR /F "tokens=*" %%G IN ('DIR /B /AD /S packages') DO RMDIR /S /Q "%%G" | elbruno/Blog | 20180301 clean script/cleandirs.cmd | bat | gpl-2.0 | 281 |
cmd_drivers/input/mouse/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/input/mouse/built-in.o drivers/input/mouse/psmouse.o
| domintech/PandaBoard-LinuxKernel | drivers/input/mouse/.built-in.o.cmd | bat | gpl-2.0 | 238 |
cmd_net/ipv6/ip6_output.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ip6_output.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch... | srinugnt2000/linux-2.6.37 | net/ipv6/.ip6_output.o.cmd | bat | gpl-2.0 | 32,131 |
cmd_fs/jffs2/built-in.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o fs/jffs2/built-in.o fs/jffs2/jffs2.o
| chase2534/gtab47.freekern | fs/jffs2/.built-in.o.cmd | bat | gpl-2.0 | 223 |
@echo off
REM
REM Replacement for cmake
REM
REM
REM Begin Scope
REM
SETLOCAL
REM Directory containing this batch file.
set dirname=%~dp0
REM Set first argument.
set args=cmake.exe -G "MinGW Makefiles"
set args=%args% %*
REM Launch program
"%dirname%launcher.bat" %args%
REM
REM End Scope
REM
| google-code/bandleader | tools/bin/win32/cmake.bat | bat | gpl-2.0 | 298 |
cmd_lib/zlib_inflate/zlib_inflate.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o lib/zlib_inflate/zlib_inflate.o lib/zlib_inflate/inffast.o lib/zlib_inflate/inflate.o lib/zlib_inflate/infutil.o lib/zlib_inflate/inftrees.o lib/zlib_inflate/inflate_syms... | jashasweejena/VibeKernel | lib/zlib_inflate/.zlib_inflate.o.cmd | bat | gpl-2.0 | 324 |
cmd_kernel/capability.o := gcc -Wp,-MD,kernel/.capability.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mn... | dnh34/proj1 | kernel/.capability.o.cmd | bat | gpl-2.0 | 13,180 |
cmd_arch/arm/kernel/built-in.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o arch/arm/kernel/built-in.o arch/arm/kernel/compat.o arch/arm/kernel/elf.o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-common.o arch/arm/kernel/irq.o arch/arm/kernel/process.o arch/arm/kernel/ptrace.o ar... | venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | arch/arm/kernel/.built-in.o.cmd | bat | gpl-2.0 | 657 |
cmd_scripts/selinux/genheaders/genheaders := gcc -Wp,-MD,scripts/selinux/genheaders/.genheaders.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Isecurity/selinux/include -o scripts/selinux/genheaders/genheaders scripts/selinux/genheaders/genheaders.c
source_scripts/selinux/genheaders/ge... | hch-im/nexus4_kernel | scripts/selinux/genheaders/.genheaders.cmd | bat | gpl-2.0 | 1,982 |
cmd_drivers/dpram/built-in.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o drivers/dpram/built-in.o drivers/dpram/dpram.o drivers/dpram/multipdp.o
| spacecaker/CM7_Space_Kernel_Cooper | drivers/dpram/.built-in.o.cmd | bat | gpl-2.0 | 172 |
@echo off
cd C:\pyApps
C:\Python24\python.exe C:\pyApps\Main.py | joancatala/pyApps | executables/Main.bat | bat | gpl-2.0 | 63 |
@echo off
rm "'"
rm *.aux
rm *.bbl
rm *.brf
rm *.log
rm *.bak
rm *.blg
rm *.tips
rm *.upa
rm *.upb
rm *.out
rm *.synctex
rm main.pdf
rm main.dvi
@echo on
| Erotemic/local | windows/oldscripts/clean-latex.bat | bat | gpl-3.0 | 162 |
REM py2exe_Preview_Accessrights.bat
REM
REM Call of py2exe for "Preview_Accessrights.py"
REM
REM ***************************************************
REM Copyright (C) 2016 Stefan Braun
REM
REM This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as pu... | stefanbraun-private/pyVisiToolkit | py2exe_scripts/py2exe_Preview_Accessrights.bat | bat | gpl-3.0 | 1,002 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
:: All rights reserved.
:: Contact: Nokia Corporation (qt-info@nokia.com)
::
:: This file is part of the tools applications of the Qt Toolkit.
::
:: $QT_BEGIN_LICENSE:LGP... | radekp/qt | tools/installer/iwmake.bat | bat | lgpl-2.1 | 4,317 |
@echo off
set ADA_INCLUDE_PATH=%ADA_INCLUDE_PATH%;%RADALIB_ROOT%\source
set ADA_OBJECTS_PATH=%ADA_OBJECTS_PATH%;%RADALIB_ROOT%\compiled
gnatmake -O2 Graphs_Modularities_Join_Test.adb
del /q *.ali
del /q *.o
echo ---------------------------------------------------------------------
Graphs_Modularities_Join_Test.exe tes... | sergio-gomez/Radalib | test/Graphs_Modularities_Join_Test.bat | bat | lgpl-2.1 | 1,701 |
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -lib "secureip" -o "C:/XilinxP/Practica1/sumcomp4_test_isim_beh.exe" -prj "C:/XilinxP/Practica1/sumcomp4_test_beh.prj" "work.sumcomp4_test" "work.glbl"
| Gilberto-Lopez/Arquitectura-Computadoras | Practica1/fuseRelaunch.cmd | bat | lgpl-3.0 | 247 |
REM ************************************************************************
REM
REM Description:
REM
REM Rapid Enquiry Facility (RIF) - RIF40 create data load tables for SAHUSLAND data
REM
REM Copyright:
REM
REM The Rapid Inquiry Facility (RIF) is an automated tool devised by SAHSU
REM that rapidly addresses epidemio... | smallAreaHealthStatisticsUnit/rapidInquiryFacility | rifDatabase/SQLserver/installation/rif_data_install_tables.bat | bat | lgpl-3.0 | 2,032 |
java -jar ../lib/selenium-server-standalone.jar -role hub -hubConfig ../config/hubconfig.json | YFFY/SeleniumGridExample | script/start_hub.bat | bat | apache-2.0 | 93 |
php artisan cache:clear
php artisan config:clear
php artisan view:clear | HoanNguyenIM/ATD | project/clear.bat | bat | apache-2.0 | 71 |
sc start "TradeHub PositionEngine Service" | trade-nexus/tradesharp-core | Backend/Installer/TradeHub.Installer.Core/StartPEService.bat | bat | apache-2.0 | 42 |
@echo off
set PROJECT_NAME=IxMilia.Step
set CONFIGURATION=Release
set PROJECT=%~dp0\%PROJECT_NAME%\%PROJECT_NAME%.csproj
dotnet restore "%PROJECT%"
if errorlevel 1 exit /b 1
dotnet build "%PROJECT%" --configuration %CONFIGURATION%
if errorlevel 1 exit /b 1
dotnet pack --no-restore --no-build --configuration %CONFIG... | IxMilia/Step | src/create-package.cmd | bat | apache-2.0 | 367 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License... | bq-xiao/apache-vcl | managementnode/tools/Windows/Scripts/update_cygwin.cmd | bat | apache-2.0 | 5,597 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.