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 - batch file to build VS2010 project and zip the resulting binaries (or make installer) REM - updating version numbers requires python and python path added to %PATH% env variable REM - zipping requires 7zip in %ProgramFiles%\7-Zip\7z.exe REM - building installer requires innotsetup in "%ProgramFiles(x86...
mbrucher/ATK-plugins
Dynamics/ATKColoredExpander/makedist-win.bat
bat
bsd-3-clause
3,017
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off :: ---------------------- :: KUDU Deployment Script :: Version: 1.0.3 :: ---------------------- :: Prerequisites :: ------------- :: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already i...
mdraganov/Neighbors-Community-Manager
deploy.UI.cmd
bat
mit
3,682
@echo off REM Use old Windows SDK 6.1 so created .exe will be compatible with REM old Windows versions. REM Windows SDK 6.1 may be downloaded at: REM http://www.microsoft.com/en-us/download/details.aspx?id=11310 set PATH_OLD=%PATH% REM The SDK creates a false install of Visual Studio at one of these location...
pypa/setuptools
tools/msvc-build-launcher.cmd
bat
mit
1,640
/****************************************************************************** * * Default Linker Command file for the Texas Instruments TM4C123GH6PM * * This is derived from revision 12626 of the TivaWare Library. * *****************************************************************************/ --retain=g_pfnVe...
bhhwang/plun_satellite
plun_satellite_tm4c/tm4c123gh6pm.cmd
bat
mit
1,528
@ECHO OFF cd %~dp0 SET BINDIR=%cd% IF "%1"=="start" ( ECHO "Trying to start Rserve..." start R CMD BATCH %BINDIR%\RserveStart.R RserveStart.log --vanilla ) IF "%1"=="stop" ( ECHO "Trying to stop Rserve..." TASKKILL /F /IM Rserve.exe /T ) IF "%1"=="" ( :: Print usage ECHO "Usage: %0 (start|stop)" ) @EC...
HaStr/kieker
bin/dev/rserve-control.bat
bat
apache-2.0
326
SET MO_HOME=%MO_ROOT%\Cross\Engine\MoEngineRender\maproject DEL /S /Q %MO_HOME%\libs DEL /S /Q %MO_HOME%\obj SET NDK_PROJECT_PATH=%MO_HOME% SET NDK_TOOLCHAIN=arm-linux-androideabi-4.8 "%NDK_ROOT%\ndk-build" %MO_BUILD%
favedit/MoCross
Source/Cross/Engine/MoEngineRender/maproject/make.bat
bat
apache-2.0
221
:: :: Copyright 2016 Real Logic Ltd. :: :: 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 :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to ...
gkamal/Aeron
aeron-samples/scripts/media-driver.bat
bat
apache-2.0
698
@echo off vagrant destroy 2>nul echo success pause
mcc1874/vagrant
ubuntu/卸载.bat
bat
apache-2.0
52
@echo off rem ijview.bat: a batch file for displaying an image file in ImageJ rem using the Bio-Formats Importer plugin rem Required JARs: loci_tools.jar or bioformats_package.jar, ij.jar setlocal set BF_DIR=%~dp0 if "%BF_DIR:~-1%" == "\" set BF_DIR=%BF_DIR:~0,-1% call "%BF_DIR%\config.bat" if "%BF_DEV...
Intelligent-Imaging/bioformats
tools/ijview.bat
bat
gpl-2.0
1,309
"%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\csc.exe" "%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\csc.exe" "%windir%\Microsoft.NET\Framework64\v4.0.30319\ngen.exe" uninstall "%~dp0Roslyn\pdb2mdb.exe" "%windir%\Microsoft.NET\Framework\v4.0.30319\ngen.e...
drostar/CrackerBarrel
CSharp60Support/ngen uninstall.cmd
bat
mit
528
:: :: Licensed to the Apache Software Foundation (ASF) under one or more :: contributor license agreements. See the NOTICE file distributed with :: this work for additional information regarding copyright ownership. :: The ASF licenses this file to You under the Apache License, Version 2.0 :: (the "License"); you may ...
tkpanther/ignite
bin/ignite.bat
bat
apache-2.0
7,640
@echo off for %%i in (nim.exe) do (set NIM_BIN=%%~dp$PATH:i) for %%i in ("%NIM_BIN%\..\") do (set NIM_ROOT=%%~fi) set @GDB_PYTHON_MODULE_PATH=%NIM_ROOT%\tools\nim-gdb.py set @NIM_GDB=gdb.exe @echo source %@GDB_PYTHON_MODULE_PATH%> wingdbcommand.txt %@NIM_GDB% --command="wingdbcommand.txt" %* del wingdbcommand.txt /f...
dom96/Nim
bin/nim-gdb.bat
bat
mit
355
@ECHO OFF REM This script expects certain environmental variables (BOOST_ROOT, PYTHON_ROOT, REM and NCL_INSTALL_DIR) to be defined before it is run. Examples of the necessary REM definitions are provided below; modify appropriately for your installation. REM The path to your boost installation (download from http://w...
plewis/phycas
scripts/build.bat
bat
mit
1,578
java -jar getGithub.jar ping -n 5 127.1>nul rem pause
zhaoshuxue/document
cmd.bat
bat
mit
56
@echo off set TOPDIR="%~dp0.." set OPTS= set MAIN_CLASS=net.sourceforge.pmd.util.treeexport.TreeExportCli java %PMD_JAVA_OPTS% -classpath %TOPDIR%\lib\* %OPTS% %MAIN_CLASS% %*
ChuckJonas/vscode-apex-pmd
bin/pmd/bin/ast-dump.bat
bat
mit
183
chcp 65001 del server\setting\item\name2type.lua del server\setting\item\showtype.lua del server\setting\item\type2class.lua del server\setting\item\allitemfile.lua del server\setting\item\Type2OutFile.lua call _make.bat "../../S数值表" "lua/数值表" setting_server.lua server/maker/ server/setting/ #lua server\maker\maker_物...
djianq/Game
Design/Tools/xls2lua/make_server.bat
bat
mit
354
@echo off setlocal REM This script must be run after vcvarsall.bat has been run, REM so that cl.exe is in your path. where cl.exe || goto vsmissing_err REM HEREPATH is <drive_letter>:<script_directory> set HEREPATH=%~d0%~p0 set TOP=%HEREPATH% REM Get canonical path for TOP pushd . cd %TOP% set TOP=%CD% popd set SRC...
uucidl/uu.spdr
build_examples.bat
bat
mit
1,229
title maboss 0.0.1 set DEBUG=koa,koa-router,koa-mount nodemon -e js,json --harmony server.js pause
mabotech/maboss
start_server.cmd
bat
mit
102
msbuild OLTS.sln /p:Configuration=Release
nmante/OLTS
build.cmd
bat
mit
43
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=Steganographer if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not found. Make su...
MotaDan/steganographerPY
docs/make.bat
bat
mit
776
cd ../bin echo AA BB BB BB BB BB CC CC | java -classpath ./;..\..\downloads\stdlib.jar Subset 8 cd ../res
marcianoskate/queues
res/executeSubset.bat
bat
gpl-2.0
106
cmd_drivers/gpu/drm/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o drivers/gpu/drm/built-in.o drivers/gpu/drm/i2c/built-in.o
emwno/android_kernel_U8500
drivers/gpu/drm/.built-in.o.cmd
bat
gpl-2.0
161
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -flares -meta -patchmeta -v -verboseentities "C:\openarena-0.8.1\baseoa\maps\ctf_minia.map" "I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game...
NeonKnightOA/oaassets
tools/compile-scripts/batch/ctf_minia.bat
bat
gpl-2.0
783
@echo off cls java -classpath .;classes;..\..\api\jogre.jar org.jogre.checkers.client.CheckersClientFrame
lsilvestre/Jogre
games/checkers/client.bat
bat
gpl-2.0
106
cmd_vmlinux := arm-linux-gnueabi-ld -EL -p --no-undefined -X --build-id -o vmlinux -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/vfp/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o arch/arm/common/built-in.o a...
jpsminix/minix5
.vmlinux.cmd
bat
gpl-2.0
677
cmd_drivers/media/video/uvc/uvcvideo.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/video/uvc/uvcvideo.o drivers/media/video/uvc/uvc_driver.o drivers/media/video/uvc/uvc_queue.o drivers/media/video/uvc/uvc_v4l2.o drivers/media/video/uvc/uvc_video.o drivers/media/vide...
gzdaoke/linux2.6.32_kernel
drivers/media/video/uvc/.uvcvideo.o.cmd
bat
gpl-2.0
412
cmd_net/netfilter/netfilter.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
dizgustipated/BOCA-2.6.35.14
net/netfilter/.netfilter.o.cmd
bat
gpl-2.0
217
cmd_arch/arm/mm/proc-v7.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mm/.proc-v7.o.d -nostdinc -isystem /home/beto/toolchain/bin/../lib/gcc/arm-eabi/4.7.4/include -I/home/beto/android/lp/arch/arm/include -Iarch/arm/include/generated -Iinclude -include /home/...
IndieBeto/StockLP
arch/arm/mm/.proc-v7.o.cmd
bat
gpl-2.0
7,466
cmd_fs/exfat/exfat_fs.o := arm-linux-gnueabihf-ld -EL -r -o fs/exfat/exfat_fs.o fs/exfat/exfat_super.o
Dee-UK/D33_KK_Kernel
fs/exfat/.exfat_fs.o.cmd
bat
gpl-2.0
107
cmd_drivers/media/usb/siano/built-in.o := rm -f drivers/media/usb/siano/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/media/usb/siano/built-in.o
avareldalton85/rpi2-linux-rt
drivers/media/usb/siano/.built-in.o.cmd
bat
gpl-2.0
217
setlocal @set ThisDir=%~dp0. @set SolutionDir=%~1 @call "%ThisDir%\setup_folders.bat" "%CMakeDir%\bin\cmake-gui.exe" "%SolutionDir%" endlocal
TheAssemblyArmada/Thyme
tools/build/win_scripts/vs_open_cmake_gui.bat
bat
gpl-2.0
146
@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...
tadamic/sokoenginepy
docs/make.bat
bat
gpl-3.0
7,744
adb root adb shell "rm -r /system/data-app" adb shell "cd /data/data; rm -r com.xiaomi.market com.miui.home com.xiaomi.smarthome com.wali.live" adb shell "cd /system/vendor/app; rm -r imssettings colorservice" adb shell "cd /system/app; rm -r AntiSpam AnalyticsCore BasicDreams BugReport Calculator CloudService...
ichensky/xiaomi_redmi_4_miui_HM4_V8.1.5.0.MCECNDI_7379d10c7b_6.0
remove_unsed_packages.bat
bat
gpl-3.0
1,346
@ECHO OFF rem call seedTemplate Auth/PasswordReset rem call seedTemplate DailyLog/DailyLog rem call seedTemplate DailyLog/DailyLogComment call seedTemplate Immunization/VaccineLogComments rem call seedTemplate Immunization/VaccineLog call seedTemplate Logger/Logger call seedTemplate Logger/LoggerComment call s...
zeusintuivo/laravel-intuivo-cli
makeseeds.bat
bat
mpl-2.0
1,753
brcc32 -v uCurseurs_Souris.rc cmd
jsuzineau/pascal_o_r_mapping
pascal_o_r_mapping/5_Controls/Controls_Todo/uCurseurs_Souris_res_from_rc.bat
bat
lgpl-2.1
34
echo "Deploy supersdk.web start --------------------------------------------------" git checkout master git pull origin master git log -1 > .\src\main\webapp\version.txt set MAVEN_OPTS=-Dfile.encoding=utf-8 echo "build maven offline" call mvn clean package -U -Dmaven.test.skip=true echo "Deploy supersdk.web end -----...
bigshiliu/test
com.hutong.supersdk.web/package.bat
bat
apache-2.0
372
@echo off if not "%JAVA_HOME%" == "" goto gotJdkHome if not "%JRE_HOME%" == "" goto gotJreHome echo Neither the JAVA_HOME nor the JRE_HOME environment variable is defined echo At least one of these environment variable is needed to run this program goto exit :gotJreHome if not exist "%JRE_HOME%\bin\java.exe" goto noJ...
AliakseiYaustratsyeu/jsendemail
src/main/scripts/jsendemail.bat
bat
apache-2.0
1,281
echo off echo Check command line parameter echo html directory: %1 set htmldir=%1 echo wikijournals directory: %2 set wikidir=%2 echo dbuser: %3 set dbuser=%3 echo dbpass: %4 set dbpass=%4 echo dbserver: %5 set dbserver=%5 echo dbname: %6 set dbname=%6 echo wikiuser: %7 set wikiuser=%7 echo wikipwd: %8 set wikipwd=%8 ...
swertschak/wikijournals
install/windows/install_wikijournals_noconfig.cmd
bat
apache-2.0
4,391
rem Save old serivces for Uninstall compatibility ! if not "%3"=="conn" %~dp0\start-stop-daemon.exe %1 meshr %2 if not "%3"=="update" if not "%3"=="conn" %~dp0\start-stop-daemon.exe %1 meshr-watchdog %2 %~dp0\start-stop-daemon.exe %1 olsrd %2 %~dp0\start-stop-daemon.exe %1 meshr-splash %2 set bin=%~dp0 set bin=%bin:\...
meshr-net/meshr_win32
bin/services.bat
bat
apache-2.0
1,199
if "%1" == "" goto demo if %1 == dbg ..\..\..\preprocessor\bin\templet.exe pipeline.cpp -r TEMPLET_DBG -i dbg/tet.h if %1 == nix ..\..\..\preprocessor\bin\templet.exe pipeline.cpp -r TEMPLET_NIX -i nix/tet.h if %1 == win ..\..\..\preprocessor\bin\templet.exe pipeline.cpp -r TEMPLET_WIN -i win/tet.h exit :demo call .....
Templet-language/cpp98runtime
samples/pipeline/pipeline.bat
bat
apache-2.0
399
@ECHO OFF FOR /F "tokens=*" %%G IN ('dir /s /b /aa *.png') DO "C:\Checkout\bin\optipng\optipng.exe" -nc -nb -o7 -full %%G
FrankGITDeveloper/Landsknecht_GreenScreen
optimizeimages.bat
bat
mit
122
:: lifted from https://gist.github.com/crankery/b6105d2283cd0eadf85d @echo off setlocal EnableDelayedExpansion if [%1]==[/?] goto :help :: root is the folder containing this script (without trailing backslash) set root=%~dp0 set root=%root:~0,-1% :: put xunit binaries into a folder without versioning in the name s...
PkSound/Spatial
tests/run_tests.bat
bat
mit
2,065
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCON.S01_Sync.MSASCON_S01_TC07_Sync_MessagePart /testcontainer:..\..\MS-ASCON\TestSuite\bin\Debug\MS-ASCON_TestSuite.dll /runconfig:..\..\MS-ASCON\MS-ASCON.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASCON/RunMSASCON_S01_TC07_Sync_MessagePart.cmd
bat
mit
277
cmd_arch/arm/kernel/sleep.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /home/milind/toolchain/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/home/milind/work/kernel/android_kernel_samsung_i9082/arch/arm/include -Iarch/arm/include/generate...
sai9615/MY-kernel-for-grand-I9082
dragon/arch/arm/kernel/.sleep.o.cmd
bat
gpl-2.0
4,286
ck run pipeline:program program_uoa=tool-print-cuda-devices --clean --repetitions=1 --no_state_check
ctuning/ck-autotuning
demo/compile-run-show-devices-cuda/_ck_compile_run_as_unified_pipeline.bat
bat
bsd-3-clause
101
@echo off setlocal enabledelayedexpansion rem rem buildwin.cmd rem rem POCO C++ Libraries command-line build script rem for MS Visual Studio 2008 to 2013 rem rem $Id: //poco/1.4/dist/buildwin.cmd#2 $ rem rem Copyright (c) 2006-2014 by Applied Informatics Software Engineering GmbH rem and Contributors. rem rem Origina...
weinzierl-engineering/baos
thirdparty/poco/buildwin.cmd
bat
mit
16,196
cmd_drivers/usb/storage/ums-onetouch.o := arm-eabi-ld -EL -r -o drivers/usb/storage/ums-onetouch.o drivers/usb/storage/onetouch.o
R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42
drivers/usb/storage/.ums-onetouch.o.cmd
bat
gpl-2.0
134
:: Copyright 2019 The TensorFlow Authors. All Rights Reserved. :: :: 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 :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required b...
gunan/tensorflow
tensorflow/tools/ci_build/release/windows/gpu_py36_full/nightly_release.bat
bat
apache-2.0
891
@ECHO OFF SETLOCAL REM So that we can expand variables inside of IF and FOR SETLOCAL enableDelayedExpansion REM Check presence of required file dir 0_package.list >NUL 2>NUL || ( ECHO 0_package.list not found! ECHO Aborting... EXIT /B 20 ) REM Clear succeed flag IF EXIST %FORMED_OK_FLAG% ( del /F /Q "%FORMED_OK_F...
LS80/xbmc
project/BuildDependencies/scripts/get_formed.cmd
bat
gpl-2.0
3,175
@echo off &setlocal EnableDelayedExpansion set usage=Usage: %0 ^<-id ^| -hash^> set errormsg=Error: No valid revision information found set cmres=false if "%1"=="-id" set cmres=true if "%1"=="-hash" set cmres=true if not "!cmres!"=="true" ( echo !usage! exit /B 1 ) for /F "tokens=2,3 delims=-" %%a IN ('"git descr...
wonopon/chupalaquecuelga
contrib/git/rev_id.cmd
bat
gpl-2.0
608
@echo off setlocal enabledelayedexpansion setlocal enableextensions set ES_MAIN_CLASS=org.elasticsearch.cluster.coordination.NodeToolCli call "%~dp0elasticsearch-cli.bat" ^ %%* ^ || goto exit endlocal endlocal :exit exit /b %ERRORLEVEL%
scorpionvicky/elasticsearch
distribution/src/bin/elasticsearch-node.bat
bat
apache-2.0
244
@echo on @rem Matrix-driven Appveyor CI package script @rem Currently only supports MSYS2 builds. @rem See https://www.appveyor.com/docs/installed-software#mingw-msys-cygwin @rem Required vars: @rem WIN_MSYS2_ROOT @rem PLATFORM @rem PACKAGE_PATH SETLOCAL ENABLEEXTENSIONS rem Set required vars defaults IF "%P...
aeternity/epoch
ci/appveyor/package.bat
bat
isc
2,824
:: :: Created by %USERNAME% :: cd /d "%~dp0\.." call ..\..\..\vs_environment.cmd MSBuild.exe /nologo /t:Build /property:Configuration=Distribution /v:d App.bmproj popd
baremetaldude/bamelg
examples/Linux/MCBC 2.4.32-vniins42/BuildScripts/msbuild32.distribution.x86.cmd
bat
mit
175
@echo off cd bin neko run.n pause
as3boyan/RemoveObsoleteVersions
Run.bat
bat
mit
34
@echo off call grunt prod call grunt watch #Read-Host -Prompt "Press Enter to exit"
hirdbluebird/IDeus-WP-Test
dev/start.cmd
bat
mit
88
@REM Copyright (c) Microsoft. All rights reserved. @REM Licensed under the MIT license. See LICENSE file in the project root for full license information. @setlocal EnableDelayedExpansion @echo off cd %~dp0\release_npm set root=../../.. @REM encourage user to specify a fork of azure-iot-sdks if "%1"=="" goto usage f...
Eclo/azure-iot-sdks
build/release/release_npm.cmd
bat
mit
1,497
@echo off echo. echo == Extract echo. set ZIP="%CD%\build-tools\7zip\7z.exe" set TARGET_DIR="%CD%\extracted" pushd downloads if not exist %TARGET_DIR% (mkdir %TARGET_DIR%) echo. echo === Extracting Build Tools into the folder %TARGET_DIR% echo. echo. echo CMake %ZIP% x cmake.zip -o%TARGET_DIR% > nul move "%TARGET...
fifengine/fife-windows-sdk
build-scripts/2-extract.bat
bat
mit
1,581
@ECHO OFF IF NOT "%~f0" == "~f0" GOTO :WinNT @"C:\Users\emachnic\GitRepos\railsinstaller-windows\stage\Ruby2.3.0\bin\ruby.exe" "C:/Users/emachnic/GitRepos/railsinstaller-windows/stage/Ruby2.3.0/bin/rackup" %1 %2 %3 %4 %5 %6 %7 %8 %9 GOTO :EOF :WinNT @"C:\Users\emachnic\GitRepos\railsinstaller-windows\stage\Ruby2.3.0\bi...
lincoln131/rubyspanishxlsx
Portable/Ruby2.3.0/bin/rackup.bat
bat
mit
344
@ECHO OFF GOTO :START --======== Copyright 2013-2015, Planimeter, All rights reserved. ========-- -- -- Purpose: -- --=======================================================================-- :START ECHO Grid Engine IF [%1]==[] ( GOTO DETECT ) IF [%1]==[x64] ( GOTO 64BIT ) IF [%1]==[x86] ( GOTO 32BIT ) :DETECT EC...
birdbrainswagtrain/grid-sdk
debug game.cmd
bat
mit
696
@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...
sashahart/cookies
docs/make.bat
bat
mit
5,098
@echo off rem mkres.pl brcc32 countrycodes.rc if errorlevel 1 exit dcc32 countrycodes.pas
kadavris/ok-sklad
pics/National Flags/mkres.bat
bat
mit
99
zip -0r samcodes-amazonmobileanalytics.zip dependencies extension ndll project haxelib.json include.xml README.md CHANGELOG.md LICENSE
Tw1ddle/samcodes-amazonmobileanalytics
package.bat
bat
mit
134
python C:\Root\Apps\@V\@Tools\AndroidSDK\platform-tools\systrace\systrace.py --time=10 -o trace.html sched gfx view -a v.lucidlink
Venryx/LucidLink
StartSysTrace.bat
bat
mit
130
cmd_drivers/tfsr/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/tfsr/built-in.o drivers/tfsr/tfsr.o
dizgustipated/BOCA-2.6.35.14
drivers/tfsr/.built-in.o.cmd
bat
gpl-2.0
138
cmd_net/rfkill/built-in.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/rfkill/built-in.o net/rfkill/rfkill.o
DJSteve/StreakKernel
net/rfkill/.built-in.o.cmd
bat
gpl-2.0
157
cmd_fs/exportfs/exportfs.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/exportfs/exportfs.o fs/exportfs/expfs.o
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
fs/exportfs/.exportfs.o.cmd
bat
gpl-2.0
140
cmd_sound/pci/lola/built-in.o := rm -f sound/pci/lola/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/lola/built-in.o
arshull/GalaTab3_Kernel
sound/pci/lola/.built-in.o.cmd
bat
gpl-2.0
158
cmd_ipc/msg.o := gcc -Wp,-MD,ipc/.msg.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -mcmodel=...
dnh34/proj1
ipc/.msg.o.cmd
bat
gpl-2.0
12,414
cmd_drivers/video/omap2/omapfb/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/video/omap2/omapfb/built-in.o drivers/video/omap2/omapfb/omapfb.o
0xD34D/kernel_amazon_tate
drivers/video/omap2/omapfb/.built-in.o.cmd
bat
gpl-2.0
209
cmd_scripts/bin2c := gcc -Wp,-MD,scripts/.bin2c.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/bin2c scripts/bin2c.c deps_scripts/bin2c := \ scripts/bin2c.c \ /usr/include/stdc-predef.h \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gn...
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/scripts/.bin2c.cmd
bat
gpl-2.0
1,029
@ECHO OFF setlocal DISABLEDELAYEDEXPANSION SET BIN_TARGET=%~dp0/../cebe/markdown-latex/bin/markdown-latex php "%BIN_TARGET%" %*
liuayong/Yii2Blog
vendor/bin/markdown-latex.bat
bat
gpl-2.0
128
cmd_drivers/gpu/drm/drm_hashtab.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/gpu/drm/.drm_hashtab.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm...
b8e5n/KTG-kernel_es209ra
drivers/gpu/drm/.drm_hashtab.o.cmd
bat
gpl-2.0
28,572
cmd_drivers/net/phy/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/net/phy/built-in.o drivers/net/phy/libphy.o drivers/net/phy/smsc.o
domintech/PandaBoard-LinuxKernel
drivers/net/phy/.built-in.o.cmd
bat
gpl-2.0
248
cmd_drivers/bluetooth/hci_uart.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/bluetooth/hci_uart.o drivers/bluetooth/hci_ldisc.o drivers/bluetooth/hci_h4.o drivers/bluetooth/hci_ll.o
AOSP-ZEUS/android_kernel_samsung_n1
drivers/bluetooth/.hci_uart.o.cmd
bat
gpl-2.0
243
cmd_arch/arm/common/built-in.o := rm -f arch/arm/common/built-in.o; /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs arch/arm/common/built-in.o
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
arch/arm/common/.built-in.o.cmd
bat
gpl-2.0
153
java -Xms200m -Xmx2000m -cp lib\*;bin org.peerfact.SimulatorRunner %*
flyroom/PeerfactSimKOM_Clone
run.bat
bat
gpl-2.0
70
cmd_scripts/kconfig/mconf.o := gcc -Wp,-MD,scripts/kconfig/.mconf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/mconf.o scripts/kconfig/mconf.c deps_scripts/kconfig/mconf.o := \ scripts/kconfig/mconf.c ...
kodos96/backport
scripts/kconfig/.mconf.o.cmd
bat
gpl-2.0
2,835
@echo off @REM GENERATING KEY @REM store_password=l3s_demo_kbs @REM alias=l3s_demo @REM keystore=keystore_l3s_demo @REM keypass=l3s_demo @ rem @set KEYTOOL=D:\j2sdkee1.3.1\bin\keytool @set KEYTOOL=D:\jdk1.5.0_02\bin\keytool @set ALIAS=ls3_demo @set L3S_CER=l3s_demo.cer @set KEYSTORE=keystore_l3s_demo.kst ...
elitak/peertrust
sandbox/TomcatPeerTrust/JAR_SIGNER/generate_key_for_kbs_pjt.bat
bat
gpl-2.0
1,546
cmd_crypto/cast5.ko := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -T /home/sembre/android/GT-S5360_GB_Opensource_Update3/common/scripts/module-common.lds --build-id -o crypto/cast5.ko crypto/cast5.o crypto/cast5.mod.o
sembre/kernel_totoro_update3
common/crypto/.cast5.ko.cmd
bat
gpl-2.0
220
@echo off call make clean call mingw32-make profile-build ARCH=x86-64 COMP=mingw CXX=x86_64-w64-mingw32-g++ -j14 call strip sugar.exe call ren sugar.exe sugar1.5-x86-64.exe call make clean call mingw32-make profile-build ARCH=x86-64-modern COMP=mingw CXX=x86_64-w64-mingw32-g++ -j14 call strip sugar.exe call ren sugar...
Kozlov-Sergey-Aleksandrovitch/Galaxy-master
source/Build All.cmd
bat
gpl-3.0
1,532
F: CD F:\OneDrive - OOO\01 Eisenbahn\00 Decoder develop\hall2can\Release ..\..\000Avrdude\avrdude.exe -P\\.\COM4 -cavrisp2 -patmega328p -U flash:w:hall2can.hex:a
CAN-Guru/CANGurus
107 Dohall2can.bat
bat
gpl-3.0
165
::==================================================================:: :: File : JLINK.BAT :: Author: JLJuang :: E-Mail: JLJuang@csie.nctu.edu.tw :: NOTE : All copy rights reserved (c) since 2003 ::==================================================================:: echo Generate the Binary file: : %1.BIN ::-------...
amaple0229/Zeitec_ZET7100FAE
6231/WorkLib/JH2B.bat
bat
lgpl-2.1
780
cmd /k cd/d "d:\gowork\src\hydrocms"
3xxx/HydroCMS
hydrocms.bat
bat
apache-2.0
36
@cd Log @call Log_Build_Release.bat @cd ..\ :@cd Utility :@call Utility_Build_Release.bat :@cd ..\
qjdev/CS_Lib
Src/Library/Library_Build_Release.bat
bat
apache-2.0
99
@for /l %%x in (1, 1, %2) do @echo %3 && @echo %3 1>&2 @echo before pause @ping 127.0.0.1 -n %4 > NUL @echo after pause @exit /B %1
acrosoft-be/shared
Util/src/test/resources/be/acrosoft/gaia/shared/util/textgen.cmd
bat
apache-2.0
135
rem Switch to utf8 chcp 1250 rem Paskaitykite README.txt rem Sphinx atpazino faile: wav\*.wav C:\bin\pocketsphinx\bin\pocketsphinx_continuous ^ -hmm sphinx\hmm\liepa-20_corpus8_0_mg13.cd_semi_750 ^ -lm sphinx\lm\ieskotuvas3.lm.DMP -dict sphinx\dict\ieskotuvas3.dic ^ -infile wav\ieskotuvas3.wav 2>sphinx\eout.txt ...
liepa-project/liepa_sphinx_naudojimas
pabandyti/pirmas/win_liepa_naudojimas.bat
bat
bsd-2-clause
328
/* generate swedish installer package */ epfifile.1 = epfiEXTS.dll epfifile.2 = EPFIHELP.INF epfifile.3 = EpfiHPLB.HLP epfifile.4 = epfiicis.ico epfifile.5 = epfimsg.msg epfifile.6 = epfinsts.exe epfifile.7 = epfipii.dll epfifile.8 = epfiprcs.exe epfifile.9 = epfirsbk.dll epfifile.10 = epfiupk2.exe do i = 1 to...
OS2World/DRV-Amouse-GUI
INSTALL_SWE/mouse_diskgen.cmd
bat
bsd-3-clause
887
@REM This batch file has been generated by the IAR Embedded Workbench @REM C-SPY Debugger, as an aid to preparing a command line for running @REM the cspybat command line utility using the appropriate settings. @REM @REM Note that this file is generated every time a new debug session @REM is initialized, so you may wan...
SKART1/iMX53AndSTM32LabsRepo
STM32Labs/IndividualTask/settings/LAB1.cspy.bat
bat
mit
1,855
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASAIRS.S03_Attachment.MSASAIRS_S03_TC02_NormalAttachment /testcontainer:..\..\MS-ASAIRS\TestSuite\bin\Debug\MS-ASAIRS_TestSuite.dll /runconfig:..\..\MS-ASAIRS\MS-ASAIRS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASAIRS/RunMSASAIRS_S03_TC02_NormalAttachment.cmd
bat
mit
289
del *.dll copy opencv-1.1.0\bin\*.dll .
mgleonard425/Dino_Project
c++/copydlls.cmd
bat
gpl-2.0
43
cmd_fs/jbd/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o fs/jbd/built-in.o fs/jbd/jbd.o
EPDCenter/android_kernel_archos_97_titan
fs/jbd/.built-in.o.cmd
bat
gpl-2.0
207
cmd_net/bridge/netfilter/ebt_stp.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/bridge/netfilter/.ebt_stp.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....
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebt_stp.o.cmd
bat
gpl-2.0
20,612
call ..\..\utilities\findMatlab.bat if %ismatlab%==1 ( start "Matlab" /b %matexe% -r "runNF;quit;" %matopts% ) else ( echo runNF;quit; | %matexe% %matopts% )
bopjesvla/BCI
matlab/neurofeedback/runNF.bat
bat
gpl-3.0
161
@echo off call t--host.bat set SSLFORW_CAPATH=pem/clncert :set SSLFORW_CAFILE=pem/clncert/localhost-cert.pem set SSLFORW_PKEYFILE=pem/clnpkey/demo.pem set SSLFORW_CERTFILE=pem/clnpkey/demo.pem sslforw-term.exe %host%:40003 terminal.exe
mrev11/ccc3
terminal/sslforw/ssl-test/t-auth-c.bat
bat
lgpl-2.1
257
@rem @rem @brief Visual Studio automatic build script @rem @date $Date: 2008-03-06 06:55:42 $ @rem @author Norkai Ando <n-ando@aist.go.jp> @rem @rem Copyright (C) 2008-2010 @rem Noriaki Ando @rem Task-intelligence Research Group, @rem Intelligent Systems Research Institute, @rem National Instit...
yosuke/OpenRTM-aist-portable
win32/OpenRTM-aist/autobuild_vc9.bat
bat
lgpl-3.0
2,102
@set out_src=.\ @set language=cpp @set import=-I.\ @setlocal enabledelayedexpansion @echo off set OLD_PWD=%CD% CD %out_src% FOR %%f IN (*.pb.h) DO ( set head_file=%%f set cpp_file=!head_file:.pb.h=.pb.cc! set proto_file=!head_file:.pb.h=.proto! if not exist !OLD_PWD!\!proto_file! ( echo Del file: !head_file! !cp...
wubenqi/protoc-gen-luabind
protoc-gen-luabind/build_cpp.bat
bat
apache-2.0
1,070
@echo off if "%JAVA_HOME%"=="" echo Error: JAVA_HOME is not defined. if "%1"=="clean" rmdir /s /q temp bin 2>nul if not exist temp mkdir temp if not exist bin mkdir bin "%JAVA_HOME%/bin/javac" -sourcepath src/tools -d bin src/tools/org/h2/build/*.java "%JAVA_HOME%/bin/java" -Djava.net.useSystemProxies=true -Xmx25...
vdr007/ThriftyPaxos
src/applications/h2/build.bat
bat
apache-2.0
385
:: Only call this when using "Android" as build tree and the host system does not have the capability to create symbolic link md assets\Data xcopy ..\bin\Data\*.* assets\Data /S /E /C /Y md assets\CoreData xcopy ..\bin\CoreData\*.* assets\CoreData /S /E /C /Y rd /S /Q assets\CoreData\Shaders\HLSL
abdllhbyrktr/Urho3D
Android/CopyData.bat
bat
mit
306
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "lic...
sujoyg/tool
vendor/ec2-api-tools-1.4.2.2/bin/ec2iin.cmd
bat
mit
1,031
echo off
Blazemeter/taurus
tests/resources/ab/ab.bat
bat
apache-2.0
9