code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18N... | DamnWidget/mamba | docs/make.bat | bat | gpl-3.0 | 5,094 |
@rem Licensed to the Apache Software Foundation (ASF) under one
@rem or more contributor license agreements. See the NOTICE file
@rem distributed with this work for additional information
@rem regarding copyright ownership. The ASF licenses this file
@rem to you under the Apache License, Version 2.0 (the
@rem "Licens... | tebeka/arrow | ci/rust-build-main.bat | bat | apache-2.0 | 1,740 |
@echo off
rem Windows batch file to run UMLGraph on the specified base file name
rem For this to work you must adjust the following defintion of
rem UMLGRAPH_HOME to point to the directory where UmlGraph.jar is installed.
set UMLGRAPH_HOME=lib
if not "%2" == "" goto ok
echo usage: umlgraph base_file_name filetype [u... | Edd123/UMLGraph | umlgraph.bat | bat | bsd-3-clause | 639 |
@echo off
echo "Toasting..."
call toaster -c
::echo "Compiling coffee script files..."
::call coffee --join bin/js/main.js --compile src/Path.coffee src/Drag.coffee src/Boid.coffee src/App.coffee
::echo "Compiling less..."
::call lessc -x src/less/style.less > ../../website/css/style.css
::call scripts\compress.bat... | brunoimbrizi/experiments | develop/07/scripts/coffee.bat | bat | mit | 359 |
@CALL ..\..\..\..\enyo\tools\minify.bat package.js -output ../build/fittable | pierotofy/glassomium | src/server/WebRoot/apps/Youtube/lib/layout/fittable/minify/minify.bat | bat | apache-2.0 | 76 |
@echo off
rem create ID
echo Creating ID...
set MKID_CMD="%TOOLS%\windows\mkid.exe"
if not exist %MKID_CMD% (
set MKID_CMD=mkid
)
rem try to use auto-gen id language map
echo ^|- generate %TMP%
if exist "%DEST%\id-lang-autogen.map" (
set LANG_MAP=%DEST%\id-lang-autogen.map
) else (
rem if auto-gen map not e... | Saroth/vim_configs | vimfiles/tools/shell/batch/update-idutils.bat | bat | mit | 641 |
@echo off
REM #######################################################
REM # #
REM # Cookie Consent Neo - Atom for Gantry #
REM # #
REM # Purpose: This project adds the Cookie Consent #
REM # ... | thexmanxyz/Cookie-Consent-Neo-Gantry | build/build.bat | bat | mit | 1,477 |
@echo off
call %~dp0\run-stack.cmd test %*
| rcook/mlutil | test.cmd | bat | mit | 43 |
@echo off
REM For building on a Windows environment
REM This does not require installation of nodejs as a prerequisite
REM OS bit value
set BIT_64=
set BIT_32=32
If Defined ProgramFiles(x86) (
set BIT=%BIT_64%
) Else (
set BIT=%BIT_32%
)
REM Node and grunt paths
set NODE=..\bin\windows\node%BIT%.exe
set NPM=... | andest01/TroutMaps | tools/build/grunt.bat | bat | mit | 503 |
python check_status2.py | PeytonXu/learn-python | cases/henghan_oa_checkin_checkout/CheckStatus.bat | bat | mit | 23 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 0.1.11
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already ... | PxlBuzzard/danieljost.com | deploy.cmd | bat | mit | 3,522 |
nulev f_18a
| kc9jud/ShellCorretta | NuShellX_exercises/F18a/nulevall.bat | bat | mit | 17 |
@echo on
cd tests
:Loop
IF "%~1"=="" goto End
set build=%~1%
cd %build%/bin/
run_tests.exe
if %ERRORLEVEL% neq 0 exit %ERRORLEVEL%
cd ../../
shift
goto Loop
:End | aff3ct/MIPP | ci/test-windows-unit.bat | bat | mit | 180 |
@echo off
rem ********************************************************************************
rem Unblock specific files.
rem ********************************************************************************
setlocal
if defined VERBOSE_ARG (
set VERBOSE_ARG='Continue'
) else (
set VERBOSE_ARG='SilentlyContinue'
)
... | kasubram/vsts-agent | src/Misc/layoutroot/config.cmd | bat | mit | 2,346 |
@set @script=0 /*
@echo off
set @script=
cscript //nologo //e:jscript "%~dpnx0"
exit /b
*/
var screen = {
getResolution : function() {
with (new ActiveXObject('htmlfile')) {
var scr = parentWindow.screen;
WScript.echo(scr.width + 'x' + scr.height);
}
}
};
screen.getResolution();
| ActiveState/code | recipes/Batch/578377_Detect_screen_resolutiwithout_wmi_part/recipe-578377.bat | bat | mit | 318 |
@echo off
rm -rf output*
rm -rf build*
| CharithYMendis/Helium | tests/halide_tests/utility/run_tests.bat | bat | mit | 43 |
@echo off
echo PRESS ANY KEY TO MAKE A BEEPY SOUND
echo PRESS Q TO CLOSE
CHOICE /c:q /n > nul | Mysterypancake1/Source-Fun | batch/beep.bat | bat | mit | 98 |
java -classpath classes\;..\Grid\classes\ BattleShipGridMain
| spookiecookie/BattleShipGame | BattleShipGrid/run.bat | bat | mit | 62 |
@echo off
cl /Zi /Od asm.c /Feasm.exe
| Benjins/GBADev | pureAsm/build-asm.bat | bat | mit | 39 |
cmd_sound/isa/built-in.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/isa/built-in.o sound/isa/ad1816a/built-in.o sound/isa/ad1848/built-in.o sound/isa/cs423x/built-in.o sound/isa/es1688/built-in.o sound/isa/gus/built-in.o sound/isa/opti9xx/built-in.o sound/isa/sb/bu... | MadRocker/experimental-2.6.29-MadRocker | sound/isa/.built-in.o.cmd | bat | gpl-2.0 | 386 |
cmd_sound/synth/built-in.o := rm -f sound/synth/built-in.o; /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/synth/built-in.o
| sktjdgns1189/android_kernel_iriver_MX100 | sound/synth/.built-in.o.cmd | bat | gpl-2.0 | 143 |
cmd_arch/x86/platform/visws/built-in.o := rm -f arch/x86/platform/visws/built-in.o; ar rcsD arch/x86/platform/visws/built-in.o
| acheron1502/android_kernel_BLU_BLU_PURE_XL | arch/x86/platform/visws/.built-in.o.cmd | bat | gpl-2.0 | 128 |
@echo off
REM Chocolatey Package Manager Update
choco update -y
REM Chocolatey Application Updates
choco update all -y
REM Windows Updates
Cscript.exe C:\WinBOLT\repo\winups.vbs > C:\WinBOLT\monthly_windows_update.log
copy "C:\WinBOLT\monthly_windows_update.log" "C:\WinBOLT\Backups\Logs\%mdate%_%mtime%_Monthly_Windo... | TechnicianOnline/WinBOLT | repo/xmonth.bat | bat | gpl-2.0 | 1,185 |
cmd_lib/zlib_deflate/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o lib/zlib_deflate/built-in.o lib/zlib_deflate/zlib_deflate.o
| chrnueve/udooImaxdi | kernel_oficial_source/lib/zlib_deflate/.built-in.o.cmd | bat | gpl-2.0 | 164 |
cmd_drivers/staging/zsmalloc/built-in.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o drivers/staging/zsmalloc/built-in.o drivers/staging/zsmalloc/zsmalloc.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | drivers/staging/zsmalloc/.built-in.o.cmd | bat | gpl-2.0 | 194 |
@set TEMPAT=
@set TEMPS=
@set TEMPFS=
@set TEMPSAP=
@set TEMPAP=
@set TEMPROOT=
@set TEMPSBG=
@set TEMPBG=
@set TEMPF=
@set TEMPF1=
@set TEMPF2=
@set TEMPSF1=
@set TEMPSF2=
@set TEMPSAPD=
@set TEMPAPD=
@set TEMPX=
@set TEMPXM=
@set TEMPXA=
@set TEMPCMD=
| congocongo/fg-atlas | projects/msvc/clrsetup.bat | bat | gpl-2.0 | 255 |
cmd_fs/block_dev.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.block_dev.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-... | jpsminix/minix5 | fs/.block_dev.o.cmd | bat | gpl-2.0 | 28,176 |
cmd_arch/arm/lib/strnlen_user.o := /home/algesat/kernel/scripts/gcc-wrapper.py /home/algesat/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strnlen_user.o.d -nostdinc -isystem /home/algesat/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/algesat/kernel/arch/arm/include -Iarch/arm/include/generated -Iincl... | Algesat/BladeApex2 | arch/arm/lib/.strnlen_user.o.cmd | bat | gpl-2.0 | 2,126 |
@echo off
if "%DDKVER%"=="" set DDKVER=7600.16385.1
set BUILDROOT=C:\WINDDK\%DDKVER%
if "%_BUILD_MAJOR_VERSION_%"=="" set _BUILD_MAJOR_VERSION_=101
if "%_BUILD_MINOR_VERSION_%"=="" set _BUILD_MINOR_VERSION_=58000
if "%_RHEL_RELEASE_VERSION_%"=="" set _RHEL_RELEASE_VERSION_=61
if /i "%1"=="prepare" goto %1
if /i "%1"... | softvision-ionutganju/test | Balloon/sys/buildOne.bat | bat | gpl-2.0 | 2,376 |
cmd_drivers/media/platform/msm/camera_v2/sensor/eeprom/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/media/platform/msm/camera_v2/sensor/eeprom/built-in.o drivers/media/platform/msm/camera_v2/sensor/eeprom/msm_eeprom.o
| IndieBeto/StockLP | drivers/media/platform/msm/camera_v2/sensor/eeprom/.built-in.o.cmd | bat | gpl-2.0 | 247 |
cmd_fs/devpts/inode.o := arm-eabi-gcc -Wp,-MD,fs/devpts/.inode.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/autoconf.h... | timmytim/honeybutter_kernel | fs/devpts/.inode.o.cmd | bat | gpl-2.0 | 25,836 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | spesialstyrker/boula | gen/FIFO/simulation/timing/simulate_isim.bat | bat | gpl-2.0 | 2,817 |
cmd_drivers/media/dvb/frontends/dib9000.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/dvb/frontends/dib9000.ko drivers/media/dvb/frontends/dib9000.o drivers/media/dvb/fronte... | Envious-Data/shinano-sirius_msm8974abpro | drivers/media/dvb/frontends/.dib9000.ko.cmd | bat | gpl-2.0 | 338 |
cmd_crypto/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o crypto/built-in.o crypto/crypto.o crypto/crypto_wq.o crypto/crypto_algapi.o crypto/aead.o crypto/crypto_blkcipher.o crypto/chainiv.o crypto/eseqiv.o crypto/crypto_hash.o crypto/pcompress.o crypto/cryptomgr.o crypto/cbc.o crypt... | sktjdgns1189/android_kernel_iriver_MX100 | crypto/.built-in.o.cmd | bat | gpl-2.0 | 414 |
cmd_sound/core/built-in.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-timer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o
| doadin/samsung-kernel-msm7x30-Doadin | sound/core/.built-in.o.cmd | bat | gpl-2.0 | 225 |
cmd_drivers/media/rc/built-in.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o drivers/media/rc/built-in.o drivers/media/rc/keymaps/built-in.o
| jashasweejena/VibeKernel | drivers/media/rc/.built-in.o.cmd | bat | gpl-2.0 | 212 |
cmd_drivers/net/wireless/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/net/wireless/built-in.o drivers/net/wireless/bcmdhd/built-in.o drivers/net/wireless/btlock/built-in.o
| PrestigeMod/SHW-M440S | drivers/net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 251 |
@ECHO OFF
set GAUGE_PROPERTIES_FILE=%~1\gauge.properties
set TIMESTAMP_FILE=%~1\timestamp.txt
IF EXIST "%TIMESTAMP_FILE%" (
del "%TIMESTAMP_FILE%"
)
FOR %%f IN ("%GAUGE_PROPERTIES_FILE%") DO SET CURRENT_TIMESTAMP=%%~tf
echo %CURRENT_TIMESTAMP% >"%TIMESTAMP_FILE%"
| RabihHallage/gauge | build/install/windows/set_timestamp.bat | bat | gpl-3.0 | 270 |
cscript sonospy_web.vbs
| henkelis/sonospy | sonospy_web.cmd | bat | gpl-3.0 | 24 |
set %letter "A"
!while ¬ &sgr %letter "Z"
insert-string &cat &cat "FN" %letter " = "
insert-string &cat &bind &cat "FN" %letter "~n"
update-screen
set %letter &chr &add &ascii %letter 1
!endwhile
| axelmuhr/Helios-NG | cmds/emacs.311/Emacs.311/cmd/table.cmd | bat | gpl-3.0 | 219 |
python ..\..\applications\scons\scons.py -C ..\..\..\..\ -c
python ..\..\applications\scons\scons.py -C ..\..\..\..\ --enable-debug -c
python ..\..\applications\scons\scons.py -C ..\..\..\..\ -c fife-python fife-swig
| mgeorgehansen/FIFE_Technomage | build/win32/build_environments/scons/cleanup_engine.bat | bat | lgpl-2.1 | 217 |
@echo off
echo ************************
echo Building Diagboard stuff
echo ************************
call builddiag.bat
if %errorlevel% neq 0 goto :error
echo *****************
echo Building Main ROM
echo *****************
echo.
git rev-parse --abbrev-ref HEAD > branch.txt
git rev-parse --short HEAD > commit.txt
call bu... | brendanalford/zx-diagnostics | build.bat | bat | lgpl-3.0 | 1,336 |
@ECHO off
rm go-codeivate.exe
go build -v -o go-codeivate.exe main.go
start "" "go-codeivate.exe" %* | schleumer/go-codeivate | run.bat | bat | unlicense | 103 |
CALL CMakeCommon.bat
ECHO *** Set VS2019 specifics and run CMake ***
SET MAINCMAKE=%SRCROOTDIR%\projects\CMake\targets\GUCEF_exe_PackageUpgrader
SET VS19_OUTPUTDIR="%OUTPUTDIR%\VS2019_x64_PackageUpgrader"
CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 16 2019" -A x64 -H"%MAINCMAKE%" -B%VS19_OUTPUTDIR%
PAUSE | LiberatorUSA/GUCEF | projects/CMake/RunCMake_Shared_VS2019_Win64_PackageUpgrader.bat | bat | apache-2.0 | 314 |
@echo off
cd /d c:\keyman\7.0\src\developer\inst
make patch
cd /d c:\keyman\7.0\src\desktop\inst
make patch
| tavultesoft/keymanweb | windows/src/nightly_patchbuild.bat | bat | apache-2.0 | 108 |
@ECHO OFF
SET ARG=%1
if "%ARG%" == "android" (
CALL ../flank-scripts/bash/flankScripts.bat assemble android app --copy --generate
)
if "%ARG%" == "ios" (
echo iOS Build on windows not supported
)
if "%ARG%" == "go" (
CALL ../flank-scripts/bash/flankScripts.bat assemble go
)
if "%ARG%" == "all" (
CALL ../fl... | Flank/flank | test_projects/ops.bat | bat | apache-2.0 | 455 |
@ECHO off
cscript "%LOGTALKHOME%\tools\lgtdoc\xml\lgt2txt.js" %1 %2
@ECHO on
| LogtalkDotOrg/logtalk3 | tools/lgtdoc/xml/lgt2txt.bat | bat | apache-2.0 | 77 |
del ..\..\LocalNuget\Xam.Plugins.XamJam.Nav.*.nupkg
nuget pack Plugin.XamJam.Nav.nuspec
move /Y Xam.Plugins.XamJam.Nav.*.nupkg ..\..\LocalNuget | jasonCodesAway/XamJam | XamJam.Nav/cycleLocal.bat | bat | apache-2.0 | 143 |
@if "%_echo%" neq "1" @echo off
setlocal
set _SCRIPT=%~nx0
set _EXTZIP=%~dp0SimpleWebSiteExtension.zip
set _SCMURI=%~1
set _CURLEXE=%ProgramFiles(x86)%\git\bin\curl.exe
REM first parameter is the deploy uri with embedded cred
if "%_SCMURI%" equ "" (
call :USAGE
goto :EOF
)
REM remove any after .ne... | jdevillard/AzureProxyAdminConsole | build/DeployExtension.cmd | bat | apache-2.0 | 780 |
@echo off
setlocal
set SCRIPT_FLAGS=%SCRIPT_FLAGS% --debug --scratch
call ..\make interpreter rlgo main
copy ..\..\lib\scratch-rt\debug\*.rasl ..\..\build\interpreter >NUL
copy ..\..\lib\scratch-rt\debug\*.cpp ..\..\build\interpreter >NUL
endlocal
| Mazdaywik/simple-refal | src/interpreter/make.bat | bat | bsd-2-clause | 257 |
@call ..\tools\build.bat VirtioLib.sln "Win8 Win10" %*
| daynix/kvm-guest-drivers-windows | VirtIO/build_NoLegacy.bat | bat | bsd-3-clause | 55 |
@echo OFF
setlocal enabledelayedexpansion
set OMII_CLIENT_HOME=.
set MY_CLASSPATH=.;%OMII_CLIENT_HOME%\lib;%OMII_CLIENT_HOME%\conf;
for %%j in (%OMII_CLIENT_HOME%\lib\*.jar) do set MY_CLASSPATH=!MY_CLASSPATH!;%%j
echo Compiling the GridSAM client example...
javac -classpath %MY_CLASSPATH% GridSAMExample.java
endloc... | graingert/gridsam | GridSAMExampleCompile.bat | bat | bsd-3-clause | 347 |
mongoimport -d students -c grades -drop < grades.json | hemmerling/nosql-mongodb2013 | src/m101j/week02/hw2-2/hemmerling_week2_hw2_1.bat | bat | apache-2.0 | 53 |
@echo off
set target=%1
if "%target%" == "" (
set target=UnitTests
)
if "%target%" == "NuGetPack" (
if "%BUILD_NUMBER%" == "" (
echo BUILD_NUMBER environment variable is not set.
exit;
)
)
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /target:%target% /v:M /fl /flp:LogFile=msbuild.lo... | gerryhigh/ServiceStack.Text | build.cmd | bat | bsd-3-clause | 348 |
@echo off
rem Launch a program that use openturns lib.
rem First argument of otprog.bat will be executed.
rem Set env var for openturns
set OPENTURNS_HOME=C:\OpenTURNS
set PYTHON_HOME=%OPENTURNS_HOME%\opt\Python27
set PATH=%PYTHON_HOME%;%PATH%
set PATH=%OPENTURNS_HOME%\opt\gs8.64\bin;%PATH%
set PATH=%OPENTU... | sofianehaddad/ot-svn | distro/windows/otprog.bat | bat | mit | 974 |
echo 4001 127.0.0.1:4000 | java -cp target/geonetworking-0.0.1-SNAPSHOT-jar-with-dependencies.jar net.gcdc.UdpDuplicatorRunner
pause | RNDITS/geonetworking | geonetworking/run_udp_duplicator.bat | bat | apache-2.0 | 135 |
REM file: simulate_isim.bat
REM
REM (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
REM
REM This file contains confidential and proprietary information
REM of Xilinx, Inc. and is protected under U.S. and
REM international copyright and other intellectual property
REM laws.
REM
REM DISCLAIMER
REM... | mithro/HDMI2USB | ipcore_dir/patternClk/simulation/functional/simulate_isim.bat | bat | bsd-2-clause | 2,656 |
:: Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file.
:: Script to demonstrate features of colorama.
:: This demo is also used to verify correctness visually, because we don't
:: have automated tests.
:: Implemented as a bash script which invokes python so that we can test the
:: behaviour on e... | tartley/colorama | demos/demo.bat | bat | bsd-3-clause | 1,203 |
@echo off
set c=cl
REM determine platform (win32/win64)
echo main(){printf("SET PLATFORM=win%%d\n", (int) (sizeof(void *)*8));}>platform.c
%c% /nologo platform.c /Feplatform.exe
del platform.c
platform.exe >platform.bat
del platform.exe
call platform.bat
del platform.bat
set patho=%path%
set path=..\..\..\xli\xli_CP... | musaeed/Prism-gsoc16 | prism-trunk/prism/ext/lp_solve_5.5_java/demo/run_unittests.bat | bat | gpl-2.0 | 516 |
@ECHO OFF
rem set Visual C++ build environment
call "%VS140COMNTOOLS%..\..\VC\bin\amd64_arm\vcvarsamd64_arm.bat" store 10.0.14393.0 || call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" arm store 10.0.14393.0
PUSHD %~dp0\..
CALL bootstrap-addons %*
POPD
| cjmayo/xbmc | tools/buildsteps/windows/arm-uwp/bootstrap-addons.bat | bat | gpl-2.0 | 251 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | barnyard/pi | p2p-api/etc/ec2-api-tools-1.3-53907/bin/ec2cbun.cmd | bat | apache-2.0 | 1,038 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.8
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already i... | purple-lemon/AzureDemo | deploy.cmd | bat | mit | 3,989 |
cd obj
@echo off
rem
rem
rem #################################################################
rem ## ##
rem ## library.bat -- create object library of TINKER routines ##
rem ## (Intel Fortran Compiler for Windows Version) ##
rem ## ... | htna/HCsbLib | HCsbLib/HCsbLib/HTLib2.Bioinfo/External.Tinker/tinker-7.1.3/source/make-intel/noopenmp-library.bat | bat | mit | 502 |
@echo off
setlocal enableextensions enabledelayedexpansion
rem This batch file is not actually used for the nightly build, but performs
rem similar steps and is handy for testing the build with similar settings.
rem It also demonstrates how to set up an automated build by calling Ant
rem directly.
rem Note, however,... | kmdouglass/Micro-Manager | buildscripts/nightly/test_build.bat | bat | mit | 1,321 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | rinatz/CppCodeRecipe | make.bat | bat | mit | 7,263 |
@echo off
SET SCENARIO_ID=cmt_renamed
::Requires cmt_mixed scenario database
::SET SCENARIO_ID=cmt2sigkdd
SET BOOTSTRAPPER_ID=bootox
SET TOOLS_FOLDER=tools
::Path to java
SET java="%JAVA_HOME%bin\java"
echo TESTING %SCENARIO_ID% with %BOOTSTRAPPER_ID%
::EVAL PROCESS
::---------------
::Align ontology created by t... | chrpin/rodi | bootox_example.bat | bat | mit | 2,065 |
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.com/... | justincolangelo/EdgeInstallerTest | DirigoEdge/DirigoEdge.deploy.cmd | bat | mit | 14,075 |
"C:\R\R-3.0.2\bin\x64\Rscript.exe" "C:\<Path to a script>\script.R"
REM example of how a script can be run via a batch file
REM This could then be saved as a scheduled task
PAUSE | Beothuk/bio.utilities | inst/scripts/rScheduledTask.bat | bat | mit | 179 |
cmd_mm/shmem.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,mm/.shmem.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/supersonic/arch/arm/include -include include/linux/autoconf... | kingklick/kk-evo-kernel | mm/.shmem.o.cmd | bat | gpl-2.0 | 26,867 |
rem Building things with nw-gyp requires a working install of python 2.7, a working c++ compiler (installing Visual Studio C++ 2012 for desktop will do)
set nw-version=0.8.6
call npm install nw-gyp -g
cd src
call npm install
rem rebuild the installed packages with nw-gyp to allow them to work with node-webkit
cd n... | TheKillerremijn/DotaSort | build-deps.bat | bat | gpl-2.0 | 682 |
@echo off
echo.
echo ================= CreateHashAndCopy =================
if %1.==--help. goto Help
if %1.==-h. goto Help
if %1.==--?. goto Help
if %1.==-?. goto Help
if %1.==/help. goto Help
if %1.==/?. goto Help
goto Initialize
:Help
echo Author: Dirk Wolff, EKHC IWSP Technical Advisor
echo Version... | DirkWolff/gitTestDirk | ResourceCenter IWSP-Technical/old_versions/CreateHashAndCopy_v0.1.cmd | bat | gpl-2.0 | 7,201 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kconfig \
lib/Kconfig.debug \
arch/arm/Kconfig.debug \
fs/dlm/Kconfig \
fs/nls/Kconfig... | carz2/Sapphire-2.6.29-sense | include/config/auto.conf.cmd | bat | gpl-2.0 | 13,014 |
cmd_drivers/scsi/sr_mod.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/scsi/sr_mod.o drivers/scsi/sr.o drivers/scsi/sr_ioctl.o drivers/scsi/sr_vendor.o
| TeamGlide/LiteKernel | drivers/scsi/.sr_mod.o.cmd | bat | gpl-2.0 | 179 |
cmd_net/ipv6/built-in.o := ld -m elf_i386 -r -o net/ipv6/built-in.o net/ipv6/ipv6.o net/ipv6/sit.o net/ipv6/addrconf_core.o net/ipv6/exthdrs_core.o net/ipv6/inet6_hashtables.o
| namgk/kernel-tut | net/ipv6/.built-in.o.cmd | bat | gpl-2.0 | 180 |
cmd_drivers/net/built-in.o := ld -m elf_i386 -r -o drivers/net/built-in.o drivers/net/mdio.o drivers/net/e1000/built-in.o drivers/net/e1000e/built-in.o drivers/net/igb/built-in.o drivers/net/igbvf/built-in.o drivers/net/ixgbe/built-in.o drivers/net/Space.o drivers/net/loopback.o drivers/net/wireless/built-in.o
| madhwang/linuxKernel | drivers/net/.built-in.o.cmd | bat | gpl-2.0 | 316 |
cmd_drivers/acpi/namespace/nsinit.o := gcc -Wp,-MD,drivers/acpi/namespace/.nsinit.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-declar... | namgk/kernel-tut | drivers/acpi/namespace/.nsinit.o.cmd | bat | gpl-2.0 | 18,105 |
@echo off
if exist out rmdir /S /Q out
mkdir out
for %%a in (COPYING *.txt) do copy %%a out\
for %%b in (32 64) do for %%f in (1 2 3) do (
mkdir out\Far%%f\%%b-bit
copy src\final.%%b.Far%%f.vc\SimpleIndent.dll out\Far%%f\%%b-bit\
)
mkdir out\src
copy src\* out\src\
if exist SimpleIndent.7z del SimpleInden... | CyberShadow/SimpleIndent | out.bat | bat | gpl-2.0 | 373 |
cmd_arch/arm/lib/backtrace.o := /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/gcc-wrapper.py /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.backtrace.o.d -nostdinc -isystem /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.... | Envious-Data/shinano-sirius_msm8974abpro | arch/arm/lib/.backtrace.o.cmd | bat | gpl-2.0 | 2,417 |
cmd_arch/arm/lib/memset.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memset.o.d -nostdinc -isystem /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/yyoung.kim/KOR_ANDR_OSS_OPEN_M0SK... | PrestigeMod/SHW-M440S | arch/arm/lib/.memset.o.cmd | bat | gpl-2.0 | 2,213 |
rmdir /q /s Release
rmdir /q /s Configuration
rmdir /q /s SavedGames
del /q decoherence
del /q decoherence.exe
del /q deco_*.png
win_purge.bat
| eugeneloza/decoherence | win_purge_all.bat | bat | gpl-3.0 | 152 |
java -Xmx1024m -Xms1024m -Djava.library.path=./lib -jar ProjectionExplorer.jar 1> result.txt 2> errot.txt | rjgsousa/RejectOption | libraries/pex/pex-1.6.3/run.bat | bat | gpl-3.0 | 105 |
cls
@DEL /S /Q /F "rec\*.*"
..\bin\Win32\vc10\xmlpipe.exe theeyeyetribe-calib.pipeline
set hour=%time:~0,2%
if "%hour:~0,1%" == " " set hour=0%hour:~1,1%
echo hour=%hour%
set min=%time:~3,2%
if "%min:~0,1%" == " " set min=0%min:~1,1%
echo min=%min%
set secs=%time:~6,2%s
if "%secs:~0,1%" == " " set secs=0%se... | eNTERFACE14Auracle/AuracleSSI | auracle_pipeline/calib.bat | bat | gpl-3.0 | 831 |
@ECHO OFF
SETLOCAL
SET SCRIPTNAME=%~n0
IF "%1"=="" ECHO Incorrect Syntax - use: %SCRIPTNAME% First_Name Last_Name && GOTO :END
IF "%2"=="" ECHO Incorrect Syntax - use: %SCRIPTNAME% First_Name Last_Name && GOTO :END
:RUN
FOR /F "tokens=3delims=: " %%I IN ('cscript C:\scripts\ldap\queryad.vbs -u "%1 %2" ^| FIND "... | gstlt/nagios_scripts | nagios-nrpe-win/check_ldap.cmd | bat | gpl-3.0 | 579 |
mkdir classes
javac -classpath lib/ -d classes src\LanguageBuilder.StartVisualizer.java src\Core\*.java src\Graph\*.java src\GenericComponents\*.java | xingh/openalp | build.bat | bat | gpl-3.0 | 150 |
@echo off
for /f "tokens=1 delims= " %%A in ('adb devices ^| find /V "List"') do (
::pre-4.4 file structure
adb shell mkdir -p /data/media/TWRP/BACKUPS/%%A
adb shell mv /data/media/backup /data/media/TWRP/BACKUPS/%%A/backup
::Android 4.4 file structure. Backup file could be in one of two locations.
adb shell mkdir... | kobotoolbox/android-deploy | scripts/05_rename_folder.bat | bat | apache-2.0 | 504 |
@echo off
rem *
rem * Register Microsoft Collaboration Data Objects Interface DLL - cdonts.dll
rem * Copyright (C) Microsoft Corporation.
rem * .BAT Copyright (C) 2003 by Cinematica Producciones Ltda.
rem *
if not exist "%windir%\SYSTEM32\cdonts.dll" goto Setup_CDONTS
echo Microsoft Collaboration Data Objects Interfa... | cortizqgithub/csoftz-rp | ccma-quality-control/Tools/sendmail/FixSendMail_WinXP.bat | bat | apache-2.0 | 647 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem EXNVizer startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%... | mwang27/EXNVizer | bin/EXNVizer.bat | bat | apache-2.0 | 2,748 |
docfx .\docfx_project\docfx.json build
docfx .\docfx_project\docfx.json --serve | johnathanvidu/Toscana | docs.cmd | bat | apache-2.0 | 79 |
@echo off
for /f "delims=" %%x in (%STATUS_FILE%) do exit %%x
| ruslansennov/vertx-consul-client | src/test/resources/health_script.bat | bat | apache-2.0 | 62 |
ab -n2 -c1 http://127.0.0.1:8081/mm.jpeg
pause | ymofen/diocp-v5 | samples/DIOCPHttpServer/BIN/run_get_image-1.cmd | bat | bsd-2-clause | 47 |
@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... | goller/casstest | docs/make.bat | bat | bsd-3-clause | 6,463 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock.TestCase_S03_TC25_RefreshLock_FileAlreadyLockedOnServer_DifferentSchemaLockId /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S03_TC25.cmd | bat | mit | 402 |
inject.exe --run "F:\Games\SteamLibrary\steamapps\common\ARK\ShooterGame\Binaries\Win64\ShooterGame.exe" --inject --steam-app-id 346110 --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x64/ark.bat | bat | mit | 200 |
IF "%APPVEYOR_REPO_TAG_NAME%"=="" (
Set suffix=%APPVEYOR_BUILD_NUMBER%
) ELSE (
Set suffix=""
ECHO ^<Project^>^<Import Project=^"./releasenotes/%APPVEYOR_REPO_TAG_NAME%.props^" /^>^<PropertyGroup^>^<VersionPrefix^>%APPVEYOR_REPO_TAG_NAME%^</VersionPrefix^>^</PropertyGroup^>^</Project^> > version.props
)
| deanshackley/CondenserDotNet | VersionNumber.bat | bat | mit | 305 |
@echo off
rem *************************************************************
rem ** symfony CLI for Windows based systems (based on phing.bat)
rem *************************************************************
rem This script will do the following:
rem - check for PHP_COMMAND env, if found, use it.
rem - if not found... | liding211/hotels | symfony.bat | bat | mit | 1,262 |
@echo off
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 lic... | YueLinHo/Subversion | tools/buildbot/slaves/win32-SharpSvn/svntest-cleanup.cmd | bat | apache-2.0 | 2,458 |
@ECHO off
@COLOR 0C
TITLE Aion-Core GS v4.7.5.x by GiGatR00n
:START
CLS
SET JAVAVER=1.7
SET NUMAENABLE=false
CLS
IF "%MODE%" == "" (
CALL PanelGS.bat
)
IF "%JAVAVER%" == "1.7" (
JAVA -Xms512m -Xmx4096m -server -ea -javaagent:./libs/ac-commons-1.3.jar -cp ./libs/*;AC-Game.jar com.aionemu.gameserver.GameSer... | GiGatR00n/Aion-Core-v4.7.5 | AC-Game/dist/StartGS-4G.bat | bat | gpl-2.0 | 614 |
cmd_arch/arm/boot/zImage := arm-linux-objcopy -O binary -R .note -R .note.gnu.build-id -R .comment -S arch/arm/boot/compressed/vmlinux arch/arm/boot/zImage
| beebingoo/linux-2.6.32.2 | arch/arm/boot/.zImage.cmd | bat | gpl-2.0 | 157 |
@ECHO OFF
SET SCRIPTPATH=%~p0
SET ABSSCRIPTPATH=%~dp0
SET CWD=%CD%
cd %ABSSCRIPTPATH%
python runJstd.py .. %1
if %errorlevel% neq 0 (
cd %CWD%
exit /b %errorlevel%
)
cd %CWD%
| kdeloach/GeositeFramework | tools/JsTestTools/runJstd.bat | bat | gpl-3.0 | 186 |
REM Copyright 2020 The Marl Authors.
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM https://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicable law ... | bkaradzic/SwiftShader | third_party/marl/kokoro/windows/presubmit.bat | bat | apache-2.0 | 3,172 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.