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
set PACKAGE_DIR="%CD%" REM Prepend Qt 5.4 SDK Mingw to path setlocal set PATH=C:\Qt\Qt5.4.1\Tools\mingw491_32\bin;%PATH% REM Strip Rtools out of the path (persume it's in the default location) CALL SET PATH=%PATH:C:\Rtools\bin;=% CALL SET PATH=%PATH:C:\Rtools\gcc-4.6.3\bin;=% REM Establish build dir set BUILD_DIR=b...
jar1karp/rstudio
package/win32/rebuild-package.bat
bat
agpl-3.0
1,235
@echo off rem $Id$ rem Slurp the command line arguments. This loop allows for an unlimited number rem of arguments (up to the command line limit, anyway). set CMD_LINE_ARGS=%1 if ""%1""=="""" goto doneStart shift :setupArgs if ""%1""=="""" goto doneStart set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 shift goto ...
kingargyle/exist-1.4.x
installer/scripts/backup.bat
bat
lgpl-2.1
1,400
@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...
awajid/daytrader
bin/dbscripts/derby/createDerbyDB.bat
bat
apache-2.0
2,045
@ECHO OFF @setlocal :: Requires Qt environment. if "%Platform%" == "X64" ( set MAKE=nmake set CL=/MP ) else if not "%DevEnvDir%" == "" ( set MAKE=nmake set CL=/MP ) else ( set MAKE=mingw32-make -j4 ) :: :: Compile and Install :: cd /D %~dp0 call configure.bat --enable-debug if ERROR...
gonboy/treefrog-framework
compile_install.bat
bat
bsd-3-clause
709
@echo off "%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\4.5\csharp.exe" %*
Code0100Food/3DEngine
MonoScripting/MonoScripting/DATA/bin/csharp.bat
bat
mit
80
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:RDPEGFX_RfxProgressiveCodec_PositiveTest_WithSyncBlock /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEGFX/RDPEGFX_RfxProgressiveCodec_PositiveTest_WithSyncBlock.cmd
bat
mit
243
@echo off SET CONFIG_FILE_NAME=%~1 SET CONFIG_SECITON=%2 IF "%CONFIG_SECITON%"=="" SET CONFIG_SECITON=GENERAL FOR /F "delims=.= tokens=1,2*" %%a IN (%CONFIG_FILE_NAME%) DO IF "%CONFIG_SECITON%"=="%%a" SET %%b=%%c
tommylsh/test20170719
maxim-pos-parent/document/07 Deployment/software package/prod/deploy/loadConfig.bat
bat
epl-1.0
222
SET TARGET_SERVER=http://localhost:53477 call load.bat "..\ApiSpec\TestData\Regions\Regions_Region.json" api/regions/bulk "%TARGET_SERVER%" call load.bat "..\ApiSpec\TestData\Districts\Districts_District.json" api/districts/bulk "%TARGET_SERVER%" call load.bat "..\ApiSpec\TestData\ServiceAreas\ServiceAreas_ServiceArea...
WadeBarnes/schoolbus
scripts/test_all.bat
bat
apache-2.0
1,712
@ECHO OFF rem set Visual C++ build environment call "%VS140COMNTOOLS%..\..\VC\bin\amd64_x86\vcvarsamd64_x86.bat" store 10.0.14393.0 || call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x86 store 10.0.14393.0 PUSHD %~dp0\.. CALL make-addons.bat win10 %* POPD
cjmayo/xbmc
tools/buildsteps/windows/win32-uwp/make-addons.bat
bat
gpl-2.0
264
@echo OFF for %%x in (.\Packages\*.nupkg) do echo %%x set /p apikey=Enter NuGet.org API key: ..\Source\.nuget\NuGet.exe setApiKey %apikey% for %%x in (.\Packages\*.nupkg) do ..\Source\.nuget\NuGet.exe push ".\%%x"
wertzui/effort
Main/Build/PushNuget.cmd
bat
mit
225
@echo off if not exist node_modules call npm i if "%1" == "prod" goto :prod call npm run build dotnet run exit :prod call npm run prod dotnet run --launch-profile prod
dsuryd/dotnetify-react-demo-vs2017
MicrofrontendTemplate/VueTodoApp/run.bat
bat
apache-2.0
169
:: Created by npm, please don't edit manually. @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\clean-css\bin\cleancss" %* ) ELSE ( node "%~dp0\..\clean-css\bin\cleancss" %* )
stephenlorenz/sproutstudy
sproutStudy_web/yo/node_modules/grunt-contrib-cssmin/node_modules/.bin/cleancss.cmd
bat
apache-2.0
193
@rem Copyright 2015 Google Inc. 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/LICENSE-2.0 @rem @rem Unl...
ariccio/UIforETW
bin/ETWTimeBuild2005.bat
bat
apache-2.0
2,142
@REM SBT launcher script .\sbt-dist\bin\sbt.bat %*
yingding/hca17
week3/server/sbt.bat
bat
apache-2.0
55
@echo off setlocal set VSCODE_DEV= set ELECTRON_RUN_AS_NODE=1 call "%~dp0..\@@NAME@@.exe" "%~dp0..\resources\app\out\cli.js" %* endlocal
Zalastax/vscode
resources/win32/bin/code.cmd
bat
mit
141
@echo off call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64 set compilerflags=/Fo.\bin\ /Od /Zi /EHsc set linkerflags=/OUT:bin\hello.exe REM LIBS set lib_open_gl="C:\Program Files (x86)\Windows Kits\10\Lib\10.0.14393.0\um\x64" set lib_sdl="L:\SDL2-2.0.5\lib\x64" REM Includes set include...
bluemner/sdl
build.bat
bat
mit
1,585
@echo off if not exist %CERT_FILE% goto certificate :: AIR output if not exist %AIR_PATH% md %AIR_PATH% set OUTPUT=%AIR_PATH%\%FILE_NAME% :: Package echo. echo Packaging %FILE_NAME% using certificate %CERT_FILE%... call adt -package %CERT_TSA% %OPTIONS% %SIGNING_OPTIONS% %AIR_TARGET% %OUTPUT% %APP_XML% %FILE_OR_DIR% ...
Cleod9/SpriteSatchel
bat/Packager.bat
bat
mit
991
git add . git commit -m "update blog content" git push
cnwarden/wei123
auto_commit.bat
bat
mit
56
@setlocal @set rhstate=2 @CMD /C EXIT 0 @where /q ResourceHacker.exe @if NOT "%ERRORLEVEL%"=="0" set rhstate=1 @IF %rhstate%==1 IF NOT EXIST %devroot%\resource-hacker\ResourceHacker.exe set rhstate=0 @endlocal&set rhstate=%rhstate%
pal1000/mesa-dist-win
buildscript/modules/resourcehacker.cmd
bat
mit
237
@echo off java -jar MyHashMap.jar pause
ZmurLV/HashMaptest
launchhm.bat
bat
mit
41
asm86chk remoteMn.asm asm86 remoteMn.asm m1 ep db asm86 events.asm m1 ep db asm86 keypad.asm m1 ep db asm86 init.asm m1 ep db asm86 timer.asm m1 ep db asm86 display.asm m1 ep db asm86 converts.asm m1 ep db asm86 segtab14.asm m1 ep db asm86 serial.asm m1 ep db asm86 queue.asm m1 ep db asm86 initSeri.asm m1 ep db asm86 g...
dqu123/RoboTrike
final/makeRemote.bat
bat
mit
673
migrate.exe -a Exceptial.DatabaseMigrations.dll -db SqlServer2008 -conn "Server=localhost;Database=exceptional;User Id=exceptional;Password=exceptional;"
Mike737377/Exceptional
src/Exceptional.DatabaseMigrations/Upgrade.bat
bat
mit
156
flash -noheader -forceerase usbdisk0:gigablue/ultraue/kernel.bin flash0.kernel flash -noheader -forceerase usbdisk0:gigablue/uktraue/rootfs.bin flash0.rootfs setenv -p STARTUP "boot -z -elf flash0.kernel:" boot -z -elf flash0.kernel:
popazerty/oe-alliance-core
meta-brands/meta-gigablue/recipes-cfe/files/gbultraue/burn.bat
bat
gpl-2.0
237
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/sb/built-in.o
kannu1994/crespo_kernel
sound/isa/sb/.built-in.o.cmd
bat
gpl-2.0
173
cmd_lib/lib.a := rm -f lib/lib.a; /home/kernel/gcc-linaro-arm-linux-gnueabi-2012.03-20120326_linux/bin/arm-linux-gnueabi-ar rcsD lib/lib.a lib/argv_split.o lib/cmdline.o lib/cpumask.o lib/ctype.o lib/dec_and_lock.o lib/decompress.o lib/decompress_inflate.o lib/dump_stack.o lib/extable.o lib/find_next_bit.o lib/idr.o li...
pedestre/Kernel-Apolo-ICS-4.0.4
lib/.lib.a.cmd
bat
gpl-2.0
676
cmd_arch/arm/lib/strnlen_user.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.strnlen_user.o.d -nostdinc -isystem /home/percy/sgy/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/percy/sgy/kernel/common/arch/arm/include -Iinclude -I../modules/include -include include/generated...
percy215/common
arch/arm/lib/.strnlen_user.o.cmd
bat
gpl-2.0
1,909
@echo off REM Setup environment variables for Visual C++ 4.2 32 bit edition if .%CHECKED%==.1 goto checked_build set LIB=%SCITECH_LIB%\LIB\RELEASE\WIN32\VC4;%VC4_PATH%\LIB;%TNT_PATH%\LIB;. echo Release build enabled. goto setvars :checked_build set LIB=%SCITECH_LIB%\LIB\DEBUG\WIN32\VC4;%VC4_PATH%\LIB;%TNT_PATH%\LIB;....
OS2World/DEV-UTIL-SNAP
bin-win32/vc40-c32.bat
bat
gpl-2.0
891
@echo off :: ***************************************** :: Optional values - Please modify as needed :: ***************************************** :: Total amount of memory in MB available to MZmine 2. :: AUTO = automatically determined :: Default: AUTO set HEAP_SIZE=AUTO :: Location where temporary files w...
DrewG/mzmine2
src/main/scripts/startMZmine_Windows.bat
bat
gpl-2.0
4,877
cmd_fs/jbd2/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o fs/jbd2/built-in.o fs/jbd2/jbd2.o
JoinTheRealms/TF700-dualboot-stockbased
fs/jbd2/.built-in.o.cmd
bat
gpl-2.0
171
cmd_fs/yaffs2/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o fs/yaffs2/built-in.o fs/yaffs2/yaffs.o
paxchristos/R800x-2.3.3-Kernel
fs/yaffs2/.built-in.o.cmd
bat
gpl-2.0
181
cmd_drivers/video/omap2/dss/built-in.o := rm -f drivers/video/omap2/dss/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/video/omap2/dss/built-in.o
tcp209/kernel_samsung_epic4gtouch
build/epic4gtouch/drivers/video/omap2/dss/.built-in.o.cmd
bat
gpl-2.0
211
cmd_fs/lockd/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/lockd/built-in.o fs/lockd/lockd.o
FEDEVEL/tmp-imx6-tiny-rex-linux
fs/lockd/.built-in.o.cmd
bat
gpl-2.0
200
cmd_sound/pci/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o sound/pci/built-in.o sound/pci/ac97/built-in.o sound/pci/ali5451/built-in.o sound/pci/asihpi/built-in.o sound/pci/au88x0/built-in.o sound/pci/aw2/built-in.o sound/pci/ctxfi/built-in.o sound/pci/ca0106/built-in.o sound/pci/cs46xx/built-in.o sound/pci/c...
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
sound/pci/.built-in.o.cmd
bat
gpl-2.0
769
cmd_drivers/video/omap2/displays/built-in.o := rm -f drivers/video/omap2/displays/built-in.o; /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/video/omap2/displays/built-in.o
doadin/samsung-kernel-msm7x30-Doadin
drivers/video/omap2/displays/.built-in.o.cmd
bat
gpl-2.0
209
rem @echo off pushd "%~dp0" if "%SOFTWARE%"=="" (set SOFTWARE=C:\software) set TARGET=%SOFTWARE%\x64dbg set PACKAGE=snapshot_2018-09-13_13-07.zip if exist "%TARGET%" goto END echo ==== Installing %~dp0%PACKAGE% to %TARGET% 7z x %PACKAGE% -o%TARGET% pushd "%TARGET%\release" move * .. move x32 .. mo...
malwarenights/rebox
packages/x/x64dbg/00_install.bat
bat
gpl-2.0
392
echo Erstelle und kopiere Dateien der Fremdkomponenten ... echo Beginne mit boost 1.53.0 ... cd boost bjam -q --toolset=msvc --build-type=minimal --with-filesystem stage xcopy stage\lib\*.lib ..\..\%1 /i /y /q echo boost beendet. echo Beginne mit TinyXML++ 2.5.3 ... cd ..\TinyXML++ xcopy %1\ticpp.lib ..\....
cppisfun/GameEngine
foreign/Foreign.cmd
bat
gpl-3.0
941
@echo Checking for dependencies pip install appdirs pip install requests python pyKAN %*
ajventer/pyKAN
pyKAN_.bat
bat
gpl-3.0
90
csc /reference:..\..\lib\Microsoft.Z3.dll /platform:x86 test_managed.cs copy ..\..\lib\Microsoft.Z3.dll .
cs-au-dk/Artemis
contrib/Z3/test_managed/build-external.bat
bat
gpl-3.0
107
@ECHO OFF php "artisan" tinker
zeusintuivo/laravel-intuivo-cli
tinker.bat
bat
mpl-2.0
30
@echo off title Charlatano Builder call gradlew charlatano pause
Jire/Charlatano
build.bat
bat
agpl-3.0
64
echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --new-window http://www.xiami.com/radio/play/id/2#wall_list --disk-cache-dir="R:/Temporary Internet Files/Chrome" cls
sansna/windows.bat
ramdisk/xiami.bat
bat
lgpl-3.0
305
"..\..\tools\gyp\gyp --depth=. -G msvs_version=2012"
yangrongwei/ray-simple
windows_directx_video_capture/third_party/winsdk_samples/gen_vs2012_solution.bat
bat
unlicense
54
python setup.py sdist --formats=zip,gztar register upload
tartley/svgload
bin/make_release.bat
bat
bsd-3-clause
59
@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...
pokerone/pipa
docs/make.bat
bat
bsd-3-clause
6,695
:: use rscript to launch run.R from Windows @echo off set PATH=%PATH%;"C:\Program Files\R\R-3.4.0\bin" rscript --vanilla run.R
swharden/ROI-Analysis-Pipeline
boshROI/notes/02 demo multiple files/run2.bat
bat
mit
126
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASHTTP.S03_HTTPPOSTOptionalHeader.MSASHTTP_S03_TC01_SetASAcceptMultiPartRequestHeader /testcontainer:..\..\MS-ASHTTP\TestSuite\bin\Debug\MS-ASHTTP_TestSuite.dll /runconfig:..\..\MS-ASHTTP\MS-ASHTTP.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASHTTP/RunMSASHTTP_S03_TC01_SetASAcceptMultiPartRequestHeader.cmd
bat
mit
318
@echo off del /f .\builds\ start "" /wait cmd.exe /C Build_x64.bat start "" /wait cmd.exe /C Build_x86.bat xcopy builds\libcurl-vc14-x64-debug-static-ipv6-sspi-winssl\lib\*.lib ..\lib\Debug\x64\ /I /F /H /R /K /Y xcopy builds\libcurl-vc14-x64-debug-static-ipv6-sspi-winssl\lib\*.pdb ..\lib\Debug\x64\ /I /F /H /R /K ...
joevdh/HoloToolkit
Sharing/Src/External/curl-7.39.0/Source/BuildAll.bat
bat
mit
1,101
cmd_net/ipv4/netfilter/ipt_cone.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/ipv4/netfilter/.ipt_cone.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 ...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/ipv4/netfilter/.ipt_cone.o.cmd
bat
gpl-2.0
21,969
@echo off MODE con: COLS=45 lines=25 setlocal enabledelayedexpansion color 3f setlocal del Result.txt del url.txt del u1.txt del u2.txt del u3.txt cls color A set /p port=输入要扫描的端口: mkdir %port% copy s.exe .\%port%\s.exe copy ip.txt .\%port%\ip.txt copy url.py .\%port%\url.py cd %port% for /f "eol= tokens=1,2 delims= " ...
thanatoskira/Weblogic-Weakpassword-Scnner
scan.bat
bat
gpl-2.0
738
cmd_kernel/trace/built-in.o := arm-eabi-ld -EL -r -o kernel/trace/built-in.o kernel/trace/trace_clock.o kernel/trace/ring_buffer.o kernel/trace/trace.o kernel/trace/trace_output.o kernel/trace/trace_stat.o kernel/trace/trace_printk.o kernel/trace/trace_sched_switch.o kernel/trace/trace_sched_wakeup.o kernel/trace/t...
TroNit/BlackDome_New_supersonic
kernel/trace/.built-in.o.cmd
bat
gpl-2.0
475
@echo off rem ------------------------------------------------------------------- rem Environmental variables: rem rem JETS3T_HOME Points to the home directory of a JetS3t distribution. rem rem JAVA_HOME The home directory of the Java Runtime Environment or rem Java Development Kit to use. rem -----...
hyperic/jets3t
scripts/cockpit.bat
bat
apache-2.0
2,344
cd /d %~dp0 uglifyjs src\init.js src\svgClassList.js src\require.js --screw-ie8 -c hoist_vars,unsafe,comparisons -m -o all.js
coocld/mjia
framework/combine.cmd
bat
bsd-2-clause
125
@Echo OFF @setlocal EnableExtensions EnableDelayedExpansion IF %1.==. GOTO Usage set NUGET_EXE=%~dp0..\.nuget\nuget.exe set BASE_PATH=%1 set VERSION=%2 set SRC_DIR=%3 set PRERELEASE_BUILD=%4 IF %2 == "" set VERSION=%~dp0..\Build\Version.txt @echo CreateOrleansNugetPackages running in directory = %1 @cd @echo Create...
kylemc/orleans
src/NuGet/CreateOrleansPackages.bat
bat
mit
2,228
set WINSCP="C:\Program Files (x86)\WinSCP\WinSCP.com" %WINSCP% /script=dosyncftp_docs.cmd
Beachbot330/navxmxp
build/dosyncftp_docs.bat
bat
mit
89
deps_config := \ lib/xz/Kconfig \ lib/Kconfig \ drivers/crypto/caam/Kconfig \ drivers/crypto/Kconfig \ crypto/async_tx/Kconfig \ crypto/Kconfig \ security/integrity/evm/Kconfig \ security/integrity/ima/Kconfig \ security/integrity/Kconfig \ security/yama/Kconfig \ security/apparmor/Kconfig \ security/tomoyo...
friedrich420/N3-AEL-Kernel-NF1-v5-
include/config/auto.conf.cmd
bat
gpl-2.0
26,005
@echo off rem Define Coder Format shell invocation script path. set coderFormatPath=c:\program files\coder_format :: ----- You should not need to edit anything below. ----- :: if "%~1"=="" goto error rem Check if at least one argument follows a --undo parameter. if "%~1"=="--undo" if "%~2"=="" goto error ...
ehazell/AWBA
sites/all/modules/contrib/coder/scripts/coder_format/coder_format.cmd
bat
gpl-2.0
484
@rem Copyright 2016, Google Inc. @rem All rights reserved. @rem @rem Redistribution and use in source and binary forms, with or without @rem modification, are permitted provided that the following conditions are @rem met: @rem @rem * Redistributions of source code must retain the above copyright @rem notice, this l...
MakMukhi/grpc
tools/run_tests/artifacts/build_artifact_node.bat
bat
bsd-3-clause
2,804
SETLOCAL EnableDelayedExpansion cd Build if "%CONFIGURATION%"=="Debug" ( if "%coverage%"=="1" ( ctest -j 2 -C %CONFIGURATION% -D ExperimentalMemCheck || exit /b !ERRORLEVEL! python ..\misc\appveyorMergeCoverageScript.py || exit /b !ERRORLEVEL! codecov --root .. --no-color --disable gcov -f cobertura.xml ...
ibc/MediaSoup
worker/deps/catch/misc/appveyorTestRunScript.bat
bat
isc
530
set SCRIPT=%0 rem determine Elasticsearch home; to do this, we strip from the path until we rem find bin, and then strip bin (there is an assumption here that there is no rem nested directory under bin also named bin) for %%I in (%SCRIPT%) do set ES_HOME=%%~dpI :es_home_loop for %%I in ("%ES_HOME:~1,-1%") do set DIRN...
wangtuo/elasticsearch
distribution/src/main/resources/bin/elasticsearch-env.bat
bat
apache-2.0
1,559
@echo off set FXC="%DXSDK_DIR%\Utilities\bin\x64\fxc.exe" -nologo if not exist data mkdir data %FXC% /T vs_4_0 /E Vertex /Fo data/vertex.fx shader/terrain.hlsl %FXC% /T ps_4_0 /E Pixel /Fo data/pixel.fx shader/terrain.hlsl
sectopod/gfx-rs
examples/terrain/compile.cmd
bat
apache-2.0
223
set WLHBASE=C:\WINDDK\6001.18002 set WDF_ROOT=C:\WINDDK\6001.18002 ddkbuild.cmd -WLHXP chk . -cZ -WDF
zhjl120/MyRepository
课后习题/DriverCode/Learn2/mybuild.bat
bat
gpl-2.0
103
@if "%_echo%"=="" echo off setlocal REM Configure the sample, i.e. where to find the F# compiler and C# compiler. if EXIST build.ok DEL /f /q build.ok call %~d0%~p0..\..\..\config.bat if NOT "%FSC:NOTAVAIL=X%" == "%FSC%" ( REM Skipping test for FSI.EXE goto Skip ) REM only a valid test if generics supported ...
rolfbjarne/fsharp
tests/fsharp/core/events/build.bat
bat
apache-2.0
811
@ECHO OFF ECHO --- Building aPLib .NET dll wrapper --- ECHO. csc /nologo /w:3 /t:library /debug- /o+ /out:IbsenSoftware.aPLib.dll IbsenSoftware\aPLib\*.cs
SONIC3D/gendev-macos
tools/files/applib/contrib/dotnet/mk.bat
bat
bsd-3-clause
161
@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...
jordij/menorkayak
docs/make.bat
bat
mit
5,104
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\nightwatch\bin\nightwatch" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\nightwatch\bin\nightwatch" %* )
Poornakiruthika/Test
node_modules/.bin/nightwatch.cmd
bat
mit
192
@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...
saffroncoin/csfrd_build
docs/make.bat
bat
mit
5,102
@echo off npm install && node_modules\.bin\hubot.cmd %*
mkaag/docker-hubot
build/bin/hubot.cmd
bat
mit
56
@echo off echo Detecting jar version... call mvn_version > version set /P version=<version del version echo Building Verdigris %version%... del /Q .\test\*.jar call mvn clean call mvn package copy .\target\*.jar .\test\ echo Changing to test directory... cd .\test\ java -jar JARCraftinator-%version%.jar cd .. @ech...
Clout-Team/JarCraftinator
run_test.bat
bat
mit
324
cmd_arch/x86/boot/version.o := gcc -Wp,-MD,arch/x86/boot/.version.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Iinclude -include include/linux/autoconf.h -g -Os -D_SETUP -D__KERNEL__ -Wall -Wstrict-prototypes -march=i386 -mregparm=3 -inclu...
namgk/kernel-tut
arch/x86/boot/.version.o.cmd
bat
gpl-2.0
2,544
rem /* Windows 32-bit (LIB) - Cygnus GNU-Win32 Development Kit rem * a very simple make driver rem * Copyright (C) 1996-2002 Markus F.X.J. Oberhumer rem */ @if "%UCL_ECHO%"=="n" echo off set CC=gcc set CFLAGS=-Iinclude -O2 -fomit-frame-pointer -Wall -W set ASFLAGS=-x assembler-with-cpp -Wall set MYLIB=li...
korczis/ucl
B/win32/cygwin.bat
bat
gpl-2.0
769
cmd_drivers/i2c/busses/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-msm.o
b8e5n/KTG-kernel_es209ra
drivers/i2c/busses/.built-in.o.cmd
bat
gpl-2.0
132
cmd_mm/mmzone.o := arm-linux-gnueabihf-gcc -Wp,-MD,mm/.mmzone.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk3188/includ...
tyeo098/MK908-Kernel-NAND
mm/.mmzone.o.cmd
bat
gpl-2.0
20,514
cd .. java -cp "bin/;libs/*" tasks.BigCloneBench %* cd commands
jeffsvajlenko/BigCloneEval
commands/bcb.cmd
bat
gpl-2.0
67
cmd_net/netfilter/ipvs/ip_vs_ftp.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/ipvs/ip_vs_ftp.ko net/netfilter/ipvs/ip_vs_ftp.o net/netfilter/ipvs/ip_vs_ftp.mod.o
ashishtanwer/NFTable-porting-on-Android-Goldfish
net/netfilter/ipvs/.ip_vs_ftp.ko.cmd
bat
gpl-2.0
316
cmd_sound/drivers/pcsp/built-in.o := rm -f sound/drivers/pcsp/built-in.o; /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/drivers/pcsp/built-in.o
TeamGlide/LiteKernel
sound/drivers/pcsp/.built-in.o.cmd
bat
gpl-2.0
156
cmd_kernel/events/built-in.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o kernel/events/built-in.o kernel/events/core.o kernel/events/ring_buffer.o kernel/events/hw_breakpoint.o
selva-simple/Galaxy-R-Kernel
kernel/events/.built-in.o.cmd
bat
gpl-2.0
228
@echo off SETLOCAL REM process command line arguments (/e produces exe only not installer, REM only other argument proccessed must be a pathname to a virtualenv) :Loop IF [%1]==[] GOTO Continue IF "%1"=="/e" ( set exeonly=y ) ELSE ( set venv="%~f1" ) SHIFT GOTO Loop :Continue if defined exeonly ECHO build exe...
Ghini/ghini.desktop
scripts/build_win.bat
bat
gpl-2.0
1,930
cmd_fs/jffs2/jffs2.o := arm-poky-linux-gnueabi-ld -EL -r -o fs/jffs2/jffs2.o fs/jffs2/compr.o fs/jffs2/dir.o fs/jffs2/file.o fs/jffs2/ioctl.o fs/jffs2/nodelist.o fs/jffs2/malloc.o fs/jffs2/read.o fs/jffs2/nodemgmt.o fs/jffs2/readinode.o fs/jffs2/write.o fs/jffs2/scan.o fs/jffs2/gc.o fs/jffs2/symlink.o fs/jffs2/build...
heyoufei2/yocto3.14.38_kernel
fs/jffs2/.jffs2.o.cmd
bat
gpl-2.0
490
cmd_arch/arm/lib/io-readsl.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.io-readsl.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/andro...
mjmccall/Kernel
arch/arm/lib/.io-readsl.o.cmd
bat
gpl-2.0
1,582
cmd_miscutils/volname.o := gcc -Wp,-MD,miscutils/.volname.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prot...
muthumani2/Muthu-busybox
miscutils/.volname.o.cmd
bat
gpl-2.0
9,441
@echo off setlocal cd /D %~dp0 if not exist MEME.jar java -version:1.5+ -cp . Unpacker set heap=256 if not (%1)==() set heap=%1 java -version:1.5+ -Xmx%heap%m -jar MEME.jar endlocal
lgulyas/MEME
dev/paramrun.bat
bat
gpl-3.0
182
.\lib\nunit-console-x86.exe .\nDump.Unit\bin\debug\nDump.Unit.dll
SteveMoyer/nDump
nunit.bat
bat
gpl-3.0
65
@echo off rem nvjp [ script [ arg ... ] ] rem rem optional environment variables: rem rem JAVA_HOME - directory of JDK/JRE, if not set then 'java' must be found on PATH rem CLASSPATH - colon separated list of additional jar files & class directories rem JAVA_OPTS - list of JVM options, e.g. "-Xmx256m -Dfoo=bar" r...
onemoonsci/nmrfxprocessorgui
src/main/scripts/nmrfxpg.bat
bat
gpl-3.0
751
erlc helloworld.erl
raychorn/helloerlang
compile.cmd
bat
lgpl-3.0
21
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: :: This file is part of IfcOpenShell. :: :: ...
yorikvanhavre/IfcOpenShell
win/build-deps.cmd
bat
lgpl-3.0
21,186
@rem Run software simulator in hands-off mode ..\..\tools\ion32sim\bin\ion32sim.exe ^ --bram=hello.bin ^ --trigger=bfc00000 ^ --noprompt ^ --nomips32 ^ --map=hello.map ^ --trace_log=trace_log.txt
HackLinux/ION
sw/hello/swsim.bat
bat
lgpl-3.0
224
@ECHO OFF ..\viftool join 81 Bridget data81.chk
phluid61/tomtom
voices/data81/make.bat
bat
unlicense
47
%SystemRoot%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe /property:Configuration=Release LightIndexerGUI\LightIndexerGUI.csproj
TheDenys/.NET
LightIndexer/build.bat
bat
unlicense
130
"%JAVA_HOME%/bin/java" -cp ../../lib/ant/ant.jar;../../lib/ant/ant-launcher.jar;../../lib/ant/ant-trax.jar;../../lib/ant/ant-junit.jar;../../lib/junit/junit-4.4.jar;"%JAVA_HOME%/lib/tools.jar" org.apache.tools.ant.Main %1
codeApeFromChina/resource
frame_packages/java_libs/spring-2.5.6-src/samples/petclinic/build.bat
bat
unlicense
223
# D:\mongodb\bin\mongod.exe -dbpath "d:\mongo\data" supervisor nodeJsDebug.js
brianhuangxp/FullMoon
fm-assembly/src/main/webapp/nodeJsDebug/nodeJsDebug.bat
bat
apache-2.0
78
@echo off rem First set up the helper batch files cd batfiles copy msvcobj.bat obj.bat copy msvclib.bat lib.bat copy msvcexe.bat exe.bat rem Now do the generic build if "%1"=="" goto all goto %1 :all call makeall goto end :lib call makelib goto end :tests call maketest goto end :examples call makeex goto end :...
Aliced3645/DataCenterMarketing
libnet/batfiles/msvcmake.bat
bat
apache-2.0
331
@echo off cd tools/grunt call npm install call grunt jshint cd ../.. PAUSE
oprohonnyi/js_trn
1_code_quality/run-jshint-analyser.bat
bat
apache-2.0
77
SETLOCAL ENABLEEXTENSIONS SET me=%~n0 SET parent=%~dp0 SET base=sensactWi SET EXT_OLD=-B.Cu.gbr SET EXT_NEW=.GBL del %base%%EXT_NEW% copy %base%%EXT_OLD% %base%%EXT_NEW% SET EXT_OLD=-F.Cu.gbr SET EXT_NEW=.GTL del %base%%EXT_NEW% copy %base%%EXT_OLD% %base%%EXT_NEW% SET EXT_OLD=-B.Mask.gbr SET EXT_NEW=.GBS del %base%...
klaus-liebler/sensact
pcb/sensactWi/gerber/tf.bat
bat
apache-2.0
1,065
rem java -jar target\dist\JSCover.jar -fs --branch --no-instrument=test doc/example-qunit/src doc/example-qunit/out java -jar target\dist\JSCover-all.jar -fs --branch doc/example target/example
alfiethomas/datafilters
build/JSCover-0.1.1/example-filesystem.bat
bat
apache-2.0
196
@echo off setlocal if exist make.bat goto ok echo make.bat must be run from its folder goto end :ok set OLDGOPATH=%GOPATH% set GOPATH=%~dp0 gofmt -tabs=false -tabwidth=4 -w src go install test set GOPATH=%OLDGOPATH% :end echo finished
heiyeluren/go-tmlog
build/make.bat
bat
bsd-2-clause
243
@echo off call Run_Emacs just-compile-specware4
KestrelInstitute/Specware
Applications/Specware/bin/windows/compile-specware-lisp.cmd
bat
bsd-2-clause
52
..\build\tools\srm.exe uninstall "..\build\samples\countlinesextension.dll" ..\build\tools\srm.exe uninstall "..\build\samples\filetimespropertysheet.dll" ..\build\tools\srm.exe uninstall "..\build\samples\ReadOnlyFileIconOverlayHandler.dll" ..\build\tools\srm.exe uninstall "..\build\samples\TxtThumbnailHandler.dll" ....
umutozel/sharpshell
Tests/Uninstall Servers.bat
bat
mit
409
cmd_drivers/input/misc/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/input/misc/built-in.o drivers/input/misc/capella_cm3602.o drivers/input/misc/gpio_event.o drivers/input/misc/gpio_matrix.o drivers/input/misc/gpio_input.o drivers/input/misc/gpio_ou...
jdlfg/Mecha-kernel
drivers/input/misc/.built-in.o.cmd
bat
gpl-2.0
535
cmd_fs/ext2/symlink.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/ext2/.symlink.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-p...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/ext2/.symlink.o.cmd
bat
gpl-2.0
12,459
@ECHO OFF REM This file is part of Hercules. REM http://herc.ws - http://github.com/HerculesWS/Hercules REM REM Copyright (C) 2013-2020 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 Softwa...
datmumbles/Hercules
script-checker.bat
bat
gpl-3.0
1,613