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
cd parent call mvn clean pause
tywo45/talent-aio
clean.bat
bat
lgpl-2.1
31
@echo off echo Running MF2005... ..\..\..\..\mf2005\msvs\Debug\mf2005.exe testwelmvr.nam pause
jdhughes-usgs/river-eel
examples/mf6/test102_wel_mvr/mf2005/runmf2005d.bat
bat
lgpl-3.0
95
del crack.exe del "..\winuae\hd0\crack.exe" @if X%VBCC%==X%~dp0 goto AlreadySet @set VBCC=%~dp0 @set PATH=%VBCC%\..\tools;%PATH% :AlreadySet copy "..\tools\vc.cfg" %~dp0 vc -O2 -notmpfile -nostdlib -o "crack.exe" "crack.asm" copy crack.exe "..\winuae\hd0" @echo /|set /p =crack.exe>"..\winuae\hd0\s\startup-sequence...
AxisOxy/Planet-Rocklobster
demo/crack/assemble.bat
bat
unlicense
444
IF DEFINED VisualStudioVersion GOTO VSSetup call "%PROGRAMFILES(x86)%\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" :VSSetup msbuild UnittestRunner.vcxproj /p:configuration="Debug" /p:platform="Win32" /t:Rebuild vstest.console.exe /Platform:x86 Debug\UnittestRunner.dll
player-03/SDKGenerator
targets/cpp-windows/UnittestRunner/unittest.bat
bat
apache-2.0
280
REM @ECHO OFF set SERVER_HOME=.. cd %SERVER_HOME% SET ENYO=.\enyo\ IF "%NODE_HOME%"=="" GOTO :ERR SET TOOLS=%ENYO%\tools SET NODE="%NODE_HOME%\node.exe" SET MINIFY=%TOOLS%\minifier\minify.js SET DEPLOY=%TOOLS%\deploy.js %NODE% %DEPLOY% package.js cp mvcApp*.html ./deploy/enyo-mvc-web-app/. GOTO :END :ERR ECHO ...
pcimino/enyo-mvc-web-app
scripts/build-deployable-app.bat
bat
apache-2.0
394
:: Launch the current folder as a Chrome APP @echo off :: find the path to chrome for /f "TOKENS=2 delims=:" %%I in ('reg query "HKLM\Software\Microsoft\Windows\CurrentVersion\App Paths\Chrome.exe" /ve') do set chrome_exe=%systemdrive%%%I :: start chrome with this app @"%chrome_exe%" --load-and-launch-app=%~dp...
pemn/Hourglass
chrome-launch-app.bat
bat
apache-2.0
323
cls title Edde Runtime @echo off "%~dp0.php\php" "%~dp0\bin\composer.phar" self-update --no-ansi "%~dp0.php\php" "%~dp0\bin\composer.phar" install --no-ansi cls start /b "" "%~dp0.redis\redis-server.exe" "%~dp0.redis.conf" cls echo Redis is with us! timeout 1 /nobreak > nul pushd chdir "%~dp0.apache" echo ...and we're ...
edde-framework/edde-framework
.runtime/.run.cmd
bat
apache-2.0
404
@ECHO OFF cd target echo rename directory... move build-securityweb-5.0.0-bin eclipse cd eclipse move build-securityweb-5.0.0 plugins cd plugins echo extract plugin jars... call :extractJar org.quickbundle.mda.gc-5.0.0 call :extractJar org.quickbundle.mda.gp-5.0.0 call :extractJar org.quickbundle.mda.libs-5.0.0 call...
longsebo/javasec
build/build-securityweb/make.bat
bat
apache-2.0
1,172
@echo off REM Copyright 2014 the Neutrino authors (see AUTHORS). REM Licensed under the Apache License, Version 2.0 (see LICENSE). REM Sets up a build environment. This file is copied among all the repos that REM use mkmk, the authoritative version lives in mkmk/tools. Don't change this REM directly. REM REM Unlike th...
tundra/mkmk
tools/enter-devenv.bat
bat
apache-2.0
832
@echo off REM #!/bin/sh REM # The default case runs the installer in an X session if it can REM # falling back to text if the Graphics environment is not available REM # This can be changed by uncommenting the if statement and the default REM # can be changed by replacing "text" with "swing" below REM # or passing the...
neoautus/lucidj
extras/AntInstaller/AntInstaller-beta0.8/examples/buildtypes/script-overflow/installer/install.cmd
bat
apache-2.0
1,571
@echo off cd .. SET BASE_DIR=%cd% java -Xms64m -Xmx1024m -XX:MaxPermSize=64M -jar %BASE_DIR%/lib/kindo-hub-${project.version}.jar --spring.config.location=file:%BASE_DIR%/conf/application.properties :end pause
shenghe/kindo-hub
src/kindo-hub/src/main/assembly/bin/start.bat
bat
apache-2.0
220
@echo off REM REM Generate a table containing only a subset of another table. REM set P=%~dp0 set CLASSPATH=%P%\bin set CLASSPATH=%CLASSPATH%;%P%\lib\SuperCSV-1.52.jar set CLASSPATH=%CLASSPATH%;%P%\lib\jopt-simple-3.1.jar set CLASSPATH=%CLASSPATH%;%P%\lib\commons\commons-primitives-1.0.jar java -ea mil.a...
chuckre/DigitalPopulations
PopulationRealizer/Research GIS Kernel/Select.bat
bat
apache-2.0
364
MSBUILD CSMatIO.sln /p:Configuration=Release /p:TargetFrameworkVersion=v2.0 MSBUILD CSMatIO.sln /p:Configuration=Release /p:TargetFrameworkVersion=v4.0
AlienEngineer/CSMatIO
BuildAllReleaseVersions.bat
bat
bsd-2-clause
152
#call run all rename data\all\all.nt datagovbe.nt call edp.bat data\all\datagovbe.nt data\all\datagovbe_edp.xml xcopy data\all\datagovbe* c:\data\dcat\all /Y FOR /d %f in (data\*) DO XCOPY "%f\validate.html" c:\data\dcat\qa\%f\validate.html /S /Y /F
Fedict/dcattools
dist/bin/publish.bat
bat
bsd-2-clause
251
@echo off php %~dp0phpcb.phar %*
MikeWittje/phpBM
templates/batches/phpcb.bat
bat
bsd-3-clause
32
@echo off rem Clean left overs from previous builds if there are any if exist bin rmdir /S /Q runtime\bin if exist obj rmdir /S /Q runtime\obj if exist lib rmdir /S /Q lib if exist antlr4-runtime rmdir /S /Q antlr4-runtime if exist antlr4-cpp-runtime-vs2013.zip erase antlr4-cpp-runtime-vs2013.zip if exist antlr4-cpp-r...
chandler14362/antlr4
runtime/Cpp/deploy-windows.cmd
bat
bsd-3-clause
2,281
REM -*- Mode: fundamental; tab-width: 8; indent-tabs-mode: 1 -*- @ECHO OFF set CYGWIN= if not defined MOZ_NO_RESET_PATH ( set PATH=%SystemRoot%\System32;%SystemRoot%;%SystemRoot%\System32\Wbem ) REM if DISPLAY is set, rxvt attempts to load libX11.dll and fails to start REM (see mozilla bug 376828) SET DISPLAY= S...
Shondoit/torbrowser
src/current-patches/mozilla-build/guess-msvc-x64.bat
bat
bsd-3-clause
7,381
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=browsejs if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command ...
reeteshranjan/browse.js
docs/make.bat
bat
mit
816
cd "C:\Users\pac\Documents\Visual Studio 2010\Projects\protoplug\ProtoplugFiles\doc\src" lua c:\SDKs\ldoc\ldoc.lua -d ../ . pause
JTriggerFish/protoplug
ProtoplugFiles/doc/src/build protoplug docs.bat
bat
mit
129
cd $$path$$ R CMD BATCH JAS.txt
i2x/raindb
R/mun/JAS/JAS.bat
bat
mit
32
############################################# ## Autosave monitor post setup ## ############################################# cd "${TOP}/iocBoot/$(IOC)" create_monitor_set("iocTEST-BST0-PSH0SYSM.req",30,"P=$(AUTOSAVE_SYSM_PV_PREFIX)")
css-iter/org.csstudio.iter
products/org.csstudio.iter.alarm.beast.server.product/demo/m-TEST-BEAST/src/main/epics/iocBoot/iocTEST-BST0-PSH0SYSM/iocTEST-BST0-PSH0SYSM-postSaveRestore.cmd
bat
epl-1.0
249
@python apt-docopt.py
maphew/apt
wildlands/apt-docopt.bat
bat
gpl-2.0
21
call npm install -g less call npm install -g uglify-js@2.3.1 call npm install -g coffee-script@1.6.2 call npm install -g clean-css@1.0.2 call npm install -g stylus call npm install -g handlebars call npm install -g typescript call npm install -g requirejs@2.1.11 call npm -g install grunt-cli karma bower
USStateDept/FPA_Core
static_reqs.bat
bat
agpl-3.0
304
@echo off rem ------------------------------------------------------------------------- rem dcm4che2/dcmsnd Launcher rem ------------------------------------------------------------------------- rem $Id: dcmsnd.bat 13029 2010-04-01 13:57:34Z gunterze $ if not "%ECHO%" == "" echo %ECHO% if "%OS%" == "Windows_NT" se...
BrianKolowitz/IADSS
dcm4che-2.0.28/bin/dcmups.bat
bat
apache-2.0
1,319
cd .. python C:\Python27\Tools\i18n\pygettext.py -k __ *.py */*.py */*/*.py */*/*/*.py cd translations mv ../messages.pot .
UltrosBot/Ultros
translations/make_pot.bat
bat
artistic-2.0
123
start start_astron_cluster start start_ai_server start start_uberdog_server
Spiderlover/Toontown
astron/win32/start_all.bat
bat
mit
76
setMode -bscan setCable -p usb21 identify assignfile -p 1 -file digilent-nexys4-xc7a100t.bit program -p 1 quit
elkhadiy/xph-leons
grlib-gpl-1.4.1-b4156/boards/digilent-nexys4-xc7a100t/fpga-usb.cmd
bat
gpl-2.0
112
@echo off set DIR=%~dp0 %DIR%win32\php.exe "%DIR%lib\compile_scripts.php" %*
tianxiawuzhei/cocos-quick-lua
quick/bin/compile_scripts.bat
bat
mit
77
@ECHO OFF REM ========== COPYRIGHT/COPYLEFT ========== REM (C) 2016 Intel Deutschland GmbH REM Author: Michael Soegtrop REM Released to the public by Intel under the REM GNU Lesser General Public License Version 2.1 or later REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html REM ========== B...
letouzey/coq-wip
dev/build/windows/MakeCoq_86git_installer.bat
bat
lgpl-2.1
670
@echo off setlocal EnableDelayedExpansion set CP= for %%F in ("%~dp0"/*.jar) do set CP=!CP!;"%%F" java -cp %CP% %1 %2 %3 %4 %5 %6 %7 %8 %9 endlocal
suthat/signal
vendor/rabbitmq-java-client-bin-3.1.2/runjava.bat
bat
apache-2.0
152
node build_node.js
ch710798472/GithubRecommended
static/bootstrap/js/asset/build.bat
bat
mit
18
@echo off rem Put your own settings at msvc-env-local.bat if exist msvc-env-local.bat call msvc-env-local.bat if "%ProgramFiles(x86)%"=="" set ProgramFiles(x86)=%ProgramFiles% if "%VSCOMNTOOLS%"=="" SET VSCOMNTOOLS=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\Tools if "%VSCOMNTOOLS%"=="" SET VSCOMNTOOLS=%...
anoidgit/padavan
trunk/user/openvpn/openvpn-2.4.x/msvc-env.bat
bat
gpl-3.0
1,538
@REM test OB with CML @set BABEL=..\..\src\babel @REM test input REM CML2 with array %BABEL% -icml cs2a.cml -omdl cs2a.mol REM 3D molecules in SDF REM CML2 with XML version %BABEL% -isdf 3d.head.sdf -ocml 3d.head.2.cml -x2v REM CML1 with DOCTYPE %BABEL% -isdf cs2a.mol -ocml cs2a.mol.cml -x1d REM CML2 arrays with n...
dkoes/openbabel
test/cmltest/test.bat
bat
gpl-2.0
660
msbuild GladNet.Serializer.Protobuf.sln /p:Configuration=Release
HelloKitty/GladNet.Serializer.Protobuf
MyGet.bat
bat
mit
65
set CURRENT_DIR=%CD% mkdir build > nul cd build cmake -G "Visual Studio 15 2017 Win64" -DZEP_FEATURE_CPP_FILE_SYSTEM=1 -DZEP_FEATURE_FILE_WATCHER=1 ..\ cd "%CURRENT_DIR%"
cmaughan/imgui
zep/config.bat
bat
mit
172
@echo off echo "Compressing binary using UPX" exes\upx.exe -k --brute lfa1.exe ekko.exe ekpo.exe t024.exe t024e.exe tcurr.exe zstxl.exe mara.exe echo "Compressing utilities using UPX" exes\upx.exe -k --brute upload_gl_consol_pack_map.exe gen_code_ddf.exe dl_gl_consol_pack_map.exe dl_consolpack_rtemplate.exe
morxs/go-hana
upx_go-hana.bat
bat
mit
310
python setup.py bdist --format=wininst,zip,gztar
smallfz/flask-ws
build.bat
bat
mit
48
@ECHO OFF ::SET FILEPATH=C:\zhaoyl\file1.7z ::SET FILEPATH=C:\zhaoyl\file2.wim SET FILEPATH = Z:__IMAGE_PATH_ ::SET FILEPATH=C:\zhaoyl\file3.zip :: IF NOT EXIST %FILEPATH% ( :: GOTO:EOF :: ) :: Get the extension name SET EXT2=%FILEPATH:~-2% SET EXT3=%FILEPATH:~-3% :: make the extension name upper case CALL :UpCa...
nnaabbcc/exercise
tips/bat/path_test.bat
bat
mit
1,251
python solve_multiple_shards.py examples/firefox_100x100.png firefox_100x100_white_4.0_0.3_100_1e-5_10_ALT/ white 4.0 0.3 100 --xtol=1e-5 --num-restarts-per-shard=10 --visualise-progress --dont-solve-joint python solve_multiple_shards.py examples/firefox_100x100.png firefox_100x100_white_4.0_0.3_100_1e-5_10/ white 4.0...
rstebbing/shards
misc/run_firefox.bat
bat
mit
619
@echo off mkdir cmm > nul 2>&1 call propeller-elf-gcc -I lib/Motor/libservo -L lib/Motor/libservo/cmm/ -I lib/Protocol/libsimplei2c -L lib/Protocol/libsimplei2c/cmm/ -I lib/Utility/libsimpletools -L lib/Utility/libsimpletools/cmm/ -I lib/TextDevices/libsimpletext -L lib/TextDevices/libsimpletext/cmm/ -o cmm/quadcopter....
anubiann00b/Quadcopter
src/compile.bat
bat
mit
574
start "" /B "ISCC.exe" /Q "gen_full.iss" start "" /B "ISCC.exe" /Q "gen_port.iss" start "" /B "ISCC.exe" /Q "gen_upd.iss"
chylex/TweetDuck
bld/GEN INSTALLERS.bat
bat
mit
122
@echo off SET dir=%~dp0 cd %dir% SET EXTNAME="extension-facebook" haxelib remove %EXTNAME% haxelib local %EXTNAME%.zip
SempaiGames/extension-facebook
install.bat
bat
mit
120
@echo off REM Let's get the date in a format we can use for a filename FOR /F "tokens=*" %%F IN ('Datefmt.bat yy mm dd /LZ') do SET Datefmt=%%F REM move to the backups directory cd e: cd backups REM Put all of the commands that you want to here REM Use this space to copy things into the targets diretory R...
tsykoduk/random_tools
windows_backup/backup.bat
bat
mit
746
# (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 grant any # r...
medav/conware
conware_final/system/implementation/system_axi_vdma_0_wrapper_fifo_generator_v9_3/simulation/functional/simulate_ncsim.bat
bat
mit
3,341
@echo off Build\Flu.exe
VladGordienko28/FluorineEngine
Src/Launch.bat
bat
mit
23
cmd_fs/ext3/inode.o := arm-eabi-gcc -Wp,-MD,fs/ext3/.inode.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D_...
timmytim/honeybutter_kernel
fs/ext3/.inode.o.cmd
bat
gpl-2.0
29,636
cmd_coreutils/seq.o := mips-openwrt-linux-uclibc-gcc -Wp,-MD,coreutils/.seq.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.19.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wu...
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/busybox-1.19.4/coreutils/.seq.o.cmd
bat
gpl-2.0
28,360
cmd_arch/arm/lib/csumpartial.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumpartial.o.d -nostdinc -isystem /root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -Iinclude -I/usr/local/dvsdk/psp/linux-2.6.32-rc2-psp03.01.00.37/arch...
gzdaoke/linux2.6.32_kernel
arch/arm/lib/.csumpartial.o.cmd
bat
gpl-2.0
1,862
@echo off if "%1"=="install" ( call npm install shift ) SET mypath=%~dp0 %mypath%node_modules\.bin\electron.cmd %mypath%src\app\main.js %*
jammycakes/AngularDashboard
run.bat
bat
gpl-2.0
149
cmd_drivers/leds/built-in.o := rm -f drivers/leds/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/leds/built-in.o
selva-simple/Galaxy-R-Kernel
drivers/leds/.built-in.o.cmd
bat
gpl-2.0
168
cmd_drivers/video/tegra/host/gr2d/built-in.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/tegra/host/gr2d/built-in.o drivers/video/tegra/host/gr2d/nvhost-gr2d.o
selva-simple/Galaxy-R-Kernel
drivers/video/tegra/host/gr2d/.built-in.o.cmd
bat
gpl-2.0
225
@echo off REM recherche dans la BDR si le logiciel pidgin est installe REM reg QUERY renvoi 0 : succés ou 1 : echec Reg QUERY "HKLM\SOFTWARE\pidgin" /v Flag >nul goto %ERRORLEVEL% :1 cd echo Debut de l'installation chmod ugo+rx * "pidgin-2.0.1.exe" /S echo Installation terminee. Reg ADD "HK...
cedricde/lrs
addons/lsc_deployment_scripts/Software_using_an_installer_NSIS/IRC_Chat/Pigdin/installpidgin.bat
bat
gpl-2.0
433
cmd_sound/soc/msm/snd-soc-qdsp6v2.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o sound/soc/msm/snd-soc-qdsp6v2.o sound/soc/msm/msm-dai-fe.o
IndieBeto/StockLP
sound/soc/msm/.snd-soc-qdsp6v2.o.cmd
bat
gpl-2.0
149
cmd_arch/x86/kernel/nmi_32.o := gcc -Wp,-MD,arch/x86/kernel/.nmi_32.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 -Wfr...
namgk/kernel-tut
arch/x86/kernel/.nmi_32.o.cmd
bat
gpl-2.0
20,265
extension\xrowecommerce\bin\patch.exe --verbose -p0 -F2 -i extension/xrowecommerce/diff/xrowecommerce_40_all.diff pause
philandteds/xrowecommerce
bin/patch_ezcore400.bat
bat
gpl-2.0
119
cmd_fs/proc/devices.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/proc/.devices.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 ...
mattkelly/linux-2.6-xlnx
fs/proc/.devices.o.cmd
bat
gpl-2.0
15,223
cmd_crypto/cbc.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,crypto/.cbc.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include -Iinclude -include include/generated/autoconf....
dagnarf/sgh-i717-dagkernel
crypto/.cbc.o.cmd
bat
gpl-2.0
26,266
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c deps_scripts/kconfig/kxgettext.o := \ scripts/kconfig/kxgettext.c \ /usr/include/std...
mjmccall/Kernel
scripts/kconfig/.kxgettext.o.cmd
bat
gpl-2.0
2,550
@echo off for /r %%i in (*.exe) do ( echo "Executing %%i" %%~ni.exe )
piran9/Project
windows/examples/execute.bat
bat
gpl-2.0
95
cd s:\tourparser\src\ c:\Python27\arcGis10.2\python.exe s:\tourparser\src\tourparser.py pause
emily-tucker/Virtual-Tour
js/generated/TourParser/buildTour.bat
bat
gpl-3.0
97
@echo off cd src\ java main_package.jogo_dilema pause
renanm99/Dilema-do-Prisioneiro
Run_dilema.bat
bat
gpl-3.0
53
@echo off set xv_path=D:\\Xilinx\\Vivado\\2016.4\\bin call %xv_path%/xsim top_tb_behav -key {Behavioral:sim_1:Functional:top_tb} -tclbatch top_tb.tcl -log simulate.log if "%errorlevel%"=="0" goto SUCCESS if "%errorlevel%"=="1" goto END :END exit 1 :SUCCESS exit 0
ElegantLin/My-CPU
Final/Final.sim/sim_1/behav/simulate.bat
bat
gpl-3.0
264
@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...
obitec/django-factbook
docs/make.bat
bat
apache-2.0
7,748
cmd echo catalina_service install
jior/xampp
run.bat
bat
apache-2.0
33
"c:\Program Files\VTK 7.1.1\bin\vtkpython.exe" patte.py
rboman/progs
sandbox/vtk/patte/run_script.cmd
bat
apache-2.0
56
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\replace\bin\replace.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\replace\bin\replace.js" %* )
dannysalcedo/FAQBancolombiaDemo
node_modules/.bin/replace.cmd
bat
apache-2.0
192
set project=iqrf_thermometer_example rem //expected build dir structure set buildexp=build\\Visual_Studio_14_2015\\x64 set currentdir=%cd% set builddir=.\\%buildexp% set libsdir=..\\..\\..\\ mkdir %builddir% rem //get path to clibcdc libs set clibcdc=%libsdir%\\clibcdc\\%buildexp% pushd %clibcdc% set clibcdc=%cd% p...
iqrfsdk/iqrf-daemon
examples/iqrf_thermometer_example/build64.bat
bat
apache-2.0
1,093
@echo off "%ProgramFiles(x86)%\MSBuild\14.0\Bin\MSBuild.exe" build.proj /p:BuildType=Release pause
chriscamplejohn/React.NET
release-build.bat
bat
bsd-3-clause
98
@ECHO OFF rem ****************************************************************************** rem * rem * Notepad2-mod rem * rem * make_installer.bat rem * Batch file for building the installer for Notepad2-mod with MSVC2010 rem * rem * See License.txt for details about distribution and modification. rem * r...
google-code-export/notepad2-mod
build/make_installer.bat
bat
bsd-3-clause
4,539
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSTASK.S01_CreateGetDeleteTaskItem.MSOXWSTASK_S01_TC10_VerifyWeeklyRecurrencePatternType /testcontainer:..\..\MS-OXWSTASK\TestSuite\bin\Debug\MS-OXWSTASK_TestSuite.dll /runconfig:..\..\MS-OXWSTASK\MS-OXWSTASK.testsettings /u...
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSTASK/RunMSOXWSTASK_S01_TC10_VerifyWeeklyRecurrencePatternType.cmd
bat
mit
331
set HS_SCRIPTS=%code%\hotspotter\hs_scripts :: Build using win32 script cd %code%\flann call build_flann_mingw.bat cd %code%\opencv call build_opencv_mingw.bat cd %code%\hesaff call build_hessaff_mingw.bat :: Install opencv and flann cd %code%\flann\build make install cd %code%\opencv\build make install color cd ...
Erotemic/hotspotter
hstpl/win32_build.bat
bat
apache-2.0
333
@setlocal EnableDelayedExpansion EnableExtensions @for %%i in (a:\_packer_config*.cmd) do @call "%%~i" @if defined PACKER_DEBUG (@echo on) else (@echo off) if not defined SEVENZIP_32_URL set SEVENZIP_32_URL=http://7-zip.org/a/7z1604.msi if not defined SEVENZIP_64_URL set SEVENZIP_64_URL=http://www.7-zip.org/a/7z1604-x...
boxcutter/windows
script/uninstall-7zip.bat
bat
apache-2.0
1,728
bmeconv -b -t255 -r254 -h253 bofhblk.lbm ..\missions\original.blk bmeconv -p bofhblk.lbm ..\data\bofh.pal bmeconv -p splash.lbm ..\data\splash.pal bmeconv splash.lbm ..\data\splash.raw bmeconv -s -t255 -r254 -h253 title.lbm ..\data\title.spr bmeconv -s -t255 -r254 -h253 player.lbm ..\data\player.spr bmeconv -s -t...
neuromancer/BOFH
src/invert.bat
bat
bsd-3-clause
1,161
setPreference -pref UserLevel:NOVICE setPreference -pref MessageLevel:DETAILED setPreference -pref ConcurrentMode:FALSE setPreference -pref UseHighz:FALSE setPreference -pref ConfigOnFailure:STOP setPreference -pref StartupCLock:AUTO_CORRECTION setPreference -pref AutoSignature:FALSE setPreference -pref KeepSVF:FALSE s...
elkhadiy/xph-leons
grlib-gpl-1.4.1-b4156/boards/gr-cpci-xc2v/prom-usb.cmd
bat
gpl-2.0
1,612
echo release cl /nologo /DFLIF_USE_STB_IMAGE /Feflif.exe -I getopt\ /DSTATIC_GETOPT ..\..\src\flif.cpp ..\..\src\flif-dec.cpp ..\..\src\flif-enc.cpp ..\..\src\common.cpp ..\..\src\io.cpp ..\..\src\maniac\*.c* ..\..\src\transform\*.cpp ..\..\src\image\*.c* getopt/getopt.c ..\..\extern\lodepng.cpp /WX /EHsc /Ox /Oy /MT ...
AlienCowEatCake/ImageViewer
src/ThirdParty/FLIF/FLIF-0.4/build/MSVC/make_vs.bat
bat
gpl-3.0
851
/****************************************************************************** * * usb_stick_demo_ccs.cmd - CCS linker configuration file for usb_stick_demo. * * Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is suppl...
cergatgmu/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-lm4f232/usb_stick_demo/usb_stick_demo_ccs.cmd
bat
gpl-3.0
2,806
python ..\..\..\Code\RawDataProcessing\raw_data_processing.py play recording.config
glmcdona/FoosAI
TrainingData/Raw/Pro1/play.cmd
bat
mit
83
copy ..\bin\FSharpShared.dll . /y copy ..\bin\FSharpShared.pdb . /y copy ..\bin\PlanetWarsServer.exe . /y copy ..\bin\PlanetWarsServer.exe.config . /y copy ..\bin\PlanetWarsServer.pdb . /y copy ..\bin\PlanetWarsShared.dll . /y copy ..\bin\PlanetWarsShared.dll.config . /y copy ..\bin\PlanetWarsShared.pdb . /y co...
ZeroK-RTS/Zero-K-Infrastructure
PlanetWars.old/Scripts/GetServerFiles.bat
bat
gpl-3.0
394
@ECHO OFF REM This file is part of Hercules. REM http://herc.ws - http://github.com/HerculesWS/Hercules REM REM Copyright (C) 2013-2015 Hercules Dev Team REM REM Hercules 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 Softw...
himitsu-no-purojekuto/zan-ro
script-checker.bat
bat
gpl-3.0
1,614
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\mocha\bin\_mocha" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\mocha\bin\_mocha" %* )
Foxoon/Todooze
todoapp/node_modules/.bin/_mocha.cmd
bat
isc
180
@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...
millerjs/bulletbot
docs/make.bat
bat
isc
6,465
copy "P:\6_Werkzeugkiste\Transfer\jb - jonas bieri\StatACountriesMigr.csv" "C:\dev\baselmigration\data\" copy "P:\6_Werkzeugkiste\Transfer\jb - jonas bieri\StatAFlowDataMigr.csv" "C:\dev\baselmigration\data\" copy "P:\6_Werkzeugkiste\Transfer\jb - jonas bieri\StatACountriesUmzAlle.csv" "C:\dev\baselmigration\data\"...
jb3-2/baselmigration
DeployCompileRun.bat
bat
mit
798
@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...
jaredahern/tensaur
docs/make.bat
bat
mit
7,734
inject.exe --run "E:\Games\Zenimax Online\The Elder Scrolls Online\game\client\eso.exe" --inject --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x86/eso.bat
bat
mit
161
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=OSMnx if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make s...
gboeing/osmnx
docs/make.bat
bat
mit
777
cd GlucoMan ionic serve
zwahf1/Thesis
ionicServe.bat
bat
mit
24
:: USAGE: :: 1) drag and drop a video file onto this script, and it will output a video :: file stripped of subtitle and audio tracks :: 2) call this script from another with any of the environment varialbes already set: :: a. FFMPEG_INPUT_FILE :: b. FFMPEG_OUTPUT_FILE setlocal call "%~dp0.\ffmpeg.set...
jakegough/AVScripts
ffmpeg/ffmpeg.extract-video-cfr-lossless.cmd
bat
mit
854
cmd_net/sched/sch_drr.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/sched/sch_drr.ko net/sched/sch_drr.o net/sched/sch_drr.mod.o
avareldalton85/rpi2-linux-rt
net/sched/.sch_drr.ko.cmd
bat
gpl-2.0
239
cmd_drivers/mtd/onenand/built-in.o := rm -f drivers/mtd/onenand/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/mtd/onenand/built-in.o
heyoufei2/yocto3.14.38_kernel
drivers/mtd/onenand/.built-in.o.cmd
bat
gpl-2.0
139
cmd_drivers/staging/serial/built-in.o := rm -f drivers/staging/serial/built-in.o; /home/algesat/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/staging/serial/built-in.o
Algesat/BladeApex2
drivers/staging/serial/.built-in.o.cmd
bat
gpl-2.0
165
cmd_sound/pci/nm256/built-in.o := rm -f sound/pci/nm256/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD sound/pci/nm256/built-in.o
evan6200/cirrfy_pos
sound/pci/nm256/.built-in.o.cmd
bat
gpl-2.0
214
cmd_fs/cifs/sess.o := arm-linux-androideabi-gcc -Wp,-MD,fs/cifs/.sess.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoco...
tenorntex/lhbalanced
fs/cifs/.sess.o.cmd
bat
gpl-2.0
31,657
cmd_fs/ext3/xattr_trusted.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/ext3/.xattr_trusted.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL...
yohanes/Acer-BeTouch-E130-Linux-Kernel
fs/ext3/.xattr_trusted.o.cmd
bat
gpl-2.0
22,423
cmd_arch/arm/vfp/entry.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/vfp/.entry.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/include -D__ASSEM...
b8e5n/KTG-kernel_es209ra
arch/arm/vfp/.entry.o.cmd
bat
gpl-2.0
2,632
cmd_fs/sysfs/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/group.o
FEDEVEL/tmp-imx6-tiny-rex-linux
fs/sysfs/.built-in.o.cmd
bat
gpl-2.0
267
cmd_drivers/acpi/parser/psopcode.o := gcc -Wp,-MD,drivers/acpi/parser/.psopcode.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 -...
dnh34/proj1
drivers/acpi/parser/.psopcode.o.cmd
bat
gpl-2.0
9,867
gdk-pixbuf-query-loaders.exe >lib\gdk-pixbuf-2.0\2.10.0\loaders.cache pango-querymodules >etc\pango\pango.modules
djandruczyk/MegaTunix
contrib/post_install.bat
bat
gpl-2.0
114
cmd_drivers/usb/host/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/usb/host/built-in.o drivers/usb/host/pci-quirks.o drivers/usb/host/ehci-hcd.o
TeamGlide/LiteKernel
drivers/usb/host/.built-in.o.cmd
bat
gpl-2.0
183
:: runs the program python src/cloudCoverageCalculator/CloudDetect.py :: wait pause
GDave50/Cloud-Coverage-Calculator
run.bat
bat
gpl-3.0
88
-w -s "C:\Documents and Settings\Jimmy\My Documents\projects\8086compipelineemvhdl\library.cfg" -j "C:\Documents and Settings\Jimmy\My Documents\projects\8086compipelineemvhdl\Processor\projlib.cfg" -d "C:\Documents and Settings\Jimmy\My Documents\projects\8086compipelineemvhdl\Processor\compile\" -work Processor -d...
jimmystelzer/8086compipelineemvhdl
Processor/compile/Processor.cmd
bat
gpl-3.0
436