code
stringlengths
3
1.03M
repo_name
stringlengths
5
84
path
stringlengths
4
233
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
3
1.03M
@ECHO OFF 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...
Cecca/lydoc
docs/make.bat
bat
gpl-3.0
7,730
@echo off if [%1] == [] ( set ARG="TestSuites" ) else ( set ARG=%1 ) if not [%2] == [] ( goto usage ) goto begin :usage echo Usage: %~n0 [TestStepsModuleFile ^| BaseDirectory] echo Default base directory is TestSuites goto end :begin setlocal enableDelayedExpansion call %~dp0\sete...
qspin/qtaste
bin/generate-TestStepsModules-doc.bat
bat
lgpl-3.0
694
md testdb md testdb\data start bin\mongod -f test-instance.conf
Kostassoid/Anodyne
tools/MongoDb/start.cmd
bat
apache-2.0
65
:: Reference: http://inthecheesefactory.com/blog/how-to-upload-library-to-jcenter-maven-central-as-dependency/en @echo off :: Setting the current directory to the location of the batch script. pushd "%~dp0" :: Build the library files gradlew install pause :: Upload the library files to JFrog Bintray gradlew bintray...
samuel22gj/OtterLibrary
distribute_library.bat
bat
apache-2.0
333
@ECHO OFF REM Update Nuget REM ============ nuget.exe update -self REM Delete Any Artifacts REM ==================== if exist build ( rd /s/q build ) mkdir build REM Requests the API Key REM ==================== SET /p NuGetApiKey= Please enter the project's NuGet API Key: nuget.exe setApiKey %NuGetApiKey% SET pa...
QualitySoftwareMatters/James.Data
DeployToNuGet.bat
bat
apache-2.0
621
del Sample1.exp del Sample1.lib del Sample1.obj cl -I%JAVA_HOME%\include -I%JAVA_HOME%\include\win32 -LD Sample1.c -FeSample1.dll java Sample1 pause
ankerdiao/com_ankerdiao_practice
src/main/java/com/ankerdiao/practice/jni/build&run.bat
bat
apache-2.0
152
@ECHO OFF set BASE_URL=http://unipoole.yourdomain.ac.za/unipoole-service set USERNAME=your_student rem set MODULE_ID=AFL1501-13-S1 set MODULE_ID=AFL1501-13-S1-43T set CLIENT_VERSION=1.0.0 set DEVICE_ID=3 set PASSWORD=YourPassword set TOOLNAME=sakai.announcements rem doc: The full url is broken up in; rem doc:...
Unipoole/unipoole-service
src/test/curl/test.bat
bat
apache-2.0
900
rem rem Register HybridScripting.dll as COM rem !! Needs administration rights !!! rem rem make a .reg file to use it to register dll as COM rem Location registry file: .bin\release\HybridScriptingDll.reg c:\Windows\Microsoft.NET\Framework\v4.0.30319\RegAsm.exe /codebase d:\hoData\Development\GitHub\EnterpriseArchitec...
Helmut-Ortmann/EnterpriseArchitect_hoTools
HybridScriptingDll/RegisterAsCom.bat
bat
bsd-2-clause
615
rem cd C:\WindRiver\workspace\WorkbenchUpdate cd ..\..\WorkbenchUpdate mkdir vxworks-6.3\target\h\WPILib\Buttons mkdir vxworks-6.3\target\h\WPILib\CAN mkdir vxworks-6.3\target\h\WPILib\ChipObject mkdir vxworks-6.3\target\h\WPILib\ChipObject\fpgainterfacecapi mkdir vxworks-6.3\target\h\WPILib\CInterfaces mkdi...
rbmj/wpilib
Scripts/CopyWPILibToUpdateDirectory.cmd
bat
bsd-3-clause
4,880
@ECHO off set ME=%0 set DIR=%~dp0 set MSVC_VER="" if "%VSINSTALLDIR%" == "" ( echo. echo %VSINSTALLDIR is not defined, run from within Visual Studio Command Prompt. echo. goto :DONE ) cl.exe 2>&1 |findstr "Version\ 18.00" > nul if %errorlevel% == 0 ( set MSVC_VER="-1800" ) cl.exe 2>&1 |findstr "Version\ 16.00"...
tklab-tud/umundo
contrib/build-scripts/build-zeromq-windows.bat
bat
bsd-3-clause
1,993
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServerUsecpid_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServerUsecpid_TestSuite2 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServerUsecpid_TestSuite2.cmd
bat
mit
373
cmd_net/wimax/built-in.o := arm-eabi-ld -EL -r -o net/wimax/built-in.o net/wimax/wimax.o
TroNit/BlackDome_New_supersonic
net/wimax/.built-in.o.cmd
bat
gpl-2.0
94
@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...
uptimejp/pgperf
docs_ja/make.bat
bat
gpl-2.0
5,126
:: (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...
CprE488/Final
system/implementation/system_axi_interconnect_1_wrapper_fifo_generator_v9_1_1/simulation/timing/simulate_isim.bat
bat
gpl-3.0
3,465
REM ------------------------------------------------------------- REM Manual step: download a tagged zip of source code from BitBucket REM then unzip to generate a ./windows/tarotclub directory REM ------------------------------------------------------------- echo off cd windows REM --------------------------...
belegar/tarotclub
packaging/make_windows_setup.bat
bat
gpl-3.0
810
@echo off setlocal perl "%GLADIATOR_HOME%\ThirdParty\Markdown_1.0.1\Markdown.pl" --html4tags %1 >%1.html endlocal @echo on
hyller/GladiatorTool
Scripts/markdown.bat
bat
unlicense
130
@echo on set arg1=%1 set arg2=%2 set arg3=%3 shift shift cd c:\xampp\htdocs\uploads\%arg1% mpiexec -np %arg3% fds_mpi_executable %arg2%
TheRealPino/FDS-Online
multipleprocesses.bat
bat
bsd-3-clause
136
set MSBUILD="C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe" set PROJECT="%~dp0vs2012\slua-standalone.sln" set BIN_PATH="%~dp0bin" cmd /c %~dp0premake.bat %MSBUILD% %PROJECT% /property:Configuration="Release";GenerateDocumentation=true;DeployOnBuild=true;PublishProfile=Deployment' /property:Platfor...
luzexi/slua-3rd
standalone/msbuild_vs2012.bat
bat
mit
828
@echo off REM REM Grab the directory where this script resides, for use later REM set COBERTURA_HOME=%~dp0 REM REM Read all parameters into a single variable using an ugly loop REM set CMD_LINE_ARGS=%1 if ""%1""=="""" goto doneStart shift :getArgs if ""%1""=="""" goto doneStart set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 sh...
sazap10/Flow.Reader
lib/cobertura-1.9.4.1/cobertura-check.bat
bat
mit
590
echo off REM @author Guillaume MOREL REM v0.1 echo [WARN] This script will reset this Thelia2 install, all data will be cleared. pause if exist local\config\database.yml ( echo [INFO] Clearing caches php Thelia cache:clear echo [INFO] Self-updating Composer composer self-update e...
enurit/thelia
reset_install.bat
bat
lgpl-3.0
1,476
qmake.exe %~dp0\PipeChatClient.pro -r -spec win32-g++ "CONFIG+=release" && mingw32-make.exe
V3416TheRealRTZ/pipe_chat
client/build_client.bat
bat
mit
91
@echo off type main.uws data.uws mode.uws kancolle.uws popup.uws click.uws pixel.uws debug.uws util.uws bokou.uws log.uws key.uws combo.uws taiha.uws > kancolle-assist.uws
nkmrgk/kancolle-assist
src/Build.bat
bat
mit
174
@echo off rem Checking if Java is installed echo Checking for Java ... set JAVA_CMD="java.exe" if defined JAVA_HOME ( set JAVA_CMD="%JAVA_HOME%\bin\java.exe" ) %JAVA_CMD% -version if %ERRORLEVEL% NEQ 0 ( echo ------------------- ERROR ------------------- echo RMCastPlugin.bat requires Java exit /b 1 ) echo ...
isis-ammo/ammo-gateway
RMCastPlugin/rmcastplugin.bat
bat
mit
1,367
@echo off :: Clean logs forfiles /s /p ..\System /m *.tlog /c "cmd /c del /q @path" :: Clean directories forfiles /s /p ..\System /m obj /c "cmd /c rmdir /q /s @path" 2>nul forfiles /s /p ..\System /m bin /c "cmd /c rmdir /q /s @path" 2>nul forfiles /s /p ..\System /m Debug /c "cmd /c del /q /s @path\* 2>nul" forfile...
jbatonnet/kernel
Tools/Clean.bat
bat
mit
1,117
:::::::::::::::::::::::::::::::::::::::::::: :: Elevate.cmd - Version 4 :: Automatically check & get admin rights :::::::::::::::::::::::::::::::::::::::::::: @echo off CLS ECHO. ECHO ============================= ECHO Running Admin shell ECHO ============================= :init setlocal DisableDelayedExpansion...
ezra-obiwale/this-dpd-starter
bin/batch/stop.bat
bat
mit
1,800
#!/bin/sh rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. rem rem This file contains confidential and proprietary information rem of Xilinx, Inc. and is protected under U.S. and rem international copyright and other intellectual property rem laws. rem rem DISCLAIMER rem This disclaimer is not a licens...
Fairyland0902/BlockyRoads
src/BlockyRoads/ipcore_dir/road/implement/planAhead_ise.bat
bat
mit
2,626
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=MacAdminsProfileReference if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command w...
mosen/profiledocs
make.bat
bat
mit
797
saxon str.split.xml ../../../style/function.xsl
exslt/exslt.github.io
str/functions/split/refresh.bat
bat
mit
48
@echo off setlocal pushd "%~dp0" node -e "var library = require(\"./src/Library\"); console.log(library.read());" popd endlocal pause
billyzkid/typescript-modules
umd/index-node.bat
bat
mit
136
cmd_drivers/video/msm/built-in.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/video/msm/built-in.o drivers/video/msm/msm_fb.o drivers/video/msm/logo.o drivers/video/msm/mdp.o drivers/video/msm/mdp_ppp.o drivers/video/msm/mdp_ppp31.o drivers/video/msm/mddi.o drive...
kingklick/kk-evo-kernel
drivers/video/msm/.built-in.o.cmd
bat
gpl-2.0
538
cmd_drivers/input/misc/built-in.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/input/misc/built-in.o drivers/input/misc/gpio_event.o drivers/input/misc/gpio_matrix.o drivers/input/misc/gpio_input.o drivers/input/misc/gpio_output.o drivers/input/misc/gpio_axis.o drivers...
yncconsulting/HTC_Express_Kernel
drivers/input/misc/.built-in.o.cmd
bat
gpl-2.0
476
pushd "%GBC%\net\%EXECT%\%NGBA%" for /f "tokens=* delims= " %%a in ('dir /b/a-d-h "%GBE%\%EMUZ%\%VGBA%\GBA*.rom"') do set NGBABIOS=%%~a "%GBC%\fart.exe" "%VGBA%m.ini" [EMUL] "[EMUPTH]" "%GBC%\fart.exe" "%VGBA%m.ini" [NGBABIOS] "%NGBABIOS%" copy /y "%GBE%\%EMUZ%\%VGBA%\%NGBABIOS%" "%GBC%\net\%EXECT%\%NGBA%" popd f...
HoodlumDTX/rom-jacket
execNGBA.bat
bat
gpl-2.0
827
..\..\packages\ilmerge.2.13.0307\ILMerge.exe ..\ILSpy\ILSpy.exe ..\ILSpy\ICSharpCode.Decompiler.dll ..\ILSpy\ICSharpCode.NRefactory.dll ..\ILSpy\ICSharpCode.NRefactory.CSharp.dll /t:library /out:ILSpy.Bundle.dll
vpatrinhani/Bohrium-Tools-BDD
lib/ILSpyBundleLibrary/CreateUpdateILSpyBundle.cmd
bat
gpl-2.0
211
cmd_drivers/media/mmc/siano/built-in.o := rm -f drivers/media/mmc/siano/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/media/mmc/siano/built-in.o
avareldalton85/rpi2-linux-rt
drivers/media/mmc/siano/.built-in.o.cmd
bat
gpl-2.0
217
cmd_fs/ntfs/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-ld -EL -r -o fs/ntfs/built-in.o fs/ntfs/ntfs.o
evan6200/cirrfy_pos
fs/ntfs/.built-in.o.cmd
bat
gpl-2.0
188
cmd_arch/arm/lib/csumpartialcopyuser.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -...
bigbiff/i717-GB-Kernel
arch/arm/lib/.csumpartialcopyuser.o.cmd
bat
gpl-2.0
1,997
cmd_drivers/mmc/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/mmc/built-in.o drivers/mmc/core/built-in.o drivers/mmc/card/built-in.o drivers/mmc/host/built-in.o
dagnarf/sgh-i717-dagkernel
drivers/mmc/.built-in.o.cmd
bat
gpl-2.0
215
cmd_sound/soc/codecs/built-in.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-spdif.o sound/soc/codecs/snd-soc-wm8994.o sound/soc/codecs/snd-soc-wm-hubs.o
selva-simple/Galaxy-R-Kernel
sound/soc/codecs/.built-in.o.cmd
bat
gpl-2.0
257
cmd_drivers/net/loopback.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,drivers/net/.loopback.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/android/K...
mjmccall/Kernel
drivers/net/.loopback.o.cmd
bat
gpl-2.0
28,715
cmd_sound/ppc/built-in.o := rm -f sound/ppc/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/ppc/built-in.o
AOSP-ZEUS/android_kernel_samsung_n1
sound/ppc/.built-in.o.cmd
bat
gpl-2.0
162
@echo off "%PYTHON2%" "%CONC_FILES%" %*
aerval/de.rki.proteomic_virus_detection
payload/binaries_python_win/bin/ConcatenateFiles.bat
bat
gpl-2.0
41
@ECHO OFF set NODE="bin\node-windows.exe" set RIPLEY="ripley.js" %NODE% %RIPLEY% %*
samba2/ripley
ripley.bat
bat
gpl-2.0
92
echo off setlocal enabledelayedexpansion echo. "C:\Program Files\MySQL\MySQL Server 5.7\bin\mysql" -e "truncate table refrain_live.map_city_tier ;" -u update_recon echo TRUNCATE refrain_live.map_city_tier DONE echo. FOR %%f IN ("*.csv") DO ( set old=%%~dpnxf set new=!old:\=\\! "C:\Program Files\MySQL\MySQL Se...
reflaz/sql-scripts
refrain-tools/00-c-import/REFRAIN_TOOLS_LIVE/_MAPPING/MAP_CITY_TIER/AA_MAP_CITY_TIER.bat
bat
gpl-3.0
690
 cd /d %~dp0 InventoryService.ServiceDeployment.exe stop InventoryService.ServiceDeployment.exe uninstall InventoryService.ServiceDeployment.exe install InventoryService.ServiceDeployment.exe start PAUSE
vladkosarev/InventoryService
InventoryService.ServiceDeployment/topshelf-install.bat
bat
gpl-3.0
207
copy C:\eclipse3.5\runtime-EclipseApplication\MD\R__MD_*.csv C:\eclipse3.5\workspace\ArchMetrics\R\csv copy C:\eclipse3.5\runtime-EclipseApplication\CDB\R__*.csv C:\eclipse3.5\workspace\ArchMetrics\R\csv copy C:\eclipse3.5\runtime-EclipseApplication\DL\R__*.csv C:\eclipse3.5\workspace\ArchMetrics\R\csv copy C:\eclip...
aroog/code
ArchMetrics/R/copyCSV.bat
bat
gpl-3.0
510
@REM ---------------------------------------------------------------------------- @REM Copyright 2001-2004 The Apache Software Foundation. @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 th...
fracpete/i-am-supernova
src/main/scripts/csv.bat
bat
gpl-3.0
2,076
set sample=%1 echo Challenge 123-1E: Sample %sample% echo ========================== echo. echo Input echo ----- type sample%sample%.dat echo. echo. if not exist sample%sample%.txt goto actualOutput echo Expected output echo --------------- type sample%sample%.txt echo. :actualOutput echo Actual output ...
powder96/rdailyprogrammer
Challenge_123-1E/Release/run-sample.cmd
bat
gpl-3.0
391
@echo off cls echo Block Telemetry Firewall Rules echo Confirm the UAC prompt to continue. echo. PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& {Start-Process PowerShell -ArgumentList '-NoProfile -ExecutionPolicy Bypass -File ""%~dp0.\rules.ps1""' -Verb RunAs}" echo Rules should be included in Firewall. ech...
CHEF-KOCH/regtweaks
Win 10/All Versions/Security/Anti-Telemetry Firewall rules/add rules.cmd
bat
mpl-2.0
328
getairsdata.jar airs_settings.txt -u
dirktrossen/AIRS
getairsdata/getairsdata_update.bat
bat
lgpl-2.1
36
@echo off rem $Id: jspider-tool.bat,v 1.5 2003/04/22 16:43:33 vanrogu Exp $ if exist "%JSPIDER_HOME%" goto JSPIDER_HOME_DIR_OK set JSPIDER_HOME=.. :JSPIDER_HOME_DIR_OK set JSPIDER_OPTS= set JSPIDER_OPTS=%JSPIDER_OPTS% -Djspider.home=%JSPIDER_HOME% set JSPIDER_OPTS=%JSPIDER_OPTS% -Djava.util.logging.config.file=%JS...
YYChildren/jspider
res/bin/jspider-tool.bat
bat
lgpl-2.1
1,025
@echo off cd "\Program Files\LittleBeat Agent" PowerShell.exe Set-ExecutionPolicy Bypass -Force PowerShell.exe .\install-agents.ps1 PowerShell.exe Set-ExecutionPolicy Restricted -Force
ESGuardian/LittleBeat
agents/install.bat
bat
apache-2.0
185
@echo off echo This will rename existing configuration files to the new naming schema used echo by BIOS Sledgehammer v6 and upward. You only need to execute this file once. echo. echo If something goes wrong during the rename (e.g. file in use), just execute it again. echo. pause @echo on cd "%~dp0" for /R %%G in (B...
texhex/BiosSledgehammer
zRenameConfigFilesForV6.bat
bat
apache-2.0
710
@echo off @call copy.bat @set IMG_DIR=%1 @set IMG_OUTDIR=%2 @set q=%3 @set IMG_EXT=*.jpg if "%IMG_DIR%"=="" ( set IMG_DIR=imgs_in ) if "%IMG_OUTDIR%"=="" ( set IMG_OUTDIR=imgs_out ) if "%q%"=="" ( set q=95 ) @set exe="guetzli.exe" setlocal enabledelayedexpansion call :time2sec %time% set time1=%ns% for /f "d...
guanzidashu/guetzli_ios_metal
tests_tencent/test.bat
bat
apache-2.0
1,243
java BasicThresher %1
peidevs/OpenDataBookClub
tools/PDF_Thresher/runBasicThresher.bat
bat
apache-2.0
24
"C:\Program Files\MongoDB\Server\3.0\bin\mongod.exe" --dbpath "C:\data\db" --port 9090 pause
blstream/AugumentedSzczecin_java
mongoStart.bat
bat
apache-2.0
92
@echo lang fix en >lang.inc @fasm cObj.asm cObj @kpack cObj @erase lang.inc @pause
devlato/kolibrios-llvm
programs/develop/cObj/trunk/build_en.bat
bat
mit
82
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S03_SchemaLock.TestCase_S03_TC08_ConvertToExclusiveLock_InvalidCoauthSession_NoSharedLockOrNotPresentInSessesion /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-W...
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S03_TC08.cmd
bat
mit
350
node droneConnect.js
lucxxx/drone2
droneConnect/droneConnect.bat
bat
mit
20
cmd_init/main.o := arm-eabi-gcc -Wp,-MD,init/.main.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-endia...
mcardielo/ThunderG-Kernel_2.6.35
init/.main.o.cmd
bat
gpl-2.0
190,098
rem author: lixizhi@yeah.net rem date: 2016.2.26 rem desc: Install dependencies: (currently only BOOST and DirectX9 SDK) rem guide: add `BOOST_ROOT` to environment variable, such as 'D:\lxzsrc\NPLRuntime\Server\trunk\boost_1_60_0', rem make sure to prebuilt your boost library with `b2 --build-type=complete` rem...
hetter/NPLRuntime
build_win32.bat
bat
gpl-2.0
958
@echo off echo ----------------------------------------------------- echo ----------------------------------------------------- echo Ext.ux.FlexAccord Build Tool echo (c) 2009 Thorsten Suckow-Homberg ts@siteartwork.de echo ----------------------------------------------------- echo Using yuicompresso...
conjoon/webmail
vendor/ext-ux-flexaccord/build-tools/win32/make.bat
bat
agpl-3.0
1,877
@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...
clusterdock/clusterdock
docs/make.bat
bat
apache-2.0
6,469
@echo off java -jar %~dp0\..\lib\cmdrunner-2.0.jar --tool Reporter %*
Sausageo/jmeter-plugins
tools/cmd/src/main/resources/kg/apc/cmdtools/JMeterPluginsCMD.bat
bat
apache-2.0
75
@echo off :: Copyright 2021 The Chromium Authors. All rights reserved. :: Use of this source code is governed by a BSD-style license that can be :: found in the LICENSE file. :: See revert instructions in cipd_manifest.txt call "%~dp0\cipd_bin_setup.bat" > nul 2>&1 "%~dp0\.cipd_bin\pinpoint.exe" %*
CoherentLabs/depot_tools
pinpoint.bat
bat
bsd-3-clause
302
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S1_ConnectionTest_CapabilityExchange_PositiveTest_PointerCapSet_ColorPointerCacheSize_0 /Logger:trx pause
JessieF/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPBCGR/S1_ConnectionTest_CapabilityExchange_PositiveTest_PointerCapSet_ColorPointerCacheSize_0.cmd
bat
mit
276
UPDATE Test1 "Test1-data.txt"; CREATE SCANNER ON Test1[..??]; DESTROY SCANNER; CREATE SCANNER ON Test1[..??] WHERE ROW = "Agamemnon"; DESTROY SCANNER; CREATE SCANNER ON Test1[..??] WHERE ROW >= "Agamemnon" LIMIT=5; DESTROY SCANNER; CREATE SCANNER ON Test1[..??] WHERE "Agamemnon" <= ROW <= "Agamemnon"; DESTROY SCANNER; ...
tempbottle/hypertable
src/cc/Tools/rsclient/tests/Test1.cmd
bat
gpl-2.0
666
cd release cpack -G NSIS cd .. pause
Open-UDC/open-udc
package_nsis.bat
bat
lgpl-2.1
37
java -cp javaforce.jar;jfmusic.jar MidiKeyboard %1
ericomattos/javaforce
projects/jfmusic/runMidi.bat
bat
lgpl-3.0
51
echo off call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86_amd64 msbuild build.proj /t:Clean;BeforeBuild msbuild build.proj /t:Build msbuild build.proj /t:PreparePackage;Package pause
marktsai0316/EasyHook
build-package.bat
bat
lgpl-2.1
216
rm ../../bin/er9x-128.hex make clean make CPU=128 EXT=FRSKY mv er9x.hex ../../bin/er9x-128.hex
diegofernandes/er9x-frsky-mavlink
source/er9x-frsky/compile-128.bat
bat
gpl-3.0
99
@echo off rem rem Copyright (c) Orient Technologies LTD (http://www.orientechnologies.com) rem echo . echo .` ` echo , `:. echo `,` ,:` ...
cstamas/orientdb
server/script/server.bat
bat
apache-2.0
3,722
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\ext-name\cli.js" %* ) ELSE ( node "%~dp0\..\ext-name\cli.js" %* )
ibrokerme/iBrokerMeWeb
node_modules/grunt-contrib-imagemin/node_modules/imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin/node_modules/bin-wrapper/node_modules/download/node_modules/decompress/node_modules/.bin/extname.cmd
bat
gpl-2.0
127
@echo off bundler\SqlBundler.exe ..\..\..\..\ "db/SQL Server/2.x/2.0" false copy sendgrid.sql sendgrid-blank.sql del sendgrid.sql copy sendgrid-blank.sql ..\..\sendgrid-blank.sql
mixerp5/frapid
src/Frapid.Web/Areas/SparkPostMail/db/SQL Server/2.x/2.0/rebundle-db-without-sample.bat
bat
apache-2.0
178
@echo off set startPath=%cd% set startDrive= %startPath:~0,2% set fileDrive=%~dp0 %fileDrive:~0,2% cd %~dp0 C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild build.msbuild /m:4 %* %startDrive% cd %startPath%
hakim89/Bonobo-Git-Server
build.cmd
bat
mit
214
@echo off rem rem ############################################################################## rem ## rem ## This script is used to compile a test suite to XSLT, run it, format rem ## the report and open it in a browser. rem ## rem ## It relies on the environment variable SAXON_HOME to be set to the rem ## ...
innovimax/xspec
bin/xspec.bat
bat
mit
14,979
set LDM=.\bin\DICOM2bmp.exe set RENDER=-vr -sample_dist 50 -iso 100 :set RENDER=-obj -o aaa.obj -target_reduction 0.8 -smooth 3 :%LDM% .\sliceImage -s 249 -base_name Capture :goto end %LDM% .\DICOM_DATA %RENDER% :end
Sanaxen/vtkFreeWrapper
sample/test.bat
bat
mit
221
@echo off set DBNAME=TestBackup echo generate update script for %DBNAME% python run.py %DBNAME% > generated_update_testbackup.sql if errorlevel 1 goto errgenerate goto okgenerate :errgenerate echo failed generate script exit /b 1 :okgenerate echo successfully generated script: type generated_update_testbackup.sql e...
gochaorg/admscripts
scripts/mssql/archive/update_db/update_testbackup.bat
bat
mit
519
set test_program=10_2.exe REM Start test 1 %test_program% <./tests/inputs/input1.txt >output.txt FC /B output.txt ./tests/outputs/output1.txt IF ERRORLEVEL 1 GOTO err REM Start test 2 %test_program% <./tests/inputs/input2.txt >output.txt FC /B output.txt ./tests/outputs/output2.txt IF ERRORLEVEL 1 GOTO err REM Start ...
CoBeHoK/vvp-master
lw10/test10_2.bat
bat
mit
1,545
@echo off IF NOT EXIST bin mkdir bin pushd bin CL ..\demo\win32.c ..\gui.c /Fegui /GS /analyze- /W4 /ZI /Gm /Od /Gd /MDd /EHa- /GA /FC /Oi /GR- /Gm- /EHsc /nologo /wd4127 /wd4201 /wd4189 /wd4100 /wd4505 /D_CRT_SECURE_NO_WARNINGS /link /DEBUG /MACHINE:X86 /INCREMENTAL /SUBSYSTEM:WINDOWS /DYNAMICBASE "kernel32.lib" "u...
liexusong/gui
make.bat
bat
mit
351
@ECHO OFF cd ..\src\PowerPing dotnet build dotnet publish -c Release -r win-x64 dotnet publish -c Release -r win-x86 dotnet publish -c Release -r osx-x64 dotnet publish -c Release -r linux-x64 dotnet publish -c Release -r debian-x64 dotnet publish -c Release -r ubuntu-x64 :: dotnet publish -c Release -r ubuntu.18.04-...
Killeroo/PowerPing
scripts/build_dotnet_core.bat
bat
mit
757
esdoc -c esdoc.json && del /F /Q docs\package.json
homer0/jest-ex
utils/scripts/docs.cmd
bat
mit
51
gradlew shadowJar
CS2103JAN2017-T16-B2/main
shadowJar.bat
bat
mit
18
(defglobal ?*CURRENT_YEAR* = 2014) (load* "PersonTemplate.clp") (load* "task 1\\CompareHeights.clp") (load* "task 1\\Helpers.clp") (load* "task 1\\Cousin, Nieve, Nephew.clp") (load* "task 1\\Uncle, Aunt.clp") (load* "task 1\\Grandfather, Grandmother.clp") (load* "task 2,3\\AddPerson.clp") (load* "task 2,3\\RemovePe...
The4Ms/family-knowledgebase
main.bat
bat
mit
625
@ECHO OFF ECHO START CREATE PWD FILE... ORAPWD FILE=C:\oracle\PWDorcl.ora PASSWORD=sys FORCE=y ECHO FINISH... PAUSE
brandonDu/oracle-dataguard-configure
windows/server 2008 + oracle 10g/pri_orapwd.bat
bat
mit
115
@echo cd %~dp0hosts git remote add hosts git@github.com:racaljk/hosts.git git pull hosts master
ruidalin/hosts
更新hosts.bat
bat
mit
95
python aliexpress.py
pradyumnac/AliexpressOrders
run.bat
bat
mit
20
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\jison\lib\cli.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\jison\lib\cli.js" %* )
Timebutt/timebutt.github.io
node_modules/jsonpath/node_modules/.bin/jison.cmd
bat
mit
180
MayaWriter "D:/Development/Maya/Scenes/cube-2x2x2-t.ma" "D:/Development/Maya/Scenes/cube-2x2x2-t.ma.xml" "import-all.lua"
VladSerhiienko/Nena.v.1
Bin/MayaWriter_x64v120/run_for_cube-2x2x2-t.bat
bat
gpl-2.0
121
cmd_drivers/net/wireless/libra/librasdioif.o := arm-eabi-ld -EL -r -o drivers/net/wireless/libra/librasdioif.o drivers/net/wireless/libra/libra_sdioif.o drivers/net/wireless/libra/qcomwlan_pwrif.o
bigbiff/i717-GB-Kernel
drivers/net/wireless/libra/.librasdioif.o.cmd
bat
gpl-2.0
201
gulp --require coffee-script/register
Luchanso/gulp-starter
run.bat
bat
gpl-2.0
38
cmd_arch/arm/mm/pabort-v7.o := /home/flint/src_pf2/StoneK_10.4.16.8/scripts/gcc-wrapper.py /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc -Wp,-MD,arch/arm/mm/.pabort-v7.o.d -nostdinc -isystem /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-...
lindsaytheflint/stone
arch/arm/mm/.pabort-v7.o.cmd
bat
gpl-2.0
2,334
cmd_fs/proc/interrupts.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/proc/.interrupts.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__ -ml...
yohanes/Acer-BeTouch-E130-Linux-Kernel
fs/proc/.interrupts.o.cmd
bat
gpl-2.0
18,467
cmd_drivers/usb/core/notify.o := gcc -Wp,-MD,drivers/usb/core/.notify.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 -W...
namgk/kernel-tut
drivers/usb/core/.notify.o.cmd
bat
gpl-2.0
19,767
cmd_sound/pci/au88x0/built-in.o := rm -f sound/pci/au88x0/built-in.o; /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs sound/pci/au88x0/built-in.o
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
sound/pci/au88x0/.built-in.o.cmd
bat
gpl-2.0
156
cmd_libbb/login.o := gcc -Wp,-MD,libbb/.login.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-prototypes -Wunu...
muthumani2/Muthu-busybox
libbb/.login.o.cmd
bat
gpl-2.0
9,428
cmd_sound/core/snd-pcm.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/core/snd-pcm.o sound/core/pcm.o sound/core/pcm_native.o sound/core/pcm_lib.o sound/core/pcm_timer.o sound/core/pcm_misc.o sound/core/pcm_memory.o
RittikBhowmik/Project-Crater-Kernel-GT-i9152
sound/core/.snd-pcm.o.cmd
bat
gpl-2.0
271
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=mr_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I1...
mantarayforensics/mantaray-docs
make.bat
bat
gpl-3.0
5,102
@echo off @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal set DIRNAME=.\ if "%OS%" == "Windows_NT" set DIRNAME=%~dp0% set PROGNAME=run.bat if "%OS%" == "Windows_NT" set PROGNAME=%~nx0% set JAVA=%JAVA_HOME%\bin\java if "%JBOSS_HOME%" == "" set JBOSS_HOME=%DIRNAME%\.. rem Setup the java endor...
prozakis/mywms-Server
jboss-5.0.0.GA/bin/wstools.bat
bat
gpl-3.0
2,414
@echo off set file_wid_path=%1 del %file_wid_path%
pmanwatkar/puppetModules
actions/files/FIleHandlingWindows/del_file.bat
bat
gpl-3.0
58
/****************************************************************************** * * bitband_ccs.cmd - CCS linker configuration file for bitband. * * Copyright (c) 2009-2013 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is supplying this soft...
trfiladelfo/unesp_mdt
boards/SW-TM4C-2.0.1.11577/examples/boards/ek-lm4f232/bitband/bitband_ccs.cmd
bat
mpl-2.0
2,794