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
cmd_arch/arm/lib/io-readsl.o := /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsl.o.d -nostdinc -isystem /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/hom...
damageless/linux-kernel-ican-tab
arch/arm/lib/.io-readsl.o.cmd
bat
gpl-2.0
1,978
cmd_net/netlink/built-in.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/netlink/built-in.o net/netlink/af_netlink.o net/netlink/genetlink.o
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
net/netlink/.built-in.o.cmd
bat
gpl-2.0
180
cmd_fs/buffer.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.buffer.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prot...
b8e5n/KTG-kernel_es209ra
fs/.buffer.o.cmd
bat
gpl-2.0
27,456
cmd_fs/ext2/built-in.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/ext2/built-in.o fs/ext2/ext2.o
RaduG/2.6.29-RaKern-2x-Hero
fs/ext2/.built-in.o.cmd
bat
gpl-2.0
165
cmd_fs/notify/dnotify/built-in.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o fs/notify/dnotify/built-in.o fs/notify/dnotify/dnotify.o
p500-ics-cm9/Franco-ICS-Kernel
fs/notify/dnotify/.built-in.o.cmd
bat
gpl-2.0
163
cmd_drivers/staging/iio/light/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/staging/iio/light/built-in.o drivers/staging/iio/light/isl29018.o
TeamGlide/LiteKernel
drivers/staging/iio/light/.built-in.o.cmd
bat
gpl-2.0
180
cmd_drivers/usb/storage/ums-freecom.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/usb/storage/ums-freecom.o drivers/usb/storage/freecom.o
IndieBeto/StockLP
drivers/usb/storage/.ums-freecom.o.cmd
bat
gpl-2.0
156
cmd_sound/soc/jz4740/built-in.o := rm -f sound/soc/jz4740/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD sound/soc/jz4740/built-in.o
chase2534/gtab47.freekern
sound/soc/jz4740/.built-in.o.cmd
bat
gpl-2.0
248
cmd_scripts/sortextable := gcc -Wp,-MD,scripts/.sortextable.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/home/fedevel/tiny/linux/linux-fslc/tools/include -I/home/fedevel/tiny/linux/linux-fslc/tools/include -o scripts/sortextable scripts/sortextable.c source_scripts/sortextable := sc...
FEDEVEL/tmp-imx6-tiny-rex-linux
scripts/.sortextable.cmd
bat
gpl-2.0
2,211
cmd_kernel/itimer.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.itimer.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-da...
srinugnt2000/linux-2.6.37
kernel/.itimer.o.cmd
bat
gpl-2.0
25,393
cmd_kernel/ptrace.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.ptrace.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstr...
b8e5n/KTG-kernel_es209ra
kernel/.ptrace.o.cmd
bat
gpl-2.0
25,952
REM Copyright (C) 2005 - 2021 Settlers Freaks <sf-team at siedler25.org> REM REM SPDX-License-Identifier: GPL-2.0-or-later echo off set numVersions=0 if exist Debug\s25client.exe set /a numVersions=numVersions+1 & set version=1 if exist ReWithDebInfo\s25client.exe set /a numVersions=numVersions+1 & set version=2 if e...
Return-To-The-Roots/s25client
tools/RunTests.bat
bat
gpl-2.0
841
:: Texturemap scroll : Mikael Sollenborn 2016 @echo off cd .. setlocal ENABLEDELAYEDEXPANSION cls & cmdwiz setfont 1 set /a W=200, H=80 mode %W%,%H% for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==H if not %%v==W if /I not %%v==PATH set "%%v=" set /a XMID=%W%/2, YMID=%H%/2, DIST=5000, RX=0,RY=0,RZ=0 set ASPE...
misol1/cmdgfx
legacy/scrolltext.bat
bat
gpl-2.0
3,577
cmd_drivers/samsung/fm_si4709/Si4709_driver.ko := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -T /home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SKT-FINAL/Kernel/scripts/module-common.lds --build-id -o drivers/samsung/fm_si4709/Si4709_driver.ko drivers/samsung/fm_si4709/Si4709_d...
PrestigeMod/SHW-M440S
drivers/samsung/fm_si4709/.Si4709_driver.ko.cmd
bat
gpl-2.0
374
python ~/git/HYDRA/HydraPlugins/CSVplugin/trunk/ImportCSV/ImportCSV.py -t network.csv -n nodes.csv -l links.csv -g groups.csv -k group_members.csv -x -m template.xml pause
UMWRG/demos
TrivialExample/data/import_data.bat
bat
gpl-3.0
172
@echo on :: ------------------------------------------------------------------ set DEPLOY_HOME=N:\TEMP\deploy :: ------------------------------------------------------------------ cd %DEPLOY_HOME%\client :: delete files @FOR %%A IN (*) DO ( del /q %%A ) :: remove folders @for /d %%a in (*) do ( rmdir /S /Q %%a ...
grtlinux/TAIN_DEPLOY
DEPLOY_01/deploy/bin/reset.bat
bat
gpl-3.0
1,177
mode con cols=1440 lines=10000 gradlew.bat runClient -offline
UnknownStudio/Codeic
CodeicMod/debug.bat
bat
mpl-2.0
61
@ECHO OFF composer dump-autoload
zeusintuivo/laravel-intuivo-cli
autoload.bat
bat
mpl-2.0
32
:begin @echo off setlocal enabledelayedexpansion set p=%~dp0 set p=%p:\=/% set fp=file:///!p: =%%20! set buildScript="%~dp0framework\build.bat" set additionalArgs=%* if not defined SBT_SCALA_VERSION set SBT_SCALA_VERSION=2.10.3 if exist "conf\application.conf" goto existingApplication if exist "conf\reference.conf" ...
andreas-dai/RecommenderStreamEval
play.bat
bat
lgpl-3.0
1,474
@echo off set TOOLS=C:\Program Files\Microchip\MPASM Suite call :build intervals call :build root goto :EOF :build "%TOOLS%\MPASMWIN.exe" /q /p12F508 %1.asm /l%1.lst /e%1.err type %1.err "%TOOLS%\mplink.exe" /p12F508 %1.o /o%1.cof /M%1.map /W /x goto :EOF
reenigne/reenigne
intervals/build.bat
bat
unlicense
257
@echo off @echo ************************ @echo Updating NuGet packages... @echo ************************ ".nuget\nuget.exe" install .nuget\packages.config -o lib @echo. @echo ************************ @echo Building Documentation... @echo ************************ for %%i in (docs\*.md) do ( @echo %%i lib\md2html\md2ht...
AlanBarber/CodeKatas
build.cmd
bat
apache-2.0
521
@echo off SET ELM=elm make SET PAGES=../elm-mdc-gh-pages SET BUILD_PARAM=%~1 IF "%BUILD_PARAM%" == "" ( SET BUILD_PARAM=build-demo ) IF "%BUILD_PARAM%" == "docs" ( GOTO :docs ) IF "%BUILD_PARAM%" == "build-demo" ( GOTO :build-demo ) :node-modules call npm install GOTO :end :material-components-web-css ...
aforemny/elm-mdc
build.cmd
bat
apache-2.0
840
@ECHO OFF REM REM Minimal script to compile the native resources REM REM Requirements REM -------------- REM o Java 1.8 JDK installed, needs JAVA_HOME set REM o cmake 3.0 + installed and available via PATH REM o nmake installed (comes e.g. with Visual Studio), call "vcvarsall.bat x86" before to activate 32bit to...
MeteoGroup/jbrotli
jbrotli-native/win32-x86/build.bat
bat
apache-2.0
1,088
@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...
kevincobain2000/jProcessing
docs/make.bat
bat
bsd-2-clause
5,106
@echo off setlocal REM ********** Set path for extensions (current vs2010 presentation project) ******************* set DXROOT=%DXROOT:~0,-1% set DXROOTEXT=%~dp0..\.. set VS2010P=%DXROOTEXT%\Presentation\vs2010 REM ********** Set path for .net framework2.0, sandcastle,hhc,hxcomp**************************** ...
jozefizso/sandcastle-presentation
Branding/Examples/vs2010/assemble-all.bat
bat
bsd-3-clause
865
/* REXX */ /* Load RexxUtil extensions */ if RxFuncQuery("SysLoadFuncs") then do say "loading RexxUtil extensions..." call RxFuncAdd "SysLoadFuncs","RexxUtil","SysLoadFuncs" if result \= "0" then do say "error loading RexxUtil.dll" exit end call SysLoadFuncs end /* ask user about d...
OS2World/APP-INTERNET-NFTP
NFTP-1.72/install/os2/install.cmd
bat
mit
2,524
mode con cols=200 powershell -ExecutionPolicy Unrestricted -File ./build.ps1 -TaskName Publish
petedavis/essential-templating
build/publish.bat
bat
mit
94
@echo off node.exe index.js "%1" "%2" "%3" "%4" "%5" "%6" "%7" "%8"
Artificial-Engineering/lycheeJS
libraries/fertilizer/source/event/flow/node/Package.index.cmd
bat
mit
69
cmake -G "Visual Studio 11 Win64" -H. -B./build_vs2012_64
tudelft/highspeedlogger
tools/cmake_vse2012_64bit.bat
bat
mit
58
cmd_scripts/kconfig/lxdialog/checklist.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.checklist.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncursesw -DCURSES_LOC="<ncursesw/curses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/checklist.o scripts/kconfig/lxdialog/checklist.c ...
MrHyde03/android_kernel_samsung_konawifixx
scripts/kconfig/lxdialog/.checklist.o.cmd
bat
gpl-2.0
3,052
cmd_fs/ext2/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/ext2/built-in.o fs/ext2/ext2.o
jdlfg/Mecha-kernel
fs/ext2/.built-in.o.cmd
bat
gpl-2.0
155
cmd_sound/core/snd.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 sound/core/snd.o sound/core/sound.o sound/core/init.o sound/core/memory.o sound/core/info.o sound/core/control.o sound/core/misc.o sound/core/devic...
EPDCenterSpain/kernel_Archos_97_Titan
sound/core/.snd.o.cmd
bat
gpl-2.0
343
@ECHO OFF goto comment 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 Licen...
pietrondo/pitagenda
bower_components/phonegap/lib/blackberry/blackberry10/bin/create.bat
bat
gpl-2.0
1,043
@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...
nonbiostudent/python-spectroscopy
docs/make.bat
bat
gpl-3.0
7,744
@echo off if not exist tmp mkdir tmp if not exist tmp\bootstrap-salt.sh powershell -Command "Invoke-WebRequest https://bootstrap.saltstack.com -OutFile tmp/bootstrap-salt.sh" if not exist tmp\salt mkdir tmp\salt copy configuration\minion.yaml tmp\salt\minion.conf if exist %USERPROFILE%\.gitconfig copy %USERPROFILE%\...
FunTimeCoding/haskell-skeleton
script/vagrant/create.bat
bat
mit
584
@echo off rem --------------------------------------------------------------------------- rem Startup script for the WSDLJava rem rem Environment Variable Prequisites rem rem CARBON_HOME Must point at your CARBON directory rem rem JAVA_HOME Must point at your Java Development Kit installation. rem rem ...
studentsphere/ApiProxy
wso2am-1.7.0/bin/wsdl2java.bat
bat
apache-2.0
2,547
"c:\Program Files (x86)\Graphviz2.36\bin\dot.exe" -Tpng number.dot -o number.png
borneq/genLL-pas
makepng.cmd
bat
isc
80
@echo off :: run as admin :: installation "%~p0\main.exe" /i :: uninstallation :: "%~p0\main.exe" /u pause
a-crash/Ping-Reducer
silent run.cmd
bat
mit
111
start "" "http://demo.lihocos.de/deploy-stable.php?sat=z3byakR7fG6lgzlcS3j2cT35y"
berrnd/LiHoCoS
_DeployDemoStable.bat
bat
mit
81
@echo off IF NOT exist 20_prod ( call laFab build Sample ) java -cp .;./02_lib/ccOutils.jar;./10_bin;./20_prod/tempSrc ccoutils.RunSample %*
CapCaval/ccProjects
30_sample/runSample.bat
bat
mit
144
curl -XDELETE http://localhost:9200/prefixcommons curl -XPUT http://localhost:9200/prefixcommons -d @mappings.json cp ..\..\data-ingest\json\lsregistry.json . curl -XPUT http://localhost:9200/_bulk?pretty --data-binary @lsregistry.json > load.log
prefixcommons/webapp-es-ang
es/reload.bat
bat
mit
249
@echo off call "%~dp0\npm_install.cmd" vim-language-server vim-language-server
ruchee/vimrc
vimfiles/bundle/lsp-settings/installer/install-vim-language-server.cmd
bat
mit
83
if exist qtwebkit-23 ( echo qtwebkit-23 directory already exists, skipping... exit /b ) set OLDPATH=%PATH% rem Download dependencies. if exist python-%PYTHONCOMMONPORTABLEVER%-bin-win32\python.exe goto pastpython if not exist python-%PYTHONCOMMONPORTABLEVER%-bin-win32.7z ( %WGET% http://python-common-portable.g...
vogel/kadu
varia/win32/dependencies/qtwebkit-23.bat
bat
gpl-2.0
4,817
cmd_drivers/media/rc/keymaps/built-in.o := rm -f drivers/media/rc/keymaps/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD drivers/media/rc/keymaps/built-in.o
evan6200/cirrfy_pos
drivers/media/rc/keymaps/.built-in.o.cmd
bat
gpl-2.0
241
cmd_sound/pcmcia/vx/built-in.o := rm -f sound/pcmcia/vx/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pcmcia/vx/built-in.o
sembre/kernel_totoro_update3
common/sound/pcmcia/vx/.built-in.o.cmd
bat
gpl-2.0
137
cmd_sound/usb/usx2y/built-in.o := rm -f sound/usb/usx2y/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/usb/usx2y/built-in.o
arshull/GalaTab3_Kernel
sound/usb/usx2y/.built-in.o.cmd
bat
gpl-2.0
161
cmd_fs/cifs/nterr.o := arm-linux-androideabi-gcc -Wp,-MD,fs/cifs/.nterr.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/auto...
tenorntex/lhbalanced
fs/cifs/.nterr.o.cmd
bat
gpl-2.0
11,189
:: Here are some example commands for xplanet. See the Readme files :: for more details. Uncomment each command by removing the "::" at :: the beginning of the line. Experiment to find a setup you like. If :: you get an error telling you you don't have permission to write the :: desktop file, use the -tmpdir op...
rexstout/x
windows/xplanet.bat
bat
gpl-2.0
2,796
cmd_mm/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o mm/built-in.o mm/filemap.o mm/mempool.o mm/oom_kill.o mm/fadvise.o mm/maccess.o mm/page_alloc.o mm/page-writeback.o mm/readahead.o mm/swap.o mm/truncate.o mm/vmscan.o mm/shmem.o mm/prio_tree.o mm/util.o ...
asopov/linux-tpt-2.6.39
mm/.built-in.o.cmd
bat
gpl-2.0
690
cmd_net/ipv6/netfilter/nf_defrag_ipv6.o := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -m elf_i386 -r -o net/ipv6/netfilter/nf_defrag_ipv6.o net/ipv6/netfilter/nf_defrag_ipv6_hooks.o net/ipv6/netfilter/nf_conntrack_reasm.o
ashishtanwer/NFTable-porting-on-Android-Goldfish
net/ipv6/netfilter/.nf_defrag_ipv6.o.cmd
bat
gpl-2.0
270
cmd_drivers/misc/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/misc/built-in.o drivers/misc/pmem.o drivers/misc/uid_stat.o drivers/misc/eeprom/built-in.o drivers/misc/cb710/built-in.o drivers/misc/ti-st/built-in.o drivers/misc/lis3lv02d/built-in.o drivers/misc/carma/built-in.o drivers/misc/apanic.o drivers/m...
jpsminix/minix5
drivers/misc/.built-in.o.cmd
bat
gpl-2.0
344
cmd_arch/arm/kernel/built-in.o := arm-linux-androideabi-ld -EL -r -o arch/arm/kernel/built-in.o arch/arm/kernel/compat.o arch/arm/kernel/elf.o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-common.o arch/arm/kernel/irq.o arch/arm/kernel/process.o arch/arm/kernel/ptrace.o arch/arm/kernel/return_address.o arch/ar...
tenorntex/lhbalanced
arch/arm/kernel/.built-in.o.cmd
bat
gpl-2.0
704
title INSTALL setlocal call bajarServices.bat echo DIR_BIN=%DIR_BIN% echo DIR_CONF=%DIR_CONF% echo DIR_LIB=%DIR_LIB% echo DIR_A_COPIAR_BIN=%DIR_A_COPIAR_BIN% echo DIR_A_COPIAR_CONF=%DIR_A_COPIAR_CONF% echo DIR_A_COPIAR_LIB=%DIR_A_COPIAR_LIB% set _INSTALL_DIR_BIN=%DIR_BIN% REM set _INSTALL_DIR_BIN=%DIR_BIN% set _INS...
AlanGuerraQuispe/SisAtuxPerfumeria
atux-dist/cron/copyto100.bat
bat
gpl-2.0
849
REM Use this to deploy a new version of libtextsecure-uwp to NuGet. Note that you first have to set your API key REM (which you can find by signing into NuGet.org and looking at your account page) by running this command: REM NuGet.exe setApiKey 00000-0000-0000-0000-000000 (replace with your key) SET NuGetPath="C:\Pro...
langboost/curve25519-uwp
deploy/DeployToNuGet.bat
bat
gpl-3.0
395
REM python C:\Users\csomerlot\Desktop\WIPTools\addin\Install\Baseline.py C:\Users\csomerlot\Desktop\WIPTools\Input\CSO_Pts.shp Proj_Type TSS_EffEx;FC_EffEx C:\Users\csomerlot\Desktop\WIPTools\Input\SummaryPoints_021216.shp true # python C:\Users\csomerlot\Desktop\WIPTools\addin\Install\CIP.py Scen1a C:\Users\csomerlot\...
csomerlot/WIPTools
addin/Install/BatchRunAll.bat
bat
gpl-3.0
529
mkdir build cd build IF %ARCH%==64 (SET BUILD_WITH_NETGEN=1) ELSE (SET BUILD_WITH_NETGEN=0) cmake -G "Ninja" ^ -D CMAKE_BUILD_TYPE=Release ^ -D FREECAD_LIBPACK_USE=FALSE ^ -D CMAKE_INSTALL_PREFIX:FILEPATH=%LIBRARY_PREFIX% ^ -D CMAKE_PREFIX_PATH:FILEPATH=%LIBRARY_PREFIX% ^ -D CMAKE_INCLUD...
looooo/FreeCAD_Conda
freecad_variants/freecad_qt4/bld.bat
bat
lgpl-2.1
1,216
python mavproxy.py --master=COM12 --baudrate=115200 --console --nowait --aircraft="bixler"
fatadama/mavlink-vscl
MAVProxy-master/bixlerUSB.bat
bat
lgpl-3.0
90
@ECHO OFF START "Order" nodemon --watch Order.js Order.js
thfrei/eve-agents
examples/production-plant/startOrderAgent.cmd
bat
lgpl-3.0
57
cd bin ant -f c-build.xml
moise-lang/moise
examples/sim/run.bat
bat
lgpl-3.0
26
@echo off if exist %1 goto FILEEXIST goto NOFILE :FILEEXIST C:\PROGRA~2\MICROS~4\VB98\LINK.EXE /EDIT /SUBSYSTEM:CONSOLE %1 rem "C:\Program Files\Microsoft Visual Studio\vb98\LINK.EXE" /EDIT /SUBSYSTEM:CONSOLE %1 echo. echo Finish. goto ENDME :NOFILE echo. echo need argument to reLink (exe file created by Visual Basic...
eladkarako/input2stdout
source/VB6 STD_IN STD_OUT enable (reLink).cmd
bat
apache-2.0
689
@echo off @if "%VSINSTALLDIR%"=="" goto error_no_VSINSTALLDIR cd "%~dp0" bin\curl --location --url https://github.com/bulletphysics/bullet3/archive/master.zip > bullet.zip bin\7z x -r -y -o. bullet.zip mkdir bullet3-master-build cd bullet3-master-build ..\bin\cmake\bin\cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_CPU_...
wtrsltnk/gamedev-deps
vs2012/download-extract-build-bullet-64bit.bat
bat
apache-2.0
2,678
@echo off cls rem "tools\nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" rem "tools\nuget.exe" "install" "xunit.runner.console" "-OutputDirectory" "tools" "-ExcludeVersion" "tools\FAKE\tools\Fake.exe" build.fsx %* pause
DomainBus/DomainBus
build/build.cmd
bat
apache-2.0
245
@REM https://github.com/xerial/sbt-pack/blob/master/src/main/templates/launch-bat.mustache @REM would be worth getting more inspiration from @echo off SET ERROR_CODE=0 SET LAUNCHER_PATH=%localappdata%/coursier IF NOT EXIST "%LAUNCHER_PATH%" ( bitsadmin /transfer "DownloadCoursierLauncher" https://github...
drostron/quasar
sbt.bat
bat
apache-2.0
817
if not exist curl-src ( call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 cinst -y curl curl -L -o curl.zip http://curl.haxx.se/download/curl-%CURL_VERSION%.zip 7z x curl.zip > NUL rename curl-%CURL_VERSION% curl-src cd curl-src\winbuild nmake /f Makefile.vc mode=static...
UnrealQuester/dota2Cmd
.appveyor/build_curl.bat
bat
apache-2.0
336
@echo off powershell -NoProfile -ExecutionPolicy Bypass -Command "& .\ReadBarcodeFromUploadedFile.ps1" echo Script finished with errorlevel=%errorlevel% pause
bytescout/ByteScout-SDK-SourceCode
PDF.co Web API/Barcode Reader API/PowerShell/Read Barcode From Uploaded File/run.bat
bat
apache-2.0
160
java -classpath ftpswrap3.jar;lib/jaxen-full.jar;lib/jdom.jar;lib/saxpath.jar com.glub.secureftp.wrapper.config.Setup
glubtech/ftpswrap
windows/config.bat
bat
apache-2.0
117
REM --- To run the Master Builder . REM parameters: <root config folder> <stage config folder> REM java.exe -jar dgMaster.jar -cp generator.masterbuild.MasterBuilder conf/application.properties
tchico/dgMaster-trunk
dist/DataBuildWithDevConf/runMasterBuilder.bat
bat
apache-2.0
196
@echo off setlocal set COMPONENT=%1 set COMMAND=%2 set chk_argument=false for %%i in (collector testapp web) do ( if "%%i" == "%COMPONENT%" ( set chk_argument=true ) ) for %%i in (start stop) do ( if "%%i" == "%COMMAND%" ( set chk_argument=true ) ) if chk_argument == false ( goto...
Xylus/pinpoint
quickstart/bin/quickstart.cmd
bat
apache-2.0
4,589
adb install -r bin/Match3-debug.apk adb shell am start -n org.oxygine.Match3/org.oxygine.Match3.MainActivity
unitpoint/oxygine-objectscript
examples/Match3/proj.android/install.bat
bat
mit
108
@echo off rem rem makeDynamicSpice.bat rem rem Creates the cspice.dll when run within the src/cspice directory. rem Requires Visual Studio development tools to be in the path. rem Specifically cl.exe and link.exe . rem rem @echo on rem Running makeDynamicSpice.bat, this may take some time (a minute or two) ...
seap-udea/tQuakes
util/SpiceyPy/appveyor/makeDynamicSpice.bat
bat
gpl-2.0
1,111
"%wix%\bin\candle" drivers.wxs -ext WiXNetFxExtension -ext WixDifxAppExtension -ext WixUIExtension.dll -ext WixUtilExtension -ext WixIisExtension pause "%wix%\bin\light" drivers.wixobj "%wix%\bin\difxapp_x86.wixlib" -o driver.msi -ext WiXNetFxExtension -ext WixDifxAppExtension -ext WixUIExtension.dll -ext WixUtilExtens...
virtualrobotix/MissionPlanner
Msi/drivers.bat
bat
gpl-3.0
350
@echo off set CABAL=cabal set CABFLAGS=--disable-documentation --disable-profiling rem It is currently more robust to pass Cabal an absolute path to the project file. set PROJ="%CD%/hadrian/cabal.project" if not exist %PROJ% ( echo Current working directory must be GHC's top-level folder exit /B 2 ) "%CABAL%...
snowleopard/shaking-up-ghc
build.cabal.bat
bat
bsd-3-clause
1,089
call runprebuild2015.bat
zwagoth/halcyon
runprebuild.bat
bat
bsd-3-clause
25
@echo off rem for /f "tokens=2-8 delims=.:/ " %%a in ("%date% %time%") do set DateNtime=%%c-%%a-%%b_%%d-%%e-%%f.%%g for /f "tokens=2-8 delims=.:/ " %%a in ("%date% %time%") do set DateNtime=%%c%%a%%b%%d%%e%%f echo Renaming existing file... rename "C:\Projects\Palaso\SIL.Archiving\IMDI\Schema\IMDI_3_0.cs" "IMDI_3_0.cs.%...
darcywong00/libpalaso
SIL.Archiving/IMDI/xsd/GenerateClasses.bat
bat
mit
664
/* // TI File $Revision: /main/3 $ // Checkin $Date: March 3, 2011 13:45:44 $ //########################################################################### // // FILE: F28062.cmd // // TITLE: Linker Command File For F28062 Device // //########################################################################### //...
martianmartin/Energia
hardware/c2000/cores/c2000/F2806x_common/cmd/F28062.cmd
bat
lgpl-2.1
8,803
@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...
thrk/lorenz
docs/make.bat
bat
mit
6,701
rmdir NugetPackages mkdir NugetPackages .nuget\nuget.exe pack Yarn\Yarn.nuspec -BasePath Yarn\bin\Release -OutputDirectory NugetPackages .nuget\nuget.exe pack Yarn.EF\Yarn.EF.nuspec -BasePath Yarn.EF\bin\Release -OutputDirectory NugetPackages .nuget\nuget.exe pack Yarn.InMemory\Yarn.InMemory.nuspec -BasePath Yarn.InMem...
stepaside/Yarn
NugetPackAll.cmd
bat
mit
1,379
@if not defined _echo @echo off setlocal EnableDelayedExpansion :: Set the default arguments for build set __BuildArch=x64 set __VCBuildArch=x86_amd64 set __BuildType=Debug set __BuildOS=Windows_NT :: Define a prefix for most output progress messages that come from this script. That makes :: it easier to see where th...
wateret/coreclr
build-test.cmd
bat
mit
24,052
del Cogwheel.zip set path=%path%;"C:\Program Files\7-Zip" pushd "..\Cogwheel SlimDX\bin\Release" 7z u -tzip -mx=9 ..\..\..\Deployment\Cogwheel.zip "Cogwheel Interface.exe*" *.dll "ROM Data\*.romdata" popd
MathewWi/cogwheel
Deployment/Zipped Archive.cmd
bat
mit
208
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\_phantomjs-prebuilt@2.1.14@phantomjs-prebuilt\bin\phantomjs" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\_phantomjs-prebuilt@2.1.14@phantomjs-prebuilt\bin\phantomjs" %* )
724400475/gallery-by-react
node_modules/_karma-phantomjs-launcher@1.0.4@karma-phantomjs-launcher/node_modules/.bin/phantomjs.cmd
bat
mit
272
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\marked-man\bin\marked-man" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\marked-man\bin\marked-man" %* )
MediaYouCanFeel/Azzenda
nodejs/node_modules/npm/node_modules/.bin/marked-man.cmd
bat
mit
192
@echo off REM REM Copyright 2005 Sun Microsystems, Inc. All rights reserved. REM Use is subject to license terms. REM if "%OS%" == "Windows_NT" setlocal if not "%JAVA_HOME%" == "" goto check_tool echo Please set the JAVA_HOME environment variable. goto end :check_tool if not "%JC_HOME%" == "" goto doit echo Pleas...
OpenCryptoProject/JCMathLib
JCMathLib/ext/java_card_kit-2_2_2-win/bin/jcwde.bat
bat
mit
796
nuget pack "PatternMatcher\PatternMatcher.nuspec" -symbols
tejacques/PatternMatcher
NuGet/NuGetPack.cmd
bat
mit
59
C:\Ruby200\bin\ruby.exe e:\small_fish\lib\9_cron\price_file_cron.rb
grasp/small_fish
lib/9_cron/price_file_cron.bat
bat
mit
67
cmd_arch/arm/lib/strrchr.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strrchr.o.d -nostdinc -isystem /home/sunghun/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include -include include/linux/au...
sktjdgns1189/android_kernel_iriver_MX100
arch/arm/lib/.strrchr.o.cmd
bat
gpl-2.0
1,842
cmd_fs/nfs_common/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/nfs_common/built-in.o fs/nfs_common/nfs_acl.o
RittikBhowmik/Project-Crater-Kernel-GT-i9152
fs/nfs_common/.built-in.o.cmd
bat
gpl-2.0
173
cmd_arch/arm/mm/proc-v7.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-gcc -Wp,-MD,arch/arm/mm/.proc-v7.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4....
evan6200/cirrfy_pos
arch/arm/mm/.proc-v7.o.cmd
bat
gpl-2.0
8,129
cmd_arch/arm/lib/csumipv6.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.o.d -nostdinc -isystem /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/mnt/disk2/Dev/UG802/kernel/picuntu-3.0.8-alok/arch/arm...
aloksinha2001/picuntu-3.0.8-alok
arch/arm/lib/.csumipv6.o.cmd
bat
gpl-2.0
2,135
cmd_sound/ppc/built-in.o := rm -f sound/ppc/built-in.o; ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/ppc/built-in.o
Zaphod-Beeblebrox/kernel_rockchip_rk3188
sound/ppc/.built-in.o.cmd
bat
gpl-2.0
143
cmd_drivers/staging/iio/industrialio.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/staging/iio/industrialio.o drivers/staging/iio/industrialio-core.o
selva-simple/Galaxy-R-Kernel
drivers/staging/iio/.industrialio.o.cmd
bat
gpl-2.0
208
cmd_fs/cifs/inode.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/cifs/.inode.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstr...
b8e5n/KTG-kernel_es209ra
fs/cifs/.inode.o.cmd
bat
gpl-2.0
31,219
cmd_util-linux/volume_id/reiserfs.o := gcc -Wp,-MD,util-linux/volume_id/.reiserfs.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-strin...
muthumani2/Muthu-busybox
util-linux/volume_id/.reiserfs.o.cmd
bat
gpl-2.0
9,569
cmd_fs/lockd/svcshare.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/lockd/.svcshare.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototy...
mattkelly/linux-2.6-xlnx
fs/lockd/.svcshare.o.cmd
bat
gpl-2.0
32,046
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal_speaker.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal_speaker.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/hal_speaker.o /home/yutingkao23/linuxcn...
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.hal_speaker.ko.cmd
bat
gpl-2.0
361
cmd_sound/soc/jz4740/built-in.o := rm -f sound/soc/jz4740/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/jz4740/built-in.o
miamo/miamOv
sound/soc/jz4740/.built-in.o.cmd
bat
gpl-2.0
149
@echo off echo Detecting OS processor type if "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto 64BIT echo 32-bit OS goto END :64BIT echo 64-bit OS java -classpath "guy.jar;lib\MyAlgorithms.jar;lib\swt.jar" boot.Run :END echo finish pause
matanaa/mazemvp
MyMvp/Win_36_64.bat
bat
gpl-3.0
265
REM From: http://community.embarcadero.com/blogs/entry/using-cmake-with-the-free-embarcadero-c-compiler @echo off SET BUILD_DIR=build-bcc32c-win if exist %BUILD_DIR% ( rmdir /s/q %BUILD_DIR% ) mkdir %BUILD_DIR% cd %BUILD_DIR% cmake -G"Borland Makefiles" -DCMAKE_CXX_COMPILER="bcc32c.exe" -DCMAKE_C_COMPILER="bcc...
kjelloh/clang-bcc
build/test/bcc32c_win_me.bat
bat
gpl-3.0
424
setlocal @set modname=FS17_GearboxAddon @xcopy %modname%.zip "C:\Work\FarmingSimulator2017Mods" /R/U/Y/Q
Mogli12/GearboxAddon
deploy.bat
bat
gpl-3.0
105
start "title" "c:\Program Files (x86)\PuTTY\putty.exe" "-load" e6s14 rem cmd /E:ON /Q /C "c:\Program Files\PuTTY\putty.exe" -X root@10.30.244.111 -pw hpinvent
mikersgit/nixScripts
bat/e6s14.bat
bat
gpl-3.0
161
@echo off v: if not exist "v:\VDImproved\ITSAMOTHERFUCKINGTEST.txt" GOTO NEW GOTO WRITE :NEW echo> v:\VDImproved\chrome\ITSAMOTHERFUCKINGTEST.txt GOTO WRITE exit -b :WRITE DATE /T >> v:\VDImproved\chrome\ITSAMOTHERFUCKINGTEST.txt TIME /T >> v:\VDImproved\chrome\ITSAMOTHERFUCKINGTEST.txt GOTO EXIT1 :EXIT1 exit -b :...
mh1723/VDImproved
classQtest.bat
bat
gpl-3.0
407