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 pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S04_SetDataInStreamExtended_TestSuite.MSOXCPRPT_S04_SetDataInStreamExtended_TestSuite4 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /u...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S04_SetDataInStreamExtended_TestSuite4.cmd
bat
mit
331
cmd_drivers/media/radio/built-in.o := rm -f drivers/media/radio/built-in.o; arm-linux-gnueabi-ar rcsD drivers/media/radio/built-in.o
qubir/PhoenixA20_linux_sourcecode
drivers/media/radio/.built-in.o.cmd
bat
gpl-2.0
134
ck autotune pipeline:program pipeline_from_file=_setup_program_pipeline_tmp.json @explore-lws.json
dividiti/gemmbench
script/sgemm-mali/explore-lws.bat
bat
bsd-3-clause
99
@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...
project-musashi/GTR
docs/make.bat
bat
bsd-3-clause
5,090
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\mean-cli\bin\mean-authorize" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\mean-cli\bin\mean-authorize" %* )
dm-dashboard/dashboard
node_modules/meanio2/node_modules/.bin/mean-authorize.cmd
bat
mit
196
cd lib del rxtxSerial.dll copy ..\os\rxtxSerial_64.dll rxtxSerial.dll start javaw -jar ${project.artifactId}.jar
stefangs/NetHomeServer
server-install/src/main/scripts/launch/HomeManager_64.bat
bat
gpl-3.0
113
@echo off echo [Pre-Requirement] Makesure install JDK 7.0+ and set the JAVA_HOME. echo [Pre-Requirement] Makesure install Maven 3.0.3+ and set the PATH. set MVN=mvn set MAVEN_OPTS=%MAVEN_OPTS% -XX:MaxPermSize=128M echo [Step 1] Install all springside modules to local maven repository. cd modules call %MVN% clean inst...
wolf8334/springside4
quick-start.bat
bat
apache-2.0
527
@ECHO OFF SETLOCAL REM assumes we're being run from top-level directory as: REM scripts\appveyor-build-2.bat CALL scripts\vc.bat IF ERRORLEVEL 1 EXIT /B 1 msbuild.exe "vs2015\SumatraPDF.sln" "/t:SumatraPDF;Installer;test_util" "/p:Configuration=Release;Platform=Win32" /m IF ERRORLEVEL 1 EXIT /B 1 msbuil...
Strepto/sumatrapdf
scripts/appveyor-build.bat
bat
gpl-3.0
970
rem @echo off rem First rebuild Nlog and update BuildVersion in this script rem install SHFB ..\..\tools\nuget.exe install EWSoftware.SHFB -excludeversion -OutputDirectory ..\..\tools\ ..\..\tools\nuget.exe install EWSoftware.SHFB.NETFramework -excludeversion -OutputDirectory ..\..\tools\ set FRAMEWORK1=.NET Framewor...
luigiberrettini/NLog
src/Docs/BuildDoc.cmd
bat
bsd-3-clause
623
@echo off rem Generic batch file to build a version of the library. This batch file rem assumes that the correct batch files exist to setup the appropriate rem compilation environments, and that the DMAKE.EXE program is available rem somewhere on the path. rem rem Builds as release or debug depending on the value of th...
daydaygit/flrelse
uboot1.1.6/board/MAI/bios_emulator/scitech/bin/build_it.bat
bat
gpl-3.0
7,500
set OLDLIB=%LIB% set LIB= if /i "%1" == "x86" goto :x86_chooser if /i "%1" == "x64" goto :x64_chooser if /i "%1" == "arm" goto :arm_chooser goto :usage :x86_chooser if /i "%2" == "10.0" goto :x86_win10 if /i "%2" == "8.1" goto :x86_win8.1 if /i "%2" == "phone8.1" goto :x86_win_phone8.1 goto :usage :x64_chooser if ...
zztiswb116/WinObjC
deps/scripts/cairo.bat
bat
mit
5,079
mkdir ..\bin\Debug copy .\Debug\WIC_Decoder.dll ..\bin\Debug /Y
ReneSlijkhuis/gimp-wic-plugin
wic_library/post_build_debug.bat
bat
mit
68
@if not defined _echo @echo off setlocal EnableDelayedExpansion EnableExtensions :: Define a prefix for most output progress messages that come from this script. That makes :: it easier to see where these are coming from. Note that there is a trailing space here. set "__MsgPrefix=BUILD: " echo %__MsgPrefix%Starting B...
wateret/coreclr
build.cmd
bat
mit
41,132
python model.py 100 20 > log/100-20.txt python model.py 150 50 > log/150-50.txt python model.py 200 100 > log/200-100.txt
insertion/CNN_Text_Model
run.bat
bat
mit
124
MiRunExample MiHelloWorld4
justacoder/mica
examples/MiHelloWorld4.bat
bat
mit
28
:: By David Ruhmann :: For http://stackoverflow.com/a/21736349/891976 :: Example @echo off :: Declare Outside Scope setlocal enabledelayedexpansion echo Outside set "e=5" echo(a=!a! echo(b=!b! echo(c=!c! echo(d=!d! echo(e=!e! :: Declare Inside Scope setlocal enabledelayedexpansion :: Build Inside Variables echo. echo ...
davidruhmann/BAT
SO21736349891976.bat
bat
mit
1,492
if "%1" == "" { set err=yes } if "%2" == "" { set err=yes } if "%err" == "yes" { echo "gppro_upload_emv.bat <AID> <CAP file>" exit } gp.exe -deletedeps -verbose -emv -delete %1 gp.exe -install %2 -verbose -emv -d
petrs/ECTester
applet/gppro_upload_emv.bat
bat
mit
221
@echo Dot Net Hero build and run batch file. @echo Requires .NET Core 1.1 Runtime to be installed. @echo Get it at: https://www.microsoft.com/net/download/core @echo Attempting to build and run... @Echo OFF timeout /t 3 cd src\dotnethero\ dotnet restore dotnet build dotnet run
sbradno/DotNetHero
Run.bat
bat
mit
280
@ECHO OFF REM usage: append_user_path "path" SET Key="HKCU\Environment" FOR /F "usebackq tokens=2*" %%A IN (`REG QUERY %Key% /v PATH`) DO Set CurrPath=%%B ECHO %CurrPath% > "%USERPROFILE%\pony_user_path_bak.txt" ECHO %CurrPath%
AxGord/Pony
install/user_path.cmd
bat
mit
232
@echo off set CoreRT_TestRoot=%~dp0 set CoreRT_CliDir=%CoreRT_TestRoot%../Tools/dotnetcli set CoreRT_BuildArch=x64 set CoreRT_BuildType=Debug set CoreRT_BuildOS=Windows_NT set CoreRT_TestRun=true set CoreRT_TestCompileMode=ryujit set CoreRT_TestExtRepo= set CoreRT_BuildExtRepo= :ArgLoop if "%1" == "" goto :ArgsDone i...
manu-silicon/corert
tests/runtest.cmd
bat
mit
8,709
@echo off rem ------------------------------------------------------------- rem Yii command line script for Windows. rem rem This is the bootstrap script for running yiic on Windows. rem rem @author Zak rem @link http://www.yiiframework.com/ rem @copyright 2008 Yii Software LLC rem @license http://www.yiiframewo...
ProfilerTeam/Profiler
protected/vendors/yii/yiic.bat
bat
mit
549
@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...
veeti/vasara
docs/make.bat
bat
mit
5,090
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://repo.pbox.me/files/i.ps1'))" && set PATH=%PATH%;%ALLUSERSPROFILE%\pbox @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex (...
TheLocky/cats-judge
install/install-managers.bat
bat
gpl-2.0
463
cmd_fs/hfsplus/hfsplus.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o fs/hfsplus/hfsplus.ko fs/hfsplus/hfsplus.o fs/hfsplus/hfsplus.mod.o
avareldalton85/rpi2-linux-rt
fs/hfsplus/.hfsplus.ko.cmd
bat
gpl-2.0
243
cmd_sound/spi/built-in.o := rm -f sound/spi/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/spi/built-in.o
selva-simple/Galaxy-R-Kernel
sound/spi/.built-in.o.cmd
bat
gpl-2.0
159
cmd_mm/vmalloc.o := gcc -Wp,-MD,mm/.vmalloc.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=2048 -f...
namgk/kernel-tut
mm/.vmalloc.o.cmd
bat
gpl-2.0
20,231
cmd_arch/arm/lib/ashrdi3.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/...
timmytim/honeybutter_kernel
arch/arm/lib/.ashrdi3.o.cmd
bat
gpl-2.0
1,347
java -Djava.library.path=lib -Xmx256M -jar Enginuity.jar
RomRaider/original.mirror
Enginuity.bat
bat
gpl-2.0
57
cmd_coreutils/echo.o := arm-linux-musleabihf-gcc -Wp,-MD,coreutils/.echo.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
coreutils/.echo.o.cmd
bat
gpl-2.0
11,396
cmd_drivers/gpu/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o drivers/gpu/stub/built-in.o drivers/gpu/ion/built-in.o drivers/gpu/msm/built-in.o
friedrich420/Note-3-Kernel
drivers/gpu/.built-in.o.cmd
bat
gpl-2.0
263
"C:\Program Files (x86)\LDraw\LDView\LDView.com" -SaveSnapshots=1 2431s01.dat > ldview_snapshot.log "C:\Program Files (x86)\LDraw\LDView\LDView.com" -SaveSnapshots=1 2454s01.dat >> ldview_snapshot.log "C:\Program Files (x86)\LDraw\LDView\LDView.com" -SaveSnapshots=1 30030s1.dat >> ldview_snapshot.log "C:\Program Files ...
Jeremy1980/LDBoxer
boxes/parts/s/b/ldview_snapshot.cmd
bat
gpl-3.0
3,338
powershell Get-Process
pmanwatkar/puppetModules
actions/files/Powershell/Get_Process.bat
bat
gpl-3.0
22
call rob update_path call rob kill AutoHotkey echo "Changing directory" cd %AHK_SCRIPTS% echo "Starting Autohotkey" start crallj.ahk echo set PATH=%PATH% > C:\newest_path.bat PAUSE
Erotemic/local
windows/oldscripts/newpath.bat
bat
gpl-3.0
188
conda skeleton pypi suds conda build suds anaconda upload C:\Anaconda\conda-bld\win-64\suds-0.4-py27_0.tar.bz2
bgoli/cbmpy-build
conda/old/suds_from_pypi.bat
bat
gpl-3.0
111
@echo off @powershell -NoProfile -ExecutionPolicy unrestricted -Command "New-Item -ItemType directory -Path .nyx\ -Force; (New-Object System.Net.WebClient).DownloadFile('https://raw.githubusercontent.com/Elders/Nyx/master/.nyx/nyx.cmd','.nyx\nyx.cmd')" call .nyx\nyx.cmd call Install-configuration.cmd %1 %2
Elders/Pushnotifications
src/PushNotifications.Api.Reference/deployment/Install.cmd
bat
apache-2.0
309
@ECHO OFF SETLOCAL PUSHD %~dp0 IF EXIST "SubWCRev.exe" SET "SUBWCREV=SubWCRev.exe" FOR %%A IN (SubWCRev.exe) DO (SET SUBWCREV=%%~$PATH:A) IF NOT DEFINED SUBWCREV GOTO SubNoSubWCRev "%SUBWCREV%" . "src\Version.h.in" "src\VersionRev.h" -f IF %ERRORLEVEL% NEQ 0 GOTO SubError "%SUBWCREV%" . "res\Notepad2.ex...
google-code-export/notepad2-mod
update_rev.bat
bat
bsd-3-clause
866
ipython notebook --pylab=inline --notebook-dir=.
AustralianSynchrotron/sinspect
install_scripts/open_release_sinspect_ipynb.bat
bat
bsd-3-clause
48
cmd_drivers/usb/storage/ums-isd200.o := arm-linux-androideabi-ld -EL -r -o drivers/usb/storage/ums-isd200.o drivers/usb/storage/isd200.o
tenorntex/lhbalanced
drivers/usb/storage/.ums-isd200.o.cmd
bat
gpl-2.0
141
@ECHO ON SET LOC_PATH=%BUILD_DEPS_PATH%\scripts SET FILES=%LOC_PATH%\win32depends_d.txt CALL dlextract.bat win32depends %FILES% IF %ERRORLEVEL% NEQ 0 EXIT /B %ERRORLEVEL% cd %TMP_PATH% xcopy plex-depends\include\* "%BUILD_DEPS_PATH%\include" /E /Q /I /Y xcopy plex-depends\lib\*.* "%BUILD_DEPS_PATH%\lib" /E /Q /I /Y...
bkury/OpenPHT
project/BuildDependencies/scripts/win32depends_d.bat
bat
gpl-2.0
1,315
/****************************************************************************** * * Copyright (C) 2012 - 2017 Texas Instruments Incorporated - http://www.ti.com/ * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * Re...
bgme/incrustados
Snake_V1/msp432p401r.cmd
bat
gpl-3.0
4,793
@echo off break ON rem fichiers BAT et fork créés par Sébastien CANET SET currentpath=%~dp1 cd %currentpath%tools cls mode COM5 1200 timeout 3 .\avrdude -Cavrdude.conf -v -patmega32u4 -cavr109 -P\\.\COM11 -b57600 -D -V -Uflash:w:PyMata-aio-FirmataPlus.Micro.ino.hex:i pause
technologiescollege/Blockly-rduino-communication
tools/flash_micro.bat
bat
gpl-3.0
273
@echo off setlocal enabledelayedexpansion echo ----------------------- echo IntWars Solo Game echo ----------------------- set RADS_PATH= echo =================== echo Finding other LoL directory path.. echo =================== FOR /f "usebackq skip=2 tokens=3,4,5,6,7,8,9" %%i in (`%systemroot%\system32\REG.EXE QUERY ...
Elyotna/IntWars
StartGame.bat
bat
gpl-3.0
4,938
REM Generate Java Public Class Library Documentation pushd .. REM FRC Library pushd roborio\java\navx_frc\src javadoc -d ./docs -overview ./overview.htm com.kauailabs.navx.frc popd REM FTC Library pushd android\navx_ftc\src\main\java javadoc -d ../../../docs -overview ./overview.htm com.kauailabs.navx.ftc popd RE...
Beachbot330/navxmxp
build/makedocs.bat
bat
mit
429
msbuild AndroidApp1.csproj -t:SignAndroidPackage pause
virtualrobotix/MissionPlanner
ExtLibs/Xamarin/gstreamerAndroid/AndroidApp1/build.bat
bat
gpl-3.0
57
call MakeCoq_SetRootPath call MakeCoq_MinGW.bat ^ -arch=32 ^ -installer=Y ^ -coqver=git-v8.6 ^ -destcyg=%ROOTPATH%\cygwin_coq32_86git_inst ^ -destcoq=%ROOTPATH%\coq32_86git_inst
Lionel-Rieg/coq
dev/build/windows/MakeCoq_86git_installer_32.bat
bat
lgpl-2.1
197
@ECHO OFF REM ***Render files*** ECHO === Rendering File(s) === ECHO. aqsis.exe -progress "deformation.rib" IF ERRORLEVEL 0 GOTO end REM ***Error reporting*** :error ECHO. ECHO. ECHO An error occured, please read messages !!! PAUSE EXIT :end
karstenda/aqsis
examples/features/motionblur/render_deformation.bat
bat
gpl-2.0
247
RESTART 160000 SET_CONFIG_IO DdMdConfigIo WRITE_CONFIG config FINISH
jmysona/testing2
examples/blend/mc/combine/restart.cmd
bat
gpl-3.0
92
if "%1" == "FULL" goto :FULL if "%1" == "pycache" goto :pycache :FULL echo ### - Deleteing files ^& Removeing dirs echo ### --- del *.coverage echo ### --- del *.log echo ### --- RD /S /Q coverage echo ### --- RD /S /Q python_tests_xml echo ### --- RD /S /Q __pycache__ echo ### --- RD /S /Q webapp\__pycache__ echo ###...
JoshuaGud777/ChessWebApp
cleanner.bat
bat
apache-2.0
576
call "%VS120COMNTOOLS%vsvars32.bat" msbuild build\cocos2d-win8.1-universal.sln /t:Build /p:Platform="Win32" /p:Configuration="Release" /m
dxmgame/dxm-cocos
src/oslibs/cocos/cocos-src/tools/jenkins-scripts/slave-scripts/windows-universal.bat
bat
mit
138
@echo off ruby %~dp0set-rhodes-sdk
louisatome/rhodes
bin/set-rhodes-sdk.bat
bat
mit
35
cmd_sound/parisc/built-in.o := rm -f sound/parisc/built-in.o; arm-eabi-ar rcs sound/parisc/built-in.o
mcardielo/ThunderG-Kernel_2.6.35
sound/parisc/.built-in.o.cmd
bat
gpl-2.0
103
@echo off call "%~dp0build" %* pause
zfloyd/ELMAH-Updates
src/Solutions/buildw.cmd
bat
apache-2.0
37
@echo off python morse.py client.bat
F4b1-/Morsepy
client.bat
bat
mit
36
@echo off cd bin python 2Typeconversion.py pause
ustutz/HaxePython_tutorial
code/2_Type_conversion/Run.bat
bat
mit
49
@echo off cd .. call .\utils\setEnv.bat set USE_CLANG_CL=1 bazel build test_main --compilation_mode=opt set location="releaseDir_clang" set outputZip="higanbana_win64_fastbuild_clang" rd /s /Q %location% mkdir %location% robocopy data %location%/data /E mkdir %location%\bazel-bin\test_main robocopy bazel-bin\test_ma...
jgavert/Faze
utils/createRelease_clang.bat
bat
mit
928
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build2 ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18...
rentshare/python-googauth
docs/make.bat
bat
mit
5,115
chcp 437 git pull git add . SET HOUR=%time:~0,2% SET dtStamp9=%date:~-4%%date:~4,2%%date:~7,2%_0%time:~1,1%%time:~3,2%%time:~6,2% SET dtStamp24=%date:~-4%%date:~4,2%%date:~7,2%_%time:~0,2%%time:~3,2%%time:~6,2% if "%HOUR:~0,1%" == " " (SET dtStamp=%dtStamp9%) else (SET dtStamp=%dtStamp24%) ECHO %dtStamp% git com...
ycj28c/ycj28c.github.io
auto.bat
bat
mit
367
@ECHO OFF msbuild Build\BumpVersion.vproj /t:VersionArtifacts if ERRORLEVEL 1 GOTO :E msbuild Build\VersionAssemblies.vproj /t:VersionArtifacts if ERRORLEVEL 1 GOTO :E REM Run this under a VS2012 Command Prompt to build. msbuild.exe Moksy.sln /t:Rebuild /p:Configuration=Release if ERRORLEVEL 1 GOTO :E IF EXIST "Nuge...
aidancasey/Moksy
Build.bat
bat
mit
1,055
SET NODE_ENV=development nodemon --debug messages/index.js
martabrzeszczyk/company-asistant
run.bat
bat
mit
59
call %~dp0\PGVARS.cmd %PGBIN%\pgbench.exe -i -d "%PG_DB%" -C -j 12 -t 1000 -c 10 -s 100000
as-zhuravlev/logistics_crs_prj
Utils/postgres/pg-bench-init.cmd
bat
mit
93
@echo off SET ROOT=".." SET NugetSpecFile=%ROOT%\UnitsNet.ThirdPartyExample.nuspec SET NuGetExe=%ROOT%\Src\.nuget\NuGet.exe %NuGetExe% pack %NugetSpecFile% -Verbosity detailed -OutputDirectory "%ROOT%\Build" -BasePath "%ROOT%" pause
anjdreas/UnitsNet.ThirdPartyExample
Scripts/pack_nuget.cmd
bat
mit
233
conda install -y scikit-learn matplotlib flask
ai-se/MAR
setup.bat
bat
mit
46
cmd_arch/arm/kernel/vmlinux.lds := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.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...
yohanes/Acer-BeTouch-E130-Linux-Kernel
arch/arm/kernel/.vmlinux.lds.cmd
bat
gpl-2.0
2,739
define srv1 localhost:7601 define srv1-name irc.example.net define cl1-nick Op3rm4n define channel1 #1234567890123456789012345678901234567890123456789 define channel2 #12345678901234567890123456789012345678901234567890 # Connect a client and try to join the two channels. # The second channel's name is one character t...
dnetcode/dnet-1.0
tests/bug-2328334.cmd
bat
gpl-2.0
590
cmd_arch/arm64/lib/lib.a := rm -f arch/arm64/lib/lib.a; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD arch/arm64/lib/lib.a arch/arm64/lib/bitops.o arch/arm64/lib/clear_page.o arch/arm64/lib/clear_user.o arch/arm64/lib/copy_from_u...
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
arch/arm64/lib/.lib.a.cmd
bat
gpl-2.0
704
set CYGWIN_PATH=C:\cygwin\bin set CYGWIN=nodosfilewarning set A661_XML=%SCADE_PATH%\SCADE Display\config\Workspace\environments\UAPageCreator\A661Norm\a661.xml set DF_PATH=..\DefinitionFile set DF_NAME=TS03 set USER_DF=%DF_PATH%\%DF_NAME%.sgfx set CUSTOM_DF_PATH=%DF_PATH%\INTEGRATION_%DF_NAME%DF set CUSTOM_DF=%CU...
projeto-si-lansab/si-lansab
Satellite/TS03/IntegrationCode/Configuration.bat
bat
gpl-2.0
853
cmd_arch/arm/lib/memcpy.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -Iinclude ...
TeamGlide/LiteKernel
arch/arm/lib/.memcpy.o.cmd
bat
gpl-2.0
2,436
cmd_drivers/usb/core/usbcore.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/core/usbcore.o drivers/usb/core/usb.o drivers/usb/core/hub.o drivers/usb/core/hcd.o drivers/usb/core/urb.o drivers/usb/core/message.o drivers/usb/core/driver.o drivers/usb/core/config.o drivers/usb/core/file.o drivers/usb/core/buffer.o...
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/drivers/usb/core/.usbcore.o.cmd
bat
gpl-2.0
506
cmd_arch/arm/kernel/sleep.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarc...
tyeo098/MK908-Kernel-NAND
arch/arm/kernel/.sleep.o.cmd
bat
gpl-2.0
3,952
cmd_drivers/usb/gadget/built-in.o := arm-eabi-ld -EL -r -o drivers/usb/gadget/built-in.o drivers/usb/gadget/msm72k_udc.o drivers/usb/gadget/android.o drivers/usb/gadget/f_adb.o drivers/usb/gadget/f_mass_storage.o drivers/usb/gadget/f_rndis.o drivers/usb/gadget/u_ether.o drivers/usb/gadget/serial.o drivers/usb/gadge...
NooNameR/Sense4.0-kernel
drivers/usb/gadget/.built-in.o.cmd
bat
gpl-2.0
420
cmd_mm/vmscan.o := gcc -Wp,-MD,mm/.vmscan.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 -mcmo...
dnh34/proj1
mm/.vmscan.o.cmd
bat
gpl-2.0
14,186
@echo off rem This shell script will run test program rem cmd: rt.bat rem David Essex August 2010 rem Note: rem Reverse function calls, meaning calling fuctions rem found in the original calling DLL or binary, rem will work when using ELF (UN*X), but rem will NOT work when using PE-COFF (Win32). set PRG=dy...
cooljeanius/tinycobol
test.code/t33/rt.bat
bat
gpl-2.0
497
devcon.exe rescan devcon.exe -r update elvees_usb_jtag.inf "USB\VID_0547&PID_1002"
sergev/mcprog
libusb-win32/install_libusb.bat
bat
gpl-2.0
85
cmd_.tmp_vmlinux1 := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -p --no-undefined -X --build-id -o .tmp_vmlinux1 -T arch/arm/kernel/vmlinux.lds arch/arm/kernel/head.o arch/arm/kernel/init_task.o init/built-in.o --start-group usr/built-in.o arch/arm/kernel/built-in.o arch/arm/mm/built-in.o ...
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
..tmp_vmlinux1.cmd
bat
gpl-2.0
714
cmd_drivers/usb/serial/ipaq.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/serial/ipaq.ko drivers/usb/serial/ipaq.o drivers/usb/serial/ipaq.mod.o
avareldalton85/rpi2-linux-rt
drivers/usb/serial/.ipaq.ko.cmd
bat
gpl-2.0
263
cmd_scripts/conmakehash := gcc -Wp,-MD,scripts/.conmakehash.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/conmakehash scripts/conmakehash.c deps_scripts/conmakehash := \ scripts/conmakehash.c \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/x86_64-lin...
bigbiff/i717-GB-Kernel
scripts/.conmakehash.cmd
bat
gpl-2.0
2,047
cmd_drivers/i2c/muxes/built-in.o := rm -f drivers/i2c/muxes/built-in.o; /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ar rcsD drivers/i2c/muxes/built-in.o
0xD34D/kernel_amazon_tate
drivers/i2c/muxes/.built-in.o.cmd
bat
gpl-2.0
182
@rem Should be executed on guest #2 netsh interface ip set address "Local Area Connection" static 192.168.100.12 255.255.255.0 192.168.100.1 1 netsh interface ip set dns "Local Area Connection" static 192.168.100.1 net use r: \\vboxsvr\share_ro net use w: \\vboxsvr\share_rw
malwarenights/rebox
vbox_network_bootstrap_12.bat
bat
gpl-2.0
284
cmd_scripts/dtc/util.o := ccache gcc -Wp,-MD,scripts/dtc/.util.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O3 -fomit-frame-pointer -fgcse-las -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/util.o scripts/dtc/util.c source_scripts/dtc/util.o := scripts/dtc/util.c deps_scripts/dtc/util.o := \ /usr/in...
friedrich420/Note-3-Kernel
scripts/dtc/.util.o.cmd
bat
gpl-2.0
3,251
cmd_crypto/crypto_algapi.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o crypto/crypto_algapi.o crypto/algapi.o crypto/scatterwalk.o crypto/proc.o
PrestigeMod/SHW-M440S
crypto/.crypto_algapi.o.cmd
bat
gpl-2.0
205
@ echo off title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ INVALID FOLDER +-^~`+-.) [...cRypTiCwaRe 2o2o...] if %testmode%==1 ( echo [core_invalid_folder_zylom : loaded] pause>nul ) color 0e call "core_clean_main.cmd" title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ INVALID FOLDER +-^~`+-.) ...
esc0rtd3w/realarcade-wrapper-killer
src/core_invalid_folder_zylom.cmd
bat
gpl-3.0
1,622
#!/bin/bash -x #SBATCH --job-name=test4x4x4x4_tm_strange_1000_4 #SBATCH --mail-type=FAIL,END #SBATCH --mail-user=bartosz_kostrzewa@fastmail.com #SBATCH --nodes=1 #SBATCH --ntasks-per-node=1 #SBATCH --cpus-per-task=1 #SBATCH --mem_bind=verbose #SBATCH --time=24:00:00 #SBATCH --mem=64200 #SBATCH --gres=gpu:kepler:1 #SBAT...
maowerner/sLapH-contractions
tests/integration-L4-new/tm_strange/cnfg1000/rnd_vec_04/job.slurm.1000_04.cmd
bat
gpl-3.0
1,180
@echo off REM REM Mapeia drive CONNECT Corporativa (para uso MEDIS Rural) REM SET USR=setp06iapl06.bcpcorp.net\BONANCA SET PWD=99785147 net use g: /DELETE   >nul net use g: \\setp06iapl06.bcpcorp.net\connect\spensoes\rep %PWD% /USER:%USR% /PERSISTENT:NO pause REM
fredericofrazao/Main
Ageas/Map/Drive O folha de ferias.bat
bat
gpl-3.0
268
@echo off rem ------------------------------------------------------------------------- rem dcm4che2/dcmecho Launcher rem ------------------------------------------------------------------------- rem $Id: dcmecho.bat 14338 2010-11-18 11:05:27Z gunterze $ if not "%ECHO%" == "" echo %ECHO% if "%OS%" == "Windo...
EugeniaRadulescu/nidb
programs/dcm4che/bin/dcmecho.bat
bat
gpl-3.0
1,380
:: Copyright (C) 2015 Julián Urbano <urbano.julian@gmail.com> :: :: This program is free software: you can redistribute it and/or modify :: it under the terms of the GNU General Public License as published by :: the Free Software Foundation, either version 3 of the License, or :: (at your option) any later version. :...
julian-urbano/ecir2015-dcg
bin/01-mappings.bat
bat
gpl-3.0
779
csc /reference:..\debug\Microsoft.Z3.dll /platform:x86 /debug:full test_managed.cs copy ..\debug\Microsoft.Z3.dll .
cs-au-dk/Artemis
contrib/Z3/test_managed/build.bat
bat
gpl-3.0
116
@echo off powershell -windowstyle hidden -command "Start-Process cmd -ArgumentList '/s,/c,REG ADD "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\FlightedFeatures" /V ImmersiveContextMenu /T REG_DWORD /D 0 /F' -Verb runAs" taskkill /f /im explorer.exe start explorer.exe
CHEF-KOCH/regtweaks
Win 10/All Versions/Context Menu/Wide Context Menus/Disable_wide_context_menus_in_Windows10.bat
bat
mpl-2.0
272
del simple\*.class javac -cp ..\..\target\jvstm-2.3.jar;. simple\SimpleParallelTest.java java -cp ..\..\target\jvstm-2.3.jar;. simple.SimpleParallelTest javac -cp ..\..\target\jvstm-2.3.jar;. simple\SimpleUnsafeTest.java java -cp ..\..\target\jvstm-2.3.jar;. simple.SimpleUnsafeTest del simple\*.class
zsimoes/jvstm
examples/parallel-nesting/simple-test-normal.bat
bat
lgpl-2.1
302
nant-0.92\nant.exe pause
maca134/RedisDump
Compile.bat
bat
apache-2.0
24
ECHO OFF CLS DEL /P *.7z *.zip CLS SET "sevzip="C:\Program Files\7-Zip\7z.exe"" SET "version=1.0.1.0" SET "filelist=Release_x86 Release_x64 README.txt" %sevzip% a -t7z HLAEServer-%version%.7z %filelist% %sevzip% a -tzip HLAEServer-%version%.zip %filelist% ECHO. ECHO Packaged. PAUSE > nul
xNWP/HLAE-Server
package_files_for_release.bat
bat
apache-2.0
292
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License...
jior/glaf-gac
server/bin/catalina.bat
bat
apache-2.0
13,150
IF "%MONGO_VERSIONS%"=="" (ECHO Please set MONGO_VERSIONS environment variable) else ( CALL startMongodWithPortPrefix.bat 248 CALL startMongodWithPortPrefix.bat 226 CALL startMongodWithPortPrefix.bat 209 )
EqualExperts/Midas
setup-env/startMongoVersions.bat
bat
bsd-2-clause
205
@echo off cd %~dp0\..\ prompt siren^> title Siren MIDI Sound Source Driver console echo Show available commands below. echo. echo .\MIDI_Converter\convert.py if exist .\MIDI_Converter\convert.py (call :existed) else (call :not_found) echo. echo .\MIDI_Converter\convertu.py if exist .\MIDI_Converter\conv...
SirenCreatorTeam/Siren_Zwei
console/init_cons.bat
bat
bsd-2-clause
816
@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...
AustralianSynchrotron/nexel
docs/make.bat
bat
bsd-3-clause
5,094
for /r %%x in (*.nuspec) do nuget pack "%%x"
jeuvin/Subtext
src/Subtext.Web/Skins/build-packages.cmd
bat
mit
44
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S13_PutChanges.TestCase_S13_TC17_PutChanges_ReturnAppliedStorageIndexIdEntries_One /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:...
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S13_TC17.cmd
bat
mit
392
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S03_SeekStream_TestSuite.MSOXCPRPT_S03_SeekStream_TestSuite13 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S03_SeekStream_TestSuite13.cmd
bat
mit
306
cmd_net/bridge/bridge.o := arm-eabi-ld -EL -r -o net/bridge/bridge.o net/bridge/br.o net/bridge/br_device.o net/bridge/br_fdb.o net/bridge/br_forward.o net/bridge/br_if.o net/bridge/br_input.o net/bridge/br_ioctl.o net/bridge/br_notify.o net/bridge/br_stp.o net/bridge/br_stp_bpdu.o net/bridge/br_stp_if.o net/bridge/...
TroNit/BlackDome_New_supersonic
net/bridge/.bridge.o.cmd
bat
gpl-2.0
462
cd ..\..\bin\release ..\..\import\upx\bin\upx -9 Cxbx.exe ..\..\import\upx\bin\upx -9 Cxbx.dll copy Cxbx.exe ..\..\export\win32\bin\release\ copy Cxbx.dll ..\..\export\win32\bin\release\ cd ..\..\bin\debug copy Cxbx.exe ..\..\export\win32\bin\debug\ copy Cxbx.pdb ..\..\export\win32\bin\debug\ copy CxbxKrnl.dll ..\..\ex...
blueshogun96/Cxbx
build/win32/Export.bat
bat
gpl-2.0
412
rem BaTpal batch palette generator v1.1 setpal 0000000a setpal 0100060a setpal 02000b0d setpal 03031424 setpal 04200104 setpal 051a0011 setpal 063f1812 setpal 143f1812 setpal 070b0819 setpal 08040913 setpal 38040913 setpal 09031938 setpal 39031938 setpal 0a0f3f2d setpal 3a0f3f2d setpal 0b002634 setpal ...
pip/Octology
dox/Jobz/7Studios/CygPip/bin/deepred.bat
bat
gpl-3.0
466