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 |
|---|---|---|---|---|---|
cd ..\..\bin
del ..\tutorial\importsipp\test.xml
call importsipp.bat -sippfile ..\tutorial\importsipp\uac.xml -testcase test_ua
call importsipp.bat -sippfile ..\tutorial\importsipp\uas.xml -testcase test_ua
call importsipp.bat -sippfile ..\tutorial\importsipp\branchc.xml -testcase test_branch
call importsipp.bat -si... | yongs2/mts-project | mts/src/main/tutorial/importsipp/startTest.bat | bat | gpl-3.0 | 1,267 |
fd2pragma Projects:ACA1233n.library/developer/include/fd/ACA1233n_lib.fd CLIB Projects:ACA1233n.library/developer/include/c/clib/ACA1233n_protos.h special 40 to Projects:ACA1233n.library/developer/include/c/inline/
fd2pragma Projects:ACA1233n.library/developer/include/fd/ACA1233n_lib.fd special 35 to Projects:ACA1233n.... | bubbob42/ACA1233n | gen_includes.bat | bat | gpl-3.0 | 625 |
:#!/bin/bash
python kepnezo.py
:# -jtdebug
| mrev11/ccc2c | jt/jtpython/s-kepnezo.bat | bat | lgpl-2.1 | 49 |
REM curl test script for las2peer service
REM test authentication with test user alice
curl -v -X GET "http://localhost:8082/cdService/simulation/1" --user alice:pwalice
PAUSE
REM more curl commandlines...
PAUSE
| rNzqe/Cooperation-Defection-Service | doc/curl/GetSimulation.bat | bat | apache-2.0 | 220 |
ECHO My name is agent Smith | SET /P Name="What is your name?"
ECHO Result is %Name%
| PassingTheKnowledge/Batchography | pipe-1.bat | bat | apache-2.0 | 87 |
echo on
echo
set INSTALL_DIR=%CD%\build\install
echo > %INSTALL_DIR%\lib\canary.txt
dir %INSTALL_DIR%\share\mongo-cxx-driver
set CMAKE="C:\cmake\bin\cmake.exe"
pushd build
%CMAKE% --build . --target uninstall
if errorlevel 1 (
exit /B 1
)
popd
dir %INSTALL_DIR% /s
if exist %INSTALL_DIR%\lib\pkgconfig\libbsoncx... | mongodb/mongo-cxx-driver | .evergreen/uninstall_check_windows.cmd | bat | apache-2.0 | 2,998 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=dfTimewolf
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command wa... | Onager/dftimewolf | docs/make.bat | bat | apache-2.0 | 814 |
@echo off
call d:\env.bat
call mvn exec:java
pause | wangf/springside4 | support/h2/h2-console.bat | bat | apache-2.0 | 50 |
@echo off
REM ------------------------------------------------------------------------
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 A... | yangjiandong/sshapp | servers/activemq/bin/activemq-admin.bat | bat | apache-2.0 | 3,784 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASAIRS.S03_Attachment.MSASAIRS_S03_TC03_EmbeddedMessageAttachment /testcontainer:..\..\MS-ASAIRS\TestSuite\bin\Debug\MS-ASAIRS_TestSuite.dll /runconfig:..\..\MS-ASAIRS\MS-ASAIRS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASAIRS/RunMSASAIRS_S03_TC03_EmbeddedMessageAttachment.cmd | bat | mit | 298 |
set JAVA_HOME=D:\app\j2sdk1.4.1
set ANT=D:\app\apache-ant-1.5.2\bin\ant.bat
%ANT%
rem %ANT% -verbose
| qeef/orte | orte/java/makeant.bat | bat | gpl-2.0 | 107 |
@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... | SpamExperts/SpamPAD | docs/make.bat | bat | gpl-2.0 | 7,002 |
cd zlib
mingw32-make -fwin32\makefile.gcc clean
cd ..\src
mingw32-make distclean
cd ..
del src\translations\smplayer_*.qm
del src\object_script.smplayer.Release
del src\object_script.smplayer.Debug
del src\svn_revision.h
rd src\release
rd src\debug
| nE0sIghT/smpv | clean_windows.cmd | bat | gpl-2.0 | 264 |
netsh advfirewall set allprofiles state off | gregjan/packer-qemu-templates | windows/floppy/common/firewall-disable.bat | bat | mpl-2.0 | 43 |
@REM User MUST set DRIVER_CLASSPATH to point to their desired driver jar(s), such as JDBC and J2C. For example:
@REM set DRIVER_CLASSPATH=c:\some_dir\jdbc\ojdbc14.jar;c:\some_other_dir\j2c\aqapi.jar
@REM
@REM Note: DRIVER_CLASSPATH should NOT contain any classes for your persistent business objects - these are
@... | josephagnelo/HydraPortal | workspace/libraries/EclipseLink 2.5.2/eclipselink/bin/setenv.cmd | bat | gpl-2.0 | 1,091 |
cmd_drivers/video/logo/logo_charger07_clut224.c := scripts/pnmtologo -t clut224 -n logo_charger07_clut224 -o drivers/video/logo/logo_charger07_clut224.c drivers/video/logo/logo_charger07_clut224.ppm
| tyeo098/MK908-Kernel-NAND | drivers/video/logo/.logo_charger07_clut224.c.cmd | bat | gpl-2.0 | 199 |
ren aparser.c aparser.cpp
ren astbase.c astbase.cpp
ren atokenbu.c atokbuf.cpp
ren atokenbu.h atokbuf.h
ren atokenst.h atokstr.h
ren dlexerba.c dlexbase.cpp
ren dlexerba.h dlexbase.h
ren dlexer.c dlexer.cpp
ren list.c list.cpp
ren pblackbo.h pblckbox.h
ren pcctsast.c pcctsast.cpp
| mballance/egtkwave | gtkwave/gtkwave-3.3.52/contrib/pccts/h/pcnames.bat | bat | epl-1.0 | 281 |
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
setlocal
if /I ""%1""==""--help"" goto documentation
if /I ""%1""==""-h"" goto documentation
if /I ""%1""==""/h"" goto documentation
if ""%1""==""/?"" goto documentation
goto run
:documentation
echo Usage: %~nx0 [options] [.exs file] [data]
echo.
e... | nerves-project/nerves_system_br | tests/smoke-test/rootfs_overlay/srv/erlang/releases/0.1.0/iex.bat | bat | gpl-2.0 | 1,025 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Sandbox startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windo... | SergeAleksandrov/java_pft | Sandbox/build/scripts/Sandbox.bat | bat | apache-2.0 | 2,106 |
# Test the source command
# rdebug-save has breakpoint commands
set debuggertesting on
source ./rdebug-save.1
quit
| wearelung/portoalegrecc | vendor/cache/ruby/1.8/gems/ruby-debug-0.10.4/test/data/source.cmd | bat | mit | 115 |
@ECHO OFF
PUSHD %~dp0\..
CALL make-mingwlibs.bat build64 %*
POPD
| Voyager1/xbmc | tools/buildsteps/windows/x64/make-mingwlibs.bat | bat | gpl-2.0 | 66 |
cmd_/projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux/include/drm/.install := perl scripts/headers_install.pl /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux-2.6.36.4/include/drm /projects/toolchains_build/buildroot-2012.02-brcm/output/toolchain/linux/include/drm arm drm.... | sigma-random/asuswrt-merlin | release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/drm/..install.cmd | bat | gpl-2.0 | 790 |
@echo off
rem -----------------------------------------------------
rem Tiny batch script to build the input file revision.h
rem revision.h contains the revision number of the wc.
rem It is included by assimp.rc.
rem -----------------------------------------------------
rem This is not very elegant, but it works.
rem... | ivansoban/ILEngine | thirdparty/assimp/packaging/windows-mkzip/mkrev.bat | bat | mit | 689 |
cd %1
call .\Deploy-HostPortfolio.bat
call .\Deploy-HostQuotation.bat
call .\Deploy-HostSales.bat
copy startAll.bat ..\..\Deploy | iQuarc/Code-Design-Training | InterProcessCommunication/TradingApp/ConsoleHost/.Deployment/Deploy-HostEach.bat | bat | mit | 130 |
@echo off
setlocal
cd %1
call "%VS120COMNTOOLS%"\vsvars32.bat
rem NOTE: Debug configurations most probably hang standard output (ie.: std::getchar()) and won't work with the optimization pipeline!
MSBuild /m /t:%2 /p:Platform=x64 /p:Configuration=Release build\vs2013\partition_test.vcxproj > compile.log 2>&1
exit /b %e... | pboechat/OperatorGraph | auto_tuner/scripts/compile.bat | bat | mit | 339 |
@echo off
rem #
rem # time2backup script for Windows
rem #
rem # Website: https://time2backup.org
rem # MIT License
rem # Copyright (c) 2017-2021 Jean Prunneaux
rem #
rem clear screen
cls
rem init variables
set current_path=%~dp0
rem run time2backup into cygwin
%current_path%\cygwin\bin\mintty.... | time2backup/windows | package/files/bin/time2backup.bat | bat | mit | 496 |
net use\\192.168.1.62 "" /user:"guest" | zhangjk4859/UNIX | windows/打印机访问.bat | bat | mit | 38 |
@echo off
REM ProdProcess Backup Utility
REM 2012 Bernardino Frola. All rights reserved.
set tmpOutDir=T:\ProdProcess\ProdProcess_Data\DB_Backup_Auto_tmp
set finalOutDir=T:\ProdProcess\ProdProcess_Data\DB_Backup_Auto
set accessInfo=-P bfpm8567 -S SERVER\KONNET
set DBtoBK_list=(ProdProcess_2008 ProdProcess_Core)
REM s... | bfrola/prodprocess | App/App_Data/Backups/PPSetupBK.bat | bat | mit | 402 |
set OLDCD=%CD%
pushd ..\..\src\anttweakbar\anttweakbar
md obj\debug32
fxc /Od /Zi /T vs_4_0_level_9_1 /E LineRectVS /Fh obj\debug32\TwDirect3D11_LineRectVS.h src\TwDirect3D11.hlsl > %OLDCD%\debug_x86.txt 2>&1
fxc /Od /Zi /T vs_4_0_level_9_1 /E LineRectCstColorVS /Fh obj\debug32\TwDirect3D11_LineRectCstColorVS.h src... | lvous/hadesmem | build/anttweakbar/debug_x86.bat | bat | mit | 931 |
d:\Python27\python.exe electrogeek_flask.py | AlanFromJapan/alanWebSites | startFlask.bat | bat | mit | 43 |
@echo off
setlocal
node "%ASKPASS_MAIN%" %*
endlocal
| desktop/dugite | test/auth/ask-pass.bat | bat | mit | 55 |
@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... | shagunsodhani/powerlaw | docs/make.bat | bat | mit | 7,248 |
cmd_drivers/pwm/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/pwm/built-in.o drivers/pwm/core.o drivers/pwm/pwm-qpnp.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/pwm/.built-in.o.cmd | bat | gpl-2.0 | 242 |
cmd_fs/cifs/asn1.o := arm-linux-androideabi-gcc -Wp,-MD,fs/cifs/.asn1.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoco... | tenorntex/lhbalanced | fs/cifs/.asn1.o.cmd | bat | gpl-2.0 | 31,378 |
cmd_sound/i2c/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/i2c/built-in.o sound/i2c/other/built-in.o
| sleshepic/epic_touch_kernel | sound/i2c/.built-in.o.cmd | bat | gpl-2.0 | 158 |
java -Dfile.encoding=UTF-8 -jar facturatron.jar | ZooMMX/Facturatron | facturatron.bat | bat | gpl-2.0 | 47 |
@echo off
python tools/dependent_win.py %* | Kreogist/Mu | dependent.bat | bat | gpl-2.0 | 42 |
prog='dbroweval'
args='-f TEST/dbroweval_ex_no_semi.code'
cmp='diff -cb '
in=TEST/dbroweval_ex.in
| gitpan/Fsdb | TEST/dbroweval_ex_no_semi.cmd | bat | gpl-2.0 | 98 |
cmd_fs/posix_acl.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.posix_acl.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -ml... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/fs/.posix_acl.o.cmd | bat | gpl-2.0 | 21,956 |
cmd_drivers/scsi/ch.o := arm-eabi-gcc -Wp,-MD,drivers/scsi/.ch.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm... | bigbiff/i717-GB-Kernel | drivers/scsi/.ch.o.cmd | bat | gpl-2.0 | 29,560 |
cmd_kernel/workqueue.o := ppc_4xx-gcc -m32 -Wp,-MD,kernel/.workqueue.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-prototype... | mattkelly/linux-2.6-xlnx | kernel/.workqueue.o.cmd | bat | gpl-2.0 | 25,476 |
# ========== Copyright Header Begin ==========================================
#
# OpenSPARC T1 Processor File: sjm_4.cmd
# Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES.
#
# The above named program is free software; you can redistribute it and/or
# modify ... | trivoldus28/pulsarch-verilog | verif/diag/assembly/tso_ciop_diags/tso_prod_cons_dma1/sjm_4.cmd | bat | gpl-2.0 | 2,927 |
SET REVN=65
SET REVDATE=2010-12-06 23-42-14
| Tallefer/bombusng-md | tmp/2.bat | bat | gpl-2.0 | 46 |
@echo OFF
mysqldump -p 12560 --user=%1 --password=%2 --databases %3 > %4 | iquesters/ams | res/databackup.bat | bat | gpl-2.0 | 76 |
@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... | induktio/LamaTrainer | docs/make.bat | bat | gpl-3.0 | 6,711 |
set PATH=%PATH%;E:\Qt\5.7\mingw53_32\bin;E:\Qt\Tools\mingw530_32\bin
E:
cd E:\builds\build-Kromophone-Desktop_Qt_5_7_0_MinGW_32bit-Release
mkdir package
cd package
windeployqt ..\release\Kromophone.exe --dir . --release --qmldir E:\src\Kromophone\kromophone-ui
copy ..\release\Kromophone.exe .
cd E:\src\Kromophone
| zach-capalbo/Kromophone | package_for_windows.bat | bat | gpl-3.0 | 315 |
@echo off
pushd %~dp0
echo Packaging...
.\buildTools\NuGet.exe pack .\src\Selenium.WebDriver.MicrosoftWebDriver.nuspec -Out .\dist
| cchitsiang/nuget-selenium-webdriver-microsoftwebdriver | BuildPackage.bat | bat | unlicense | 132 |
@echo off
cls
tools\nant\NAnt.exe -buildfile:DbFriend.CI.build %* | brettveenstra/dbfriend | buildserver.bat | bat | apache-2.0 | 67 |
@echo off
@rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0
if "%JENAROOT%" == "" goto :rootNotSet
set JENA_HOME=%JENAROOT%
:rootNotSet
if NOT "%JENA_HOME%" == "" goto :okHome
echo JENA_HOME not set
exit /B
:okHome
set JENA_CP=%JENA_HOME%\lib\*;
set LOGGING=file:%JENA_HOME%/jena-log4j.prope... | xcurator/xcurator | lib/new_libs/apache-jena-3.1.0/bat/trig.bat | bat | apache-2.0 | 459 |
@echo off
mkdir ..\builds\Asalennor
pushd ..\builds\Asalennor
cl -Zi ..\..\Asalennor\source\main.cpp user32.lib Gdi32.lib
popd | RedThirdDivision/Asalennor | build.bat | bat | apache-2.0 | 129 |
@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... | aelse/cpthook | docs/make.bat | bat | bsd-2-clause | 6,703 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S10_MultipleSubRequests.TestCase_S10_TC05_DependencyTypeOnSuccessOrNotSupported_OnSuccess /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /uniqu... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S10_TC05.cmd | bat | mit | 327 |
REG ADD "HKCU\Software\Google\Chrome\NativeMessagingHosts\com.hmemcpy.chrome.regjump" /ve /t REG_SZ /d "%~dp0nativehost.json" /f | hmemcpy/ChromeRegJump | src/host/register-host.bat | bat | mit | 128 |
cmd_kernel/irq/manage.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,kernel/irq/.manage.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 -Wstri... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/kernel/irq/.manage.o.cmd | bat | gpl-2.0 | 15,759 |
cd tools\build\v2\engine\src
call build
cd bin.*
copy bjam.exe ..\..\..\..\..\..
cd ..\..\..\..\..\..
bjam --with-date_time --with-thread link=static runtime-link=static variant=release stage release debug
rem x64
rem bjam --with-date_time --with-thread architecture=x86 address-model=64 link=static runtime-link=static ... | wangguojing/pokomodel | samples/LDView/3rdParty/boost1450.cmd | bat | gpl-3.0 | 356 |
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2015 The Qt Company Ltd.
:: Contact: http://www.qt.io/licensing/
::
:: This file is part of the (whatever) of the Qt Toolkit.
::
:: $QT_BEGIN_LICENSE:LGPL-ONLY$
:: GNU Lesser General Public License Usage
:: This file may be... | qtproject/qtqa | scripts/t/license-testdata/good/typical-lgpl-only-nokia.bat | bat | gpl-3.0 | 954 |
@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/cluster | cacheserver3/bin/start-server.bat | bat | apache-2.0 | 1,058 |
@echo off
:needs GNU grep
:eg. ftp://agnes.dida.physik.uni-essen.de/home/janjaap/mingw32/binaries/grep-2.1.zip
:set TEMP=.
set GREP=grep -i -H -n
set FIND=savex.exe . -f -i.bat.prg.cpp.c.ch.h.tex.java.lex.lem. -r.ppo. -lrobj*
zgrep.exe %1 %2
| mrev11/ccc3 | usr/bin/windows/ss.bat | bat | lgpl-2.1 | 259 |
@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 ... | OpenNMS/smnnepo | maven/bin/mvnDebug.bat | bat | gpl-3.0 | 6,304 |
START "Echo" "C:\ServiceContracts\Echo\SMTDT\SMTDT.exe" "1" | AllNamesAlreadyTaken/michaelhorstmann2 | works/desktop/TDTbatRunners/runPC4TDTs.bat | bat | mit | 59 |
@set PORT=COM16
@set BOARD=hub
| ZiCog/pi-propeller-load | setenv.bat | bat | mit | 31 |
@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... | Fanarim/test_case_monkey | docs/make.bat | bat | mit | 5,116 |
REM http://www.allenconway.net/2015/06/using-opencover-and-reportgenerator-to.html
REM Create a 'CodeCoverageReports' folder if it does not exist
if not exist "%~dp0CodeCoverageReports" mkdir "%~dp0CodeCoverageReports"
REM Remove any previous test execution files to prevent issues overwriting (ms test)
REM IF EXIST... | GregTrevellick/OpenInApp.Launcher | src/OpenInApp.Common.Tests/GetCodeCoverageUsingOpenCover.bat | bat | mit | 2,165 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PiCraftZero
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. ... | WayneKeenan/picraftzero | docs/make.bat | bat | mit | 783 |
set baseDir=%~dp0\src
set ASPNETCORE_ENVIRONMENT=Development
set Aurelia_Sample_BaseURI=localhost
set Aurelia_Sample_API_URL=http://%Aurelia_Sample_BaseURI%:57391
set Aurelia_Sample_MVC_URL=http://%Aurelia_Sample_BaseURI%:49849
set Aurelia_Sample_STS_URL=http://%Aurelia_Sample_BaseURI%:22530
start cmd.exe /K "cd %bas... | paulvanbladel/aurelia-identityserver-aspnetcore | BasicSetup/DotNetRun.cmd | bat | mit | 621 |
@echo off
SET modelFolder=%cd%
SET modelFile=%modelFolder%/templateTest.ecore
REM Go to MDE4CPP home folder to call the gradle task 'generateModel'
REM Task 'generateModel' is defined in $MDE4CPP_HOME/src/common/universalGradleTasks/build.gradle
CD /D %MDE4CPP_HOME%
REM Call the task 'generateModel' with model path ... | MDE4CPP/MDE4CPP | src/examples/ecoreExamples/TestSuite/templateTest/model/generate.bat | bat | mit | 498 |
cmd_sound/soc/tegra/snd-soc-tegra20-i2s.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/soc/tegra/snd-soc-tegra20-i2s.o sound/soc/tegra/tegra20_i2s.o
| TeamGlide/LiteKernel | sound/soc/tegra/.snd-soc-tegra20-i2s.o.cmd | bat | gpl-2.0 | 174 |
cmd_arch/arm/lib/testclearbit.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testclearbit.o.d -nostdinc -isystem /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/radu... | RaduG/2.6.29-RaKern-2x-Hero | arch/arm/lib/.testclearbit.o.cmd | bat | gpl-2.0 | 1,584 |
cmd_net/can/can-gw.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o net/can/can-gw.o net/can/gw.o
| avareldalton85/rpi2-linux-rt | net/can/.can-gw.o.cmd | bat | gpl-2.0 | 160 |
cmd_arch/arm/lib/io-writesw-armv4.o := arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.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__ -mlit... | tyeo098/MK908-Kernel-NAND | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 2,018 |
@echo off
"%~dp0python3.bat" -B -E "%~dp0\pyld.py" pause %*
| drtuxwang/system-config | bin/pause.bat | bat | gpl-2.0 | 60 |
cmd_drivers/bif/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/bif/built-in.o drivers/bif/bif-core.o drivers/bif/qpnp-bsi.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/bif/.built-in.o.cmd | bat | gpl-2.0 | 189 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs arch/arm/lib/built-in.o
| paxchristos/R800x-2.3.3-Kernel | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 190 |
cmd_sound/pci/trident/built-in.o := rm -f sound/pci/trident/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/trident/built-in.o
| kannu1994/crespo_kernel | sound/pci/trident/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_drivers/acpi/dispatcher/dswload.o := gcc -Wp,-MD,drivers/acpi/dispatcher/.dswload.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-de... | namgk/kernel-tut | drivers/acpi/dispatcher/.dswload.o.cmd | bat | gpl-2.0 | 14,140 |
cmd_arch/arm/lib/lib1funcs.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.lib1funcs.o.d -nostdinc -isystem /home/cgil/udoo/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/include -I/home/cgil/udoo/kernel_oficial_source/arch/arm/include -Iarch/arm/include/generated -I... | chrnueve/udooImaxdi | kernel_oficial_source/arch/arm/lib/.lib1funcs.o.cmd | bat | gpl-2.0 | 2,208 |
@echo off
@echo ################ Installing #####################
@echo Creating APK
call cordova build android
@echo Uninstalling the APK first
call adb uninstall com.vizaysoni.vs4vijay.gpstream
@echo Now installing new APK
call adb install platforms\android\bin\GPStream-debug.apk
@echo --------------Installtion ... | vs4vijay/GPStream | build-install-gpstream.bat | bat | gpl-2.0 | 383 |
cmd_net/netfilter/nf_conntrack_sip.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/nf_conntrack_sip.ko net/netfilter/nf_conntrack_sip.o net/netfilter/nf_conntrack_sip.mo... | ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.nf_conntrack_sip.ko.cmd | bat | gpl-2.0 | 324 |
cmd_sound/pci/pcxhr/built-in.o := rm -f sound/pci/pcxhr/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/pcxhr/built-in.o
| miamo/miamOv | sound/pci/pcxhr/.built-in.o.cmd | bat | gpl-2.0 | 146 |
@REM This script is intended to be run after installation of Git for Windows
@REM (including the portable version)
@REM If run manually, it should be run via
@REM git-bash.exe --no-needs-console --hide --no-cd --command=post-install.cmd
@REM to hide the console.
@REM Change to the directory in which this script liv... | fourpastmidnight/build-extra | post-install.bat | bat | gpl-2.0 | 1,894 |
cmd_arch/arm/lib/clear_user.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.clear_user.o.d -nostdinc -isystem /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinc... | freebsdmax/gsmart1315_kernel | arch/arm/lib/.clear_user.o.cmd | bat | gpl-2.0 | 1,900 |
cmd_arch/arm/vfp/built-in.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/built-in.o arch/arm/vfp/vfp.o
| dalinaum/studyak | arch/arm/vfp/.built-in.o.cmd | bat | gpl-2.0 | 175 |
prompt $d $t $_$P$G
"C:\Program Files (x86)\LDraw\LDView\LDView.com" -SaveSnapshots=1 a0902.dat > ldview_snapshot.log
"C:\Program Files (x86)\LDraw\LDView\LDView.com" -SaveSnapshots=1 a0903.dat >> ldview_snapshot.log
"C:\Program Files (x86)\LDraw\LDView\LDView.com" -SaveSnapshots=1 a0904.dat >> ldview_snapshot.log
"C:\... | Jeremy1980/LDBoxer | boxes/parts/b/ldview_snapshot.cmd | bat | gpl-3.0 | 57,698 |
javac source.java
java source
pause
| chaitanya1375/Myprojects | Load_Balancing/Source Code/LBalancer.bat | bat | gpl-3.0 | 37 |
:again
CHCP 65001
cd ..\main\configs
py CHAN_example.py
goto again | Logey420/steamidfinder | files/batch/join_example.bat | bat | gpl-3.0 | 70 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=PythonOberon
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' comm... | PhoenixBureau/PythonOberon | docs/make.bat | bat | gpl-3.0 | 820 |
/*
* ON.CMD - WPS Toolkit - Christian Langanke 2000
*
* Syntax: ON
*
* This batch file will prepare the test of the test WPS class.
* The program PM Printf is being used for displaying debug informations.
* For this purpose you will have to compile the WPS toolkit (or at least
* wt... | OS2World/LIB-WPS-wpstk | samples/setting/wps/on.cmd | bat | lgpl-2.1 | 3,986 |
@rem ----------------------------------------------------
@rem batch file to build tcc using mingw gcc
@rem ----------------------------------------------------
@set /p VERSION= < ..\VERSION
echo>..\config.h #define TCC_VERSION "%VERSION%"
@rem @if _%PROCESSOR_ARCHITEW6432%_==_AMD64_ goto x86_64
@if _%PROCESSOR_ARCHI... | Saectar/inherpreter | win32/build-tcc.bat | bat | lgpl-2.1 | 1,936 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=CarlsPlayground
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found. Make s... | carlsapp/RepoTemplate | docs/make.bat | bat | lgpl-3.0 | 777 |
echo off
setlocal
if "%1"=="" (
set gitTarget=%AUTOMATED_GIT_BRANCH%
) ELSE (
set gitTarget=%1
)
rem === Clean the %gitTarget% branch for %SdkName% ===
cd C:\depot\sdks\%SdkName%
git checkout master
git pull origin master
IF "%gitTarget%" NEQ "master" (
IF "%PublishToGit%"=="true" (
git branch -D ... | JoshuaStrunk/SDKGenerator | JenkinsConsoleUtility/JenkinsScripts/gitInit.bat | bat | apache-2.0 | 510 |
@echo off
echo.
echo Deleting old packages
del AcronymFactory.*.nupkg
echo.
echo Updating NuGet
nuget.exe update -self
echo Building solution
C:\Windows\Microsoft.Net\Framework64\v4.0.30319\MSBuild.exe ..\src\AcronymFactory.sln /p:Configuration=Release
echo.
echo Creating AcronymFactory Package
nuget pack nuget\Acronym... | azzlack/AcronymFactory | dist/CreatePackage.cmd | bat | apache-2.0 | 343 |
if "%1:~0,8%" == "username" (
echo %GIT_ASKPASS_USERNAME%
)
if "%1:~0,8%" == "password" (
echo %GIT_ASKPASS_PASSWORD%
)
| UManPychron/pychron | pychron/git/hosts/askpass.bat | bat | apache-2.0 | 131 |
java -cp .\fastcopy-console.jar org.mhisoft.fc.FastCopy "%1" "%2" "%3" "%4" "%5" | mhisoft/fastcopy | dist/fc.bat | bat | apache-2.0 | 80 |
set JAVA_HOME=C:\bea\ocsg41\jdk160_05
set PATH=%JAVA_HOME%\bin;%PATH%
set LIBPATH_T=..\temp\lib_jaxb_spring_ws
set LIBPATH_JU=..\target\test-classes
set LIBCLASSPATH=.;%LIBPATH_JU%;%LIBPATH_T%\junit-4.10.jar;%LIBPATH_T%\aopalliance-1.0.jar;%LIBPATH_T%\commons-codec-1.5.jar;%LIBPATH_T%\commons-httpclient-3.1.jar;%LIBP... | djsilenceboy/LearnTest | Java_Test/AppMavenWsSample1/ztest/SetEnv_jaxb_spring_ws.bat | bat | apache-2.0 | 900 |
echo off
@setlocal
set WixLocation=E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix_bin\bin
call "E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix_bin\bin\candle.exe" -sw1026 "E:\PrivateData\Galos\Projects\WixSharp\Source\src\WixSharp.Samples\Wix# Samples\Registry\MyProduc... | VishwasShashidhar/SymphonyElectron | installer/win/WixSharpToolset/Samples/Registry/Build_MyProduct.cmd | bat | apache-2.0 | 1,038 |
@ECHO OFF
SET VERSION=0.16.0.0
SET CURRENT_DIR=%CD%
SET BUILD_DIR=%CD%\Build
SET DEPLOYMENT_DIR=%BUILD_DIR%\Deployment
SET BINARY_DIR=%BUILD_DIR%\Release
SET FILENAME_BINARY=%DEPLOYMENT_DIR%\ZXing.Net.%VERSION%.zip
SET FILENAME_DEMO_BINARY=%DEPLOYMENT_DIR%\ZXing.Net.DemoClients.%VERSION%.zip
SET FILENAME_SO... | bsoja/ZXing.Net | build_deployment.cmd | bat | apache-2.0 | 13,805 |
@echo off
SETLOCAL
IF #%1 == # GOTO :NOFILE
SET testName=%1
IF #%2 == # GOTO :LOUD
IF #%2 == #noinfo GOTO :SILENT
GOTO :BADCANRY
IF #%3 NEQ # GOTO :BADCANRY
:LOUD
SET ADDOPTS=-DPRINT_INFO
GOTO :EXEC
:SILENT
GOTO :EXEC
:EXEC
SET cppName=bits/test_rt.cpp
g++ --std=gnu++14 -g -I. -I./bits -DTEST=%testName% %ADDOPT... | alzwded/ConstExprShenanigans | testrt.bat | bat | bsd-2-clause | 451 |
mvn deploy:deploy-file -Durl=file:///D:/Users/James/Documents/GitHub/FactionChat/repo/ -DrepositoryId=file.repo -Dfile=D:/Users/James/Documents/GitHub/FactionChat/zPermissions-1.3-SNAPSHOT-b9.jar -DgroupId=org.tyrannyofheaven.bukkit -DartifactId=zPermissions -Dversion=1.3-SNAPSHOT -Dpackaging=jar
pause | James137137/FactionChat | runme - Copy.bat | bat | bsd-3-clause | 304 |
@echo off
echo PARAMS: %PARAMS%
echo %~dps0
cd /d %~dps0
set SHOW_SUBWINDOW=0
call %~dps0request-admin.bat %~s0 abc GH "G H"
:gotAdmin
echo Got admin
pause | lygstate/NotepadStarter | starter/request-admin-hidden-subwindow.bat | bat | bsd-3-clause | 169 |
@echo off
rem --- using: MS VC++ 2005 ---
set COMPILER=cl
set LINKER=link
set COMPILE_OPTIONS=/c /O2 /GL /arch:SSE /fp:fast /EHsc /GR- /GS- /MT /W4 /WL /nologo /D_CRT_SECURE_NO_DEPRECATE /D_PLATFORM_WIN /Ilibrary/src /Ilibrary/src/general /Ilibrary/src/graphics /Ilibrary/src/image /Ilibrary/src/whitebalance... | hxa7241/p3whitebalancer | make/build-lib-vc.bat | bat | bsd-3-clause | 1,616 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.