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_/home/pi/nexmon/patches/bcm43438/7_45_41_26/nexmon/brcmfmac/built-in.o := rm -f /home/pi/nexmon/patches/bcm43438/7_45_41_26/nexmon/brcmfmac/built-in.o; ar rcsD /home/pi/nexmon/patches/bcm43438/7_45_41_26/nexmon/brcmfmac/built-in.o
jenzus/Big-Brother-0w
wlan0-driver/brcmfmac/.built-in.o.cmd
bat
apache-2.0
236
srefc -c "compile_bcc -I..\SRLib " -d ..\SRLib test.sref Library LibraryEx refalrts test.exe @del *.obj @del *.tds
Mazdaywik/mrefal
Tests/Simple Refal/ФВП/maketest.bat
bat
bsd-2-clause
115
::每月1号晚上1点执行,获取前一月的赞排名前50名的视频 @echo off D:\WWW\monbile\yii time/chose-top-month >>D:\WWW\monbile\commands\log.txt
krissss/monbile
commands/chose-top-month.bat
bat
bsd-3-clause
162
@echo off echo TestGroup setup ... @echo on
sherwinkoo/AutoTest
AutoTest/Script/TestGroup_setup.bat
bat
mit
45
fasm mtldr_install.asm
devlato/kolibrios-llvm
programs/hd_load/mtldr_install/compile.bat
bat
mit
22
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "lic...
sujoyg/tool
vendor/ec2-api-tools-1.4.2.2/bin/ec2disrtb.cmd
bat
mit
1,039
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSATT.S01_AttachmentProcessing.MSOXWSATT_S01_TC06_ProcessPostItemTypeItemAttachment /testcontainer:..\..\MS-OXWSATT\TestSuite\bin\Debug\MS-OXWSATT_TestSuite.dll /runconfig:..\..\MS-OXWSATT\MS-OXWSATT.testsettings /unique pau...
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSATT/RunMSOXWSATT_S01_TC06_ProcessPostItemTypeItemAttachment.cmd
bat
mit
322
rem use "fips" as the first argument to make a proper FIPS build. @echo off echo Generating x86 for MASM assember echo Bignum cd crypto\bn\asm perl x86.pl win32 > bn_win32.asm cd ..\..\.. echo DES cd crypto\des\asm perl des-586.pl win32 > d_win32.asm cd ..\..\.. echo "crypt(3)" cd crypto\des\asm ...
hajuuk/R7000
ap/gpl/transmission/openssl/ms/do_masm.bat
bat
gpl-2.0
1,466
cmd_fs/cifs/file.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/cifs/.file.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototy...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/cifs/.file.o.cmd
bat
gpl-2.0
20,520
cmd_scripts/dtc/checks.o := gcc -Wp,-MD,scripts/dtc/.checks.o.d -O2 -I/home/wbj/project/mt7621/firewrt_build_all_app/FireWRT-OpenWrt-Firefly-FireWRT-SDK/staging_dir/host/include -I/home/wbj/project/mt7621/firewrt_build_all_app/FireWRT-OpenWrt-Firefly-FireWRT-SDK/staging_dir/host/usr/include -Wall -Wmissing-prototypes -...
michalliu/OpenWrt-Firefly-Libraries
build_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.18.11/scripts/dtc/.checks.o.cmd
bat
gpl-2.0
3,760
@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...
upverter/ADMS
docs/make.bat
bat
lgpl-2.1
6,697
cd %cd%\build for /r %%i in (*) do ( if not %%~xi==.gitkeep del %%i ) for /d %%d in (*) do ( rd /s /q %%d )
duncanskertchly/BlendTransforms
clean.bat
bat
unlicense
109
@rem /* @rem Licensed to the Apache Software Foundation (ASF) under one @rem or more contributor license agreements. See the NOTICE file @rem distributed with this work for additional information @rem regarding copyright ownership. The ASF licenses this file @rem to you under the Apache License, Version 2.0 (the ...
MjAbuz/river
src/com/sun/jini/example/hello/scripts/confirming-krb-server.bat
bat
apache-2.0
1,921
qmake & nmake release cd "./release/" copy "QxOrm.lib" "../lib/" if exist "QxOrm.dll" ( copy "QxOrm.dll" "../lib/" ) copy "QxOrm.lib" "../test/_bin/" if exist "QxOrm.dll" ( copy "QxOrm.dll" "../test/_bin/" )
laxathom/QxOrm
tools/_build_release.bat
bat
lgpl-2.1
208
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\.1.3.1@loose-envify\cli.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\.1.3.1@loose-envify\cli.js" %* )
jameswu525/javastudy
HelloWorld/StudySrc/robot/node_modules/.2.2.2@invariant/node_modules/.bin/loose-envify.cmd
bat
gpl-3.0
212
cmd_kernel/time/built-in.o := arm-eabi-ld -EL -r -o kernel/time/built-in.o kernel/time/timekeeping.o kernel/time/ntp.o kernel/time/clocksource.o kernel/time/jiffies.o kernel/time/timer_list.o kernel/time/timecompare.o kernel/time/timeconv.o kernel/time/posix-clock.o kernel/time/clockevents.o kernel/time/tick-common...
R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42
kernel/time/.built-in.o.cmd
bat
gpl-2.0
402
xcopy/y finalbuild\jk2sp.exe c:\send\quake xcopy/y finalbuild\jk2gamex86.dll c:\send\quake rd/s/q c:\send\game\base\saves
ptitSeb/JediOutcastLinux
code/demo.bat
bat
gpl-2.0
125
/* Copyright 2003-2004 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required ...
deanhiller/channelmanager2
tools/ant/bin/antenv.cmd
bat
mpl-2.0
3,164
wpeinit powershell.exe -NoExit -NoProfile -NoLogo -ExecutionPolicy Bypass -File X:\scripts\Start-OSDeployment.ps1
mrhockeymonkey/WinPE
startnet.cmd
bat
mit
115
ab.exe -n 1000 -c 30 http://localhost/PerformanceSandbox.MSSQL.WebAPI.IIS/products @Echo off Echo press any key to continue... Pause >NUL exit
christophla/PerformanceSandbox
Tools/ApacheBench/MSSQL.WebAPI.IIS.Products.all.bat
bat
mit
145
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please u...
segfaulthunter/burrahobbit
doc/make.bat
bat
mit
3,085
call %~dp0create.bat call %~dp0updates.bat call %~dp0data.bat
DamienFremont/blog
20200300-js-spa-react-node-sql/database/test/all.bat
bat
mit
63
@start python compile.py tag wait test %1 %2 %3 %4 %5 %6 %7 %8 %9
Eleyvie/wreck
compile.bat
bat
mit
69
@echo off for /F "usebackq delims==" %%i IN (`pwd`) DO set CURRENTDIR=%%i if "%CURRENTDIR:~-1%"==" " (set CURRENTDIR=%CURRENTDIR:~0,-1%) set SOAPSETTINGSTPL="%TOOLCHAIN%\soap\settings.tpl" set DEFAULTKEYSTORE="%TOOLCHAIN%\soap\keystore.jks" set DEFAULTKSPASSWD="" set WSISETTINGSLOC="%TOOLCHAIN%\soap\wsi-test...
ktan2020/legacy-automation
tools/soapsettings.bat
bat
mit
1,844
@start %LOCAL%\etc\motd.txt
kunst1080/BatLibrary
bin/motd.bat
bat
mit
27
/* REXX */ say say "libfly installation" say if RxFuncQuery("SysLoadFuncs") then do call RxFuncAdd "SysLoadFuncs","RexxUtil","SysLoadFuncs" call SysLoadFuncs end /* guess where EMX is installed */ emxbind = SysSearchPath('PATH', 'emxbind.exe') if emxbind == "" then do say "...
OS2World/APP-INTERNET-NFTP
libfly/src/install-os2.cmd
bat
mit
2,378
set APPENGINE=C:\software\appengine-java-sdk-1.6.4\bin set EMAIL=tim.niblett@cilogi.com set PATH=%JAVA_HOME%\bin;%PATH%;%APPENGINE% rem appcfg.cmd -e %EMAIL% update target/mapOverlay-0.1 appcfg.cmd rollback target\gaeshiro-0.1
cilogi/gaeshiro
upload.bat
bat
mit
229
call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" pushd . MSbuild /target:Build /property:teamcity_build_checkoutDir=..\ /property:teamcity_dotnet_nunitlauncher_msbuild_task="notthere" /property:Platform=x64 /property:BUILD_NUMBER="*.*.6.789" /property:Minor="1" MSbuild /target:Test;SignIfPo...
sillsdev/hearthis
build/TestInstallerBuild.bat
bat
mit
543
@echo off echo %DATE% echo %TIME% set datetimef=%date:~-4%_%date:~3,2%_%date:~0,2%__%time:~0,2%_%time:~3,2%_%time:~6,2% echo %datetimef% SET location=%CD% call %location%\..\bin\7zip\7za.exe a -tzip %location%\..\borrasca_next_%datetimef%.zip %location%\..\app\* %location%\..\phonegap\* -x!*node_modules -x!*services -...
jervert/borrasca
build/build_zip.bat
bat
mit
400
eclipse.exe -nosplash -debug debug.options -vmargs -Xmx800m
juqian/Slithice
Slithice/doc/eclipse-debug.bat
bat
mit
59
@echo off set "TESTS_ROOT=%~dp0" set "TESTS_ROOT=%TESTS_ROOT:~0,-1%" set "TESTS_ROOT=%TESTS_ROOT:\=/%" rem initialize Tools "module" call "%%TESTS_ROOT%%/../../Tools/__init__.bat" || goto :EOF rem initialize testlib "module" call "%%CONTOOLS_ROOT%%/testlib/__init__.bat" || goto :EOF set "TEST_SRC_BASE_D...
andry81/svncmd
Tests/batscripts/__init__.bat
bat
mit
619
@echo off echo Generating application translation strings... C:\python27\python.exe pygettext.py -v -d twblue ../src/*.pyw ../src/*.py ../src/*/*.py ../src/*/*.pyw ../src/*/*/*.py ../src/*/*/*.pyw ../src/*/*/*/*.py ../src/*/*/*/*.pyw ../src/*/*/*/*/*.py ../src/*/*/*/*/*.pyw C:\python27\python.exe pygettext.py -v -d twb...
Oire/TWBlue
tools/genpot.bat
bat
gpl-2.0
506
>>> cur.execute(''' SELECT DISTINCT Region FROM PopByCountry WHERE (PopByCountry.Population = 8764) ''') <sqlite3.Cursor object at 0x102e3e490> >>> cur.fetchall() [('Eastern Asia',)
simontakite/sysadmin
pythonscripts/practicalprogramming/db/db_nested_2.cmd
bat
gpl-2.0
184
cmd_drivers/hwmon/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/hwmon/built-in.o drivers/hwmon/hwmon.o drivers/hwmon/max17135-hwmon.o drivers/hwmon/mag3110.o drivers/hwmon/mxc_mma8451.o
heyoufei2/yocto3.14.38_kernel
drivers/hwmon/.built-in.o.cmd
bat
gpl-2.0
203
cmd_arch/x86/vdso/vdsox32.so.dbg := gcc -nostdlib -o arch/x86/vdso/vdsox32.so.dbg -fPIC -shared -Wl,--hash-style=sysv -Wl,-m,elf32_x86_64 -Wl,-soname=linux-vdso.so.1 -Wl,-z,max-page-size=4096 -Wl,-z,common-page-size=4096 -Wl,-T,arch/x86/vdso/vdsox32.lds arch/x86/vdso/vdso-note-x32.o arch/x86/vdso/vclock_gettime-x32.o ...
acheron1502/android_kernel_BLU_BLU_PURE_XL
arch/x86/vdso/.vdsox32.so.dbg.cmd
bat
gpl-2.0
472
cmd_fs/devpts/devpts.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o fs/devpts/devpts.o fs/devpts/inode.o
chase2534/gtab47.freekern
fs/devpts/.devpts.o.cmd
bat
gpl-2.0
221
@echo off rd /s /q %~dp0..\..\..\build\cmake_win32_x86_gcc_release md %~dp0..\..\..\build\cmake_win32_x86_gcc_release\ cd %~dp0..\..\..\build\cmake_win32_x86_gcc_release\ cmake -DCPLATFORM=win32 -DCCPU=x86 -DCCOMPILE=gcc -DCVER=release -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=mingw32-gcc.exe ...
liwangmj/make_guide
cmake/build/script/win32_x86_gcc_release.bat
bat
gpl-2.0
440
Prebuild\Prebuild.exe /target nant Prebuild\Prebuild.exe /target vs2010 echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild opensim.sln > compile.bat
N3X15/Procedurality4NET
runprebuild.bat
bat
gpl-2.0
152
cmd_drivers/char/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/misc.o
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
drivers/char/.built-in.o.cmd
bat
gpl-2.0
158
cmd_block/blk-settings.o := ppc_4xx-gcc -m32 -Wp,-MD,block/.blk-settings.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-proto...
mattkelly/linux-2.6-xlnx
block/.blk-settings.o.cmd
bat
gpl-2.0
26,152
cmd_arch/powerpc/lib/copy_32.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/lib/.copy_32.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 -D__ASSEMBLY__ -...
mattkelly/linux-2.6-xlnx
arch/powerpc/lib/.copy_32.o.cmd
bat
gpl-2.0
3,625
net stop "Print Spooler"
akshinmustafayev/PrinterSetupSystem
app/commands/StopSpooler.bat
bat
gpl-3.0
24
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `ma...
dieterv/elib.daemon
doc/reference/make.bat
bat
gpl-3.0
3,238
g++ -w -mwindows -fpermissive -static-libgcc -static-libstdc++ -I./src -I../../debug/src -I../WinFile/src -I../GUIHandler/src -O3 -o testInfiniteListView testInfiniteListView.cpp ./src/*.cpp ../GUIHandler/src/*.cpp ../WinFile/src/*.cpp -Wl,-subsystem,console -lopengl32 -lComctl32 pause
MoochMcGee/super-hpsx64
common/WindowsAPI/InfiniteListView/testInfiniteListView.bat
bat
gpl-3.0
286
@echo off rem ; This is the Internet Driver for Cyan-White rem ; This handles accessing websites and such rem ; Via the registered default browser. rem ; Credit to Shade (Neon~Light) for Development. rem ; This file is only compatiable with 0.0.4 or newer. IF "%1"=="-INTNET" GOTO DRV_VARIABLES ECHO Unable to o...
ShadesOfBlack/Cyan-White
drivers/INTNET.bat
bat
gpl-3.0
1,090
@echo off call %~dp0%..\configure_environment.bat set SQL= set SQL=%SQL% update appmonitor_testmeasure set SQL=%SQL% set spent_time=(julianday(ended) - julianday(started))*24*60*60 set SQL=%SQL% where started is not null and ended is not null; echo %SQL% | sqlite3.exe %~dp0%..\db.sqlite3 pause
magenta-aps/aalborg-monitor
bin/fix_spent_time.bat
bat
mpl-2.0
298
@echo off setlocal ENABLEEXTENSIONS set KEY_NAME=HKEY_LOCAL_MACHINE\SOFTWARE\EpicGames\Unreal Engine\4.26 set VALUE_NAME=InstalledDirectory FOR /F "skip=2 tokens=1,2*" %%A IN ('%windir%\Sysnative\REG QUERY "%KEY_NAME%" /v "%VALUE_NAME%" 2^>nul') DO ( set ValueName=%%A set ValueType=%%B set ValueValue=%%C ...
aimrebirth/Polygon4
Polygon4.bat
bat
agpl-3.0
1,180
@echo off python %~dp0/ccg_draw_tree.py %*
bkiefer/openccg
bin/ccg-draw-tree.bat
bat
lgpl-2.1
46
@echo off pushd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'Silentl...
stefansedich/akka.net
build.cmd
bat
apache-2.0
1,417
kubectl create configmap rabbitmq-config --dry-run=true --save-config=true --namespace=simple-rabbitmq --from-file=rabbitmq-env.properties -o yaml > ./rabbitmq-config.yaml
csc19601128/misc-examples
kubernetes/rabbitmq/rabbitmq-environment/kubernetes/dev/rabbitmq-configmap.bat
bat
apache-2.0
171
mvn archetype:generate -DarchetypeGroupId=org.apache.maven.archetypes -DarchetypeArtifactId=maven-archetype-j2ee-simple -DgroupId=com.curso.app -DartifactId=appj2ee -DinteractiveMode=false
xroca/planFormacionJava
maven/Instrucciones/crearproyectoEar.bat
bat
apache-2.0
188
@echo off java -Dpe.conf=/%PE_HOME%/conf -Djava.ext.dirs=/%PE_HOME%/lib org.para.distributed.slave.WorkerServer
suhuanzheng7784877/ParallelExecute
project/ParallelExecute/start-slave.bat
bat
apache-2.0
111
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Window...
jhegg/shiro-ad-ssl-example
gradlew.bat
bat
bsd-2-clause
2,308
@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...
snelis/snelis
docs/make.bat
bat
bsd-3-clause
6,701
rem NOTE: this batch file is to be run in a Visual Studio command prompt rem Delete old files del *.obj del *.ilk del *.exe del *.pdb rem Compile files into .obj files in current directory cl /I"..\..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.cpp CWE*.c ..\..\..\testcasesupport\io....
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE78_OS_Command_Injection/s04/CWE78_s04.bat
bat
bsd-3-clause
485
@echo off REM Delete link on Desktop echo Deleting Desktop shortcut... del "%USERPROFILE%\Desktop\Watir Robot.lnk" echo Uninstall complete. pause
semperos/watir-robot-gui
resources/windows/uninstall.bat
bat
bsd-3-clause
145
@echo off set ILMERGE=%ProgramFiles(x86)%\Microsoft\ILMerge\ILMerge.exe if not exist "%ILMERGE%" set ILMERGE=%ProgramFiles%\Microsoft\ILMerge\ILMerge.exe if not exist "%ILMERGE%" ( echo Cannot find ILMerge goto exit ) "%ILMERGE%" /keyfile:Expressions\Key.snk /out:Expressions.dll Expressions\bin\Release...
pvginkel/Expressions
Merge.bat
bat
lgpl-3.0
382
@echo off setlocal REM Copyright 2006-2011 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "license" ...
bizo/aws-tools
iam/IAMCli-1.5.0/bin/iam-groupcreate.cmd
bat
apache-2.0
1,024
/****************************************************************************** * * blinky_ccs.cmd - CCS linker configuration file for blinky. * * Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is supplying this softwa...
cergatgmu/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c1294xl/blinky/blinky_ccs.cmd
bat
gpl-3.0
2,793
@echo off rem Update CEF eventually utils\premake5 install_cef rem Generate solutions utils\premake5 vs2017 rem Create a shortcut to the solution - http://superuser.com/questions/392061/how-to-make-a-shortcut-from-cmd set SCRIPTFILE="%TEMP%\CreateMyShortcut.vbs" ( echo Set oWS = WScript.CreateObject^("WScript.Shel...
lex128/mtasa-blue
win-create-projects.bat
bat
gpl-3.0
633
echo "Upgrading Codebrag 2.2 to 2.3" java -Dconfig.file=codebrag.conf -cp codebrag.jar com.softwaremill.codebrag.migration.MigrateV2_2ToV2_3 java -Dconfig.file=codebrag.conf -cp codebrag.jar com.softwaremill.codebrag.migration.FixZombieCommits
softwaremill/codebrag
scripts/dist/package_content/upgrade_22_23.bat
bat
agpl-3.0
243
@echo off setlocal @echo off REM # Find the location of Jamroot.jam relative to this script. set PWIZ_ROOT=%~dp0..\..\..\.. call %PWIZ_ROOT%\scripts\test\generate_vendor_mzml.bat ABI %~dp0
biospi/mzmlb
pwiz/pwiz/data/vendor_readers/ABI/generate_abi_mzml.bat
bat
apache-2.0
199
;@echo off ;;;;; rem start of the batch part ;;;;; ;; ;; ;; rem the first parameter is the file you want to split the second is the size in bytes. ;; rem size is not guaranteed but will be not overflown ;; rem https://github.com/npocmaka/batch.scripts/blob/master/hybrids/makecab/cabSplitter.bat ; if "%~2" equ "" ...
TheBigBear/batch.scripts
hybrids/makecab/cabSplitter.bat
bat
mit
1,725
:: $Id: runtests.cmd 4697 2011-11-04 13:32:05Z unsaved $ :: Distribution is permitted under the terms of the HSQLDB license. :: (c) 2011 The HSQL Development Group :: :: Wrapper that serves two purposes: :: (1) Takes traditional parameters in format: command -switches... filenames... :: and converts to a Gradle co...
Julien35/dev-courses
tutoriel-spring-mvc/lib/hsqldb/testrun/sqltool/runtests.cmd
bat
mit
1,974
cp Assets/Emgu.CV/Emgu.Util/*.cs ../Emgu.Util/ cp Assets/Emgu.CV/Emgu.CV/*.cs ../Emgu.CV/ cp Assets/Emgu.CV/Emgu.CV/CameraCalibration/*.cs ../Emgu.CV/CameraCalibration cp Assets/Emgu.CV/Emgu.CV/Color/*.cs ../Emgu.CV/Color cp Assets/Emgu.CV/Emgu.CV/Cvb/*.cs ../Emgu.CV/Cvb cp Assets/Emgu.CV/Emgu.CV/Features2D/*.cs ../...
NDV123/emgucv
Emgu.CV.Unity/sync_unity_assets.bat
bat
gpl-3.0
2,040
@REM @REM Licensed to Jasig under one or more contributor license @REM agreements. See the NOTICE file distributed with this work @REM for additional information regarding copyright ownership. @REM Jasig licenses this file to you under the Apache License, @REM Version 2.0 (the "License"); you may not use this file @REM...
sheliu/openregistry
openregistry-support-tools/ortool.bat
bat
apache-2.0
849
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION REM setup all paths SET cur_dir=%CD% SET base_dir=%cur_dir%\..\.. SET builddeps_dir=%cur_dir%\..\..\project\BuildDependencies SET bin_dir=%builddeps_dir%\bin SET msys_bin_dir=%builddeps_dir%\msys\bin REM read the version values from version.txt FOR /f %%i IN ('%msys_bin_dir%\aw...
wolfgar/xbmc
project/Win32BuildSetup/BuildSetup.bat
bat
gpl-2.0
12,934
@if "%_echo%"=="" echo off setlocal if EXIST build.ok DEL /f /q build.ok call %~d0%~p0..\..\..\config.bat @if ERRORLEVEL 1 goto Error if NOT "%FSC:NOTAVAIL=X%" == "%FSC%" ( REM Skipping test for FSI.EXE goto Skip ) if "%CLR_SUPPORTS_GENERICS%"=="false" ( goto Skip) if "%CLR_SUPPORTS_SYSTEM_WEB%"=="false" ( go...
eloraiby/fsharp
tests/fsharp/regression/85/build.bat
bat
apache-2.0
679
@echo off SET CURRENT_PATH_PREINSTALL=%CD% SET TURBO_ROOT=C:\turbo.lua SET TURBO_LIBTFFI=%TURBO_ROOT%\libtffi_wrap.dll SET TURBO_LUAROCKS=%TURBO_ROOT%\luarocks SET TURBO_LUAROCKS_BIN=%TURBO_LUAROCKS%\2.2 SET TURBO_ROCKS=%TURBO_ROOT%\rocks SET TURBO_SRC=%TURBO_ROOT%\src SET TURBO_OPENSSL_ROOT=%TURBO_SRC%\openssl...
gallenmu/MoonGen
libmoon/lua/lib/turbo/install.bat
bat
mit
4,330
@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...
watsonpy/watson-events
docs/make.bat
bat
bsd-3-clause
6,721
@echo off echo. echo Automatic creation of the MSVC11 project files echo. if "%~1"=="/stable" goto stable if "%~1"=="/STABLE" goto stable if "%~1"=="/all" goto all if "%~1"=="/ALL" goto all if "%~1"=="/tools" goto tools if "%~1"=="/TOOLS" goto tools if "%~1"=="/tests" goto tests if "%~1"=="/TESTS" goto test...
MaddTheSane/scummvm
dists/msvc11/create_msvc11.bat
bat
gpl-2.0
2,455
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\browserslist\cli.js" %* ) ELSE ( node "%~dp0\..\browserslist\cli.js" %* )
verych/dymatrix
node_modules/.bin/browserslist.cmd
bat
mit
135
@echo off @echo Bienvenido al programa de actualización de softwere @echo A continuación se verificaran e instalaran actualizaciones @echo ---------------------------------------------------------- @echo ------------------------------------------ git pull php ../composer.phar self-update php ../composer.phar up...
matias-pierobon/tonga
upgrade.bat
bat
mit
613
@echo off cd bin neko Compose.n pause
ustutz/mostly_adequate_guide
05_compose/Run.bat
bat
mit
38
uglifyjs jquery.min.js jquery.toast.min.js bootstrap.min.js common.js md5.js authenticate.js language.core.js users.js -o users.min.js -c -m
aelassas/Wexflow
src/backend/Wexflow.Backend/js/uglify-users.bat
bat
mit
140
@echo off echo ********************************** echo * * echo * 'Activate-DeActivate' Program * echo * Coded by 0x776b7364 * echo * * echo ********************************** echo. echo Please make sure that this file is run in...
0x776b7364/batch-utils
actdea.bat
bat
mit
1,733
@echo off rem this is a DOSish bat file rem In here you can specify the command line rem arguments to DreamCSV, for ease of use rem Or, so you can deligate email subscription rem tasks to an office administrator/etc. rem dreamhost login details SET USERNAME=myemail@email.com SET APIKEY=AAAAAAAA rem list details SET ...
jhlange/dreamapi
dreamcsv/SAMPLE_add_users.bat
bat
mit
699
node example-transform pause
AseasRoa/Synchronator
examples/start-example-transform.cmd
bat
mit
28
"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -nologo -latest -property installationPath > temp.txt set /p $MSBUILDROOT=<temp.txt del temp.txt "%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -property installationVersion > temp.txt set /p $MSBUILDVER=<temp.txt del temp.t...
w8tcha/ripper
Build_PG-Ripper.bat
bat
mit
850
REM BATCHFILE FOR ICA.EXE, WRITTEN BY STEFAN SCHERBAUM REM DO NOT CHANGE - CODE GENERATED BY MATLAB! ica.exe < %1 REM CLOSE CMD WINDOW TO SIGNAL END OF ICA TO MATLAB REM exit
nicerlab/ARP
BinICA/icabat.bat
bat
mit
177
msbuild /m /p:Configuration=Release .nuget\bin\nuget pack
mausch/VariantInterfaces
release.bat
bat
mit
58
nuget pack SwitchAppDesign.AniListAPI.v2.nuspec read
SwitchAppDesign/AniListApi
PoisonIvy.AniListAPI/SwitchAppDesign.AniListAPI.v2/Package.bat
bat
mit
52
SET RESOLUTION=480p CALL "%~dp0.\handbrake.transcode-x264.cmd" %*
jakegough/AVScripts
handbrake/handbrake.transcode-x264-480p.cmd
bat
mit
66
vbc /t:winexe /r:System.dll /optimize+ /main:frmClipView /out:ClipViewer.exe /r:System.Windows.Forms.dll,System.Xml.Dll,System.Drawing.dll, ClipViewer.vb AssemblyInfo.vb
nikmartin/ClipView.Net
make.bat
bat
mit
171
@echo off :Build cls echo Restoring NuGet packages for solution... "tools\nuget\nuget.exe" "restore" "src/NTiled.sln" echo. if not exist tools\fake\tools\Fake.exe ( echo Installing FAKE... "tools\nuget\nuget.exe" "install" "fake" "-OutputDirectory" "tools" "-ExcludeVersion" "-NonInteractive" echo. ) if not exist...
patriksvensson/ntiled
build.bat
bat
mit
911
@echo off set /p q="Are you sure you want to clean both logfile and config files? <yes/no> " if %q%=="yes" (goto delfiles) if %q%=="no" (exit 0) :delfiles echo deleting logfile... del "logfile.txt" echo deleting config... del "config.xml" echo done. pause
RamRawRDinosauR/STCRRDRMOD
build/clean.bat
bat
gpl-2.0
255
cmd_arch/arm/lib/io-writesl.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesl.o.d -nostdinc -isystem /media/mwilson/SSD/NU3001/kk4.4.2-rk/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/media/mwilson/SSD/NU3001/kk4.4.2-rk/kernel/...
Zaphod-Beeblebrox/kernel_rockchip_rk3188
arch/arm/lib/.io-writesl.o.cmd
bat
gpl-2.0
2,195
cmd_fs/nls/nls_cp437.o := gcc -Wp,-MD,fs/nls/.nls_cp437.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-t...
namgk/kernel-tut
fs/nls/.nls_cp437.o.cmd
bat
gpl-2.0
13,152
cmd_arch/arm/lib/memset.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memset.o.d -nostdinc -isystem /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/dman3285/Kernerl-Source/kernel_hammer_v1/arch/a...
AOSP-ZEUS/android_kernel_samsung_n1
arch/arm/lib/.memset.o.cmd
bat
gpl-2.0
2,334
@echo // Copyright (C) 1996-2005 Markus F.X.J. Oberhumer @echo // @echo // Windows 32-bit @echo // cygwin + gcc @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off gcc -x c -O2 -Wall %CFI% -s -o %BEXE% src/*.[cC] -L. -llzo2 -Wl,-Map,%BNAME%.map @if errorlevel 1 goto error @call b\done.bat @go...
ystk/debian-lzop
B/win32/cygwin.bat
bat
gpl-2.0
388
cmd_arch/x86/mm/fault.o := gcc -Wp,-MD,arch/x86/mm/.fault.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...
namgk/kernel-tut
arch/x86/mm/.fault.o.cmd
bat
gpl-2.0
21,490
cmd_net/ipv6/exthdrs_core.o := arm-eabi-gcc -Wp,-MD,net/ipv6/.exthdrs_core.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/include -Wall -Wundef -Wstrict...
HCDRJacob/wildfire-kernel
net/ipv6/.exthdrs_core.o.cmd
bat
gpl-2.0
154,529
cmd_net/ethernet/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o net/ethernet/built-in.o net/ethernet/eth.o
0xD34D/kernel_amazon_tate
net/ethernet/.built-in.o.cmd
bat
gpl-2.0
164
Prebuild\Prebuild.exe /target vs2010 echo C:\WINDOWS\Microsoft.NET\Framework\v3.5\msbuild OpenSim.sln > compile.bat
N3X15/Procedurality4NET
runprebuild2010.bat
bat
gpl-2.0
116
cmd_sound/core/oss/route.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,sound/core/oss/.route.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__...
yohanes/Acer-BeTouch-E130-Linux-Kernel
sound/core/oss/.route.o.cmd
bat
gpl-2.0
22,128
rmdir /S /Q Distro_SRC mkdir Distro_SRC if not "%1" == "" ( if exist scripts ( cd scripts call ReVersionAll %1 cd .. ) ) mkdir Distro_SRC\Config mkdir Distro_SRC\zsMatrix mkdir Distro_SRC\MsgHook mkdir Distro_SRC\ScreenSaver mkdir Distro_SRC\WinampVis mkdir Distro_SRC\scripts mkdir Distro_SRC\Help mkdir Distro_S...
payalord/ZMatrix
CreateDistroSRC.bat
bat
gpl-2.0
4,923
signtool.exe sign /a .\singoutstrong\release\singoutstrong.exe compil32 /cc setup.iss
singoutstrong/singoutstrong-karaoke-player
singoutstrong/deploy.bat
bat
gpl-3.0
85
@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...
grouan/udata
doc/make.bat
bat
agpl-3.0
6,457
xcopy /D /Q /Y /K "..\..\src\sh\*.hpp" "..\..\..\install\include\sh" IF EXIST "Debug\libsh_debug.dll" xcopy /D /Q /Y /K "Debug\libsh_debug.dll" "..\..\..\install\bin\vc7" IF EXIST "Debug\libsh_debug.pdb" xcopy /D /Q /Y /K "Debug\libsh_debug.pdb" "..\..\..\install\bin\vc7" IF EXIST "Debug\libsh_debug.lib" xcopy /D ...
libsh-archive/sh
win32/vc7/postbuild_sh.bat
bat
lgpl-2.1
670
@echo off echo %* java -Dcom.xpfriend.fixture.runner.report=target/reporttest -cp target\test-classes;target\classes;target\lib\* com.xpfriend.fixture.runner.Expect %~dp0\Test06Test.xlsx %*
ototadana/fixture-book-runner
src/test/resources/exec/error/Test06Test.bat
bat
apache-2.0
194