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 |
|---|---|---|---|---|---|
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem first startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windows... | acc4easyqatest/java_sel_test | script-to-code/build/scripts/first.bat | bat | apache-2.0 | 2,087 |
//*****************************************************************************
// cc3200v1p32.cmd
//
// CCS linker configuration file for cc3200 ES 1.32.
//
// Copyright (C) 2014 Texas Instruments Incorporated - http://www.ti.com/
//
//
// Redistribution and use in source and binary forms, with or without ... | Jumperr-labs/jumper-ulogger | samples/cc3200-sample/ccs/cc3200v1p32.cmd | bat | apache-2.0 | 3,469 |
echo off
rem set MSBUILD=c:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
set MSBUILD="%ProgramFiles(x86)%\MSBuild\14.0\bin\MSBuild.exe"
%MSBUILD% -t:BuildAddins Build.targets
pause | PowerOfCode/Eto | Resources/build-addin.cmd | bat | bsd-3-clause | 193 |
powershell -ExecutionPolicy unrestricted -File "%~dp0_prepare_trx_file_for_publishing.ps1" "%~dp0..\Bin\TestResults" | sergueik/swd-recorder-appium | testing/prepare_trx_file_for_publishing.bat | bat | mit | 116 |
SET YINYANG_BINARY_PATH=../../../../software/yinyang/binaries
java -cp %YINYANG_BINARY_PATH%/yinyang.jar;%YINYANG_BINARY_PATH%/rdf2kb.jar;%YINYANG_BINARY_PATH%/abstraction.jar;%YINYANG_BINARY_PATH%/kb.jar;%YINYANG_BINARY_PATH%/learningProblem.jar;%YINYANG_BINARY_PATH%/logger.jar;%YINYANG_BINARY_PATH%/dig1.1-reasoners.j... | daftano/dl-learner | examples/yinyang_files/run.bat | bat | gpl-3.0 | 929 |
@echo off
rem // Copyright (c) 2012- PPSSPP Project.
rem // This program is free software: you can redistribute it and/or modify
rem // it under the terms of the GNU General Public License as published by
rem // the Free Software Foundation, version 2.0 or later versions.
rem // This program is distributed in the hop... | latot/ppsspp | Windows/git-version-gen.cmd | bat | gpl-2.0 | 5,100 |
:: Windows CMake has a dependency on desktop msbuild.exe because it generates
:: Visual Studio *.vcxproj solutions.
:: This file has cmake in its name to avoid accidentally introducing
:: another dependency on desktop msbuild.exe
@if not defined _echo @echo off
setlocal
set "__ProjectDir=%~dp0"
call "%__ProjectDir%"\... | krk/coreclr | cmake_msbuild.cmd | bat | mit | 785 |
haddock -o doc -h --source-base=https://github.com/htquach/HaskellLED --source-module=https://github.com/htquach/HaskellLED/blob/master/%%{MODULE}.hs LEDDisplay.hs CharsLookup.hs | htquach/HaskellLED | BuildDoc_Windows.bat | bat | mit | 178 |
@setlocal
@set node_name=lswitch
@rem Get the absolute path to the parent directory,
@rem which is assumed to be the node root.
@for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI
@set releases_dir=%node_root%\releases
@rem Parse ERTS version and release version from start_erl.data
@for /F "usebackq tokens... | efcasado/simple-learning-switch | rel/files/lswitch.cmd | bat | mit | 2,983 |
@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... | cogu/py-apx | doc/make.bat | bat | mit | 7,756 |
@echo off
pushd %~dp0
xcopy ..\bin\*.dll ..\..\Game\bin /D /Y /J
xcopy ..\bin\*.pdb ..\..\Game\bin /D /Y /J
:Exit
popd
| jpvanoosten/VolumeTiledForwardShading | Engine/vs_2017/PostBuildEvent.bat | bat | mit | 122 |
del /F /Q .\artifacts\*.*
dotnet pack CacheCow.sln -o .\artifacts -c Release
if "%1" == "" (
dotnet nuget push "artifacts\*.nupkg" -s nuget.org --no-symbols true)
if NOT "%1" == "" (
dotnet nuget push "artifacts\*.nupkg" -s nuget.org --api-key "%1" --no-symbols true) | aliostad/CacheCow | pack-push.bat | bat | mit | 270 |
@set @e=0 /*
@echo off
set @e=
setlocal
set "i=0"
for %%i in (%*) do set /a "i+=1"
if "%i%" neq "2" goto:eof
cscript //nologo //e:jscript "%~f0" %1 %2
endlocal
exit /b
*/
function download(url, dest) {
var objXMLHTTP = new ActiveXObject("MSXML2.XMLHTTP");
objXMLHTTP.onreadystatechange = function () {
i... | quentinrossetti/ruche | install/util/download.cmd | bat | mit | 861 |
@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... | samueljackson92/tsp-solver | doc/make.bat | bat | mit | 6,716 |
@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... | sonodar/sphinx-plantuml-browsersync | make.bat | bat | mit | 7,282 |
C:\scripts\new.bat %1 | bink81/development-tools | windows/a (2).bat | bat | mit | 21 |
cmd_arch/arm/boot/dts/imx6sl-evk-uart.dtb := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6sl-evk-uart.dtb.d.pre.tmp -nostdinc -I/home/fedevel/tiny/linux/linux-fslc/arch/arm/boot/dts -I/home/fedevel/tiny/linux/... | FEDEVEL/tmp-imx6-tiny-rex-linux | arch/arm/boot/dts/.imx6sl-evk-uart.dtb.cmd | bat | gpl-2.0 | 1,744 |
::Example - extract some rows for testing - use of filters makes this an extract
:: - OR copy a table for backup - simply remove filters
::
set cmdHome=%CD%
echo off
::clear environmnet of previous run
set input=
set inputType=
set table=
set output=
set outputType=
set outputTable=
set columns=
set sequenc... | chuckrunge/sidacoja | sidacoja_copy_table_to_table.cmd | bat | gpl-2.0 | 969 |
cmd_console-tools/dumpkmap.o := arm-linux-musleabihf-gcc -Wp,-MD,console-tools/.dumpkmap.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrit... | ThinkIntegrate/busybox | console-tools/.dumpkmap.o.cmd | bat | gpl-2.0 | 11,422 |
cmd_net/ipv4/netfilter/nf_nat.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/nf_nat.o net/ipv4/netfilter/nf_nat_core.o net/ipv4/netfilter/nf_nat_helper.o net/ipv4/netfilter/nf_nat_proto_unknown.o net/ipv4/netfilter/nf_nat_proto_common.o net/ipv4/netfilter/nf_nat_proto_tcp.o net/ipv4/netfilter... | IndieBeto/StockLP | net/ipv4/netfilter/.nf_nat.o.cmd | bat | gpl-2.0 | 380 |
cmd_net/bluetooth/bluetooth.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/bluetooth/bluetooth.o net/bluetooth/af_bluetooth.o net/bluetooth/hci_core.o net/bluetooth/hci_conn.o net/bluetooth/hci_event.o net/bluetooth/mgmt.o net/bluetooth/hci_sock.o net/bluetooth/hci_sysfs.o net/bluetooth/l2cap_core.o n... | Algesat/BladeApex2 | net/bluetooth/.bluetooth.o.cmd | bat | gpl-2.0 | 427 |
echo on
cnt_found < data\find
find_word <data\find
for %%i in (andtest arraysizeof assignment cond cond2 incr int-div oknew
overflow prec shift-prec sizeof_arr sizeof_pgm vec_init
warn_dbltoint) do %%i
| abingzhao/myWork | c++primer/5/runpgms.bat | bat | gpl-2.0 | 220 |
cmd_usr/initramfs_data.cpio.gz := /bin/bash /home/dnh34/cs370/linux-2.6.22.19-cs543/scripts/gen_initramfs_list.sh -o usr/initramfs_data.cpio.gz -d
| dnh34/proj1 | usr/.initramfs_data.cpio.gz.cmd | bat | gpl-2.0 | 149 |
.\bin\node.exe index.js | emirotin/xamsa-cli | xamsa.bat | bat | gpl-2.0 | 23 |
cmd_drivers/connector/cn.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o drivers/connector/cn.o drivers/connector/cn_queue.o drivers/connector/connector.o
| mjmccall/Kernel | drivers/connector/.cn.o.cmd | bat | gpl-2.0 | 180 |
call :%*
goto :eof
:perl_setup
if not defined perl_type set perl_type=system
if "%perl_type%" == "cygwin" (
start /wait c:\cygwin\setup-x86.exe -q -g -P perl -P binutils -P make -P gcc -P gcc-core -P gcc-g++ -P make -P pkg-config -P libcrypt-devel -P openssl-devel -P autoconf -P automake -P m4 -P libtool -P curl
s... | thewml/website-meta-language | .appveyor.cmd | bat | gpl-2.0 | 2,352 |
rem /* Windows 32-bit (LIB) - Microsoft 32-bit C/C++ Compiler 12.00
rem * a very simple make driver
rem * Copyright (C) 1996-2002 Markus F.X.J. Oberhumer
rem */
@if "%UCL_ECHO%"=="n" echo off
set _CC=cl -nologo -MD
set CFLAGS=-Iinclude -O2 -GF -W3
set MYLIB=ucl.lib
echo Compiling, please be patient...
... | korczis/ucl | B/win32/mc120.bat | bat | gpl-2.0 | 747 |
cmd_procps/fuser.o := gcc -Wp,-MD,procps/.fuser.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wu... | muthumani2/Muthu-busybox | procps/.fuser.o.cmd | bat | gpl-2.0 | 9,340 |
ant -f javadoc.xml | limelime/stbot | Cie/javadoc.bat | bat | gpl-2.0 | 18 |
cmd_arch/arm/lib/copy_to_user.o := /home/friedrich420/kernel/s4/S4GEKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.copy_to_user.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/frie... | friedrich420/S4-GPE-AEL-Kernel-4.4.3 | arch/arm/lib/.copy_to_user.o.cmd | bat | gpl-2.0 | 2,333 |
cmd_arch/arm/lib/io-readsw-armv4.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.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_... | PrestigeMod/SHW-M440S | arch/arm/lib/.io-readsw-armv4.o.cmd | bat | gpl-2.0 | 2,303 |
cmd_fs/ext2/balloc.o := gcc -Wp,-MD,fs/ext2/.balloc.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-... | dnh34/proj1 | fs/ext2/.balloc.o.cmd | bat | gpl-2.0 | 12,834 |
@echo off
echo Compiling...
cd /MinGW/bin
g++ -static-libstdc++ -static-libgcc -o C:/Users/Sergi/Development/GitHub/Wrapper/build/windows/wrapper-windows-v%1.exe /Users/Sergi/Development/GitHub/Wrapper/src/windows/main.cpp
cd /Users/Sergi/Development/GitHub/Wrapper | Sergix7440/Wrapper | compile.bat | bat | gpl-3.0 | 265 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem tw-exact startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%... | yannponty/RNARedPrint | lib/Jdrasil-master/tw-exact.bat | bat | gpl-3.0 | 2,258 |
@echo off
rem THIS LINE OPENS MULTIPLE INTERNET EXPLORER LINKS (IN TABS), USING A SEPARATE VB SCRIPT
cscript //nologo ie_tabs.vbs
rem OPEN AGENT AND RESOURCE MANAGER
start "" "C:\Program Files (x86)\Syntellect\Agent\agent.exe"
start "" "C:\Program Files (x86)\Syntellect\RsrcMgr\resman.exe"
rem OPEN TELETRACKING TRA... | kenanigans/kend_scripting | windows_scripts/morningCoffee/morningCoffee.bat | bat | gpl-3.0 | 986 |
outlook /select outlook:contacts | 0f27/wuCLI-tools | contacts.bat | bat | gpl-3.0 | 32 |
@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... | martip23/GED-Website | src/make.bat | bat | gpl-3.0 | 7,742 |
@echo off
bin\Main.exe
pause | scabwort/haxeiconv | samples/IconvDemo/Run.bat | bat | lgpl-2.1 | 28 |
@echo off
set CCC_LANG=ru
set PATH=translation;%PATH%
nlstext.exe
| mrev11/ccc3 | tutor/nlstext/sru.bat | bat | lgpl-2.1 | 72 |
@echo off
set ADA_INCLUDE_PATH=%ADA_INCLUDE_PATH%;%RADALIB_ROOT%\source
set ADA_OBJECTS_PATH=%ADA_OBJECTS_PATH%;%RADALIB_ROOT%\compiled
gnatmake -O2 Gamma_Test.adb
del /q *.ali
del /q *.o
echo -----------
Gamma_Test.exe
echo -----------
del Gamma_Test.exe
pause
| sergio-gomez/Radalib | test/Gamma_Test.bat | bat | lgpl-2.1 | 262 |
rem java -jar target\dist\JSCover-all.jar -ws --branch --document-root=../yui3 --report-dir=target --no-instrument=src/test
rem java -jar target\dist\JSCover.jar -ws --branch --document-root=doc/example --report-dir=target
java -jar target\dist\JSCover-all.jar -ws --branch --document-root=doc/example --report-dir=tar... | alfiethomas/datafilters | build/JSCover-0.1.1/example-server.bat | bat | apache-2.0 | 323 |
@echo off
if "%1"=="" goto USAGE
echo Pushing v%1 with message %2
git commit -m %2 --allow-empty
git push origin master:v%1
git reset --hard origin/master
goto END
:USAGE
echo Usage: push-upstairs.bat 0.1.2 "Changelog message"
:END
| bendetat/check | push-upstairs.bat | bat | apache-2.0 | 251 |
ng serve --proxy-config proxy.config.json -o | VahidN/angular-template-driven-forms-lab | _2-ng-serve-proxy.bat | bat | apache-2.0 | 44 |
@REM ==== END VALIDATION ====
:init
set "CLASSWORLDS_CONF=%MAVEN_HOME%\bin\m2.conf"
@REM Find the project basedir, i.e., the directory that contains the directory ".mvn".
@REM Fallback to current working directory if not found.
set "EXEC_DIR=%CD%"
set "WDIR=%EXEC_DIR%"
@REM Look for the --file switch and start the... | cstamas/maven | apache-maven/src/assembly/shared/init.cmd | bat | apache-2.0 | 2,182 |
@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... | radzhome/python-emailage | docs/make.bat | bat | bsd-2-clause | 7,262 |
@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... | DebVortex/max-brauer.de | docs/make.bat | bat | bsd-3-clause | 6,473 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm board.asm board
@kpack board
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/system/board/trunk/build_ru.bat | bat | mit | 101 |
@echo off
java -classpath "%CLASSPATH%;../../../bin/java/wosg.jar" main
| cmbruns/osgswig | examples/java/osgart/run.bat | bat | mit | 73 |
curl -k ^
-o bin/js/phaser.js https://raw.githubusercontent.com/photonstorm/phaser-ce/master/build/phaser.js ^
-o bin/js/phaser.map https://raw.githubusercontent.com/photonstorm/phaser-ce/master/build/phaser.map ^
-o bin/js/phaser.min.js https://raw.githubusercontent.com/photonstorm/phaser-ce/master/build/phaser.min.js... | djfdat/phaser-typescript-vscode-boilerplate | update_phaser.bat | bat | mit | 1,100 |
nyagos -e "nyagos.box({})"
| tyochiai/nyagos | t/tst_nullbox.cmd | bat | bsd-3-clause | 28 |
@echo off
set exedir=..\bin\
set srcdir=..\..\tests\
%exedir%constitute.exe -storagetype char %srcdir%input_truecolor.miff RGB
%exedir%constitute.exe -storagetype char %srcdir%input_truecolor.miff rgb
%exedir%constitute.exe -storagetype char %srcdir%input_truecolor.miff rgba
%exedir%constitute.exe -storagetype char ... | AlexiaChen/ImageMagick_Cmake | VisualMagick/tests/run_constitute.bat | bat | apache-2.0 | 3,708 |
java -jar FlashOSC.jar 3333 3000 | thidinhnguyen91/touchlib | AS3/src/deploy/flosc/run.bat | bat | lgpl-2.1 | 32 |
:: This script will:
:: 1) Rebuild MSBuild source tree.
:: 2) Create a copy of the build output in bin\MSBuild
:: 3) Build the source tree again with the MSBuild.exe in step 2.
@echo off
setlocal
set MSBuildTempPath=%~dp0bin\MSBuild
:: Check prerequisites
if not defined VS140COMNTOOLS (
echo Error: This sc... | MetSystem/msbuild | RebuildWithLocalMSBuild.cmd | bat | mit | 805 |
@echo off
setlocal
if ""=="%BEAST%" set BEAST=%~dp0%..
set BEAST_LIB=%BEAST%\lib
java -Xms64m -Xmx256m -Djava.library.path="%BEAST_LIB%" -cp "%BEAST_LIB%/beast.jar" dr.app.tools.LogAnalyser %*
| adamallo/beast-mcmc | release/Windows_Launchers/scripts/loganalyser.cmd | bat | lgpl-2.1 | 193 |
@echo off
rem Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
rem or more contributor license agreements. Licensed under the Elastic License
rem 2.0; you may not use this file except in compliance with the Elastic License
rem 2.0.
setlocal enabledelayedexpansion
setlocal enableextensions
... | GlenRSmith/elasticsearch | x-pack/plugin/security/src/main/bin/elasticsearch-syskeygen.bat | bat | apache-2.0 | 560 |
@ECHO OFF
git clean -dfx %~dp0..\ -e packages -e nugets | karolz-ms/diagnostics-eventflow | tools/scorch.cmd | bat | mit | 55 |
@echo off
set FLEX_HOME=%1
::set JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8 -Xmx1024m
set "foundLibrary="
set "foundExternalLibrary="
setlocal enabledelayedexpansion
for /F tokens^=2^,3^,5delims^=^<^"^= %%a in (%2) do (
if "%%a" equ "compile path" set main=%%b
if "%%a" equ "class path" set sources=!sources! -source... | matrix3d/spriteflexjs | examples/build_fd.bat | bat | mit | 1,448 |
@echo off
setlocal
set "USER_NAME=%~1"
set "CWD=%~f2"
runas /user:%USER_NAME% "cmd.exe /K cd /d \"%CWD%\.\"&title User: %USERNAME%"
| andry81/contools | Scripts/Tools/ToolAdaptors/bat/cmd_as_user.bat | bat | mit | 143 |
@echo off
rem THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
rem ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
rem THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
rem PARTICULAR PURPOSE.
rem
rem Copyright (c) Microsoft Corporation. All rights reserved.
setlocal
s... | amecky/diesel | examples/water/compile_shaders.cmd | bat | mit | 848 |
cmd_/home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/netfilter/ipset/.install := /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/netfilter/ipset ./include/uapi/linux/netfilter/ipset ip_set.h ip_set_bitmap.h ip_set_hash.h ip_set_list.h; /bin/bash scripts/header... | Bjay1435/capstone | rootfs/include/linux/netfilter/ipset/..install.cmd | bat | mit | 834 |
mkdir _deploy
xcopy /Y /S _bin\Release\*.dll _deploy\bin\release\
xcopy /Y /S _bin\Release\*.exe _deploy\bin\release\
xcopy /Y /S _bin\Release\*.xml _deploy\bin\release\
xcopy /Y /S data\*.* _deploy\data\
xcopy /Y projects\xenon\dolphin\*.* _deploy\projects\xenon\dolphin\
xcopy /Y /S projects\xenon\dolphin\Media\*.* _d... | rexdex/recompiler | dev/build/deploy_appveyor_artifact.bat | bat | mit | 489 |
@if (@X) == (@Y) @end /* JScript comment
@echo off
for /f "tokens=*" %%a in ('cscript //E:JScript //nologo "%~f0" "%~nx0"') do (
if "%~1" equ "" (
echo %%a
) else (
set "%~1=%%a"
)
)
exit /b %errorlevel%
@if (@X)==(@Y) @end JScript comment */
//https://stackoverflow.com/question... | npocmaka/batch.scripts | hybrids/jscript/uuid.bat | bat | mit | 997 |
signtool.exe sign /v /f test.pfx ..\..\bin\push0.sys | Volkanite/Push | source/push0[sys]/sign.bat | bat | mit | 52 |
start puer -c %~dp0puer.js
{%- if mcss %}&
start mcss -w 1 -c %~dp0{{WEB_ROOT}}mcss.json
{%- endif %} | genify/nei | lib/nei/webapp/template/server.bat | bat | mit | 101 |
nudel o_200040.trl
nudel o_200040.lnz
nudel o_200040.tmp
nudel o_200040.lev
nudel o_200140.trl
nudel o_200140.lnz
nudel o_200140.tmp
nudel o_200140.lev
nudel o_200240.trl
nudel o_200240.lnz
nudel o_200240.tmp
nudel o_200240.lev
nudel o_200340.trl
nudel o_200340.lnz
nudel o_200340.tmp
nudel o_200340.lev
nudel ... | kc9jud/ShellCorretta | NuShellX_exercises/O20/O20.bat | bat | mit | 2,011 |
@echo off
: Mike Bogochow
: dll_check.bat
:
: Script to check that the proper symbol is found in the resulting dll file.
: Outputs the _Java_mbogo_sample_jni_helloworld_HelloWorldJNI_hello@8 symbol
: on success. Outputs nothing if the library did not build correctly with the
: hello symbol.
nm libc_hello.dll | gre... | mbogochow/samples-lib | src/main/c/helloworld_jni/dll_check.bat | bat | mit | 327 |
regedit.exe /s Startup\suffix.reg
ipconfig.exe /registerdns | funnelfire/AzureWebFarm.OctopusDeploy | Startup/configure_dns.cmd | bat | mit | 60 |
cmd_net/ipv4/netfilter/nf_defrag_ipv4.ko := mips-openwrt-linux-uclibc-ld -r -m elf32btsmip -T /home/shizhai/new_zhongwang/trunk/build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/scripts/module-common.lds -s --build-id -o net/ipv4/netfilter/nf_defrag_ipv4.ko net/ipv4/netfilter/nf_defrag_ipv4.o... | shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/net/ipv4/netfilter/.nf_defrag_ipv4.ko.cmd | bat | gpl-2.0 | 361 |
cmd_drivers/usb/storage/built-in.o := rm -f drivers/usb/storage/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/usb/storage/built-in.o
| kannu1994/crespo_kernel | drivers/usb/storage/.built-in.o.cmd | bat | gpl-2.0 | 194 |
cmd_arch/arm/lib/io-readsl.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsl.o.d -nostdinc -isystem /opt/toolchains/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include -Iinclude -include include/generated/a... | dizgustipated/BOCA-2.6.35.14 | arch/arm/lib/.io-readsl.o.cmd | bat | gpl-2.0 | 1,907 |
cmd_fs/eventfd.o := arm-eabi-gcc -Wp,-MD,fs/.eventfd.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-prototypes -Wno-trigr... | HCDRJacob/wildfire-kernel | fs/.eventfd.o.cmd | bat | gpl-2.0 | 145,323 |
@echo off
@echo Before installing, make sure you have Ruby, NodeJS and Git installed.
@echo If not, use installers from http://rubyinstaller.org for ruby, http://nodejs.org for node and http://msysgit.github.io for git.
@echo
@echo When installing Git, make sure you select "Run Git from Windows Command Prompt" w... | Martinspire/All-the-Taunts | windows-install.bat | bat | gpl-2.0 | 962 |
cmd_arch/arm/lib/strchr.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.strchr.o.d -nostdinc -isystem /home/azure/Kernel/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/home/azure/Kernel/rndc-kernel/arch/arm/include -include include/linux/autoconf.h ... | denzfarid/rndc-kernel | arch/arm/lib/.strchr.o.cmd | bat | gpl-2.0 | 1,375 |
cmd_fs/direct-io.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.direct-io.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/.direct-io.o.cmd | bat | gpl-2.0 | 27,348 |
cmd_drivers/video/logo/built-in.o := ppc_4xx-ld -m elf32ppc -r -o drivers/video/logo/built-in.o drivers/video/logo/logo.o drivers/video/logo/logo_linux_mono.o drivers/video/logo/logo_linux_vga16.o drivers/video/logo/logo_linux_clut224.o
| mattkelly/linux-2.6-xlnx | drivers/video/logo/.built-in.o.cmd | bat | gpl-2.0 | 242 |
cmd_net/rfkill/rfkill.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -o net/rfkill/rfkill.o net/rfkill/core.o net/rfkill/input.o
| evan6200/cirrfy_pos | net/rfkill/.rfkill.o.cmd | bat | gpl-2.0 | 211 |
"asmFish\fasm.exe" "asmFish\asmFishW_base.asm" -m 50000 "Windows\asmFishW_%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%_base.exe"
"asmFish\fasm.exe" "asmFish\asmFishW_popcnt.asm" -m 50000 "Windows\asmFishW_%DATE:~10,4%-%DATE:~4,2%-%DATE:~7,2%_popcnt.exe"
"asmFish\fasm.exe" "asmFish\asmFishW_bmi2.asm" -m 50000 "Wind... | muxel/asmFish | make.bat | bat | gpl-3.0 | 1,502 |
@echo off
call 0_clear.cmd
call 1_prepare.cmd
call 2_publisher_test.cmd
call 3_director_test.cmd
call 4_console.cmd
| ivandavidov/Eclipse-Equinox-OSGi-p2-Tutorial | all.cmd | bat | gpl-3.0 | 124 |
@echo off
rem -------------------------------------------------------------
rem Yii command line script for Windows.
rem
rem This is the bootstrap script for running yiic on Windows.
rem
rem @author Qiang Xue <qiang.xue@gmail.com>
rem @link http://www.yiiframework.com/
rem @copyright Copyright © 2008 Yii Sof... | rownone/multiwpmanager.com | src/core/yiic.bat | bat | gpl-3.0 | 673 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
pushd %~dp0..\..
echo Checking *.cs files recursively from %~dp0..\.. for license notice.
echo.
set "FilesMissingLicense=0"
for /R %%f in (*.cs) do (
set "filepath=%%f"
set "skiprule=0"
set "replaced=x!filepath:\obj\=!"
if not "!replaced!"=="x!fi... | Rhetos/Rhetos | Tools/Build/CheckLicenceInSourceFiles.bat | bat | agpl-3.0 | 1,010 |
cd /d %~dp0
call "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd"
call "setenv" /x64
msbuild opensc-pkcs11.vcxproj /property:Configuration=Release;Platform=x64
msbuild opensc-pkcs11.vcxproj /property:Configuration=Debug;Platform=x64
| CardContact/opensc-java | jni/build/msvc10/build_x64.bat | bat | lgpl-2.1 | 259 |
docker stop glassfish-servlet4
docker rm glassfish-servlet4 | janweinschenker/servlet4-demo | server-glassfish/docker/stop-rm.cmd | bat | apache-2.0 | 59 |
::Start the server, change to the MySQL bin directory, and dump all databases
net start MySQL
set serverdir="C:\Program Files"
cd /d "%serverdir%\MySQL\MySQL Server 5.6\bin"
mysqldump -uroot -p --all-tablespaces --all-databases --add-drop-database --add-drop-table --add-locks --comments --complete-insert --compr... | guoxf/GoDemo | test_kingshard/init_mysql/init.bat | bat | apache-2.0 | 1,514 |
@echo off
:: Verify The parameters
:paramchk
if "%1"=="" echo Missing Parameters. && echo For help, use %0 help. && goto :eof
if "%1"=="verify" goto verify
if "%1"=="decompile" goto verify
if "%1"=="compile" goto verify
if "%1"=="help" goto help
if "%1"=="about" goto about
if "%1"=="install" goto install
if "%1"=="devi... | jordanbancino/apk-manager | Windows/apk-manager.bat | bat | apache-2.0 | 9,826 |
@echo off
@powershell -File .nyx\build.ps1 '--appname=Elders.Multithreading.Scheduler' '--nugetPackageName=Multithreading.Scheduler'
| Elders/Multithreading.Scheduler | build-configuration.cmd | bat | apache-2.0 | 134 |
@ echo off
REM
REM Build release (only java)
REM
echo.
echo build java release - make sure source is up to date
echo.
cd org.yafra.server.core
ant
cd ..\org.yafra.server.directclient
ant
cd ..\org.yafra.server.ejb-openejb
ant
| yafraorg/yafra | org.yafra.sysadm/defaults/ntscripts/makerelease.bat | bat | apache-2.0 | 229 |
cd UnitTests
python ./test_stage.py | JRosenfeldIntern/data-assistant | UnitTests/RunStageTest.bat | bat | apache-2.0 | 35 |
@echo off
REM %~dp0 contains the current path of the script
@echo on
java -cp %~dp0\ldcrgen.jar edu.kit.iti.ldcrgen.Main %*
| RolandKluge/ldcrgen-kit | ldcrgen.bat | bat | apache-2.0 | 124 |
::
:: Copyright 2014-2019 Real Logic Ltd.
::
:: Licensed under the Apache License, Version 2.0 (the "License");
:: you may not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agree... | galderz/Aeron | aeron-samples/scripts/file-receiver.bat | bat | apache-2.0 | 718 |
@echo off
title PyDO - UberDog Server
cd ../
rem This start script is used during the development of PyDO to run the test UD server.
rem We recommend creating your own start scripts when running in production.
:main
python -m otp.ud.UDStart --md-host 127.0.0.1 --md-port 7101
pause
goto main | PyDO-Team/PyDO | win32/start_local_ud.bat | bat | bsd-3-clause | 296 |
rem physics-and-input.bat
PATH=%PATH%;..\lib
wx86cl --load physics-and-input.lisp --eval "(in-package :okra)"
| aerique/okra | examples/physics-and-input.bat | bat | bsd-3-clause | 112 |
@echo off
:love
svn add . --force
svn ci --force-log --file svnlog
goto love | yulinho/adminyii | ci.bat | bat | bsd-3-clause | 79 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S14_Search.MSASCMD_S14_TC08_Search_MultipleRange /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S14_TC08_Search_MultipleRange.cmd | bat | mit | 283 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S06_SyncICSContentsDeletion_TestSuite.MSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite2 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.testsetti... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite2.cmd | bat | mit | 337 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S21_CommonStatusCode.MSASCMD_S21_TC10_CommonStatusCode_109 /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S21_TC10_CommonStatusCode_109.cmd | bat | mit | 293 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S03_SchemaLock.TestCase_S03_TC04_CheckLockAvailability_Success /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSS... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S03_TC04.cmd | bat | mit | 372 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCSTOR.S02_PublicFoldersLogon.MSOXCSTOR_S02_TC01_TestLogonToPublicFolder /testcontainer:..\..\MS-OXCSTOR\TestSuite\bin\Debug\MS-OXCSTOR_TestSuite.dll /runconfig:..\..\MS-OXCSTOR\MS-OXCSTOR.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCSTOR/RunMSOXCSTOR_S02_TC01_TestLogonToPublicFolder.cmd | bat | mit | 310 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCAL.S01_CalendarElement.MSASCAL_S01_TC30_Search /testcontainer:..\..\MS-ASCAL\TestSuite\bin\Debug\MS-ASCAL_TestSuite.dll /runconfig:..\..\MS-ASCAL\MS-ASCAL.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCAL/RunMSASCAL_S01_TC30_Search.cmd | bat | mit | 278 |
cmd_drivers/mtd/chips/cfi_cmdset_0002.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/mtd/chips/.cfi_cmdset_0002.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... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/mtd/chips/.cfi_cmdset_0002.o.cmd | bat | gpl-2.0 | 17,061 |
cd..
:1
cmd /c docpad run
pause
goto 1 | gregnk/website | tools/compile.cmd | bat | apache-2.0 | 42 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.