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 set a=MIA.DLL set c=0 for %%x in (%*) do set /a c+=1 if NOT %c%==0 ( set a=%1 ) echo Started signing %a%. rem if not exist MIA.cer ( rem makecert -n "CN=MIA.DLL,O=Luismark,L=Cascais,S=Lisboa,C=Portugal" -iv ..\luissign.pvk -ic ..\luissign.cer -m 8 -eku 1.3.6.1.5.5.7.3.3 -cy end -sv MIA.pvk -a sha512 -le...
luis140219/mia-dll
sign-noprompt.bat
bat
lgpl-3.0
831
@REM ---------------------------------------------------------------------------- @REM ${project.baseName} ${project.version} @REM generate RSA key pair and certificate for SSL encryption @REM Copyright (C) 2009-2019 OpenEstate.org @REM ---------------------------------------------------------------------------- @REM @...
OpenEstate/OpenEstate-Tool-Server
src/windows/SslInit.bat
bat
apache-2.0
2,569
:: Copyright 2019-2021 Google LLC :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: https://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed t...
google-coral/libcoral
scripts/windows/docker_build.bat
bat
apache-2.0
1,432
echo off rem ##################################################################### rem # Project:Easy Web Framework rem # Description: rem # EasyFK stands for Easy Web Framework.It's an open source product for E-Business / E-Commerce.It rem # was launched by a chinese Hezhiping(QQ:110476592) in 2015.The goal of Eas...
gorun8/easyfk
src/platforms/windows/starteasyfk.bat
bat
apache-2.0
2,902
:: Target build directory set DEPLOY=TickTock :: Current directory set BASE=%CD% cd %BASE%\deploy rm -f *.ipk CALL palm-package.bat %DEPLOY% cd %BASE% REM Development is the default environment, showing how to do it explicitly set NODE_ENV=development node node-server.js pause
pcimino/TickTock
tools/start-node.bat
bat
apache-2.0
283
@ECHO OFF REM Command file for Sphinx documentation pushd %~dp0 if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_elements.papersize=%PAPER% %...
CJ-Wright/pyIID
docs/make.bat
bat
bsd-3-clause
7,292
@echo off cd\ E: cd ruying\web\ruying npm run app @cmd.exe
qoredlruyingok111net2017517/qoredlruyingok111net2017517
docs/app.bat
bat
mit
58
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCROPS.S11_IncrementalChangeSynchronizationROPs.MSOXCROPS_S11_TC09_TestRopSynchronizationUploadStateStreamEnd /testcontainer:..\..\MS-OXCROPS\TestSuite\bin\Debug\MS-OXCROPS_TestSuite.dll /runconfig:..\..\MS-OXCROPS\MS-OXCROPS...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCROPS/RunMSOXCROPS_S11_TC09_TestRopSynchronizationUploadStateStreamEnd.cmd
bat
mit
347
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE ( perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) goto end...
ArcherSys/ArcherVMPeridot
perl/bin/h2xs.bat
bat
mit
61,321
::===============kodmunki™ build process============== :: This build process is dependent upon yuicompressor :: and a specific directory structure: :: :: root :: _build (This build script and the yuicompressor) :: bin (The compiled scripts will appear here) :: src (All script files go here) :: :: The follow...
kodmunki/ku4js-webApp
_temp/_build/build.cmd
bat
mit
1,626
cmd_kernel/exec_domain.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,kernel/.exec_domain.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 -Wst...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/kernel/.exec_domain.o.cmd
bat
gpl-2.0
14,575
@Echo off TITLE IntraCube Transfer SET path2="C:\Users\Dana\Documents\IntraCube Scripts\Scripts\Sources" SET path1=%~dp0*.java xcopy /y %path1% %path2% SET path2=%path2:~0,-16% call %path2%Compile.bat
intracube/IntraCube
src/transfer.bat
bat
gpl-3.0
202
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\electron-builder\out\build-cli.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\electron-builder\out\build-cli.js" %* )
klhdy/im-indepartment
packORGAN/client/sealtalk-desktop-ent-src/node_modules/.bin/build.cmd
bat
gpl-3.0
214
.\..\..\..\node_modules\.bin\electron .\client\main.js
Quobject/boscode-learn
code/arduino/04/run.cmd
bat
mit
55
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\uglifycss\uglifycss" %* ) ELSE ( node "%~dp0\..\uglifycss\uglifycss" %* )
cblaettl/ExploreASP.NET5
src/MyWebBlog/node_modules/gulp-uglifycss/node_modules/.bin/uglifycss.cmd
bat
cc0-1.0
139
@echo off setlocal enabledelayedexpansion call "%~dp0elasticsearch-env.bat" || exit /b 1 %JAVA% ^ %ES_JAVA_OPTS% ^ -Des.path.home="%ES_HOME%" ^ -Des.path.conf="%CONF_DIR%" ^ -cp "%ES_CLASSPATH%" ^ org.elasticsearch.common.settings.KeyStoreCli ^ %* endlocal
sneivandt/elasticsearch
distribution/src/main/resources/bin/elasticsearch-keystore.bat
bat
apache-2.0
273
@ECHO OFF REM create bin directory if it doesn't exist if not exist ..\bin mkdir ..\bin REM delete output from previous run del actual.txt REM compile the code into the bin folder javac -cp ..\src -Xlint:none -d ..\bin ..\src\seedu\addressbook\Main.java REM run the program, feed commands from input.txt file and re...
zachylimwl/addressbook-level2
test/runtests.bat
bat
mit
500
@echo off chcp 65001 :start echo ~~~~~~NEW INSTANCE~~~~~~ python bot.py ping -n 5 127.0.0.1>NUL goto start
amphipath/woof-bot
run.bat
bat
mit
106
setlocal if "%NUGET_KEY%"=="" SET NUGET_KEY=%1 if "%NUGET_GALLERY%"=="" SET NUGET_GALLERY=%2 set BINROOT=%BUILD_STAGINGDIRECTORY%\Release if not exist %BINROOT% echo "Error: '%BINROOT%' does not exist."&goto :eof set NUGET=%BUILD_SOURCESDIRECTORY%\NuGet.exe if not exist %NUGET% echo "Error: '%NUGET%' does not exist...
pharring/ApplicationInsights-dotnet
WEB/VSOPushNugetPackages.cmd
bat
mit
548
@echo off rem rem ========================================================================== 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...
RackerWilliams/xercesj
build.bat
bat
apache-2.0
2,183
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License...
ericsonyc/Hadoop_Configuration
share/hadoop/httpfs/tomcat/bin/shutdown.bat
bat
apache-2.0
2,049
@ECHO OFF ECHO. ECHO. ECHO This will only work when you have NPM available on the command line ECHO Works great with NodeJS Portable - https://gareth.flowers/nodejs-portable/ ECHO. ECHO. set /P c=Are you sure you want to continue [Y/N]? if /I "%c%" EQU "Y" goto :setupgulp if /I "%c%" EQU "N" goto :eof :setupgulp call...
abryukhov/Umbraco-CMS
src/Umbraco.Web.UI.Client/setupgulp.bat
bat
mit
484
"..\tool\Jssor.Compress.exe" -HTML:Js -HTML:Css -HTML:Comment -HTML:Blank -JSSORONLY -AWRAP -OVERWRITE -ENCOUT:UTF-8 "tab-slider-text.source.html" -OUT "tab-slider-text.html"
waikitlin/wordpress
wp-content/themes/twentythirteen/Jssor.Slider.FullPack/demos-no-jquery/tab-slider-text.compress.bat
bat
gpl-2.0
175
@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...
codelv/enaml-native
docs/make.bat
bat
mit
7,261
..\Tools\NuGet.exe pack -symbols -noninteractive -verbosity normal -Prop Configuration=Release -Prop Platform=x86 -exclude sqlite3.dll
dbuksbaum/KeyValueLite
src/KeyValueLite/MyGet.cmd
bat
mit
134
dotnet build -c Release
Varorbc/ICanPay
build.bat
bat
mit
23
cmd_drivers/net/loopback.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/net/.loopback.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
drivers/net/.loopback.o.cmd
bat
gpl-2.0
27,813
cmd_net/netfilter/nf_conntrack_helper.o := arm-linux-gnueabi-gcc -Wp,-MD,net/netfilter/.nf_conntrack_helper.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/...
b8e5n/KTG-kernel_es209ra
net/netfilter/.nf_conntrack_helper.o.cmd
bat
gpl-2.0
30,667
cmd_drivers/power/power_supply.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o drivers/power/power_supply.o drivers/power/power_supply_core.o drivers/power/power_supply_sysfs.o drivers/power/power_supply_leds.o
paxchristos/R800x-2.3.3-Kernel
drivers/power/.power_supply.o.cmd
bat
gpl-2.0
281
@echo off cd .. setlocal ENABLEDELAYEDEXPANSION cmdwiz setfont 1 & cls & mode 120,80 for /F "Tokens=1 delims==" %%v in ('set') do set "%%v=" set /a XMID=120/2, YMID=80/2-4, XMID2=120/2+120 set /a DIST=4000, ROTMODE=0, RX=0, RY=0, RZ=0, MODE=1, WAVE=0 set /a MOONC=0, MOONMOVE=1, MOONX=17 set ASPECT=0.66666 call sindef...
misol1/cmdgfx
legacy/bob-3d2.bat
bat
gpl-2.0
2,290
cmd_net/core/sock.o := arm-eabi-gcc -Wp,-MD,net/core/.sock.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
net/core/.sock.o.cmd
bat
gpl-2.0
37,670
cmd_scripts/basic/split-include := gcc -Wp,-MD,scripts/basic/.split-include.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/split-include scripts/basic/split-include.c deps_scripts/basic/split-include := \ scripts/basic/split-include.c \ $(wildcard include/config/foo.h) \ /Applic...
ThinkIntegrate/busybox
scripts/basic/.split-include.cmd
bat
gpl-2.0
16,973
@echo off setlocal echo exe‚Édll‚ðƒ}[ƒW‚µ‚Ü‚·B echo. rem ILMerge.exe‚ւ̃pƒX set ILMERGE_PATH=ILMerge\ILMerge.exe rem Merge‘Ώۂ̃fƒBƒŒƒNƒgƒŠ‚ƃtƒ@ƒCƒ‹ set WORK_DIR=MonlineBrowser\bin\Release\ set INPUT_FILE=MonlineBrowser.exe rem ì‹Æ—p‚ÌtempƒfƒBƒŒƒNƒgƒŠ‚ðì¬‚·‚é set TEMP_DIR=__TEMP__\ if NOT EXIST %TEMP_DIR% ( ...
Blasthal/MonlineBrowser
Publish_Release.bat
bat
gpl-2.0
972
echo off echo ÿ echo Rebuilding file database. If this takes too long on your echo system, see the section in the documentation on the "FB" utility. echo This process can be configured to run after the user logs off. echo ÿ fbp %1 %2 %3
sdudley/maximus
ctl/runfb.cmd
bat
gpl-2.0
238
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\docpad\bin\docpad-server" %* ) ELSE ( node "%~dp0\..\docpad\bin\docpad-server" %* )
mrsonord/thegame
node_modules/.bin/docpad-server.cmd
bat
gpl-2.0
145
cmd_drivers/video/omap2/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/video/omap2/built-in.o drivers/video/omap2/displays/built-in.o
JoinTheRealms/TF700-dualboot-stockbased
drivers/video/omap2/.built-in.o.cmd
bat
gpl-2.0
220
cmd_fs/cifs/cifs_debug.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/cifs/.cifs_debug.o.d -nostdinc -isystem /home/knesi/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/knesi/HD2/tiamat-kernel-4.0.2/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KER...
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
fs/cifs/.cifs_debug.o.cmd
bat
gpl-2.0
33,705
cmd_sound/soundcore.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/soundcore.o sound/sound_core.o
yohanes/Acer-BeTouch-E130-Linux-Kernel
sound/.soundcore.o.cmd
bat
gpl-2.0
122
@ECHO OFF SET INSTALL_DIR=%~dp0 SET CYGWIN=nodosfilewarning FOR /f %%i IN ('whoami') DO SET USERNAME=%%i SET /p task="[I]nstall or [U]ninstall Hiawatha as a Windows service? " ECHO. IF /i %task% == i GOTO INSTALL IF /i %task% == u GOTO UNINSTALL ECHO Invalid option. GOTO END :INSTALL ECHO Installing Hi...
hsleisink/hiawatha
extra/windows/Service.bat
bat
gpl-2.0
681
>>> total = 0 >>> for i in range(1, 101): ... total = total + i ... >>> total 5050
simontakite/sysadmin
pythonscripts/practicalprogramming/loop/for_rangebasic.cmd
bat
gpl-2.0
88
vlc --extraintf http:logger --http-port=10000 --verbose=2 --file-logging --logfile=log/vlc.txt
indiscible/yamc
run_vlc.bat
bat
gpl-2.0
94
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD sound/sh/built-in.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
sound/sh/.built-in.o.cmd
bat
gpl-2.0
212
cmd_sound/core/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o
asopov/linux-tpt-2.6.39
sound/core/.built-in.o.cmd
bat
gpl-2.0
165
cmd_cmdline_cirbuf.o = gcc -Wp,-MD,./.cmdline_cirbuf.o.d.tmp -pthread -march=armv8-a+crc -D__ARM_FEATURE_CRC32=1 -DRTE_MACHINE_CPUFLAG_NEON -DRTE_MACHINE_CPUFLAG_CRC32 -I/root/lixu/arm64-armv8a-linuxapp-gcc/include -include /root/lixu/arm64-armv8a-linuxapp-gcc/include/rte_config.h -W -Wall -Wstrict-prototypes -Wmiss...
JerryLX/DPDK
arm64-armv8a-linuxapp-gcc/build/lib/librte_cmdline/.cmdline_cirbuf.o.cmd
bat
gpl-2.0
632
@ECHO OFF SET curdir=%cd% IF "%1" == "bootstrap" CALL :Bootstrap IF "%1" == "install" CALL :Install IF "%1" == "test" CALL :Test :Return CD %curdir% EXIT /B %ERRORLEVEL% :: Function to bootstrap the source code :Bootstrap CD %~dp0 && ( CALL python setup.py bootstrap CALL :Install ) || ( GOTO Return ) EXIT /B...
DTOcean/dtocean-app
winmake.bat
bat
gpl-3.0
663
rem Open SQL Ports netsh advfirewall firewall add rule name="SQL Server (TCP 1433)" dir=in action=allow protocol=TCP localport=1433 profile=domain netsh advfirewall firewall add rule name="SQL Server (TCP 6201)" dir=in action=allow protocol=TCP localport=6201 profile=domain netsh advfirewall firewall add rule name="SQ...
sql-aus-hh/my_script_repository
SQLSupport/OpenFirewalls.cmd
bat
gpl-3.0
3,207
%~d1 cd "%~p1" call venv\Scripts\activate.bat call coverage run manage.py test call coverage report -m call coverage html PAUSE;
DEKHTIARJonathan/django_starter_app
launchTests.bat
bat
gpl-3.0
129
@echo off SETLOCAL ENABLEDELAYEDEXPANSION :: SHELL_ROOT - Location(Path) of this batch file pushd "%~dp0" set SHELL_ROOT=!cd! popd :: PORTABLE_ROOT - The root path of PortableRegain set PORTABLE_ROOT=!SHELL_ROOT!/.. pushd "!PORTABLE_ROOT!" set PORTABLE_ROOT=!cd! popd :: PROFILE_HOME - Profile folder set...
thinkbase/PortableRegain
bin/start-crawler.bat
bat
lgpl-2.1
1,455
vcpkg install raylib:x64-windows-static mkdir build-x64-windows-static cd build-x64-windows-static cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_GENERATOR_PLATFORM=x64 -DUSE_MSVC_STATIC_RUNTIME=ON cmake --build . --config Release pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/raylib_examples/build-x64-windows-static.bat
bat
lgpl-3.0
320
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License...
sourcesense/solr-packager
resources/tomcat-resources/src/main/resources/tomcat/bin/startup.bat
bat
apache-2.0
2,041
@ECHO OFF :: :: Set the build paremeters :: SET OSDKADDR=$600 SET OSDKNAME=dialog SET OSDKTAPNAME=dialog SET OSDKFILE=dialog common team sedoric_io bit_ops lz77 affimage
hialmar/tyrann3
osdk_config_dialog.bat
bat
artistic-2.0
182
echo off echo "************** Build lasagne model ****************" ::This script will create a modellasagne.dat model file python ./src/train.py %1 %2 echo "************** Preprocessing training data ****************" ::This script will create a preprocesstrain.csv used by train.m script python ./src/preprocess.py ...
nhlx5haze/Kaggle_WestNileVirus
train.bat
bat
bsd-3-clause
587
%~d0 cd %~dp0 java -Xms256M -Xmx1024M -cp .;../lib/routines.jar;../lib/log4j-1.2.16.jar;../lib/talendcsv.jar;../lib/mysql-connector-java-3.1.14-bin.jar;../lib/talend_file_enhanced_20070724.jar;../lib/mysql-connector-java-5.1.30-bin.jar;../lib/dom4j-1.6.1.jar;reporting_etl_job_0_2.jar;health_facility_0_1.jar;subscribe...
motech-implementations/nms-reports
Reporting-ETL/KK/Reporting_ETL_Job/Reporting_ETL_Job_run.bat
bat
bsd-3-clause
892
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WEBSS.S01_OperationsOnContentType.MSWEBSS_S01_TC03_GetContentTypesWithElements /testcontainer:..\..\MS-WEBSS\TestSuite\bin\Debug\MS-WEBSS_TestSuite.dll /runconfig:..\..\MS-WEBSS\MS-WEBSS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S01_TC03_GetContentTypesWithElements.cmd
bat
mit
307
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S01_AddModifyDeleteRetrieveRules.MSOXORULE_S01_TC03_AddExtendedRule_WithLargeMessageCondition /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORULE\MS-OXORULE.testsett...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S01_TC03_AddExtendedRule_WithLargeMessageCondition.cmd
bat
mit
338
cmd_drivers/hid/usbhid/built-in.o := ld -m elf_i386 -r -o drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
madhwang/linuxKernel
drivers/hid/usbhid/.built-in.o.cmd
bat
gpl-2.0
120
rem BaTpal batch palette generator v1.1 setpal 00020105 setpal 0100060a setpal 02000f09 setpal 03001c21 setpal 041d0304 setpal 0518000f setpal 063f2012 setpal 143f2012 setpal 07101e23 setpal 08060d13 setpal 38060d13 setpal 09071f3f setpal 39071f3f setpal 0a0b3f25 setpal 3a0b3f25 setpal 0b153f3f setpal ...
pip/Octology
dox/Jobz/7Studios/CygPip/bin/tigsfavs.bat
bat
gpl-3.0
466
cmd_drivers/gpio/built-in.o := arm-eabi-ld -EL -r -o drivers/gpio/built-in.o drivers/gpio/gpiolib.o
NooNameR/Sense4.0-kernel
drivers/gpio/.built-in.o.cmd
bat
gpl-2.0
105
/****************************************************************************** * * light_isl29023_ccs.cmd - CCS linker configuration file for light_isl29023. * * Copyright (c) 2013-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-tm4c1294xl-boostxl-senshub/light_isl29023/light_isl29023_ccs.cmd
bat
gpl-3.0
2,810
for %%i in ( bitfields.exe calc.exe dyn_cast.exe enum.exe enum-match.exe memFN-bind.exe tok2.exe typeid.exe ) do %%i
GH1995/tools
archives/cpp-primer-5th/VisualStudio2012/19/runpgms.bat
bat
gpl-3.0
132
@echo off rem rem 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...
janstey/fuse
fabric/fuse-fabric/src/main/append-resources/win/fusefabric.bat
bat
apache-2.0
961
perl ../../../thirdparty/HBehrens-obj2opengl/obj2opengl.pl -noScale -noMove -nameOfObject ds4body DS4/ds4.obj perl ../../../thirdparty/HBehrens-obj2opengl/obj2opengl.pl -noScale -noMove -nameOfObject ds4lightbar DS4/lightbar.obj pause
zelmon64/PSMoveService
src/psmoveconfigtool/source_assets/rebuild_ds4_models_header.bat
bat
apache-2.0
234
IF "%1"=="" ( set BUILD_CONFIG="Debug" ) ELSE ( set BUILD_CONFIG=%1 ) if not "%VS120COMNTOOLS%" == "" ( echo Setting up Visual Studio Pro 2013 Tools... @call "%VS120COMNTOOLS%vsvars32.bat" goto build ) if not "%VS100COMNTOOLS%" == "" ( echo Setting up Visual Studio Pro 2010 Tools... @call "%VS100COMNTOOLS%vsva...
JohnThomson/libpalaso
GetAndBuildThis.bat
bat
mit
594
c:\python\python24\Scripts\epydoc.py --dotpath "c:\Program Files\Graphviz2.22\bin\dot.exe" --graph all --graph-font="Tahoma" --name MythBox --url http://mythbox.googlecode.com resources/src/*.py resources/test/*.py
dhamaniasad/mythbox
bin/gendocs.cmd
bat
gpl-2.0
214
@echo off SET DIR=%~d0%~p0% SET deploy.settings="%DIR%..\settings\${environment}.settings" "%DIR%NAnt\nant.exe" /f:"%DIR%scripts\database.deploy" -D:deploy.settings=%deploy.settings% -D:restore=true pause
rodolfograve/MassTransit
deployment/templates/DBDeployment.RESTORE.bat
bat
apache-2.0
211
@echo off cls md ..\..\..\devel30\share\CodeBlocks\images\wxsmith > nul 2>&1 md ..\..\..\output30\share\CodeBlocks\images\wxsmith > nul 2>&1 zip ..\..\..\devel30\share\CodeBlocks\wxsmith.zip manifest.xml zip ..\..\..\output30\share\CodeBlocks\wxsmith.zip manifest.xml copy wxwidgets\icons\*.png ..\..\..\devel30\sh...
jenslody/codeblocks
src/plugins/contrib/wxSmith/update30.bat
bat
gpl-3.0
461
@echo off @rem/* @rem * Licensed to the Apache Software Foundation (ASF) under one @rem * or more contributor license agreements. See the NOTICE file @rem * distributed with this work for additional information @rem * regarding copyright ownership. The ASF licenses this file @rem * to you under the Apache Licen...
adeneche/incubator-drill
distribution/src/resources/sqlline.bat
bat
apache-2.0
6,006
@echo off .\tools\lua5.1.exe .\tools\install_tcpip.luac -k set /p temp=""
29988122/Fate-Grand-Order_Lua
ama_daemon/run_tcpip.bat
bat
mit
75
@ECHO OFF SETLOCAL SET DIR=%~dp0 CALL "%DIR%helpers\SET_FILES_LIST.bat" %1 %2 REM If running standalone version this will need to be updated REM to the full path SET NPP=notepad++.exe REM Start Notepad++ in a new instance START %NPP% -multiInst -nosession %FILES_LIST%
wooliet/littlebats
utils/npp.bat
bat
mit
271
@echo off setlocal EnableDelayedExpansion node "%~dp0git-delete.js" %*
jamesqo/git-delete
git-delete.cmd
bat
mit
71
@echo off title Builder gradle build PAUSE
luksdlt92/SimulacionTPFinal
buildRun.bat
bat
mit
44
@rem Copyright (C) 2013-2015 MetaMorph Software, Inc @rem Permission is hereby granted, free of charge, to any person obtaining a @rem copy of this data, including any software or models in source or binary @rem form, as well as any drawings, specifications, and documentation @rem (collectively "the Data"), to de...
pombredanne/metamorphosys-desktop
metamorphosys/META/meta/DesignDataPackage/make.bat
bat
mit
3,042
..\bin\Debug\DupSeeker.exe --help ..\bin\Debug\DupSeeker.exe --verbose --debug -f *-words.csv -o words.out -s words.ini -l words.log pause
gruntwurk/dup-seeker
examples/words.bat
bat
mit
140
cmd_drivers/media/i2c/soc_camera/built-in.o := rm -f drivers/media/i2c/soc_camera/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/media/i2c/soc_camera/built-in.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/media/i2c/soc_camera/.built-in.o.cmd
bat
gpl-2.0
272
cmd_arch/arm/lib/lshrdi3.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Iinclude...
TeamGlide/LiteKernel
arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
1,703
cmd_firmware/tkey/hlte_cypress_tkey.fw.gen.o := /home/friedrich420/kernel/note3/N900TKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,firmware/tkey/.hlte_cypress_tkey.fw.gen.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm...
friedrich420/Note-3-AEL-Kernel
firmware/tkey/.hlte_cypress_tkey.fw.gen.o.cmd
bat
gpl-2.0
1,295
cmd_/home/rszuminski/Development/compat-wireless-2011-08-08/drivers/bluetooth/btmrvl_sdio.ko := arm-eabi-ld -EL -r -T /home/rszuminski/Development/nitrogen_kernel/linux/scripts/module-common.lds --build-id -o /home/rszuminski/Development/compat-wireless-2011-08-08/drivers/bluetooth/btmrvl_sdio.ko /home/rszuminski/Deve...
cdmdata/compat-wireless-2011-08-08
drivers/bluetooth/.btmrvl_sdio.ko.cmd
bat
gpl-2.0
479
cmd_arch/x86/boot/copy.o := gcc -Wp,-MD,arch/x86/boot/.copy.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include...
Existed/kernel-2.6.35.14
arch/x86/boot/.copy.o.cmd
bat
gpl-2.0
1,499
cmd_drivers/media/platform/soc_camera/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/media/platform/soc_camera/built-in.o drivers/media/platform/soc_camera/soc_camera.o drivers/media/platform/soc_camera/soc_mediabus.o drivers/media/platform/soc_camera/mx3_camera.o
heyoufei2/yocto3.14.38_kernel
drivers/media/platform/soc_camera/.built-in.o.cmd
bat
gpl-2.0
281
cmd_crypto/cryptomgr.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o crypto/cryptomgr.o crypto/algboss.o crypto/testmgr.o
yncconsulting/HTC_Express_Kernel
crypto/.cryptomgr.o.cmd
bat
gpl-2.0
164
@ECHO off ECHO Checking PAUSE IF EXIST "%USERPROFILE%\Application Data\Microsoft\Excel\XLSTART\PERSONAL.XLS" ( ECHO Exists. SET date="%date:~10,4%-%date:~4,2%-%date:~7,2%" MD "%USERPROFILE%\Application Data\Microsoft\Excel\XLSTART\BAK %date%" COPY "%USERPROFILE%\Application Data\Microsoft\Excel\XLSTART\PERSONAL.XLS...
pdanshov/Batch-Scripts
InstallMacro.bat
bat
gpl-2.0
689
cmd_sound/drivers/mpu401/built-in.o := rm -f sound/drivers/mpu401/built-in.o; /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/drivers/mpu401/built-in.o
AOSP-ZEUS/android_kernel_samsung_n1
sound/drivers/mpu401/.built-in.o.cmd
bat
gpl-2.0
195
cmd_drivers/usb/misc/built-in.o := rm -f drivers/usb/misc/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/usb/misc/built-in.o
friedrich420/Note-3-AEL-Kernel
drivers/usb/misc/.built-in.o.cmd
bat
gpl-2.0
169
@echo off cls "tools\NuGet\NuGet.exe" "restore" "src\kraken-net-v2\kraken-net-v2.csproj" "tools\NuGet\NuGet.exe" "restore" "src\kraken-net-v2-tests\kraken-net-v2-tests.csproj" "tools\NuGet\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-version" "4.64.18" "tools\Fake\tools\Fake.exe" build.fsx...
Kevin-Bronsdijk/kraken-net
build.bat
bat
gpl-2.0
326
cmd_networking/libiproute/ipaddress.o := gcc -Wp,-MD,networking/libiproute/.ipaddress.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-s...
muthumani2/Muthu-busybox
networking/libiproute/.ipaddress.o.cmd
bat
gpl-2.0
10,532
call pyuic4 -o qt/dlg_edit_tilejson_connection_qt4.py qt/dlg_edit_tilejson_connection.ui call pyuic5 -o qt/dlg_edit_tilejson_connection_qt5.py qt/dlg_edit_tilejson_connection.ui call pyuic4 -o qt/dlg_edit_postgis_connection_qt4.py qt/dlg_edit_postgis_connection.ui call pyuic5 -o qt/dlg_edit_postgis_connection_qt5.py q...
geometalab/Vector-Tiles-Reader-QGIS-Plugin
plugin/ui/build_ui.bat
bat
gpl-2.0
856
cmd_fs/fat/inode.o := gcc -Wp,-MD,fs/fat/.inode.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=2048...
namgk/kernel-tut
fs/fat/.inode.o.cmd
bat
gpl-2.0
20,791
@echo off REM *************************************************************************** REM package-nightly.cmd REM --------------------- REM begin : January 2011 REM copyright : (C) 2011 by Juergen E. Fischer REM email : jef at norbit dot de REM ********...
jef-n/QGIS
ms-windows/osgeo4w/package-nightly.cmd
bat
gpl-2.0
12,099
@ECHO OFF set port=52721 set GDK_BACKEND=broadway for /f "delims=[] tokens=2" %%a in ('ping %computername% -n 1 -4 ^| findstr "["') do (set ip=%%a) echo Csuper is available from a browser in your local network at the address http://%ip%:%port%/ start /b broadwayd --port=%port% start http://%ip%:%port%/ csupe...
Dalan94/Csuper
csuper-html.bat
bat
gpl-3.0
362
/****************************************************************************** * * sd_card_ccs.cmd - CCS linker configuration file for sd_card. * * Copyright (c) 2011-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/dk-tm4c123g/sd_card/sd_card_ccs.cmd
bat
mpl-2.0
2,796
@echo off echo '++++++++++ Fastcat-analytics Environment ++++++++++' set heap_memory_size=512m set java_path=java pushd %~dp0\.. set server_home=%cd% echo server_home = %server_home% popd
fastcat-co/analytics
production/bin/environment.bat
bat
lgpl-2.1
190
set GOPATH=%~dp0
bmharper/httpbridge
go/env.bat
bat
unlicense
16
@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% ...
edelbluth/blackred
doc/make.bat
bat
apache-2.0
6,994
call mvn clean install call docker-compose rm -f -v call docker-compose build
mvs5465/jpo-ode
clean-build.cmd
bat
apache-2.0
81
set CLASSPATH=.;lib\repsi-tool-02.00.jar;lib\commmons-cli-1.0.jar;lib\commmons-math-1.1.jar;lib\jxl.jar;lib\ojdbc14.jar set REPSI_JAVA_HOME=%JAVA_HOME_5% %REPSI_JAVA_HOME%\bin\java -jar lib\repsi-tool-02.00.jar -mode result_tl -efn out\TrialRunData.xls -efnall pause
walter-weinmann/repsi-tool
REPSI_Tool_02.00/Std_4_Result_Trial.bat
bat
apache-2.0
269
CALL CMakeCommon.bat ECHO *** Set MVC14 specifics and run CMake *** SET MVC14_OUTPUTDIR="%OUTPUTDIR%\MVC14Win64" CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 14 2015 Win64" -H"%SRCROOTDIR%" -B%MVC14_OUTPUTDIR% PAUSE
LiberatorUSA/GUCEF
projects/CMake/RunCMake_Shared_MVC14_Win64.bat
bat
apache-2.0
222
@echo off ridk install 1 ridk install 2 ridk install 3
masbicudo/WebGL-Tutorials
scripts/3-install-ruby.bat
bat
apache-2.0
55
@echo off if exist tasks/plugin_repair_tool.bat ( @echo [Info] Loading PluginRepairTool Module... ) else ( exit ) set startdir=%~dp0 cd %startdir% set v= for /f "delims=" %%i in ('type version.txt') do set v=%%i title Running SpigotMC Updater v.%v% PluginRepairTool Module set content= ..\Git\bin\bash.exe set p...
SpigotMC-Updater-Development/SpigotMC-Updater-Reloaded
tasks/plugin_repair_tool.bat
bat
apache-2.0
3,503
@echo off call :MAIN %* exit :MAIN setlocal call ..\c-plus-plus.conf.bat if {%1}=={} ( for %%s in (*.sref) do call :RUN_TEST %%s ) else ( for %%s in (%*) do call :RUN_TEST %%s ) endlocal goto :EOF :RUN_TEST setlocal echo Passing %1... set SREF=%1 set CPP=%~n1.cpp set EXE=%~n1.exe ..\compile...
ldinc/simple-refal-fork
autotests/run.bat
bat
bsd-2-clause
923
::每周一晚上1点执行,获取前一周的赞排名前50名的视频 @echo off D:\WWW\monbile\yii time/chose-top-week >>D:\WWW\monbile\commands\log.txt
krissss/monbile
commands/chose-top-week.bat
bat
bsd-3-clause
160