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 :: Generation of Reprise Help ..\deps\win32\bin\doxygen ..\source\Reprise\Doxyfile cd Reprise\html ..\..\..\deps\win32\bin\hhc index.hhp cd ..\.. :: Generation of OPS_Core Help ..\deps\win32\bin\doxygen ..\source\OPS_Core\Doxyfile cd OPS_Core\html ..\..\..\deps\win32\bin\hhc index.hhp cd ..\..
OpsGroup/open-ops
docs/buildhelp.bat
bat
bsd-3-clause
305
%JAVA_HOME%/bin/java -cp ../../../lib/ant/ant.jar;../../../lib/ant/ant-launcher.jar;%JAVA_HOME%/lib/tools.jar org.apache.tools.ant.Main %1
dachengxi/spring1.1.1_source
samples/jpetstore/attributes/build.bat
bat
mit
139
@echo off call configuration.bat call setup.bat msbuild monoprog.vcxproj %BUILDDIR%\debug\monoprog.exe %*
getopenmono/appveyor-test-1
run.bat
bat
mit
108
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\esprima-fb\bin\esparse.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\esprima-fb\bin\esparse.js" %* )
gauravyeole/iDigBio-appliance
node_modules/jstransform/node_modules/.bin/esparse.cmd
bat
mit
204
cmd_net/sched/built-in.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/sched/built-in.o net/sched/sch_generic.o net/sched/sch_api.o net/sched/sch_blackhole.o net/sched/cls_api.o net/sched/act_police.o net/sched/sch_fifo.o net/sched/sch_htb.o net/sched/sch_ingress.o net/sched/sch_sfq.o ...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/sched/.built-in.o.cmd
bat
gpl-2.0
448
zip -9 %1 COPYING Makefile *.cpp *.h *.c *.rc CMakeLists.txt unused/* zlib/*.c zlib/*.h zlib/CMakeLists.txt kzip b%1 COPYING Makefile *.cpp *.h *.c *.rc CMakeLists.txt unused/* zlib/*.c zlib/*.h zlib/CMakeLists.txt zipmix %1 b%1 del b%1
rheit/zdbsp
zipsrc.bat
bat
gpl-2.0
241
gor.windows.386.exe compile gor.windows.386.exe http
hopehook/liteide_org_source
run.bat
bat
gpl-3.0
53
@echo off rem This batch file searches your dfm files for any use of JVCL components (classes starting with TJv) and rem puts the results into a text file. Initial idea provided by Heinz Zastrau. rem Uses Borland's grep utility (included with Delphi and CBuilder) echo. Searching, please wait... grep -di "object [a-z...
tavultesoft/keymanweb
windows/src/ext/jedi/jvcl/tests/archive/jvcl/devtools/bin/UsedJVCL.bat
bat
apache-2.0
393
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S3_EUSB_OperateIo_OSRFX2_ReadSwitches /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEUSB/S3_EUSB_OperateIo_OSRFX2_ReadSwitches.cmd
bat
mit
226
@echo off rem ========================================================================== rem Shortcuts for various tasks, emulating UNIX "make" on Windows. rem It is primarly intended as a shortcut for compiling / installing rem psutil ("make.bat build", "make.bat install") and running tests rem ("make.bat test"). rem...
michimussato/pypelyne2
pypelyne2/payload/psutil-2.2.1/make.bat
bat
gpl-2.0
7,797
%PYTHON% setup.py install --single-version-externally-managed --record=record.txt if errorlevel 1 exit 1
h2oai/sparkling-water
py/conda/h2o_pysparkling_SUBST_SPARK_MAJOR_VERSION/bld.bat
bat
apache-2.0
105
@echo off set PATH=%~dp0\bin;%PATH% set XDG_CONFIG_DIRS=%~dp0etc\xdg set XDG_DATA_DIRS=%~dp0share set GTK_DATA_PREFIX=%~dp0 set GTK_EXE_PREFIX=%~dp0 set GTK_PATH=%~dp0 set GTK2_RC_FILES=%~dp0etc\gtk-2.0\gtkrc set GTK_IM_MODULE_FILE=%~dp0etc\gtk-2.0\gtk.immodules set GDK_PIXBUF_MODULE_FILE=%~dp0etc\gtk-2.0\...
573/leksah
win32/leksah.bat
bat
gpl-2.0
778
setenv console ttyO2,115200n8 setenv vram '16M' setenv dvimode 'hd720 omapfb.vram=0:8M,1:4M,2:4M' run loaduimage run mmcboot
wwright2/dcim3-angstrom1
sources/meta-angstrom/recipes-angstrom/angstrom/angstrom-uboot-scripts/720p-ttyO2.cmd
bat
mit
125
02; // Get firmware version // Reads content of a Mifare UltraLight // PLEASE PUT ULTRALIGHT TAG NOW 4A 01 00; // 1 target requested // Read memory content from address 4 40 01 30 00; Read 16 bytes from address 0x00 40 01 30 04; ...
x414e54/grouping-proof
libnfc-read-only/examples/pn53x-tamashell-scripts/UltraLightRead.cmd
bat
bsd-3-clause
492
@echo off REM Close all windows: there might be things to save! call %~dp0close-all-windows.bat REM Backup before shutting the computer down wscript %~dp0backup\backup-dev.vbs %~dp0backup\idrive-backup-data.txt %~dp0backup\local-backup-data.txt REM Shutdown C:\Windows\System32\shutdown.exe -s -f -t 0
ThomasKrauss/Reconnect
my-utilities/resources/commands/shutdown.bat
bat
mit
306
call npm install call npm run build call cd %DEPLOYMENT_TARGET% for /F "delims=" %%i in ('dir /b') do (rmdir "%%i" /s/q || del "%%i" /s/q) xcopy /d %DEPLOYMENT_SOURCE%\dist %DEPLOYMENT_TARGET%\dist /s /i xcopy /d %DEPLOYMENT_SOURCE%\index.html %DEPLOYMENT_TARGET%\index.html* xcopy /d %DEPLOYMENT_SOURCE%\server.js %DE...
OakRaven/vue-spa-from-scratch
build/deploy.cmd
bat
mit
551
/* Rxfh2lnk RexxFunctionHandler-to-Linkerfile */ PARSE ARG args lnkfile=STRIP(args) SAY lnkfile CALL STREAM lnkfile,'C','OPEN READ' i=1 DO WHILE LINES(lnkfile)>0 PARSE VALUE LINEIN(lnkfile) WITH key file.i IF STRIP(TRANSLATE(key))='FILE' THEN i=i+1 END file.0=i-1 CALL STREAM lnkfile,'C','CLOSE' count=0 CALL STREAM...
sptim/legacy-sputils
scripts/rxfh2lnk.cmd
bat
mit
1,147
@echo off copy /B/Y .\..\..\..\baserom\lm1mb_sa1.smc .\patched.smc echo. IF %ERRORLEVEL% NEQ 0 ( echo Copying "lm1mb_sa1.smc" to "patched.smc" failed. echo. pause exit %ERRORLEVEL% ) ELSE ( echo Copied "lm1mb_sa1.smc" to "patched.smc". echo. ) .\..\..\..\tools\asar\asar.exe .\..\free_7F4000.asm .\patched.smc ...
RPGHacker/SMW-Workspace
patches/free_7F4000/test/patch_sa1.bat
bat
mit
510
@echo off set DEPENDENCIES_DIR=sample\build\dependencies\unpackaged set JAR_FILE=build\libs\lightweight-jar.jar set COMPRESS_LEVEL=9 java -jar %JAR_FILE% build -a sample\src\main\java -s %DEPENDENCIES_DIR%\source -c %DEPENDENCIES_DIR%\binary --encoding UTF-8 --compress-level %COMPRESS_LEVEL% -m sample.Main -j s...
opengl-8080/lightweight-jar
build.bat
bat
mit
341
cmd_kernel/power/process.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/power/.process.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 -Iar...
srinugnt2000/linux-2.6.37
kernel/power/.process.o.cmd
bat
gpl-2.0
25,914
doxygen nl.doxygen.cfg cd doc\html\ zip nl-doc.zip *.* cd ..\.. move doc\html\nl-doc.zip nl-doc.zip
NikolaiZolotykh/nl-software
makedoc.bat
bat
gpl-2.0
109
:: ------------------------------------------------------------------------ :: FusionInventory Agent Installer for Microsoft Windows :: Copyright (C) 2010-2019 by the FusionInventory Development Team. :: :: http://www.fusioninventory.org/ http://forge.fusioninventory.org/ :: --------------------------------------------...
fusioninventory/fusioninventory-agent-windows-installer
NSIS/FusionInventory-Agent-Portable.bat
bat
gpl-2.0
2,890
cmd_libbb/messages.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.messages.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wunde...
ThinkIntegrate/busybox
libbb/.messages.o.cmd
bat
gpl-2.0
11,451
cmd_net/core/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o net/core/built-in.o net/core/sock.o net/core/request_sock.o net/core/skbuff.o net/core/iovec.o net/core/datagram.o net/core/stream.o net/core/scm.o net/core/gen_stats.o net/core/gen_estimator.o net/core/net_namespace.o net/core/secure_seq.o net/core/flo...
heyoufei2/yocto3.14.38_kernel
net/core/.built-in.o.cmd
bat
gpl-2.0
672
zip \dskx13s stringe\* dskxtrct\* * -x *.lib
OS2World/UTIL-SYSTEM-dskxtrct
distrib.cmd
bat
gpl-2.0
45
cmd_net/netlink/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/netlink/built-in.o net/netlink/af_netlink.o net/netlink/genetlink.o
sleshepic/epic_touch_kernel
net/netlink/.built-in.o.cmd
bat
gpl-2.0
184
cmd_drivers/net/smsc911x.o := arm-eabi-gcc -Wp,-MD,drivers/net/.smsc911x.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/ar...
bigbiff/i717-GB-Kernel
drivers/net/.smsc911x.o.cmd
bat
gpl-2.0
33,124
cmd_firmware/built-in.o := rm -f firmware/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD firmware/built-in.o
domintech/PandaBoard-LinuxKernel
firmware/.built-in.o.cmd
bat
gpl-2.0
204
java -cp mysql-connector-java-5.1.28-bin.jar;classes;. EOPLibrary
jlask2/education
csc429ObjectOrientedSoftwareDevelopment/eop/phutzbah_runEOPLibraryApp.bat
bat
gpl-2.0
65
<<<<<<< HEAD @ECHO OFF :: :: FCKeditor - The text editor for Internet - http://www.fckeditor.net :: Copyright (C) 2003-2010 Frederico Caldeira Knabben :: :: == BEGIN LICENSE == :: :: Licensed under the terms of any of the following licenses at your :: choice: :: :: - GNU General Public License Version 2 or later (the...
marvoey/live-web
sites/all/libraries/fckeditor/_samples/adobeair/package.bat
bat
gpl-2.0
1,777
cmd_net/bluetooth/hidp/hidp.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o net/bluetooth/hidp/hidp.o net/bluetooth/hidp/core.o net/bluetooth/hidp/sock.o
spacecaker/CM7_Space_Kernel_Cooper
net/bluetooth/hidp/.hidp.o.cmd
bat
gpl-2.0
178
cmd_drivers/net/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/built-in.o drivers/net/mii.o drivers/net/Space.o drivers/net/loopback.o drivers/net/phy/built-in.o drivers/net/ethernet/built-in.o drivers/n...
domintech/PandaBoard-LinuxKernel
drivers/net/.built-in.o.cmd
bat
gpl-2.0
371
cmd_sound/pci/lola/built-in.o := rm -f sound/pci/lola/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pci/lola/built-in.o
aloksinha2001/picuntu-3.0.8-alok
sound/pci/lola/.built-in.o.cmd
bat
gpl-2.0
175
cmd_kernel/sched.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.sched.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 -Wstric...
b8e5n/KTG-kernel_es209ra
kernel/.sched.o.cmd
bat
gpl-2.0
30,857
cmd_kernel/ksysfs.o := gcc -Wp,-MD,kernel/.ksysfs.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=20...
namgk/kernel-tut
kernel/.ksysfs.o.cmd
bat
gpl-2.0
16,922
@echo off cd C:\Users\Paran\Documents\Study\Thesis del /s /q out
paranhaslett/PersonalizedViews
clean.bat
bat
gpl-2.0
64
@ECHO OFF ECHO "Setting environment ...." call setenv.bat ECHO Set Microsoft Visual Studio Environment using VS supplied batch file IF "%VS_ENV_SCRIPT%"=="" EXIT 1 IF NOT "%VS_ENV_SCRIPT%"=="" call "%VS_ENV_SCRIPT%" cd "%OSPL_HOME%" ECHO Set OSPL runtime environment call release.bat REM The Studi...
SanderMertens/opensplice
build/scripts/overnight/build_examples.bat
bat
gpl-3.0
2,555
@echo off set R=%SRC_DIR% set B_BV=1_78 set B_BOOST=C:\local\boost_%B_BV%_0 cd /D "%B_BOOST%\lib64-msvc-14.1" mkdir "%R%\lib\x64" mkdir "%R%\bin\x64\Release_CUDA" copy boost_unit_test_framework-vc141-mt-x64-%B_BV%.lib %R%\lib\x64 copy libboost_chrono-vc141-mt-x64-%B_BV%.lib %R%\lib\x64 copy libboost_date_time-vc14...
astra-toolbox/astra-toolbox
python/conda/astra-toolbox/bld.bat
bat
gpl-3.0
746
md mus cd mus rem $8000 bcut ..\MOMOKO_1.dsk DRIVER.BIN 0xA300 0x0B00 rem $9800 bcut ..\MOMOKO_1.dsk FDAT.BIN 0xE200 0x1b00 bcut ..\MOMOKO_1.dsk PDAT.BIN 0x10000 0x1800 rem $0100 bcut ..\MOMOKO_1.dsk MAIN.BIN 0x2400 0x0D00 cd ..
rururutan/hoot-patches
msx/nichibutu/hana_no_momokogumi/cut/cut.bat
bat
gpl-3.0
231
xamarin-component package emgucv_v3\component
neutmute/emgucv
platforms/xamarin/build.bat
bat
gpl-3.0
48
@ECHO OFF nssm.exe stop Pywebdriver nssm.exe remove Pywebdriver confirm
akretion/pywebdriver
windows/uninstall.bat
bat
gpl-3.0
72
@echo off REM ************************************************************************************** REM * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * REM * ("License"); You may not use this file except in compliance with the License * REM * The Original Code is: vtig...
andreadanzi/rotho_dev
plugins/erpconnector/Map_load/Map.bat
bat
mpl-2.0
949
@0461 < horizon.%1.in @type horizon.%1.out
dk00/old-stuff
ntuj/t.bat
bat
unlicense
44
@echo off setlocal enabledelayedexpansion set PGSHELL_CONFDIR=%~1 rem Get list of Database Name which you want to monitor. rem The default settings are excepted template databases(template0/template1). rem rem :Example rem rem If you want to monitor "foo" and "bar" databases, you set the GETDB as rem GETDB="select dat...
laiyuandong/test
pg_monz_win/usr-local-bin/find_dbname.bat
bat
apache-2.0
904
coffee --compile --watch --output js\generated coffeescript
jazeee/crossfilterd3dc
compile.bat
bat
apache-2.0
59
@echo off echo %~dp0 set a= %~dp0 set b=windows-x64 set c=windows-x86 set d=hello.jar set d=%a%%d% if exist %windir%\SysWOW64 ( java -Djava.library.path=%a%%b% ) else ( java -Djava.library.path=%a%%c% ) echo Input you file name: set /p Input= echo Your Input number is %Input%. echo Please wait.... java -jar %d% %In...
crazylinuxsir/WebpTool
Windows.bat
bat
apache-2.0
351
@echo off REM ############################################################################################################################ REM # (c) 2017 TIBCO Software Inc. All rights reserved. REM # REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0. REM # T...
cisco/PDTool
AutomatedTestFramework/migration/bin/copyPlanTemplates.bat
bat
bsd-3-clause
39,118
@ECHO off dir %1
Recdeclec-Public/batchgames
The Hallows/chapters/1/Program Files/ls.bat
bat
mit
21
call gradlew.bat :nodebb-integration-common:build call gradlew.bat :nodebb-integration-bukkit:build call gradlew.bat :nodebb-integration-sponge:build call gradlew.bat :nodebb-integration-forge:build call gradlew.bat :nodebb-integration-common:shadowJar call gradlew.bat :nodebb-integration-bukkit:shadowJar call gr...
yariplus/minecraft-nodebb-integration
package.bat
bat
cc0-1.0
487
cmd_net/bluetooth/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/bluetooth/built-in.o net/bluetooth/bluetooth.o net/bluetooth/hidp/built-in.o
friedrich420/Note-3-AEL-Kernel
net/bluetooth/.built-in.o.cmd
bat
gpl-2.0
193
@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% %ALLS...
martinarroyo/deployer
doc/make.bat
bat
mpl-2.0
7,257
@echo off REM make.bat, 2014/06/25 REM Copyright (C) 2014 Luiz E. M. Lima (luizeduardomlima@gmail.com) REM REM This make.bat provide commands to make compiling LaTeX files. REM Set local variables setlocal EnableDelayedExpansion REM Source set src=Modelo_Dissertacao.tex if "%src%" == "" (set /p src="Enter ...
utfpr-cp/utfpr-modelo-latex
utfpr-modelo-latex-dissertacao/make.bat
bat
apache-2.0
4,225
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\password-hash\bin\nodepw" %* ) ELSE ( node "%~dp0\..\password-hash\bin\nodepw" %* )
eriknygren/let-me-explain-it
server/node_modules/.bin/nodepw.cmd
bat
mit
145
@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% %ALLS...
the-engine-room/replication-sprint-02
docs/make.bat
bat
mit
6,714
/****************************************************************************** * * hibernate_ccs.cmd - CCS linker configuration file for hibernate. * * Copyright (c) 2011-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is supplying this ...
cergatgmu/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c123g/hibernate/hibernate_ccs.cmd
bat
gpl-3.0
2,797
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-W -d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %A...
chapel-lang/pychapel
docs/make.bat
bat
apache-2.0
6,717
@ECHO Off SETLOCAL ENABLEDELAYEDEXPANSION SET UTC=YYYYMMDDHHmmss REM Get the UTC date-time string to use CALL :GetFormattedCurrentUTCDate UTC ECHO "Formatted UTC Date time : %UTC%" SET "output=%UTC%_world.sql" ECHO DROP PROCEDURE IF EXISTS add_migration;>> migrations/%output% ECHO delimiter ??>> migrations/%output...
Dahkelor/theorycraft
sql/make_migration.bat
bat
gpl-2.0
2,065
@echo off pushd %~dp0 IF EXIST packages\FAKE\tools\Fake.exe GOTO FAKEINSTALLED "..\lib\nuget\NuGet.exe" "install" "FAKE" "-OutputDirectory" "packages" "-ExcludeVersion" "-Prerelease" :FAKEINSTALLED SET TARGET="All" IF NOT [%1]==[] (set TARGET="%1") "packages\FAKE\tools\Fake.exe" "build.fsx" "target=%TARGET%" po...
Ming-Tang/fsharpbinding
vim/install.cmd
bat
apache-2.0
324
::!/bin/csh -f ::***************************************************************************** :: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellec...
monotone-RK/FACE
MCSoC-15/8-way_8-parallel/ise/ipcore_dir/dram/example_design/par/create_ise.bat
bat
mit
3,066
mkdir vc2010 cd vc2010 cmake -G "Visual Studio 10" ../src PAUSE
abreheret/polygon-intersection
make_vc2010.bat
bat
mit
63
curl -v -uatteq:bozemoj -H"Content-Type: application/json" -X POST -d@cache_output_task.txt http://localhost:5000/task/test/cache_output_task
AtteqCom/zsl
test_data/cache_output_task.cmd
bat
mit
143
::===============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
_example/javascript/_build/build.cmd
bat
mit
1,633
http-server -p 8089
nafSadh/resume
serve-on-local-node-http.bat
bat
mit
19
fromelf --bin --output o.bin %1 nrfutil dfu genpkg dfu.zip --application o.bin --application-version 0x0108 --dev-revision 1 --dev-type 1 --sd-req 0x64 del o.bin
ubi-naist/SenStick
binary/create_dfu.bat
bat
mit
162
@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...
svisser/ipuz
docs/make.bat
bat
mit
6,697
@echo off echo Press any key to publish pause ".nuget\NuGet.exe" push Rssdp.2.0.0.2.nupkg pause
stickybun/RSSDP
src/Main/PublishNugetPackage.cmd
bat
mit
95
@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...
nickmab/async_util
docs/make.bat
bat
mit
7,266
cd App npm install bower install
dflor003/ko-select2-multiselect-binding
install.bat
bat
mit
33
@ECHO OFF REM ############################################ REM # REM # This installs YourAPP to BB simulator. REM # REM ############################################ set JAVALOADER_HOME=%RIM_HOME%\%DEVICE_OS%\bin set oldPATH=%PATH% set PATH=%JAVALOADER_HOME%;%PATH% pushd %JAVALOADER_HOME% REM Replace YourAPP with ...
eing/moet
common/bb/javaloaderStart.bat
bat
epl-1.0
622
REM REM Makefile.bat ipadic-2.6.3 REM ..\makemat ..\makeda chadic *.dic
takayuki/natume
ipadic-2.7.0/Makefile.bat
bat
gpl-2.0
80
cmd_sound/isa/wavefront/built-in.o := rm -f sound/isa/wavefront/built-in.o; /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ar rcs sound/isa/wavefront/built-in.o
yohanes/Acer-BeTouch-E130-Linux-Kernel
sound/isa/wavefront/.built-in.o.cmd
bat
gpl-2.0
158
cmd_drivers/media/rc/keymaps/built-in.o := rm -f drivers/media/rc/keymaps/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/media/rc/keymaps/built-in.o
asopov/linux-tpt-2.6.39
drivers/media/rc/keymaps/.built-in.o.cmd
bat
gpl-2.0
209
cmd_sound/pci/ice1712/built-in.o := rm -f sound/pci/ice1712/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs sound/pci/ice1712/built-in.o
spacecaker/CM7_Space_Kernel_Cooper
sound/pci/ice1712/.built-in.o.cmd
bat
gpl-2.0
159
cmd_arch/arm/lib/copy_to_user.o := arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.copy_to_user.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 -includ...
tenorntex/lhbalanced
arch/arm/lib/.copy_to_user.o.cmd
bat
gpl-2.0
1,743
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -onlyents "C:\openarena-0.8.1\baseoa\maps\oa_bprison.map" Pause "I:\!lucho-temp\netradiant-1.5.0-20110819\bspc.exe" -bsp2aas "C:\openarena-0.8.1\baseoa\maps\oa_bprison.bsp" -forcesidesvisible -optimize -...
NeonKnightOA/oaassets
tools/compile-scripts/batch/oa_bprison.bat
bat
gpl-2.0
333
cmd_scripts/kconfig/lxdialog/textbox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.textbox.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/textbox.o scripts/kconfig/lxdialog/textbox.c deps_scripts/kconfig/lxdialog/textbox.o := \ scripts/kconf...
bizcuite/Kernel_ICS_Archos_Gen8
scripts/kconfig/lxdialog/.textbox.o.cmd
bat
gpl-2.0
2,181
cmd_fs/debugfs/debugfs.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/debugfs/debugfs.o fs/debugfs/inode.o fs/debugfs/file.o
AOSP-ZEUS/android_kernel_samsung_n1
fs/debugfs/.debugfs.o.cmd
bat
gpl-2.0
180
:: "\xff\xd8\xff[\xe0-\xef].{0,32}?[jJ][fF][a-zA-Z]{2}.*?(?:\n|.)*?\xff\xd9" :: "\xff\xd8\xff[\xe0-\xef].{0,10000000}?\xff\xd9" @re -p %* ^ "\xff.\xff...(([jJ][fF])|([eE][xX]))[iI][fF]((?!JFIF).){0,1000}?(\xff...(([jJ][fF])|([eE][xX]))((?!Exif|JFIF).)*?\xff\xd9)?((?!JFIF).){0,25000000}?\xff\xd9" ^ -fl Singl...
John-Leitch/Aphid
Components.Aphid/Tools/CarveJpg.cmd
bat
gpl-2.0
847
cmd_block/blk-map.o := gcc -Wp,-MD,block/.blk-map.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=20...
namgk/kernel-tut
block/.blk-map.o.cmd
bat
gpl-2.0
21,351
cmd_lib/lcm.o := arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.lcm.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-davinci/includ...
srinugnt2000/linux-2.6.37
lib/.lcm.o.cmd
bat
gpl-2.0
15,368
cmd_fs/ext3/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o fs/ext3/built-in.o fs/ext3/ext3.o
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
fs/ext3/.built-in.o.cmd
bat
gpl-2.0
102
for /d %%i in (*) do ( echo %%i ) pause
solvery/lang-features
windows_bat/forall_dir.bat
bat
gpl-2.0
49
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help ...
keseldude/brobot
docs/make.bat
bat
gpl-3.0
4,681
cmd_scripts/kconfig/lxdialog/checklist.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.checklist.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -D_GNU_SOURCE -I/usr/include/ncursesw -DCURSES_LOC="<ncurses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -c -o scripts/kconfig/lxdialog/checklist....
Kronos3/Minux
src/config/scripts/kconfig/lxdialog/.checklist.o.cmd
bat
gpl-3.0
2,869
@ECHO OFF REM (C) 2009-2019 see Authors.txt REM REM This file is part of MPC-HC. REM REM MPC-HC is free software; you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation; either version 3 of the License, or REM (at your option) any ...
clsid2/mpc-hc
update_mingwlib.bat
bat
gpl-3.0
2,197
REM This script installs all dependencies of PyFRAP for OSX, assuming Anaconda is installed. REM Downgrade to PyQt4 conda remove -y qt pyqt conda install -y qt=4 pyqt=4.10.4 REM Reinstall MPL conda remove -y pywavelets conda install -y matplotlib=1.4.3 REM Reinstall skimage conda install -y scikit-image=0.11.3 REM ...
alexblaessle/PyFRAP
install_win.bat
bat
gpl-3.0
601
set OPTS=-DDAO_WITH_THREAD set OPTS=main.c set OPTS= rem if exist dao\kernel\daomain.c move dao\kernel\daomain.c dao\kernel\daomain.c.bak cl /Fedao.exe -I dao\kernel /Ox /Oy /MT /DNDEBUG dao\kernel\*.c -DWIN32 winmm.lib %OPTS% del *.obj
r-lyeh/scriptorium
dao/make.bat
bat
unlicense
243
docker run -v c:/face/scripts:/app -p 8080:8080 -t -i bamos/openface bash "./app/init.sh"
gradosevic/OpenFace
start.bat
bat
apache-2.0
90
echo /*** Ignore minified library code below ***/ >> EasyAPI.min.cs CSharpMinifier\CSharpMinify --locals --members --types --spaces --regions --comments --namespaces --to-string-methods --enum-to-int --line-length 100000 --skip-compile EasyAPI.lib.cs >> EasyAPI.min.cs copy /b ^ modules\BootstrapEasyAPI\BootstrapEasyA...
paillardf/SpaceEngineersScripts
build.bat
bat
apache-2.0
503
java -jar C:\chkbugreport-0.4-164.jar bugreport.log
GdZ/scriptfile
sh/chkbugreport-0.4-164/BugReport_V164.bat
bat
mit
51
2YKPV-BFXFW-X8GJQ-9KQFF-KCXGD
mgiljum/Windows-7-Pro-Activator
Activator/Certs/MSI/Starter B/OEM/slp.cmd
bat
mit
33
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S01_SyncFastTransferInvalidParameter_TestSuite.MSOXCFXICS_S01_SyncFastTransferInvalidParameter_TestSuite8 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-...
OfficeDev/Interop-TestSuites
ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S01_SyncFastTransferInvalidParameter_TestSuite8.cmd
bat
mit
355
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASEMAIL.S04_MeetingRequest.MSASEMAIL_S04_TC11_MeetingRequest_FullUpdate /testcontainer:..\..\MS-ASEMAIL\TestSuite\bin\Debug\MS-ASEMAIL_TestSuite.dll /runconfig:..\..\MS-ASEMAIL\MS-ASEMAIL.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASEMAIL/RunMSASEMAIL_S04_TC11_MeetingRequest_FullUpdate.cmd
bat
mit
308
for /d %%g IN (*) DO ( pushd "%%~g" call :injext CALL "%GBC%\MSDSinject.bat" popd ) exit /b :injext call "%GBC%\CreateGamSubDir.bat" for /f "tokens=* delims= " %%a in ('dir /b/a-d-h') do ( if /I "%%~xa"==".lnk" "%GBC%\fart.exe" "*.bat" [EXT] lnk ) :skp
HoodlumDTX/rom-jacket
extinjMSDS1.bat
bat
gpl-2.0
274
@echo off title OpenRA FOR /F "tokens=1,2 delims==" %%A IN (mod.config) DO (set %%A=%%B) if exist user.config (FOR /F "tokens=1,2 delims==" %%A IN (user.config) DO (set %%A=%%B)) set TEMPLATE_LAUNCHER=%0 set MOD_SEARCH_PATHS=%~dp0mods if %INCLUDE_DEFAULT_MODS% neq "True" goto launch set MOD_SEARCH_PATHS=%MOD_SEARCH_PA...
IronDominion/IronDominion
launch-game.cmd
bat
gpl-3.0
1,098
cd D:\cloud\LYM REM perl D:\cloud\LYM\cmd\PG_confGenerator-v3.prl effe\configuration\LYM_effe-head-double.csv effe\scenarios\LYM_effeComposite-scenario-v1.csv effe\shaders\LYM_Drawing_effe-FS.glsl effe\shaders\LYM_Drawing_effe-FS_full.glsl effe\shaders\LYM_Composition_effe-FS.glsl effe\shaders\LYM_Composition_effe-FS_f...
yukao/Porphyrograph
LYM-projects/batFiles/project-archives/CompositeSoundInitiative/effeComposite.PG-double.bat
bat
gpl-3.0
1,024
@echo off cls .paket\paket.exe restore packages\FAKE\tools\FAKE.exe build.fsx %*
quantalea/AleaTK
build.bat
bat
apache-2.0
80
@echo off set RUNTIMEDIR=%1 if defined RUNTIMEDIR goto build echo Parameter missing, please do not execute generic scripts directly exit /b :build if exist .\data\cars\categories\free\*.* call .\create_dir .\%RUNTIMEDIR% if exist .\data\cars\categories\free\*.* call .\create_dir .\%RUNTIMEDIR%\categories ...
joaocc/torcs-git
setup_win32-data-from-CVS_generic.bat
bat
gpl-2.0
342,364
echo off cd %~dp0 cd .. echo on Core A FE8 -output:%1 "-input:%~dp1Prologue.txt" Core A FE8 -output:%1 "-input:%~dp1Ch1.txt" Core A FE8 -output:%1 "-input:%~dp1Ch2.txt" Core A FE8 -output:%1 "-input:%~dp1Ch3.txt" Core A FE8 -output:%1 "-input:%~dp1Ch4.txt" Core A FE8 -output:%1 "-input:%~dp1Ch5.txt" Core A FE8 -outpu...
diegoisawesome/AME
Dependencies/Hacking/Event assembler/Event assembler/bin/Release/Scripts/Assemble FE8 chapters.cmd
bat
gpl-3.0
1,893
@echo off REM ***************************************************************************** REM REM Pentaho Data Integration REM REM Copyright (C) 2012-2017 by Pentaho : http://www.pentaho.com REM REM ***************************************************************************** REM REM Licensed under the Apache Licens...
ViswesvarSekar/pentaho-kettle
assembly/package-res/SpoonConsole.bat
bat
apache-2.0
1,024