code
stringlengths
3
1.03M
repo_name
stringlengths
5
84
path
stringlengths
4
233
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
3
1.03M
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS...
pressel/mpi4py
docs/source/usrman/make.bat
bat
bsd-2-clause
5,298
: @echo off rem ember value of GOTO: is used to know recursion has happened. if "%1" == "GOTO:" goto %2 if NOT "x%WD%" == "x" set WD= rem ember command.com only uses the first eight characters of the label. goto _WindowsNT start /min %COMSPEC% /e:4096 /c %0 GOTO: _Resume %0 %1 %2 %3 %4 %5 %6 %7 %8 %9 goto EOF rem ...
geraldcombs/MSYS2-packages
filesystem/msys2_shell.bat
bat
bsd-3-clause
1,262
@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...
KevinHock/rtdpyt
profiling/test_projects/flaskbb_lite_3/docs/make.bat
bat
gpl-2.0
6,461
:: 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...
ruicrsilva/tc-phonegap-angular
platforms/android/cordova/run.bat
bat
mit
836
@echo off SETLOCAL enabledelayedexpansion IF DEFINED JAVA_HOME ( set JAVA=%JAVA_HOME%\bin\java.exe ) ELSE ( FOR %%I IN (java.exe) DO set JAVA=%%~$PATH:I ) IF NOT EXIST "%JAVA%" ( ECHO Could not find any executable java binary. Please install java in your PATH or set JAVA_HOME 1>&2 EXIT /B 1 ) set SCRIPT_DIR=...
strahanjen/strahanjen.github.io
elasticsearch-master/distribution/src/main/resources/bin/elasticsearch-plugin.bat
bat
bsd-3-clause
716
:: this builds the release version @echo off :: :: https://msdn.microsoft.com/en-us/library/fwkeyyhe.aspx : compiler options :: https://msdn.microsoft.com/en-us/library/y0zzbyt4.aspx : linker options :: https://msdn.microsoft.com/en-us/library/f1cb223a.aspx : Output-File (/F) Options :: :: /FC : Causes the compiler t...
marjakm/aniplot
build64-vc12-2013.bat
bat
isc
2,859
gcc -s -O2 -static -Bstatic main.c -o bin/wiiu-vc-inject -lws2_32 pause
FIX94/wiiu-vc-inject
build.bat
bat
mit
71
@echo off set MSBUILD=msbuild set PROJECT_FILES=.\Mntone.Xamcc\Mntone.Xamcc.Windows\Mntone.Xamcc.Windows.vcxproj .\Mntone.Xamcc\Mntone.Xamcc.WindowsPhone\Mntone.Xamcc.WindowsPhone.vcxproj .\Mntone.Xamcc.Interactions\Mntone.Xamcc.Interactions.Windows\Mntone.Xamcc.Interactions.Windows.vcxproj .\Mntone.Xamcc.Interactions...
mntone/Xamcc
compile.bat
bat
mit
1,025
@ECHO OFF SETLOCAL EnableDelayedExpansion REM :BuildTemplate C#-Type Descriptive-Name CALL :BuildTemplate bool Bool CALL :BuildTemplate byte Byte CALL :BuildTemplate sbyte SByte CALL :BuildTemplate DateTime DateTime CALL :BuildTemplate short Int16 CALL :BuildTemplate ushort UInt...
martinsmith1968/DNX.Helpers
DNX.Helpers/Converters/BuiltInTypes/Build.cmd
bat
mit
1,015
@echo off npm install && node_modules\.bin\hubot.cmd --name "mozbot" %*
cadecairos/mozbot
bin/hubot.cmd
bat
mit
73
cd /d "%~dp0" "%ProgramFiles(x86)%\\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe" /v:m /target:Clean LinqToDB.csproj /property:Configuration=Debug "%ProgramFiles(x86)%\\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe" /v:m /target:Clean LinqToDB.csproj /property:Configurat...
ronnyek/linq2db
Source/LinqToDB/Compile.cmd
bat
mit
627
@echo off rem Only need to run this the first time after clone. Subsequent builds can be just "msbuild". rem Alternatively, this batch file can be invoked passing msbuild parameters, like: build.cmd /v:detailed /t:Rebuild cd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto ...
kzu/xunit.assemblyfixture
build.cmd
bat
mit
979
@rem ..\..\tools\nuget pack @nuget pack Unity.Wcf\Unity.Wcf.csproj -properties Configuration=Release -symbols -build -OutputDirectory bin %* @rem pause
antoshkab/unity.wcf
Build.bat
bat
mit
153
start cmd /c "python ../ipv4full.py -spd %1_f.log > %1_sf.log" start cmd /c "python ../ipv4full.py -spdn %1_f1.log > %1_sf1.log" start cmd /c "python ../ipv4full.py -spdn %1_f2.log > %1_sf2.log"
Urlandi/bgptablehole
scripts/datasrc.cmd
bat
mit
197
@echo off npm install && node_modules\.bin\hubot.cmd --name "chashitsubot" %*
rmn31415/ChashitsuBot
bin/hubot.cmd
bat
mit
79
@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...
arruda/revolution
docs/make.bat
bat
mit
5,104
#!/bin/sh rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. rem rem This file contains confidential and proprietary information rem of Xilinx, Inc. and is protected under U.S. and rem international copyright and other intellectual property rem laws. rem rem DISCLAIMER rem This disclaimer is not a licens...
Fairyland0902/BlockyRoads
src/BlockyRoads/ipcore_dir/side/implement/planAhead_ise.bat
bat
mit
2,626
@echo off C:\xampp\php\php.exe -f "C:\xampp\htdocs\sendSMSOut.php"
stravastellar/isAIS
htdocs/sendSMSOut.bat
bat
cc0-1.0
67
@ECHO OFF @echo ƒRƒ“ƒpƒCƒ‹ŠJŽn @rem ƒpƒX‚̒ljÁ‚Å‚·‚ªŠÂ‹«•ϐ”‚ÉŠù‚É‘g‚ݍž‚ñ‚Å‚¢‚él‚Í•s—v‚Å‚·B set PATH=C:\borland\bcc55\bin;C:\borland\bcc55\Include;C:\borland\bcc55\lib;%PATH% @rem SQL‚Å•K—v‚È‚çƒRƒƒ“ƒgƒAƒEƒg‚ð‚Í‚¸‚µ‚Đݒ肷‚é :set __sqlinclude__=-I"C:\Program Files\MySQL\MySQL Server 5.0\Include" :set __sqllib__=-...
niconicop/auriga
bcc32_make.bat
bat
gpl-2.0
8,173
cmd_drivers/video/msm/mddi_client_dummy.o := arm-eabi-gcc -Wp,-MD,drivers/video/msm/.mddi_client_dummy.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/in...
HCDRJacob/wildfire-kernel
drivers/video/msm/.mddi_client_dummy.o.cmd
bat
gpl-2.0
141,094
@echo off mode con lines=50 if not exist OverbyteIcsV8.zip goto ZipIt if exist OverbyteIcsV8_21.zip del OverbyteIcsV8_21.zip if exist OverbyteIcsV8_20.zip ren OverbyteIcsV8_20.zip OverbyteIcsV8_21.zip if exist OverbyteIcsV8_19.zip ren OverbyteIcsV8_19.zip OverbyteIcsV8_20.zip if exist OverbyteIcsV8_18.zip ren OverbyteI...
clash82/FTPRipper
components/ICS/7-ZipOverbyteIcsV8.bat
bat
gpl-2.0
1,874
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c deps_scripts/kconfig/kxgettext.o := \ scripts/kconfig/kxgettext.c \ /usr/include/std...
gzdaoke/linux2.6.32_kernel
scripts/kconfig/.kxgettext.o.cmd
bat
gpl-2.0
2,477
REM This will generate the zipfiles for ACT Parse in /build/packages REM This needs the zip binaries from Info-Zip installed. An installer can be found http://gnuwin32.sourceforge.net/packages/zip.htm setlocal SET PATH=%PATH%;C:\Program Files (x86)\GnuWin32\bin rmdir /q /s packages mkdir packages REM Component cd ../co...
Bakual/actparse
build/build.bat
bat
gpl-2.0
648
cmd_sound/soc/omap/built-in.o := rm -f sound/soc/omap/built-in.o; /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/soc/omap/built-in.o
aloksinha2001/picuntu-3.0.8-alok
sound/soc/omap/.built-in.o.cmd
bat
gpl-2.0
175
gnatmake casa_subasta.adb direccion_subasta.adb ofertas.adb semaforo_paquete.adb
dario-ramos/auction_simulator
src/make_win.bat
bat
gpl-2.0
81
cmd_fs/partitions/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/partitions/built-in.o fs/partitions/check.o fs/partitions/msdos.o fs/partitions/efi.o
sleshepic/epic_touch_kernel
fs/partitions/.built-in.o.cmd
bat
gpl-2.0
203
start javaw -Djava.library.path=../lib -classpath ./;NativeFmodEx-Examples.jar;../lib/NativeFmodEx.jar org.jouvieje.FmodEx.Examples.DspCustom
unktomi/form-follows-function
f3_fmod/NativeFmodEx/Examples/DspCustom.bat
bat
gpl-2.0
141
cmd_scripts/kconfig/conf.o := gcc -Wp,-MD,scripts/kconfig/.conf.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/conf.o scripts/kconfig/conf.c source_scripts/kconfig/conf.o := scripts/kconfig/conf.c deps_scripts/kconfig/conf.o :=...
jashasweejena/VibeKernel
scripts/kconfig/.conf.o.cmd
bat
gpl-2.0
3,224
cmd_fs/cifs/built-in.o := rm -f fs/cifs/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs fs/cifs/built-in.o
tcp209/kernel_samsung_epic4gtouch
build/epic4gtouch/fs/cifs/.built-in.o.cmd
bat
gpl-2.0
163
cmd_net/ipv4/udplite.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.udplite.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...
b8e5n/KTG-kernel_es209ra
net/ipv4/.udplite.o.cmd
bat
gpl-2.0
30,712
cmd_arch/powerpc/math-emu/mtfsb0.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/math-emu/.mtfsb0.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 -W...
mattkelly/linux-2.6-xlnx
arch/powerpc/math-emu/.mtfsb0.o.cmd
bat
gpl-2.0
19,340
@echo off REM alltest1.cmd - execute all test cases REM REM (c) 1998-2006 (W3C) MIT, ERCIM, Keio University REM See tidy.c for the copyright notice. REM REM <URL:http://tidy.sourceforge.net/> REM REM $Author$ REM $Date$ REM $Revision$ @if "%1." == "." goto USE @if "%2." == "." goto USE REM check for input f...
GerHobbelt/htmltidy
test/alltest1.cmd
bat
gpl-3.0
2,404
@echo Saint Linux SCript ml /c /coff /Cp msgbox.asm link /SUBSYSTEM:WINDOWS /LIBPATH:c:\masm32\lib msgbox.obj
atiq-cs/Scripts-And-Utilities
cmd/Obsolete/w32pl.cmd
bat
gpl-3.0
110
set java_home=C:\Program Files\Java\jdk1.8.0_45 set m2_home=d:\apache-maven-3.3.3 set path=%m2_home%\bin;%path% mvn -v
xroca/planFormacionJava
maven/Instrucciones/conf.bat
bat
apache-2.0
118
docker container stop iaf-example-tomcat docker container rm iaf-example-tomcat docker build -t iaf-example-tomcat %~dp0
ibissource/iaf
docker/appserver/Tomcat/example/src/scripts/rebuild.bat
bat
apache-2.0
121
@echo on echo Process begins call "%CONDA_INSTALL_LOCN%"\Scripts\activate.bat call conda install --yes anaconda-client call conda uninstall --yes conda-build call conda install --yes conda-build=3.18.11 call conda install --yes -c intel mkl-devel call conda install -c conda-forge swig=4.0.2-0 --yes call conda install -...
dariomangoni/chrono
contrib/packaging-python/gitlab/build_pychrono.bat
bat
bsd-3-clause
1,554
npm install --save-dev bower gulp gulp-util gulp-concat gulp-sass gulp-clean-css gulp-rename gulp-sourcemaps gulp-autoprefixer shelljs gulp-babel babel-preset-es2015 gulp-uglify
englishextra/app-englishextra.rhcloud.com
.npm-install-gulp.bat
bat
mit
177
@echo off setlocal echo set the Visual Studio environment by calling vcvarsall.bat call "%VCINSTALLDIR%"/vcvarsall.bat %PROCESSOR_ARCHITECTURE% REM The express version of Visual Studio does not have devenv and REM uses msbuild. Older versions of Visual Studio still need to REM use devenv set use_devenv=0 ...
PrismTech/opensplice
examples/dcps/Lifecycle/c/standalone/Build.bat
bat
gpl-3.0
1,899
@rem Copyright 2019 gRPC authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable ...
sreecha/grpc
tools/internal_ci/windows/bazel_rbe.bat
bat
apache-2.0
1,609
echo off rem this file is part of installer for Notepad++ rem Copyright (C)2006 Don HO <don.h@free.fr> rem rem This program is free software; you can redistribute it and/or rem modify it under the terms of the GNU General Public License rem as published by the Free Software Foundation; either rem version 2 of t...
walenok/notepad-plus-plus
PowerEditor/installer/packageAll.bat
bat
gpl-2.0
7,253
@ECHO OFF dlltool -e ..\src\lib\exports_win64.o ..\src\lib\deviceio_win64.o gcc ..\src\lib\deviceio_win64.o ..\src\lib\exports_win64.o -lwinmm -m64 -mdll -s -o ..\src\lib\jkcemu_win64.dll
rexut/jkcemu
cmd/makedll_win64.cmd
bat
gpl-3.0
189
@ECHO OFF REM ---------------------------------------------------------------------- REM PHP version 5 REM ---------------------------------------------------------------------- REM Copyright (c) 1997-2004 The PHP Group REM ---------------------------------------------------------------------- REM This source file is...
Dokaponteam/ITF_Project
xampp/php/peardev.bat
bat
mit
4,610
echo OFF REM Batch file to start a Calibre2Opds that has just been built REM runnin gin GUI mode. REM (avoids having to build installer or deploy calibre2odps) SETLOCAL pushd Install\target\dependency echo Starting Calibre2Opds call ..\..\..\script\rungui.cmd --enableassertions %* popd echo [INFO]] Cu...
gco/calibre2opds
rungui.cmd
bat
gpl-3.0
362
python ..\..\..\multi.py --input=include --output=voodoo --exclude=VoodooConfiguration --only-if-new copy /Y ..\..\..\VoodooCommon\VoodooConfigurationForNoTestSuite.hpp voodoo\VoodooConfiguration.h cl /EHs tests\Test_All.cpp -Ivoodoo -Iinclude -I../../.. /Zi Test_All.exe
ronniel1/Voodoo-Mock
voodoo/Tutorial/3 - Expectation Based Mock Objects/3 - Parameter Expectation Types/compile.bat
bat
gpl-2.0
276
@echo off @if not "%ECHO%" == "" echo %ECHO% @if "%OS%" == "Windows_NT" setlocal if "%OS%" == "Windows_NT" ( set "CURRENT_DIR=%~dp0%" ) else ( set CURRENT_DIR=.\ ) rem Guess DOTCMS_HOME if not defined if not "%DOTCMS_HOME%" == "" goto gotHome set DOTCMS_HOME=%CURRENT_DIR%.. if exist "%DOTCMS_HOME%\bin\startup.b...
wisdom-garden/dotcms
bin/deploy-plugins.bat
bat
gpl-3.0
952
@if not defined __echo @echo off setlocal set __ThisScriptShort=%0 set __ThisScriptFull=%~f0 set __ThisScriptPath=%~dp0 REM ========================================================================================= REM === REM === Parse arguments REM === REM ============================================================...
tijoytom/coreclr
tests/debugger_tests/setup-debuggertests.cmd
bat
mit
4,541
SET MsBuildPath="C:\Program Files (x86)\MSBuild\12.0\Bin" SET NuGetExe=.nuget\nuget.exe %MsBuildPath%\MsBuild.exe build.proj .nuget\NuGet.exe pack SocketIO.Emitter\SocketIO.Emitter.nuspec
ziyasal/socket.io-csharp-emitter
src/BuildAndPack.bat
bat
mit
188
@echo off set HOMEDRIVE=C: set PM2_HOME=c:\etc\.pm2 @REM Ensure that pm2 command is part of your PATH variable @REM if you're not sure, add it here, as follow: set path=C:\Users\walter\AppData\Roaming\npm;%path% @REM Optionally, you can add 'pm2 kill' just before @REM resurrect (adding a sleep between 2 commands)...
accantelliw/node-pm2-windows-guide
windows_scripts/solution1_nssm/pm2_startup.bat
bat
mit
477
call npm_install_content.cmd call npm_install_testServer.cmd
adamjmoon/ToDoApp
npm_install.bat
bat
mit
61
@echo off where iojs.exe >nul 2>nul if %errorlevel%==1 ( @echo iojs not found! set continue=1 ) if %errorlevel%==0 ( echo found iojs iojs setup.js exit ) set errorlevel=0 if %continue%==1 ( where node.exe >nul 2>nul if %errorlevel%==1 ( @echo node not found! ) if %errorlevel%==0 ( echo foun...
samick17/windows-automator-lib
setup.bat
bat
mit
351
@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...
jgosmann/goppy
doc/make.bat
bat
mit
6,699
echo on SET project_dir="%cd%" echo Set up environment... set PATH=%QT%\bin\;C:\Qt\Tools\QtCreator\bin\;C:\Qt\QtIFW3.0.4\bin\;%PATH% call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM% echo Building Kryvo... qmake -spec win32-msvc CONFIG+=x86_64 CONFIG-=de...
adolby/Kryvos
build_windows_msvc.cmd
bat
mit
1,626
@echo off FOR %%f IN (*.pac) DO ( process_pac.exe %%f )
mchubby/RE-games-attic
psp-koitate/pac/convertall.cmd
bat
mit
57
@echo off echo # Running post-build script... echo # Current directory is %1 echo # Current configuration is %2 rem *** Set local variables setlocal set CFG=%2 if "%CFG%"=="" goto :ERROR set COPY_CMD=xcopy.exe /S /R /K /Y /D set SRC_DATA_DIR=.\Data set SRC_EXE_DIR=.\_output\%CFG% set OUTPUT_DIR=".\_game\The Tetris...
amaiorano/TheTetrisMaster
postbuild.bat
bat
mit
885
@ECHO OFF IF "%1"=="" GOTO HELP IF "%2"=="" GOTO HELP bin\openssl ca -config openssl.cfg -name ca_cca -batch -notext -extensions ext_person -days 365 -in %1 -out %2 GOTO END :HELP ECHO USAGE: sign_client infile.csr outfile.cer :END
ridercz/Scripts
CA/sign_person.cmd
bat
mit
233
REM Runs upx.exe to compress all .exe files in current directory @echo off REM must have upx in your PATH for %%f in (*.exe) do ( REM for nomal compression upx.exe %%f -o %%f_upx.exe REM for maximum compression REM upx.exe --brute %%f -o %%f_upx_brute.exe ) pause
jasc2v8/dwtlib
tools/upx/compress_all_exe.bat
bat
epl-1.0
278
REM test the build artifact build\lumo.exe -c src\test\cljs;src\test\lumo;src\test\cljs_cp -D org.clojure/test.check:0.10.0-alpha3 scripts\lumo_test.cljs --test-cli-option true
hlolli/lumo
scripts/test-build.bat
bat
epl-1.0
177
java -jar PixelToy.jar pause
bartvbl/pixeltoy
Python-Powered-Pixels/builds/1.2/RunScript.bat
bat
gpl-2.0
29
cmd_lib/zlib_deflate/zlib_deflate.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o lib/zlib_deflate/zlib_deflate.o lib/zlib_deflate/deflate.o lib/zlib_deflate/deftree.o lib/zlib_deflate/deflate_syms.o
freebsdmax/gsmart1315_kernel
lib/zlib_deflate/.zlib_deflate.o.cmd
bat
gpl-2.0
272
cmd_fs/locks.o := gcc -Wp,-MD,fs/.locks.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 -mcmode...
dnh34/proj1
fs/.locks.o.cmd
bat
gpl-2.0
12,643
jsdoc -u ./documentation/markdown/design/readus/ -d ../webapp/src/documentation/design/ -c ./documentation/templates/config/css.config.json ./documentation/markdown/design/README.md --private -t ./documentation/templates/css
Haeresis/TestCaseAtlas
doc-test-case/generate-css-doc.bat
bat
gpl-2.0
224
@echo off goto STARTDEMO %1 :STATIC setlocal ENABLEDELAYEDEXPANSION start "" /B dlc.exe -p "tv-static-04.mp3">nul set /a W=220, H=110 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 W*=4, H*=6, RX=0, RY=0, RZ=0 set /a XMID=%W%/2, YMID=%H%/2, DIST=500, RAN...
misol1/cmdgfx
demo/demo-old-noserver.bat
bat
gpl-2.0
31,469
define srv localhost connect cl1 Alex alex %srv%:7701 :Test client 1 connect cl2 Bubb bubb %srv%:7711 :Test client 2 :cl1 join #test :cl1 join #test2 :cl1 mode #test +bb *!*@127.0.0.1 *!*@127.0.0.2 :cl2 wait cl1 :cl2 raw :away :I'm not here, go away. I'm not here, go away. I'm not here, go away. I'm not here, go aw...
dnetcode/dnet-1.0
ircd/test/channel-1.cmd
bat
gpl-2.0
2,015
@echo off if not exist vs_tmpl\mkmsvc.exe goto missingmkmsvc echo generating MSVC10 project as vs10 if exist vs10 goto removedir :makemsvcdir mkdir vs10 cd vs_tmpl mkmsvc.exe -native -10 vice cd .. copy msvc\make-msvc-bindist-native.bat.proto vs10\make-msvc-bindist.bat copy msvc\winid*.bat vs10 copy msvc\deb...
AreaScout/vice-gles2
src/arch/win32/generate_msvc10_project.bat
bat
gpl-2.0
692
@echo off pushd %~dp0 if [%1]==[] goto first-missing if [%2]==[] goto second-missing if [%3]==[] goto third-missing if [%4]==[] goto fourth-missing if [%5]==[] goto fifth-missing SET PROG=%6 if [%6]==[] SET PROG="..\..\..\..\install\imf-conversion-utility\bin\imf-conversion-utility" @echo on %PROG% itunes -c ..\..\.....
DSRCorporation/imf-conversion
acceptance/itunes/run/film/itunes-audiomap.bat
bat
gpl-3.0
1,411
call get_kam_folder.bat echo *************** echo "%build_full_kmr_dir%" @SET KMR_UPDATE_ARCH=%build_full_kmr_dir%_update @SET KMR_UPDATE_ARCH_7Z=%KMR_UPDATE_ARCH%.7z @REM Recreate special KMR_UPDATE_ARCH folder rmdir /S /Q "%KMR_UPDATE_ARCH%" mkdir "%KMR_UPDATE_ARCH%" @REM rename and copy all exe's ...
Alexandr57/kam_remake
bat/7zip_update_files.bat
bat
agpl-3.0
1,334
C:\wamp\bin\apache\apache2.4.9\bin\ab -k -c 5 -n 1000 http://php-vineleaf.rhcloud.com/api.php?a=user&id=1 pause
fire-vineleaf/tools
ab-api-getuser.bat
bat
agpl-3.0
113
@echo off REM Use D-TOOL-JVM to add your options to JVM (such as memory) REM Use D-TOOL-CP to add your jar to classpath setlocal set CP=..\build\s-match.jar;..\lib\extjwnl\commons-logging-1.1.1.jar;..\lib\extjwnl\extjwnl-1.6.2.jar;..\lib\orbital\orbital-core.jar;..\lib\orbital\orbital-ext.jar;..\lib\sat\minilearnin...
opendatatrentino/s-match
bin/d-tool.cmd
bat
lgpl-2.1
952
@echo off setlocal ENABLEDELAYEDEXPANSION PowerShell -NonInteractive -NoProfile -ExecutionPolicy Unrestricted -Command ".\build\qa.ps1" echo From Cmd.exe: qa.ps1 exited with exit code !errorlevel! exit !errorlevel!
duncanpMS/sonarlint-visualstudio
qa.cmd
bat
lgpl-3.0
216
/******************************************************************************/ /* lnk_msp430g2231.cmd - LINKER COMMAND FILE FOR LINKING MSP430G2231 PROGRAMS */ /* */ /* Usage: lnk430 <obj files...> -o <out file> -m <map file> lnk.cmd...
dvdvideo1234/LaunchpadTemperatureControl
Code/CCS/lnk_msp430g2231.cmd
bat
apache-2.0
5,548
@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...
georgemarshall/django-cryptography
docs/make.bat
bat
bsd-3-clause
7,275
@echo off REM PHPUnit REM REM Copyright (c) 2002-2010, Sebastian Bergmann <sebastian@phpunit.de>. REM All rights reserved. REM REM Redistribution and use in source and binary forms, with or without REM modification, are permitted provided that the following conditions REM are met: REM REM * Redistributions ...
gplanchat/one.platform
test/regression/phpunit.bat
bat
bsd-3-clause
1,996
cmd_/home/ajamshed/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/igb_uio/built-in.o := rm -f /home/ajamshed/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/igb_uio/built-in.o; ar rcsD /home/ajamshed/dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/igb_uio/built-in.o
yoannd/mtcp
dpdk-2.2.0/build/build/lib/librte_eal/linuxapp/igb_uio/.built-in.o.cmd
bat
bsd-3-clause
266
@echo off C: chdir C:\cygroot\bin bash --login -c "cd ""$(/bin/cygpath '%~dp0')""; /bin/bash -i"
solowandererY2K/FPGA-Quantum-Compiler
test_fixture_generator/cygwin.bat
bat
mit
105
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S02_SyncFastTransferMessageProperties_TestSuite.MSOXCFXICS_S02_SyncFastTransferMessageProperties_TestSuite /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S02_SyncFastTransferMessageProperties_TestSuite.cmd
bat
mit
356
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S19_Sync.MSASCMD_S19_TC35_Sync_DeletesAsMovesIsFalse /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S19_TC35_Sync_DeletesAsMovesIsFalse.cmd
bat
mit
287
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\js-beautify\js\bin\html-beautify.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\js-beautify\js\bin\html-beautify.js" %* )
mohammed52/something.pk
node_modules/sequelize-cli/node_modules/.bin/html-beautify.cmd
bat
mit
224
chcp 65001 scripts/build.copy ^ production ^ /makc2017/ ^ .\wwwroot ^ .\bin\Publish\wwwroot
maxim-kuzmin/Makc2017
src/Makc2017.Apps.React/cmd/build.prod.iis.copy.cmd
bat
mit
91
cmd_arch/arm/lib/lshrdi3.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.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/generated ...
sai9615/MY-kernel-for-grand-I9082
dragon/arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
1,484
call build_xXX.cmd x86 fre wlh
ten0s/bthmsdevemul
src/freebt/src/driver/fbtusb/build_fre_wlh_x86.cmd
bat
gpl-3.0
30
@echo off rem Vivado (TM) rem runme.bat: a Vivado-generated Script rem Copyright 1986-2017 Xilinx, Inc. All Rights Reserved. set HD_SDIR=%~dp0 cd /d "%HD_SDIR%" cscript /nologo /E:JScript "%HD_SDIR%\rundef.js" %*
thucoldwind/ucore_mips
CPU32/thinpad_top/thinpad_top.runs/synth_2/runme.bat
bat
unlicense
229
/****************************************************************************** * * usb_host_keyboard_ccs.cmd - CCS linker configuration file for usb_host_keyboard. * * Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is...
jhnphm/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-lm4f232/usb_host_keyboard/usb_host_keyboard_ccs.cmd
bat
gpl-3.0
2,813
@echo off set REQ_OS=%1 if "%REQ_OS%"=="" set OS_RUN=VXWORKS if "%REQ_OS%"=="VXWORKS" set OS_RUN=VXWORKS if "%REQ_OS%"=="vxworks" set OS_RUN=VXWORKS if "%REQ_OS%"=="vxWorks" set OS_RUN=VXWORKS if "%REQ_OS%"=="win32" set OS_RUN=WIN32 if "%REQ_OS%"=="WIN32" set OS_RUN=WIN32 if "%REQ_OS%"=="wince" set OS_RUN...
jameshilliard/prism
arch/arm/plat-feroceon/mv_hal/qd-dsdt/tools/setenv.bat
bat
gpl-2.0
1,332
:: Windows launcher script for Titan @echo off set LIBDIR=..\lib set EXTDIR=..\ext set OLD_CLASSPATH=%CLASSPATH% set CP= set JAVA_OPTIONS=-Xms32m -Xmx512m :: Launch the application java %JAVA_OPTIONS% %JAVA_ARGS% -cp %LIBDIR%/*;%EXTDIR%/*; com.thinkaurelius.titan.upgrade.Upgrade010to020 %*
infochimps-forks/titan
titan-dist/src/assembly/static/bin/upgrade010to020.bat
bat
apache-2.0
296
@echo FOOBAR
go-godo/godo
test/foo.cmd
bat
mit
12
c:\Python26\python.exe plotdata.py
UltracoldAtomsLab/labhardware
projects/pressureshift2/plotdata.bat
bat
mit
34
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\imagemin\cli.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\imagemin\cli.js" %* )
13428282016/jsgen
node_modules/gulp-imagemin/node_modules/.bin/imagemin.cmd
bat
mit
172
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\istanbul\lib\cli.js" %* ) ELSE ( node "%~dp0\..\istanbul\lib\cli.js" %* )
fdecourcelle/meanfde
node_modules/karma-coverage/node_modules/.bin/istanbul.cmd
bat
mit
135
@echo off PowerShell -NoProfile -ExecutionPolicy Bypass -Command "& "%*"
GraysonP/codecombat-1
scripts/windows/coco-dev-setup/batch/scripts/run_script.bat
bat
mit
72
bin\Generator.exe -cmd gen-cs-meta -connection-string File=C:\testBases\houseStark;Usr=€¤¬¨­¨áâà â®à;Pwd= -result-assembly-Full-path %~dp0Assemblies\Metadata1C.dll -namespace-root Simple1C.Tests.Metadata1C -scan-items ‘¯à ¢®ç­¨ª. ­ª¨,‘¯à ¢®ç­¨ª.‚ «îâë,‘¯à ¢®ç­¨ª. ­ª®¢áª¨¥‘ç¥â ,‘¯à ¢®ç­¨ª.„®£®¢®à늮­âà £¥­â®¢,‘¯à ¢®ç­...
gusev-p/simple-1c
generate.cmd
bat
mit
626
set ReSharperPluginDirectory="%LOCALAPPDATA%\JetBrains\ReSharper\v8.1\Plugins\JoarOyen" if not exist %ReSharperPluginDirectory% md %ReSharperPluginDirectory% copy /Y JoarOyen.ReSharperPlugIn\bin\Debug\JoarOyen.ReSharperPlugIn.8.1.* %ReSharperPluginDirectory% pause
joaroyen/ReSharperExtensions
Deploy.bat
bat
mit
267
powershell -ExecutionPolicy ByPass -file allcoffee.ps1
josecgil/lazyloadjs
tools/allcoffee.bat
bat
mit
54
SET CSCPATH=%SYSTEMROOT%\Microsoft.NET\Framework\v4.0.30319 %CSCPATH%\csc /reference:bin/Newtonsoft.Json.dll;bin/RestSharp.dll /target:library /out:bin/DocuSign.eSign.dll /recurse:src\*.cs /doc:bin/DocuSign.eSign.xml
sambluesam/docusign-csharp-client
sdk/compile.bat
bat
mit
218
@ECHO OFF IF NOT "%~f0" == "~f0" GOTO :WinNT @"ruby.exe" "c:/Dev/REMUS/markeldigital.github.io/vendor/ruby/2.0.0/bin/rdiscount" %1 %2 %3 %4 %5 %6 %7 %8 %9 GOTO :EOF :WinNT @"ruby.exe" "%~dpn0" %*
markeldigital/design-system
vendor/ruby/2.0.0/bin/rdiscount.bat
bat
mit
196
bundle exec jekyll serve --config _config.yml,_config_dev.yml --drafts --incremental -o REM -o --incremental
makinuk/makinuk.github.io
drafts-incremental.bat
bat
mit
109
@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...
jeremylow/pyshk
docs/make.bat
bat
mit
7,251
nuget pack TinyPng.csproj -Prop Configuration=Release echo done pause
dinc5150/TinyPNG.net
TinyPng/CreateNugetPackage.bat
bat
mit
69
REM delete only files in each folder and subfolders of specified e.g converted converted/intro_outro del /s converted
tadachi/ffmpeg_convert_concat_batch
reset.bat
bat
mit
117
echo off ::-d to decode from ROM, -e to encode and paste to ROM in the same offset, comparing original encoded size set romName="0171 - Golden Sun (UE).gba" set encodedGfxSize=0xEF set changedName=gfxChanged.bin set gfxOffset=0xF38BC IF "%1"=="-d" ( echo Decoding at %gfxOffset%... gsLzssByteFlags -d %romName% %gfxOf...
romhack/GoldenSunCompression
gsLzssByteFlags/runPressStartGfx.bat
bat
mit
534
@echo off set NINJA_VERSION=v1.7.2 if not exist "%DEV_RRIVE%\win32\bin" ( md %DEV_DRIVE%\win32\bin ) if not exist "%DEV_DRIVE%\win32\bin\ninja.exe" ( if not exist %TMP%\ninja.exe ( wget --no-check-certificate https://github.com/ninja-build/ninja/releases/download/%NINJA_VERSION%/ninja-win.zip -O %TMP%\ninja-w...
attilag/devenv_win
setup.cmd
bat
mit
878