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 |
|---|---|---|---|---|---|
:: Created by npm, please don't edit manually.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\insert-module-globals\bin\cmd.js" %*
) ELSE (
node "%~dp0\..\insert-module-globals\bin\cmd.js" %*
) | RoryDuncan/Idea-Planner | node_modules/browserify/node_modules/.bin/insert-module-globals.cmd | bat | gpl-2.0 | 208 |
@ECHO OFF
SET BIN_TARGET=%~dp0/../sami/sami/sami.php
php "%BIN_TARGET%" %*
| hosniah/Trias | utils/php-lcs-develop/vendor/bin/sami.php.bat | bat | gpl-2.0 | 75 |
echo on
echo Setting up environment for Qt usage...
set QTDIR=C:\QtSDK\Desktop\Qt\4.8.1\mingw
set PATH=%QTDIR%\bin;%PATH%
set PATH=C:\QtSDK\mingw\bin;%PATH%
qmake caQtDM_Lib.pro
c:\QtSDK\mingw\bin\mingw32-make.exe -f Makefile.release clean
c:\QtSDK\mingw\bin\mingw32-make.exe -f Makefile.release
| dassjosh/caqtdm | caQtDM_Lib/src/winbuild.bat | bat | gpl-3.0 | 306 |
REM deps: http://www.imagemagick.org and https://inkscape.org
REM add to path
set PATH=%PATH%;C:\Program Files\Inkscape\;C:\Program Files\ImageMagick-6.9.0-Q16
REM EMF uncomment if you want this
REM inkscape -z -f geopuntAddress.svg -M geopuntAddress.emf
REM inkscape -z -f geopuntCatalog.svg -M geopuntCatalog.emf
R... | geopunt/geopunt4arcgis | images/make.bat | bat | lgpl-3.0 | 7,884 |
set srcdir=..\..\Source\Half
cd %srcdir%
set instdir=..\include
mkdir %instdir%
copy half.h %instdir%
copy halfFunction.h %instdir%
copy halfLimits.h %instdir%
| ilangal-amd/CodeXL | Common/Lib/Ext/OpenEXR/v1.4.0/VS2015/Half/post-build.cmd | bat | mit | 160 |
cmd_printutils/built-in.o := rm -f printutils/built-in.o; ar rcs printutils/built-in.o
| muthumani2/Muthu-busybox | printutils/.built-in.o.cmd | bat | gpl-2.0 | 88 |
/******************************************************************************
*
* uart_echo_ccs.cmd - CCS linker configuration file for uart_echo.
*
* Copyright (c) 2011-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this ... | cergatgmu/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c123g/uart_echo/uart_echo_ccs.cmd | bat | gpl-3.0 | 2,797 |
"%ProgramFiles(x86)%\Microsoft Help Viewer\v2.1\hlpctntmgr" /silent /operation install /catalogName "VisualStudio12" /locale en-US /sourceUri "%CD%\helpcontentsetup.msha" | pemo11/Posh2Exe | documentation/install_to_mshv_vs2013.bat | bat | gpl-3.0 | 171 |
@echo off
java -cp javaforce.jar;jfhexbig.jar jfhexbig %*
| thuliumcc/javaforce-thulium | projects/jfhexbig/run.bat | bat | lgpl-2.1 | 58 |
@REM
@REM Copyright 2010-2016 Boxfuse GmbH
@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 b... | nathanvick/flyway | flyway-gradle-plugin-largetest/src/test/resources/install/gradlew.bat | bat | apache-2.0 | 2,949 |
rem running all the test programs:
..\a60 fakul.a60
..\a60 outnum.a60
..\a60 irnum.a60
..\a60 outstr.a60
..\a60 jdev.a60
..\a60 cbname.a60
..\a60 ack.a60
..\a60 queen.a60
..\a60 logic1.a60
..\a60 sin.a60
..\a60 rmath.a60
..\a60 goto.a60
..\a60 ifstmt.a60
..\a60 for.a60
..\a60 procp.a60
..\a60 sort.a60... | nmacs/lm3s-uclinux | user/a60/test/runtest.bat | bat | gpl-2.0 | 464 |
mmc init
if test "${beaglerev}" = "AxBx"; then
setenv rdaddr 0x81000000
setenv optargs mem=80M@0x80000000 musb_hdrc.fifomode=5
elif test "${beaglerev}" = "Cx"; then
setenv rdaddr 0x88000000
setenv ramroot /dev/ram0 rw ramdisk_size=131072 initrd=${rdaddr},128M
setenv optargs mem=80M@0x80000000 mem=128M@0x88000000 musb_h... | wwright2/dcim3-angstrom1 | sources/meta-angstrom/recipes-angstrom/angstrom/angstrom-uboot-scripts/beagleboard-validation-user.cmd | bat | mit | 536 |
cd kervi_ui
cd web
rem ng build webApp
cd ..
cd ..
python setup.py sdist | kervi/kervi | kervi-ui/build.bat | bat | mit | 74 |
PUSHD assets\javascripts\test\specs
..\..\..\..\node_modules\.bin\coffee.cmd --bare --output ..\testServer\js\specs --compile .
| adamjmoon/ToDoApp | assets/javascripts/test/specs/coffee.cmd | bat | mit | 130 |
"%CustomConsolesInstallPath%Libraries\Misc\IsAdmin.exe" -q
IF %ERRORLEVEL% == 1 (
SET PROMPTCOLOR=31
) ELSE (
SET PROMPTCOLOR=32
)
REM $E[X;Y;Zm - X - Text attribute (0 - None, 1 - Bold, 4 - Underscore)
REM Y - Foreground color (30 - Black, 31 - Red, 32 - Green, 33 - Yellow, 34 - Blue, 35 - Magenta, 36 ... | paulmarsy/Console | Custom Consoles/CommandPrompt/Custom Prompt.bat | bat | mit | 736 |
tshark -l -i "<interface>" -x -f "host game.fate-go.jp" -Y "data-text-lines contains \"battle_setup\"" | python read_drops.py
| Adrymne/fgo-drop-sniffer | sniff.bat | bat | mit | 126 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MsBuild.exe" /m /v:n "%DIR%ProjectionSystem.proj" /target:BuildDeploy /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/builddeploy.log
pause | DavidLievrouw/ProjectionSystem | build/builddeploy.cmd | bat | mit | 257 |
moai.exe adventure | isovector/adventure | adventure.bat | bat | mit | 18 |
cmd_scripts/mod/mk_elfconfig := gcc -Wp,-MD,scripts/mod/.mk_elfconfig.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/mod/mk_elfconfig scripts/mod/mk_elfconfig.c
source_scripts/mod/mk_elfconfig := scripts/mod/mk_elfconfig.c
deps_scripts/mod/mk_elfconfig := \
/usr/include/s... | hch-im/nexus4_kernel | scripts/mod/.mk_elfconfig.cmd | bat | gpl-2.0 | 1,792 |
cmd_sound/usb/misc/built-in.o := rm -f sound/usb/misc/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/usb/misc/built-in.o
| garwynn/D710SPR_GB27_Kernel | sound/usb/misc/.built-in.o.cmd | bat | gpl-2.0 | 160 |
cmd_sound/isa/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/isa/built-in.o sound/isa/ad1816a/built-in.o sound/isa/ad1848/built-in.o sound/isa/cs423x/built-in.o sound/isa/es1688/built-in.o sound/isa/galaxy/built-in.o sound/isa/gus/built-in.o sound/isa/msnd... | RittikBhowmik/Project-Crater-Kernel-GT-i9152 | sound/isa/.built-in.o.cmd | bat | gpl-2.0 | 442 |
cmd_drivers/media/dvb-frontends/dvb-pll.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/dvb-frontends/dvb-pll.ko drivers/media/dvb-frontends/dvb-pll.o drivers/media/dvb-frontends/dvb-pll.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/dvb-frontends/.dvb-pll.ko.cmd | bat | gpl-2.0 | 311 |
### gnuplot-png-1.cmd -- Exemplo com gnuplot gerando PNG
### $Id: gnuplot-png-1.cmd,v 1.1 2001/01/04 03:05:42 jessen Exp $
# tipo de terminal
#set terminal pslatex monochrome norotate
set terminal png monochrome small
# arquivo de saida
set output 'gnuplot-1.png'
#titulo
#set title 'Usando figuras do \gnuplot{} no \... | helderc/Minicurso_LaTeX_Exemplos | LaTeX-demo-1.13/gnuplot/gnuplot-png-1.cmd | bat | gpl-2.0 | 864 |
cmd_scripts/mod/file2alias.o := gcc -Wp,-MD,scripts/mod/.file2alias.o.d -w -O3 -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c
source_scripts/mod/file2alias.o := scripts/mod/file2alias.c
deps_scripts/mod/file2alias.o := \
scripts/mod/mod... | lindsaytheflint/stone | scripts/mod/.file2alias.o.cmd | bat | gpl-2.0 | 3,012 |
cmd_drivers/usb/serial/f81232.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/serial/f81232.ko drivers/usb/serial/f81232.o drivers/usb/serial/f81232.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/serial/.f81232.ko.cmd | bat | gpl-2.0 | 271 |
cmd_scripts/genksyms/lex.lex.o := gcc -Wp,-MD,scripts/genksyms/.lex.lex.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/genksyms -c -o scripts/genksyms/lex.lex.o scripts/genksyms/lex.lex.c
source_scripts/genksyms/lex.lex.o := scripts/genksyms/lex.lex.c
deps_scripts/genksyms/le... | heyoufei2/yocto3.14.38_kernel | scripts/genksyms/.lex.lex.o.cmd | bat | gpl-2.0 | 3,019 |
cmd_net/netfilter/adkill/adkill.o := /opt/ralink-toolchains/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/netfilter/adkill/adkill.o net/netfilter/adkill/advkill.o net/netfilter/adkill/strcmd.o net/netfilter/adkill/pkgoper.o net/netfilter/adkill/advproc.o net/netfilter/adkill/advhash.o net/netf... | tianfy/openwrt-adkill | package/adkill/.adkill.o.cmd | bat | gpl-2.0 | 349 |
cmd_net/bluetooth_mgmt/hidp/hidp.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth_mgmt/hidp/hidp.o net/bluetooth_mgmt/hidp/core.o net/bluetooth_mgmt/hidp/sock.o
| TeamGlide/LiteKernel | net/bluetooth_mgmt/hidp/.hidp.o.cmd | bat | gpl-2.0 | 192 |
cmd_sound/isa/wss/built-in.o := rm -f sound/isa/wss/built-in.o; arm-linux-gnueabi-ar rcsD sound/isa/wss/built-in.o
| jpsminix/minix5 | sound/isa/wss/.built-in.o.cmd | bat | gpl-2.0 | 116 |
start cmd /K "cd /D D:\Programme en C et C++\C++\Projets\Network\Ping Scan\Github\bin\windows" | Krowten11/PICMP | bin/windows/run.bat | bat | gpl-3.0 | 94 |
@echo off
REM Copyright 2010 by Mathias Mamsch
REM This file is part of the DOORS Standard Library
REM The DOORS Standard Library is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation, e... | domoran/dxlstdlib | build/runTests.bat | bat | gpl-3.0 | 1,209 |
@echo off
cd ../../
rmdir /s /q "build"
rmdir /s /q "libs/win64release"
mkdir "build"
mkdir "libs/win64release"
cd "build"
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
cmake ../libs/ -DCMAKE_BUILD_TYPE=RELEASE -G "NMake Makefiles"
nmake
cd "../libs/boost/"
start /... | serengeor/TheEngine | build_tools/windows/Win64LibBuilderRelease.bat | bat | gpl-3.0 | 599 |
@echo off
set v=2017
set KEY=SQL-Express-%v%-SP-x64
if Not Defined NEW_SQL_INSTANCE_NAME (
set NEW_SQL_INSTANCE_NAME=SQL_2017
)
echo Installing new instance [%NEW_SQL_INSTANCE_NAME%] of [%KEY%]
echo DOWNLOADING SQL Express %v% BOOTSTRAPPER
set url=https://raw.githubusercontent.com/devizer/glist/master/bin/sql-2017... | devizer/glist | bin/SQL-Express/SQL-Express-2017-Updated.cmd | bat | gpl-3.0 | 1,619 |
set batdir=%~dp0
cd %batdir%
call ..\utilities\findMatlab.bat
cd ..\matlab\utilities
if %ismatlab%==1 (
start "Matlab" /b %matexe% -r "dataViewer();quit()" %matopts%
) else (
echo dataViewer;quit | %matexe% %matopts%
)
| jadref/buffer_bci | utilities/startDataViewer.bat | bat | gpl-3.0 | 224 |
@echo off
rem create special DEBUG versions
echo creating debugxD - debug version of debugx
jwasm -c -nologo -D?PM=1 -bin -Fo DEBUGXD.COM -Fl=DEBUGXD.LST -DCATCHINT01=0 -DCATCHINT03=0 debug.asm
echo creating debugxE - checks for exc 06, 0C and 0D in real-mode
jwasm -c -nologo -D?PM=1 -bin -Fo DEBUGXE.COM -Fl=D... | joyent/sdcboot | freedos/source/debug/makex.bat | bat | mpl-2.0 | 719 |
cd bin
webService.exe start
| chronos2015/playground | Go/webService/start.cmd | bat | unlicense | 30 |
:: To call a method:
:: call library <method name> [argument list]
set localdir=%~dp0
set tempDir=%localdir%\temp
if [%1]==[] exit /b
::setLocal EnableDelayedExpansion
call :%1 %*
exit /b
:help_rmdir
:help_rd
echo.
echo. rmdir ^<directory^> [-c] [-l Number]
echo. Alias: rd
echo.
echo. This will ... | guerreroderrick/batch-utils | lib/fs.bat | bat | unlicense | 2,447 |
@MyArchiver.exe add NightlyBuild.zip --compress 5 --format zip --sfx doc\readme.txt src\prog.cpp
| sucaba/IronTextLibrary | Samples/MyArchiver/CreateArchive.cmd | bat | apache-2.0 | 97 |
nuget restore
md artifacts\bin
MSBuild.exe AzureSiteReplicator\AzureSiteReplicator.csproj /t:pipelinePreDeployCopyAllFilesToOneFolder /p:_PackageTempDir="..\artifacts";AutoParameterizationWebConfigConnectionStrings=false;Configuration=Release;SolutionDir="."
copy "%ProgramW6432%\IIS\Microsoft Web Deploy V3\Microsoft.We... | mtian/SuperDuplicator | build.cmd | bat | apache-2.0 | 557 |
@ECHO OFF
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Batch file to start phpDocumentor with PHP's CLI
::
:: This SW was contributed by BlueShoes www.blueshoes.org "The PHP Framework"
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:... | Jaifar/java_ptf | New folder/php/phpdoc.bat | bat | apache-2.0 | 4,794 |
@echo off
for %%I in ("%SCRIPT_DIR%..") do set LS_HOME=%%~dpfI
if "%USE_RUBY%" == "1" (
goto setup_ruby
) else (
goto setup_jruby
)
:setup_ruby
set RUBYCMD=ruby
set VENDORED_JRUBY=
goto finally
:setup_jruby
REM setup_java()
if not defined JAVA_HOME goto missing_java_home
REM ***** JAVA options *****
if "%LS_MIN_ME... | baozoumanhua/elk-rtf | logstash/bin/setup.bat | bat | apache-2.0 | 2,163 |
@echo off
SET BASE_DIR=%~dp0
SET PYTHON=C:\Anaconda2_64\python.exe
SET PYTHONPATH=%BASE_DIR%\dev
if not exist %BASE_DIR%\out mkdir %BASE_DIR%\out
cd /d %BASE_DIR%\out
%PYTHON% ..\dev\run.py
cd /d %BASE_DIR%
| 0u812/libSEDML | generate.bat | bat | bsd-2-clause | 211 |
@echo off
call %~dp0phpsdk-starter.bat -c vc15 -a x64 %*
exit /b %ERRORLEVEL%
| OSTC/php-sdk-binary-tools | phpsdk-vc15-x64.bat | bat | bsd-2-clause | 87 |
python setup.py bdist_wininst
.\dist\SEMBA-1.0.win32.exe
| tomasle/semba | BuildInstall.cmd | bat | bsd-2-clause | 57 |
@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%
set I18N... | westurner/whereto | docs/make.bat | bat | bsd-3-clause | 6,461 |
/* create installer package */
/* Syntax: create_wpi <version> */
/* Check arguments */
parse arg version
if bldlvl='' then do
say 'incomplete arguments; Syntax:'
say 'buildall <version>'
say ' buildlevel := X.XX'
exit
end
position = POS(".",version)
ver = DELSTR(version,position,1)
'setlocal'
'set path=k:... | OS2World/DRV-Amouse-GUI | WPS_Install/create_wpi.cmd | bat | bsd-3-clause | 770 |
@ECHO OFF
SET BIN_TARGET=%~dp0/../eher/phpunit/bin/phpunit
php "%BIN_TARGET%" %*
| cloggy45/Memomail | www/Remind-Me/vendor/bin/phpunit.bat | bat | mit | 84 |
@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% %ALLSPHINXOPTS%
... | bing-ads-sdk/BingAds-Python-SDK | docs/make.bat | bat | mit | 6,482 |
arm-elf-insight -x .\prj\sam7s256_rom_oocd.gdb test_rom.elf | sangwook236/general-development-and-testing | hw_dev/processor/arm/ext/test/at91sam7s/drom_oocd.bat | bat | gpl-2.0 | 59 |
cmd_arch/arm/lib/memcpy.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/arch/arm/include ... | jdlfg/Mecha-kernel-jdlfg | arch/arm/lib/.memcpy.o.cmd | bat | gpl-2.0 | 1,714 |
@echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
set PROMPT=$P$G$_$D$S$T$_#
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
set PROJECTDIR=C:\Users\zappyk\PycharmProjects\zappyk-python
if "%COMPUTERNAME%" == "VM-IT-002" (
set PROJECTDI... | zappyk-github/zappyk-python | src/src_zappyk/runasUser/set-env-windows.bat | bat | gpl-2.0 | 832 |
cmd_net/ipv6/sit.o := arm-eabi-gcc -Wp,-MD,net/ipv6/.sit.o.d -nostdinc -isystem /home/hyunwoo82.park/gb_original/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/hyunwoo82.park/kernel/kernel/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle... | mcardielo/ThunderG-Kernel_2.6.35 | net/ipv6/.sit.o.cmd | bat | gpl-2.0 | 189,354 |
::
:: TerraME - a software platform for multiple scale spatially-explicit dynamic modeling.
:: Copyright (C) 2001-2017 INPE and TerraLAB/UFOP -- www.terrame.org
::
:: This code is part of the TerraME framework.
:: This framework is free software; you can redistribute it and/or
:: modify it under the terms of the GNU Le... | avancinirodrigo/terrame | jenkins/win/terrame-doc-windows-10.bat | bat | lgpl-3.0 | 1,520 |
@echo off
cd C:/xampp/htdocs && php run.php | TheRealPino/FDS-Online | run_file.bat | bat | bsd-3-clause | 43 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mean-cli\bin\mean-whoami" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\mean-cli\bin\mean-whoami" %*
) | dm-dashboard/dashboard | node_modules/meanio2/node_modules/.bin/mean-whoami.cmd | bat | mit | 190 |
@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... | bluec0re/radare2 | sys/mingw32.bat | bat | lgpl-3.0 | 2,631 |
REM do nothing... for the moment | Microsoft/CodeContracts | Microsoft.Research/RegressionTest/Analyses/NonNull/Run.bat | bat | mit | 32 |
REM works with either FlashBuilderC.exe or eclipsec.exe
"%FB_PATH%" ^
--launcher.suppressErrors ^
-noSplash ^
-application org.eclipse.ant.core.antRunner ^
-data "%WORKSPACE%" ^
-file "%cd%\fbbuild.xml" main
| Esri/geoportal-server | support/viewer/3.5/fbbuild.bat | bat | apache-2.0 | 228 |
set HSS="c:\Program Files (x86)\iSukces\Heliscripter\Heliscripter.exe"
%HSS% EfCore.Shaman.hss -nowait
%HSS% EfCore.Shaman.SqlServer.hss
| isukces/EfCore.Shaman | src/all-nuget.bat | bat | mit | 141 |
gisele --glts tasks/complete.gis | gisele-tool/gisele | spec/command/main/gisele_glts.cmd | bat | mit | 32 |
@echo off
set "current=%cd%"
if exist "%current%\rabbitmq_server-3.6.6\" goto Run
:Extract
Powershell.exe -executionpolicy remotesigned -File extract.ps1
:Run
call "%current%\environment.bat"
TITLE RabbitMQ - http://127.0.0.1:15672/
call "%current%\rabbitmq_server-3.6.6\sbin\rabbitmq-server.bat"
:Exit | maleowy/ScrapTheWorld | RabbitMQ/start.bat | bat | mit | 309 |
cd ../
".venv/Scripts/python.exe" -m pip install -U --quiet --no-index --find-links=wheelhouse -r requirements.txt
pause
cd src
"../.venv/Scripts/python.exe" manage.py collectstatic --noinput --verbosity 0
pause
"../.venv/Scripts/python.exe" manage.py migrate --noinput --verbosity 0
pause
"../.venv/Scripts/python.exe" ... | Flyingfox646/flyingfox | run/update.cmd | bat | mit | 440 |
@echo off
REM initial cleanup
REM rm ./build/Release/* -rf
rm ./build/Output/* -rf
REM build solution
REM MSBuild osu!StreamCompanion.sln /p:Configuration=Release /p:Platform=x86
cd ./build
mkdir Output
REM copy files to new folder
cp -r ./Release/* ./Output/
REM copy web overlay
robocopy ../webOverlay ./Output/Fil... | Piotrekol/StreamCompanion | buildRelease-CI.cmd | bat | mit | 1,268 |
%~dp0multimonitortool-x64/MultiMonitorTool.exe /LoadConfig "%~dp0multimonitortool-x64\monitors-position.cfg"
%~dp0multimonitortool-x64/MultiMonitorTool.exe /disable \\.\DISPLAY2 \\.\DISPLAY3
%~dp0multimonitortool-x64/MultiMonitorTool.exe /setmax \\.\DISPLAY1 | ThomasKrauss/Reconnect | my-utilities/resources/commands/1-monitor.bat | bat | mit | 258 |
@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%
set I18N... | zmitchell/realms | docs/make.bat | bat | mit | 6,479 |
cmd_drivers/clocksource/built-in.o := rm -f drivers/clocksource/built-in.o; /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/clocksource/built-in.o
| yncconsulting/HTC_Express_Kernel | drivers/clocksource/.built-in.o.cmd | bat | gpl-2.0 | 183 |
@echo off
REM
REM Copyright 2005-2014 Intel Corporation. All Rights Reserved.
REM
REM This file is part of Threading Building Blocks.
REM
REM Threading Building Blocks is free software; you can redistribute it
REM and/or modify it under the terms of the GNU General Public License
REM version 2 as published by the Free... | Soth1985/tbb | build/generate_tbbvars.bat | bat | gpl-2.0 | 3,411 |
cmd_fs/ext2/balloc.o := gcc -Wp,-MD,fs/ext2/.balloc.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=... | namgk/kernel-tut | fs/ext2/.balloc.o.cmd | bat | gpl-2.0 | 18,801 |
cmd_/home/arcelik/kernel-headers/include/linux/usb/.install := /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/linux/usb /home/arcelik/1511/linux_kernel/sober-kernel/include/uapi/linux/usb audio.h cdc-wdm.h cdc.h ch11.h ch9.h functionfs.h g_printer.h gadgetfs.h midi.h tmc.h video.h; /bin/bash ... | eckucukoglu/arm-linux-gnueabihf | arm-linux-gnueabihf/libc/usr/include/linux/usb/..install.cmd | bat | gpl-2.0 | 794 |
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
deps_scripts/kconfig/zconf.tab.o := \
scripts/kc... | paxchristos/R800x-2.3.3-Kernel | scripts/kconfig/.zconf.tab.o.cmd | bat | gpl-2.0 | 3,160 |
@echo off
rem ============================================================================
rem
rem $Id: make_xc.bat 9795 2012-10-31 21:02:30Z andijahja $
rem
rem FILE: make_xc.bat
rem BATCH FILE FOR XCC
rem
rem This is Generic File, do not change it. If you should require your own build
rem version, changes should only... | xharbour/core | make_xc.bat | bat | gpl-2.0 | 6,957 |
cmd_drivers/acpi/processor.o := ld -m elf_x86_64 -r -o drivers/acpi/processor.o drivers/acpi/processor_core.o drivers/acpi/processor_throttling.o drivers/acpi/processor_idle.o drivers/acpi/processor_thermal.o
| dnh34/proj1 | drivers/acpi/.processor.o.cmd | bat | gpl-2.0 | 210 |
cmd_drivers/media/platform/msm/camera_v2/sensor/flash/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/media/platform/msm/camera_v2/sensor/flash/built-in.o drivers/media/platform/msm/camera_v2/sensor/f... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/media/platform/msm/camera_v2/sensor/flash/.built-in.o.cmd | bat | gpl-2.0 | 788 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | v3best/R7Lite | R7Lite_PCIE/fpga_code/r7lite_DMA/ipcore_dir/k7_mBuf_128x72/implement/implement.bat | bat | gpl-2.0 | 3,297 |
cmd_drivers/acpi/sbs.ko := ld -r -m elf_i386 -T /home/madhwang/Development/linuxSource/linux-2.6.34.7/scripts/module-common.lds --build-id -o drivers/acpi/sbs.ko drivers/acpi/sbs.o drivers/acpi/sbs.mod.o
| madhwang/linuxKernel | drivers/acpi/.sbs.ko.cmd | bat | gpl-2.0 | 204 |
cmd_arch/arm/lib/testchangebit.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.testchangebit.o.d -nostdinc -isystem /opt/toolchains/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include -Iinclude -include include/gen... | dizgustipated/BOCA-2.6.35.14 | arch/arm/lib/.testchangebit.o.cmd | bat | gpl-2.0 | 2,014 |
/****************************************************************************/
/* AM335x_PRU.cmd */
/* Copyright (c) 2015 Texas Instruments Incorporated */
/* */
/* ... | agraf/sdemu | PRU_RPMsg_SDemu_data/AM335x_PRU.cmd | bat | gpl-2.0 | 3,788 |
cmd_fs/ext3/balloc.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/ext3/.balloc.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -W... | mattkelly/linux-2.6-xlnx | fs/ext3/.balloc.o.cmd | bat | gpl-2.0 | 25,353 |
@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... | RobertTheMagnificent/scrib | docs/make.bat | bat | gpl-2.0 | 6,699 |
@echo off
set MSVC=%ProgramFiles%\Microsoft Visual Studio 14.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 13.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Microsoft Visual Studio 12.0
if exist "%MSVC%\VC\bin\cl.exe" goto sdk
set MSVC=%ProgramFiles%\Micr... | Mark-Kovalyov/CardRaytracerBenchmark | cpp/make_msvc.cmd | bat | gpl-3.0 | 2,573 |
@rem -*- mode: bat; coding: cp1251 -*-
@echo off
chcp 1251 > nul
set wd=%~dp0
pushd "%wd%"
set path=c:\d\Python27;%path%
pushd c:\d\code\git\mapfeatureserver\wsgi
start python.exe -u mapfs_controller.py
popd
exit
| vasnake/mapfeatureserver | test/http.cmd | bat | gpl-3.0 | 231 |
echo off
set kbytes=3100
set source=%1
if "%source%"=="" goto usage
REM *should* never happen (i.e. if called from install ...)
set target=%2
if not exist %source%\hfree.exe goto errinst2
REM enough free disk space ?
%source%\hfree %kbytes% %2
if errorlevel 2 goto errfree
if errorlevel 1 set target=%2... | axelmuhr/Helios-NG | text/C40/tinyins1.bat | bat | gpl-3.0 | 1,747 |
@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%
set I18N... | ivmech/ivPID | docs/make.bat | bat | gpl-3.0 | 6,984 |
@ECHO OFF
SET TESTER=C:\Shared\MidaxTester\MidaxTester.exe
start PsExec -accepteula \\WEBSERV1 %TESTER% -G -FROMDB -TODB -%2 -DATE%1-01 -FULL
start PsExec -accepteula \\WEBSERV1 %TESTER% -G -FROMDB -TODB -%2 -DATE%1-02 -FULL
start PsExec -accepteula \\WEBSERV1 %TESTER% -G -FROMDB -TODB -%2 -DATE%1-03 -FULL
start PsExec... | JBetser/MiDax | Midax/BackTestOneMonth.cmd | bat | agpl-3.0 | 2,727 |
vcpkg install librdkafka[lz4,ssl,zlib,zstd]:x86-windows-static
mkdir build-x86-windows-static
cd build-x86-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows-static -DCMAKE_GENERATOR_PLATFORM=Win32 -DUSE_MSVC_STATIC_RUNTIME=ON
cmake --build ... | myd7349/Ongoing-Study | cpp/CMake/vcpkg/librdkafka_pr_2274/build-x86-windows-static.bat | bat | lgpl-3.0 | 345 |
@echo off
cd bin/windows
call kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test
cd "%~dp0" | TK-TarunW/ecosystem | kafka_2.11-0.10.1.0/kafka-create-topic.bat | bat | apache-2.0 | 144 |
@echo off
@
setlocal
call set-tpox-env.cmd
rem When inserts are run with the workload driver, the combination of -u and
rem -tr options should be used. For example, to insert 5M custacc docs,
rem you can use -u 100 and -tr 50000. If each of 100 users inserts 50000 then
rem 5M of docs are inserted in total.... | dsukhoroslov/bagri | bagri-distr/src/main/tpox/tpox-xdm-custacc.cmd | bat | apache-2.0 | 1,022 |
@echo off
REM Copyright (c) 2016, WSO2 Inc. (http://wso2.com) All Rights Reserved.
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/LICENS... | wso2-extensions/identity-agent-onprem-userstore | conf/wso2agent.bat | bat | apache-2.0 | 3,825 |
setlocal
set BIN=%~dp0
if "%BIN:~-1%"=="\" set BIN=%BIN:~0,-1%
for %%i in (%BIN%) do set PARASOL_HOME=%%~dpi
if "%PARASOL_HOME:~-1%"=="\" set PARASOL_HOME=%PARASOL_HOME:~0,-1%
%PARASOL_HOME%\debug\parasol %PARASOL_HOME%/bin/x86-64-win.pxi %PARASOL_HOME%\src/util/genHeader.p %1 %2 %PARASOL_HOME%\compiler/main... | bobjervis/parasol | bin/genhdr.bat | bat | apache-2.0 | 381 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=debug_a
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sur... | zengbin93/Debug_A | doc/make.bat | bat | apache-2.0 | 775 |
@call mvn clean
cls
@call mvn install
@pause | ynitq/maven-webapp-archetype-1 | build.cmd | bat | apache-2.0 | 44 |
@ECHO OFF
:USAGE
:START
:INITIALIZE
SETLOCAL ENABLEDELAYEDEXPANSION
SET BASE_DIR=%~DP0
:CODE
SET GLOBALS_FILE=%BASE_DIR%\globals.txt
SET TEMP_GLOBALS_FILE=%GLOBALS_FILE%~
COPY /Y NUL "%TEMP_GLOBALS_FILE%" > NUL 2>&1
FOR /F "TOKENS=1,*" %%I IN (%GLOBALS_FILE%) DO (
SET VAR_NAME=%%I
... | phoenix-star/batch-gc | gc.bat | bat | bsd-2-clause | 870 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S17_SmartForward.MSASCMD_S17_TC04_SmartForwardWithInvalidInstanceId /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S17_TC04_SmartForwardWithInvalidInstanceId.cmd | bat | mit | 302 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCROPS.S01_LogonROPs.MSOXCROPS_S01_TC08_TestRopGetPerUserGuid /testcontainer:..\..\MS-OXCROPS\TestSuite\bin\Debug\MS-OXCROPS_TestSuite.dll /runconfig:..\..\MS-OXCROPS\MS-OXCROPS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCROPS/RunMSOXCROPS_S01_TC08_TestRopGetPerUserGuid.cmd | bat | mit | 299 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServerUsecpid_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServerUsecpid_TestSuite3 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServerUsecpid_TestSuite3.cmd | bat | mit | 373 |
rem First, convert the input data to vrt, reprojecting from RD to wgs84, and replacing the nodata value at the same time.
rem As gdalwarp does not support AAIGrid as output, we first convert it to VRT, and use gdal_translate to translate it to an ESRI ASCII GRID file.
for %%f in (*.asc) do (
echo Processing %%f
"c:/... | TNOCS/csWeb-sim-dist | lib/SimulationData/Scenarios/IJsselmonde/Flooding/ijsselmonde/RDtoWGS84.bat | bat | mit | 639 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S07_EditorsTable.TestCase_S07_TC10_EditorsTable_Support /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | OfficeDev/Interop-TestSuites | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S07_TC10.cmd | bat | mit | 293 |
cmd_net/ipv4/netfilter/nf_nat.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o net/ipv4/netfilter/nf_nat.o net/ipv4/netfilter/nf_nat_core.o net/ipv4/netfilter/nf_nat_helper.o net/ipv4/netfilter/nf_nat_proto_unknown.... | EPDCenterSpain/kernel_Archos_97_Titan | net/ipv4/netfilter/.nf_nat.o.cmd | bat | gpl-2.0 | 479 |
cmd_net/ipv6/netfilter/ip6t_LOG.ko := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/ipv6/netfilter/ip6t_LOG.ko net/ipv6/netfilter/ip6t_LOG.o net/ipv6/netfilter/ip6t_LOG.mod.o
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/ipv6/netfilter/.ip6t_LOG.ko.cmd | bat | gpl-2.0 | 204 |
mvn deploy -X & pause | SnailJin/jlg_lab | jab-tools/deploy.bat | bat | apache-2.0 | 21 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.