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
..\..\..\..\cocor-plugin\cocor LLVMSharp.atg
pause | bklooste/Bitcsharp | bitcsharp/src/lsc/Compiler/CocoR/cocor.bat | bat | bsd-2-clause | 60 |
Set useVersion=8.1.0.0
if %1!==! goto noparameters
set useVersion=%1
:noparameters
REM look for the appropriate VS Tools folder.
echo Searching for VS Tools...
if exist "%VS140COMNTOOLS%" set usetools=%VS140COMNTOOLS%&goto FOUNDTOOLS
if exist "%VS130COMNTOOLS%" set usetools=%VS130COMNTOOLS%&goto FOUNDTOOLS
if exist "%... | BCProgramming/BASeBlock | build/BuildBaseBlock.bat | bat | bsd-3-clause | 1,008 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCONT.S01_CreateGetDeleteContactItem.MSOXWSCONT_S01_TC12_VerifyAbchPersonItemType /testcontainer:..\..\MS-OXWSCONT\TestSuite\bin\Debug\MS-OXWSCONT_TestSuite.dll /runconfig:..\..\MS-OXWSCONT\MS-OXWSCONT.testsettings /unique
... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSCONT/RunMSOXWSCONT_S01_TC12_VerifyAbchPersonItemType.cmd | bat | mit | 325 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC52_GetListItems_SucceedWithValidGuidViewName /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /uni... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC52_GetListItems_SucceedWithValidGuidViewName.cmd | bat | mit | 329 |
c:
set path=C:\Windows\Microsoft.NET\Framework\v4.0.30319;%path%
cd C:\git\pathway\pathway
if "%1" == "" goto end
if "%2" == "" goto fullSprint
msbuild BuildPathwaySprint.csproj /p:BUILD_NUMBER=%1 /t:%2
goto end
:fullSprint
msbuild BuildPathwaySprint.csproj /p:BUILD_NUMBER=%1
:end | neilmayhew/pathway | src/PathwaySprint.bat | bat | gpl-3.0 | 294 |
call build_GCC_x86.cmd 1
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" xLights_4_32bit_GCC.iss
pause
| smeighan/xLights | build_scripts/msw/PackageWindowsRelease_GCC-x86Only.cmd | bat | gpl-3.0 | 102 |
SET CFG=TCCDos.Cfg
SET SUPPL=suppl_s
SET CC=C:\TCPP\BIN\TCC +TCCDos.Cfg
SET CFLAGS=
SET AR=C:\TCPP\BIN\Tlib
| joyent/sdcboot | freedos/source/command/suppl/vars.bat | bat | mpl-2.0 | 113 |
@echo off
SETLOCAL
REM -- the directory in which do.bat lives
SET DO_DIR=%~dp0
IF NOT EXIST %DO_DIR%..\..\..\..\src\github.com\google\gapid (
echo It looks like the directory structure of
echo %DO_DIR%
echo doesn't match what is expected.
echo.
echo Did you 'git clone' the project instead of using 'go get... | eternity74/gapid | do.bat | bat | apache-2.0 | 763 |
@echo off
rem File: "vswsl.bat"
rem
rem This is a batch file that configures the Microsoft Visual Studio
rem development tools on Windows 10 and starts a shell in the
rem Windows Subsystem for Linux. This makes it easier to build Gambit
rem for those accustomed to the unix development tools.
rem
rem You should... | gambit/gambit | misc/vswsl.bat | bat | apache-2.0 | 1,099 |
@echo off
rem -------------------------------------------------------------------------
rem dcm4che2/dcmqr Launcher
rem -------------------------------------------------------------------------
rem $Id: dcmqr.bat 18013 2013-08-27 11:21:04Z gunterze $
if not "%ECHO%" == "" echo %ECHO%
if "%OS%" == "Windows_NT" setl... | bkolowitz/IADSS | dcm4che-2.0.28/bin/dcmqr.bat | bat | apache-2.0 | 1,314 |
ck autotune pipeline:program pipeline_from_file=_setup_program_pipeline_tmp.json @autotune_program_pipeline_base_best_remote.json %*
| ctuning/ck-autotuning | demo/autotuning-compiler-flags-susan-mingw/autotune_program_pipeline_base_best_remote.bat | bat | bsd-3-clause | 133 |
ck autotune pipeline:program pipeline_from_file=_setup_program_pipeline_tmp.json @explore4.json
| supriyantomaftuh/ck-autotuning | demo/explore-dataset-ludcmp/explore4.bat | bat | bsd-3-clause | 96 |
pdflatex proposal.tex
biber proposal
pdflatex proposal.tex
pdflatex proposal.tex
pdflatex proposal.tex
latexdiff --flatten ..\..\proposal\proposal.tex proposal.tex > diff.tex
pdflatex diff.tex
biber diff
pdflatex diff.tex
pdflatex diff.tex
pdflatex diff.tex
| JeremyLWright/cse548-RoboTractor | proposal/build.bat | bat | agpl-3.0 | 260 |
REM ×¢ÊÍ
@echo off
set ocd=%cd%
cd /d %~dp0
cd ..
echo ##### Ìáʾ£º¶ÁÈ¡ÅäÖÃÎļþ #####
if exist ..\config.bat call ..\config.bat
if exist ..\..\config.bat call ..\..\config.bat
if exist ..\..\..\config.bat call ..\..\..\config.bat
if exist ..\..\..\..\config.bat call ..\..\..\..\config.bat
if exist ..\..\.... | dxmgame/dxm | templates/prebuilt/build/setup.win64.bat | bat | mit | 1,581 |
@echo off
SET modelFolder=%cd%
SET modelFile=%modelFolder%/Op_ProvInterface.uml
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 pat... | MDE4CPP/MDE4CPP | src/examples/PSCSExamples/TestSuite/03_onPort_01_Op_ProvInterface/model/generate.bat | bat | mit | 500 |
@Echo off
set jname=RESTupServer
if NOT exist .\classes\ md .\classes
del .\classes\*.* /Q
if NOT exist .\classes\source\ md .\classes\source
del .\classes\source\*.* /Q
javac -Xstdout .\compile.log -Xlint:unchecked -cp .\ -d .\classes -encoding utf-8 %jname%.java
if %ERRORLEVEL% EQU 0 (
copy ..\Help-en... | miktim/RESTup | Source/build.bat | bat | mit | 465 |
@echo off
echo "run jar"
scala target\scala-2.11\scalac-log-formatter_2.11-1.1.jar -logSrc:logs/combine.log -logEncoding:GBK -srcEncoding:UTF-8 -dist:custom-dist -projectName:scala | at15/scalac-log-formatter | run.bat | bat | mit | 180 |
@ctags.exe --totals --language-force=c++ --c++-types=+x -I WXDLLEXPORT -I WXDLLIMPEXP_DATA_BASE+ -I WXDLLIMPEXP_BASE include/wx/*.h include/wx/msw/*.h include/wx/generic/*.h include/wx/protocol/*.h include/wx/xml/*.h include/wx/xrc/*.h src/common/*.cpp src/generic/*.cpp src/msw/*.cpp src/html/*.cpp src/xml/*.cpp src/xr... | SickheadGames/Torsion | code/wxWidgets/misc/scripts/makemswtags.bat | bat | mit | 328 |
java -cp vate-all-console.jar org.vash.vate.client.startup.VTClientGraphicalStart %* | wknishio/variable-terminal | script/all/vate-client-console.bat | bat | mit | 84 |
nuget pack Chan\Chan.csproj -properties Configuration=Release | superopengl/Chan4Net | CreateNuGetPackage.bat | bat | mit | 61 |
@echo off
XCopy /y "..\..\Common\Lib\AMD\OpenCLDebugAPI\1.3\lib\x64\AMDOpenCLDebug-x64.dll" "..\Output\Release\bin\"
XCopy /y "..\..\Common\Lib\AMD\OpenCLDebugAPI\1.3\lib\x64\amdopencldebug-x64.pdb" "..\Output\Release\bin\"
XCopy /y "..\..\Common\Lib\AMD\OpenCLDebugAPI\1.3\lib\x86\AMDOpenCLDebug.dll" "..\Output\Releas... | ilangal-amd/CodeXL | CodeXL/AllProjectsBuild/CopyFiles_AutomaticTesterRelease.bat | bat | mit | 1,858 |
@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... | mdelorme/MNn | docs/make.bat | bat | mit | 6,695 |
@echo off
setlocal
call "%%~dp0__init__.bat" || goto :EOF
set /A __NEST_LVL+=1
call "%%TESTS_ROOT%%/test_svn_changeset.bat"
set LASTERROR=%ERRORLEVEL%
set /A __NEST_LVL-=1
if %__NEST_LVL% LEQ 0 (
echo.^
pause
)
exit /b %LASTERROR%
| andry81/svncmd | TestsExternal/batscript/test_all.bat | bat | mit | 262 |
@echo off
if (%PKTDRV%)==(P) goto end
A:\PKT\ROMID
if (%ROMID%)==() goto select
if (%ROMID%)==(NE) goto NE
if (%ROMID%)==(WD) goto WD
if (%ROMID%)==(3C509) goto 3C509
if (%ROMID%)==(3C905B) goto 3C905B
if (%ROMID%)==(EEPRO100) goto EEPRO100
if (%PCIID%)==(10EC:8029) goto RTL8029
if (%PCIID%)==(10EC:8139) goto... | Arachnid/netboot.me-gpxe | contrib/romid/pktdrv.bat | bat | gpl-2.0 | 1,858 |
cmd_fs/fscache/built-in.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o fs/fscache/built-in.o fs/fscache/fscache.o
| avareldalton85/rpi2-linux-rt | fs/fscache/.built-in.o.cmd | bat | gpl-2.0 | 179 |
@ECHO OFF
REM This is a batchfile for DOS/Windows
REM For the AN851 PIC Bootloader Downloader Program
REM Copyright (c) 2004 by Manuel Bessler
REM http://cockpit.varxec.net/electronics/PHCC.html
REM The hexfile has to exist, bark if it doesn't
IF NOT EXIST "%1" GOTO ERROR
an851host.exe --eraseflash --rows 50... | mbessler/phcc | host_src/bootloader/bootnew.bat | bat | gpl-2.0 | 552 |
cmd_sound/isa/wss/built-in.o := rm -f sound/isa/wss/built-in.o; /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/isa/wss/built-in.o
| dagnarf/sgh-i717-dagkernel | sound/isa/wss/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_arch/arm/kernel/time.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/kernel/.time.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 | arch/arm/kernel/.time.o.cmd | bat | gpl-2.0 | 21,794 |
D:\Python34\python.exe oceanix.pyw | xlongfeng/oceanix | oceanix.bat | bat | gpl-2.0 | 34 |
cmd_arch/arm/lib/testsetbit.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.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__KE... | yohanes/Acer-BeTouch-E130-Linux-Kernel | arch/arm/lib/.testsetbit.o.cmd | bat | gpl-2.0 | 1,564 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
set PATH=%PATH%;C:\WINDOWS;C:\WINDOWS\SYSTEM32
for /D %%f in ( C:\PYTHON* ) do set PATH=!PATH!;%%f
set PATH=%PATH%;%ProgramFiles%\7-Zip
py -c "from partmgr.core.version import VERSION_STRING; print(VERSION_STRING)" > version.txt
set /p version= < version.txt
del ve... | mbuesch/partmgr | win-standalone-build.bat | bat | gpl-2.0 | 3,141 |
cmd_fs/fat/misc.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/fat/.misc.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__ -mlittle-endian -... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/fat/.misc.o.cmd | bat | gpl-2.0 | 21,848 |
cmd_crypto/md4.ko := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -T /home/cgil/udoo/kernel_oficial_source/scripts/module-common.lds --build-id -o crypto/md4.ko crypto/md4.o crypto/md4.mod.o
| chrnueve/udooImaxdi | kernel_oficial_source/crypto/.md4.ko.cmd | bat | gpl-2.0 | 209 |
cmd_arch/x86/mm/pageattr.o := gcc -Wp,-MD,arch/x86/mm/.pageattr.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-... | namgk/kernel-tut | arch/x86/mm/.pageattr.o.cmd | bat | gpl-2.0 | 21,092 |
cmd_sound/usb/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/usb/built-in.o sound/usb/misc/built-in.o sound/usb/usx2y/built-in.o sound/usb/caiaq/built-in.o sound/usb/6fire/built-in.o
| garwynn/D710SPR_GB27_Kernel | sound/usb/.built-in.o.cmd | bat | gpl-2.0 | 234 |
cmd_scripts/kconfig/lxdialog/util.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.util.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/util.o scripts/kconfig/lxdialog/util.c
source_scripts/kconfig/lxdialog/util.o := scripts/k... | G2Mini-DevTeam/android_kernel_lge_msm8226 | scripts/kconfig/lxdialog/.util.o.cmd | bat | gpl-2.0 | 3,010 |
@echo off
::set SDL2_INCLUDE=
g++ code/*.cpp lib/unzip/*.cpp lib/imgui/*.cpp -I %SDL2_INCLUDE% -I code/ -I lib/ltb/ -I lib/unzip/ -I lib/imgui/ -L SDL2 -Wall -Weffc++ -pedantic -Wno-unused-function -std=c++14 -D USE_SDL2 -o QBSPLoader.exe
| Axodoss/QBSPLoader | build_win.bat | bat | gpl-3.0 | 241 |
if "%libjars%" == "" goto setInitial
set libjars=%libjars%;%1
goto finish
:setInitial
set libjars=%1
:finish
| TeamSPoon/virtstoryteller | cpappend.bat | bat | gpl-3.0 | 111 |
nasmw -f bin -ooldv_98.com oldv_98.asm
| rururutan/hoot-patches | pc98/enix/old virage/src/comp.bat | bat | gpl-3.0 | 39 |
@ECHO off
SETLOCAL
CALL analyse_TIFFCompression.bat Q:\KOST\TIFF-Analyse_Datensammlung\Basel-Stadt\log-tap-stabs-tiffhist
CALL analyse_TIFFCompression.bat Q:\KOST\TIFF-Analyse_Datensammlung\BAR\log-tap-bar
CALL analyse_TIFFCompression.bat Q:\KOST\TIFF-Analyse_Datensammlung\BAR\log-tap-bar-3rd
CALL analyse_TIFFCo... | KOST-CECO/TiffAnalyseProject | analyse/run_it.bat | bat | gpl-3.0 | 394 |
TITLE XCLUSTER_DB
SET mypath=%~dp0
cd %mypath%
if not exist "%mypath%MongoDB\Server\3.4\data\db" mkdir "%mypath%MongoDB\Server\3.4\data\db"
MongoDB\Server\3.4\bin\mongod.exe --dbpath "%mypath%MongoDB\Server\3.4\data\db"
@echo off
pause
| groschatchauve/xCluster | database/start.bat | bat | unlicense | 237 |
REM running from the command line
cscript.exe SplitDocumentByFoundBarcode.vbs
pause | bytescout/ByteScout-SDK-SourceCode | BarCode Reader SDK/VBScript/Split PDF Document By Found Barcode/run.bat | bat | apache-2.0 | 83 |
@echo off
rem
rem Copyright 2010 OpenEngSB Division, Vienna University of Technology
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licens... | tobster/openengsb | package/assembly/openengsb.bat | bat | apache-2.0 | 982 |
REM docker -H 192.168.10.201:4243 run --rm -p 80:8080 -e spring.profiles.active=dev web-sample
docker -H 192.168.10.201:4243 run --rm -p 80:8080 --env-file=dev.env web-sample | saclark74/web-sample | web-sample/docker-run.cmd | bat | apache-2.0 | 174 |
@echo off
for /l %%x in (1, 1, 9) do (
mkdir folder%%x
for /l %%y in (1, 1, 9) do (
echo /* This is a test file */ > folder%%x\file%%x-%%y.java
)
)
| kmstumpff/Scripts | Windows/make_java_files.bat | bat | bsd-2-clause | 154 |
if not exist bin mkdir bin
if not exist bin\font6x9.bmp @copy ..\..\..\fs\kfar\trunk\font6x9.bmp bin\font6x9.bmp
@copy *.png bin\*.png
@copy *.txt bin\*.txt
@fasm.exe -m 16384 log_el.asm bin\log_el.kex
@kpack bin\log_el.kex
pause
| devlato/kolibrios-llvm | programs/media/log_el/trunk/build_ru.bat | bat | mit | 230 |
@if not defined _echo @echo off
setlocal
:SetupArgs
:: Initialize the args that will be passed to cmake
set __nativeWindowsDir=%~dp0Windows
set __binDir=%~dp0..\..\artifacts\bin
set __objDir=%~dp0..\..\artifacts\obj
set __rootDir=%~dp0..\..
set __CMakeBinDir=""
set __IntermediatesDir=""
set __BuildArch=x64
set __appCo... | crummel/dotnet_core-setup | src/corehost/build.cmd | bat | mit | 6,163 |
echo may need to preceded with RAILS_ENV=test db:create substruct:db:bootstrap
rake test:plugins:all PLUGIN=substruct
| tmtm/ruby-benchmark-suite | benchmarks/rails/substruct/test.bat | bat | mit | 119 |
::程式介面設定
@echo off
@SETLOCAL ENABLEEXTENSIONS
@COLOR 17
TITLE Reset Minecraft Server World: One Key Reset Edition
cls
:Start
::啟動程式所顯示的畫面
echo If you still can see this file after the program closed, the reason is the program wrongly shut down. > ProgramRunning.txt
for /f "tokens=1 delims=" %%x in (.Reset.txt) do set... | JasonHK/Reset-Minecraft-Server-World | One Key Reset Edition/Reset Server World.bat | bat | gpl-3.0 | 8,026 |
nunit-console-x86.exe /noshadow /xml:UT_XEP_SectionCheckEsaCommunication.xml UT_XEP_SectionCheckEsaCommunication.dll /out:TestResult_UT_XEP_SectionCheckEsaCommunication.txt /err:StdErr_UT_XEP_SectionCheckEsaCommunication.txt | mivuna/D27_Bekaert | UT_XEP_SectionCheckInput.bat | bat | apache-2.0 | 224 |
php index.php | aidancasey/azure-sdk-tools | WindowsAzurePowershell/src/Management.CloudService/Resources/Scaffolding/PHP/WorkerRole/php_entry.cmd | bat | apache-2.0 | 13 |
:: You'll need the following os environment vars setup:
:: The folder with the MOAI executable 'moai' which should be something like
:: export MOAI_BIN="<path to moai-dev>/release/linux/host-glut/x64/bin"
:: And the path to the draggin-framework:
:: export DRAGGIN_FRAMEWORK="<path to draggin-framework>"
echo off
setlo... | jonmaur/draggin-framework | samples/8-box2d-rube/run.bat | bat | mit | 1,282 |
+@echo off
+REM Copyright 2005-2009 WSO2, Inc. (http://wso2.com)
+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 fi... | madhawap/product-iots | modules/scripts/forget-me.bat | bat | apache-2.0 | 1,792 |
@echo off
cd %1
k_rm -f *.lib *.a
shift 1
%1 %2 %3 %4 %5 %6 %7 %8 %9
| daydaygit/flrelse | uboot1.1.6/board/MAI/bios_emulator/scitech/bin/cdit.bat | bat | gpl-3.0 | 69 |
NuGet.exe Pack IFluentInterface.nuspec | ZeroSharp/Xaf_MainDemo_FluentQueries | packages/IFluentInterface.1.1/build.bat | bat | mit | 38 |
go test store_test.go ledis_test.go -v -bench .
| gocontrib/nosql | tests/bench-ledis.cmd | bat | mit | 48 |
@echo off
set /p str= Input Keyword :
call set TAG=%str%
call npm run example
| Instaparser/instaparser.js | example/example.cmd | bat | mit | 80 |
@echo off
setlocal enabledelayedexpansion
set "Myvar="
for %%x in (%*) do (
call set "Myvar=%%Myvar%% %%x"
)
npm run-script%Myvar% | Devisjs/generator-devis | generators/app/templates/app/devisCommand/windows/devis.bat | bat | mit | 148 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=ONSSET
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was no... | KTH-dESA/PyOnSSET | OnSSET_Manual/make.bat | bat | mit | 810 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=DraciDoupecz
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command ... | dracidoupe/graveyard | docs/make.bat | bat | mit | 816 |
@echo off
setlocal
set ROOT_DIR=%~dp0..\..
call "%ROOT_DIR%\node.exe" "%ROOT_DIR%\out\vs\server\cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" %*
endlocal
| eamodio/vscode | resources/server/bin/remote-cli/code.cmd | bat | mit | 175 |
taskkill /F /IM dotnet.exe /T | JasperFx/jasper | kill-dotnet.bat | bat | mit | 29 |
@echo off
title KENO
:start
cls
set /p tcount="How many random numbers until game end (usually 20)? "
if %tcount% gtr 80 goto start
:disp
cls
echo Random number displaying-
echo.
echo 1) Automatically (one number every custom amount of seconds)
echo 2) Manually (new number on keypress)
echo.
set /p auto="E... | Mysterypancake1/Source-Fun | batch/KENO.bat | bat | mit | 7,526 |
@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... | funkybob/bobcms | docs/make.bat | bat | mit | 6,701 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=PyTASA
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not foun... | alanfbaird/PyTASA | docs/make.bat | bat | mit | 804 |
@ECHO OFF
TITLE Video conversion and compression script
REM Video conversion and compression script Learning Equality 2018
REM Usage:
REM convertvideo.bat inputfile.mpg [outputfile.mp4]
REM
REM This script will perform the following conversion steps:
REM - Apply CRF 32 compression (very agg... | jayoshih/ricecooker | resources/scripts/convertvideo.bat | bat | mit | 1,860 |
@echo off
set xv_path=D:\\Xilinx\\Vivado\\2015.4\\bin
call %xv_path%/xelab -wto 06c90a3f069a47e799004fc350a69e10 -m64 --debug typical --relax --mt 2 -L xil_defaultlib -L secureip --snapshot top_behav xil_defaultlib.top -log elaborate.log
if "%errorlevel%"=="0" goto SUCCESS
if "%errorlevel%"=="1" goto END
:END
exit 1
:... | dries007/Basys3 | VGA/VGA.sim/sim_1/behav/elaborate.bat | bat | mit | 335 |
@echo off
echo %cd..%
echo %cd..%
echo %cd C:\Users\owner\Documents\GitHub\CapCalc%
echo "this will delete some files within the directory above! Make sure unity is not running!"
pause
echo "are you sure you would like to do this?"
pause
rd /s /q Library
rd /s /q Temp
echo "skipping: del /s /q /f *.csproj"
del /s /q /... | coshkun/CapCalc | cleanersc.bat | bat | cc0-1.0 | 494 |
cmd_fs/debugfs/debugfs.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/debugfs/debugfs.o fs/debugfs/inode.o fs/debugfs/file.o
| 0xD34D/kernel_amazon_tate | fs/debugfs/.debugfs.o.cmd | bat | gpl-2.0 | 175 |
cmd_drivers/rtc/class.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,drivers/rtc/.class.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/... | mjmccall/Kernel | drivers/rtc/.class.o.cmd | bat | gpl-2.0 | 21,334 |
@echo off
:: A simple script to start jetty given the default configuration of solr for solrmarc
:: $Id: jettystart.bat
setlocal enabledelayedexpansion
::Get the current batch file's short path
for %%x in (%0) do set scriptdir=%%~dpsx
for %%x in (%scriptdir%) do set scriptdir=%%~dpsx
set solrmarcdir=%scriptd... | techlib/VUFIND-1 | import/bin/jettystop.bat | bat | gpl-2.0 | 2,135 |
cmd_drivers/scsi/scsi_wait_scan.mod.o := gcc -Wp,-MD,drivers/scsi/.scsi_wait_scan.mod.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/scsi/.scsi_wait_scan.mod.o.cmd | bat | gpl-2.0 | 13,345 |
rem @echo off
pushd "%~dp0"
if "%SOFTWARE%"=="" (set SOFTWARE=C:\software)
set TARGET=%SOFTWARE%\ollydbg2
set PACKAGE=odbg201.zip
if exist "%TARGET%" goto END
echo ==== Installing %~dp0%PACKAGE% to %TARGET%
7z x %PACKAGE% -o%TARGET%
rem There is newer version in system
del "%TARGET%\dbghelp.dll"
:... | malwarenights/rebox | packages/o/ollydbg2/00_install.bat | bat | gpl-2.0 | 335 |
cmd_sound/soc/omap/snd-soc-omap3pandora.ko := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -T /home/chiehyang/PandaBoard-LinuxKernel/stable-kernel/KERNEL/scripts/module-common.lds --build-id -o sound/soc/omap/snd-soc-omap3pandora.ko... | domintech/PandaBoard-LinuxKernel | sound/soc/omap/.snd-soc-omap3pandora.ko.cmd | bat | gpl-2.0 | 401 |
cmd_drivers/gpu/built-in.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -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
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 241 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kmemcheck \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kcon... | sirkay/xkernel-msm7x30 | include/config/auto.conf.cmd | bat | gpl-2.0 | 16,072 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/built-in.o; mips-openwrt-linux-uclibc-ar rcsD drivers/mtd/tests/built-in.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/drivers/mtd/tests/.built-in.o.cmd | bat | gpl-2.0 | 136 |
cmd_drivers/usb/serial/usbserial.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/usb/serial/usbserial.o drivers/usb/serial/usb-serial.o drivers/usb/serial/generic.o drivers/usb/serial/bus.o
| miamo/miamOv | drivers/usb/serial/.usbserial.o.cmd | bat | gpl-2.0 | 215 |
cmd_sound/parisc/built-in.o := rm -f sound/parisc/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD sound/parisc/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | sound/parisc/.built-in.o.cmd | bat | gpl-2.0 | 213 |
cmd_sound/pci/aw2/built-in.o := rm -f sound/pci/aw2/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/aw2/built-in.o
| kannu1994/crespo_kernel | sound/pci/aw2/.built-in.o.cmd | bat | gpl-2.0 | 176 |
cmd_fs/autofs/dirhash.o := gcc -Wp,-MD,fs/autofs/.dirhash.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 -mn... | dnh34/proj1 | fs/autofs/.dirhash.o.cmd | bat | gpl-2.0 | 11,615 |
x
c
10
r
n
p
1
t
6
w
q
| ptptptptptpt/63s-grub | test/fdisk.cmd | bat | gpl-2.0 | 25 |
cmd_net/802/built-in.o := ld -m elf_x86_64 -r -o net/802/built-in.o net/802/sysctl_net_802.o
| dnh34/proj1 | net/802/.built-in.o.cmd | bat | gpl-2.0 | 95 |
cmd_block/blk-barrier.o := arm-eabi-gcc -Wp,-MD,block/.blk-barrier.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-prototy... | HCDRJacob/wildfire-kernel | block/.blk-barrier.o.cmd | bat | gpl-2.0 | 150,315 |
:: Drag a sample file onto this batch file to compile it with LCC-WIN32
:: Edit this batch file as needed for your environment
SET PATH=%PATH%;C:\lcc\bin;C:\Program Files\lcc\bin;
%0\
cd %0\..
cd /d %0\..
cls
lcc -unused %1 -Fo%1.obj
lcc -unused disphelper.c
lcclnk -s -subsystem console %1.obj disphelp... | dewhisna/KingJamesPureBibleSearch | programs/eSwordDecrypt/disphelper/samples_c/_lcc_compile.bat | bat | gpl-3.0 | 367 |
"..\..\..\tools\asm\bin\Debug\asm.exe" plhud.asm | yugecin/scmcleoscripts | cleo/plhud/new/asmcompile.bat | bat | gpl-3.0 | 48 |
@echo off
SET VM=java
SET OPTIONS=-Xms128M -Xmx1024M -Dsun.java2d.d3d=false -Djava.library.path=lib/lib -splash:
@echo on
%VM% %OPTIONS% -jar jams-bin/jams-starter.jar %*
| kralisch/jams | jams.bat | bat | lgpl-3.0 | 180 |
@echo off
echo £££££ 1-1±àÒë UCService Release°æ±¾ £££££££££££££
@"%VS90COMNTOOLS%\..\IDE\devenv.com" ..\UCService\UCService.sln /Rebuild "Release|Win32"
echo £££££ 1-2±àÒë UCService Release°æ±¾³É¹¦ £££££££££££
echo £££££ 2-1´´½¨´ò°üÎļþ¼Ð£££££
::»ñµÃµ±Ç°Ê±¼ä£¬×÷ΪÉú³É°æ±¾µ... | eSDK/esdk_uc_plugin_lync | source/UCService/Release_打包脚本.bat | bat | apache-2.0 | 2,613 |
REM running from the command line
cscript.exe AustralianPostCode.vbs australianpostcode.png
pause | bytescout/ByteScout-SDK-SourceCode | BarCode Reader SDK/VBScript/Decode Australian Post Code/run.bat | bat | apache-2.0 | 97 |
call mvn p2:site
REM start mvn jetty:start | ruspl-afed/dbeaver | product/localRepository/startRepository.cmd | bat | apache-2.0 | 43 |
cd ../dependencies/glslang
mkdir build
cd build
cmake .. -G"Visual Studio 14 2015 Win64"
call cmake --build . --config Release
call cmake --build . --config Debug
cd ..\..\..\scripts_win32
timeout 2
| codedreality/Intrinsic | scripts_win32/ConfigAndBuildDependencies.bat | bat | apache-2.0 | 202 |
@java -cp lib\xml-apis.jar;lib\xalan.jar;lib\xercesImpl.jar org.apache.xalan.xslt.Process -IN %1 -XSL data/dtd/flat2rng.xsl | jvshahid/nekodtd | flat2rng.bat | bat | apache-2.0 | 123 |
adb connect 127.0.0.1:21503 | wyyayy/TestReactNative | ConnectAndroidEmulator.bat | bat | apache-2.0 | 27 |
@echo off
cl -nologo regutil.c advapi32.lib
| blakemcbride/Dynace | Registry/make.cmd | bat | bsd-2-clause | 50 |
@echo off
REM ############################################################################################################################
REM # (c) 2017 TIBCO Software Inc. All rights reserved.
REM #
REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0.
REM # T... | cisco/PDTool | bin/PDTool/envBin/cdant.cmd | bat | bsd-3-clause | 1,872 |
@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... | heuer/segno | docs/make.bat | bat | bsd-3-clause | 6,979 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set SPHINXOPTS=-W
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER... | echevemaster/fcms | docs/make.bat | bat | bsd-3-clause | 5,119 |
copy /Y SharpBoot.exe final\SharpBoot.exe
libz inject-dll -a .\final\SharpBoot.exe -i cs\SharpBoot.resources.dll -i de\SharpBoot.resources.dll -i es\SharpBoot.resources.dll -i fr\SharpBoot.resources.dll -i it\SharpBoot.resources.dll -i pt\SharpBoot.resources.dll -i ro\SharpBoot.resources.dll -i ru\SharpBoot.resources.d... | zdimension/SharpBoot | SharpBoot/bin/Release/merge.bat | bat | gpl-3.0 | 520 |
@echo off
cd sln
cmake -G "Visual Studio 14 2015 Win64" ..
pause | Hemofektik/Druckwelle | RefreshProjectFiles.bat | bat | unlicense | 65 |
@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-virtualmfadevicecreate.cmd | bat | apache-2.0 | 1,035 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.