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 Copyright 2012 Google Inc. All Rights Reserved.
REM
REM blk-game Windows setup script
REM
REM This script sets up the repository and dependencies.
REM The dependencies are all global.
ECHO.
REM ============================================================================
REM Pull in GF
REM ==============... | JT5D/blk-game | tools/setup.bat | bat | apache-2.0 | 1,120 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "hel... | mattaustin/django-thummer | docs/make.bat | bat | apache-2.0 | 4,527 |
@echo off
cd lib
call install-dio-maven.bat
cd..
cd GrovePi-spec
call mvn install
cd ..
cd Pi-spec
call mvn install
cd ..
cd GrovePi-pi4j
call mvn install
cd ..
cd GrovePi-dio
call mvn install
cd ..
cd Pi-dio
call mvn install
cd ..
cd Pi-pi4j
call mvn install
cd ..
cd examples
call mvn install
cd ..
REM cd exa... | emoranchel/IoTDevices | build.bat | bat | apache-2.0 | 425 |
@echo off
REM **********************************************************************
REM * Converts images to HTML
REM **********************************************************************
set CURR=%CD%
set DIR=%~dp0.
:start
cd /d "%DIR%"
java -jar image-to-html-assembly-0.0.1-SNAPSHOT.jar %*
goto exit
:exit... | davidhoyt/image-to-html | bin/image-to-html.bat | bat | apache-2.0 | 335 |
perl flashpolicyd.pl --file=flashpolicy.xml
pause | fador/drawboard | policy/run.bat | bat | bsd-3-clause | 49 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSFOLD.S07_FolderPermission.MSOXWSFOLD_S07_TC01_FolderPermissionCustomLevelAllPermissionEnabled /testcontainer:..\..\MS-OXWSFOLD\TestSuite\bin\Debug\MS-OXWSFOLD_TestSuite.dll /runconfig:..\..\MS-OXWSFOLD\MS-OXWSFOLD.testsett... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSFOLD/RunMSOXWSFOLD_S07_TC01_FolderPermissionCustomLevelAllPermissionEnabled.cmd | bat | mit | 338 |
REM **************************************************************************
REM (C) Copyright IBM Corp. 2014
REM
REM LICENSE: Eclipse Public License v1.0
REM http://www.eclipse.org/legal/epl-v10.html
REM **************************************************************************
%FABRIC_HOME%\server\windows\p... | edgware/edgware | fabric.server/windows/EdgwareRegistry-delete.bat | bat | epl-1.0 | 348 |
@echo.
@echo Simple but effective batch to run the basic Native test under Windows.
@echo To use, run it in the command line with the build config name as the argument.
@echo After it runs, compare xl2.cpp and xl3.cpp. They must be identical.
@echo VC 7.1 (.NET 2003) must be ready for command line use (run its vcvars32... | trustifier/xlr | xl2/native/make.msvc71.bat | bat | gpl-3.0 | 955 |
@echo off
:: ÏÈÁгöËùÓеÄĿ¼֮ºó£¬È»ºó°´ÕÕ½µÐòÅÅÁУ¬É¾³ý¡£
:: ×¢ÒâÎļþ¼ÐÖв»ÄÜ´æÔÚÓëbin¡¢objÃû³ÆÀàËÆµÄÎļþ¼Ð
for /f "tokens=*" %%a in ('dir /ad /b /s "bin?" "obj?" ^|sort /r') do call :rd_dir "%%a"
pause
goto:eof
rem ===========ɾ³ýĿ¼===============
:rd_dir
echo %1
echo ÕýÔÚɾ³ýÎļþ¼Ð...
rd /S /Q %1 2>nul||goto :eo... | amazingbow/yonyou | 广鑫/XMGX_Code/OperatorsDailyUI/DelCurrentBinObjFolder.bat | bat | gpl-2.0 | 331 |
:: =================================================================================================
:: Copyright 2013 Adobe Systems Incorporated
:: All Rights Reserved.
::
:: NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
:: of the Adobe license agreement accompanying ... | zthomas/xmp-sdk | samples/build/GenerateSamples_win.bat | bat | bsd-3-clause | 3,368 |
@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... | puiterwijk/bugwarrior | docs/make.bat | bat | gpl-3.0 | 6,718 |
java -classpath .;../../../lib/voce.jar synthesisTest | SummerPersonalAssistant/PersonalAssistant | voce/samples/synthesisTest/java/run.bat | bat | gpl-3.0 | 53 |
@echo off
call ..\tools\build.bat netkvm-vs2015.sln "Wlh Win7 Win8 Win8.1 Win10" %*
if errorlevel 1 goto :eof
call ..\tools\build.bat NetKVM-VS2015.vcxproj "Win10_SDV" %*
if errorlevel 1 goto :eof
call ..\tools\build.bat NDIS5\NetKVM-NDIS5.sln "WXp Wnet" %*
| YanVugenfirer/virtio-win-arm | NetKVM/buildAll.bat | bat | bsd-2-clause | 258 |
@ECHO OFF
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The ASF licenses this file to You under the Apache License, Version 2.0
REM (the "... | sgoeschl/commons-exec | src/test/scripts/printargs.bat | bat | apache-2.0 | 1,008 |
SET package_name=%1
SET package_version=%2
SET target=%3
robocopy ../../output/ %target% %package_name%.%package_version%.nupkg /E | LogoFX/logofx-client-mvvm-model | devops/publish/copy.bat | bat | mit | 130 |
cd ..
set PYTHONPATH=../lib
python anki
pause
| Arthaey/anki | tools/anki-wait.bat | bat | agpl-3.0 | 50 |
@echo off
call node node-benchmark
pause | CDHDeveloper/Classful-JS | benchmark/node-benchmark.bat | bat | mit | 41 |
@echo off
setlocal
pushd %~dp0
set CONFIG=%2
if "%1"=="build" goto :BUILD
if "%1"=="clean" goto :CLEAN
if "%1"=="rebuild" goto :REBUILD
:ERROR
echo Invalid input param!
goto :END
:BUILD
rem Pipe output of stderr and stdout to sed to format errors for Visual Studio. Unfortunately sed overwrites the return
rem status... | amaiorano/ZeldaDS | Game/ZeldaDS/build.bat | bat | mit | 781 |
@echo off
set LIBCHROMIUMCONTENT_COMMIT={{COMMIT}}
cd electron
python script/bootstrap.py -v -u file:///{{PROJECT_PATH}}/libchromiumcontent --target_arch={{ARCH}}
python script/build.py -c R
python script/create-dist.py
@echo on
| MarshallOfSound/electron-prebuilt-safe | build_scripts/win/build.bat | bat | mit | 234 |
for /F %%v in (qprof.txt) do call run.bat %%v
| NMFS-toolbox/AMAK | scripts/runqprof.bat | bat | mit | 46 |
@ECHO OFF
ECHO Setting node_modules .bin to path
set binpath=%CD%
set binpath=%binpath%/tools/node_modules/.bin
set path=%path%;%binpath%
:end
@ECHO ON | uhef/Oskari-Routing-frontend | setpath.bat | bat | mit | 153 |
@echo off
set CC=clang-cl
set CFLAGS=-Xclang -std=c99 -Xclang -O2 -D_CRT_SECURE_NO_WARNINGS
set SRCS=tagha_api.c
set OBJS=%SRCS:.c=.obj%
set LIBNAME=libtagha
set ACTION=%1
if [%1] == [] set ACTION=tagha
goto %ACTION%
:tagha
%CC% %CFLAGS% -c libharbol/stringobj.c libharbol/vector.c libharbol/hashmap.c libha... | assyrianic/Tagha-Virtual-Machine | make.bat | bat | mit | 1,690 |
@echo CSharp Command-Line Compile
@echo off
@echo Usage:
@echo build.cmd @Config @Platform
@echo @Config: Release or Debug. The default value is Release
@echo @Platform: x64 or x86. The default value is x64
@echo build.cmd clear to remove all previous build for this solution
set config=Release
set platform="Any... | AddinX/Sample.Ribbon | build.cmd | bat | mit | 1,337 |
javac -d . ./src/*.java
jar cmf BotRunner.mf Runner.jar ./com/superstepa/bot/*.class
| superstepa/RobotCompiler | compile_win.bat | bat | mit | 85 |
taskkill /F /IM DAQFactory.exe
| patricktokeeffe/daqfactory-wxt510-recorder | forceCleanShutdown.bat | bat | mit | 31 |
@echo off
rem -------------------------------------------------------------
rem Yii command line script for Windows.
rem This is the bootstrap script for running log on Windows.
rem -------------------------------------------------------------
@setlocal
set BIN_PATH=%~dp0
if "%PHP_COMMAND%" == "" set PHP_COMMAND=... | cimmwolf/log-analyzer | la.bat | bat | mit | 378 |
cmd_crypto/rng.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,crypto/.rng.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 -Ia... | yohanes/Acer-BeTouch-E130-Linux-Kernel | crypto/.rng.o.cmd | bat | gpl-2.0 | 14,195 |
cd MyBlog
bundle exec jekyll serve --baseurl=
| alexandrugris/my-jekyll-tech-blog | build_run.bat | bat | gpl-2.0 | 46 |
cmd_mm/mlock.o := arm-linux-gnueabi-gcc -Wp,-MD,mm/.mlock.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-rk/inclu... | jpsminix/minix5 | mm/.mlock.o.cmd | bat | gpl-2.0 | 28,969 |
cmd_net/ipv6/netfilter/nf_defrag_ipv6.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ipv6/netfilter/nf_defrag_ipv6.o net/ipv6/netfilter/nf_defrag_ipv6_hooks.o net/ipv6/netfilter/nf_conntrack_reasm.o
| PrestigeMod/SHW-M440S | net/ipv6/netfilter/.nf_defrag_ipv6.o.cmd | bat | gpl-2.0 | 262 |
@rem Use with "Screen Launcher": http://www.softpedia.com/get/Desktop-Enhancements/Screensavers/Screen-Launcher.shtml
@echo off
cd /D "%~dp0"
if defined __ goto :START
cmdwiz setfont 2
mode 80,50 & cmdwiz showmousecursor 0 & cmdwiz fullscreen 1
if %ERRORLEVEL% lss 0 set TOP=U
cmdwiz showcursor 0 & cmdwiz setmousecurs... | misol1/cmdgfx | RGB-SS-Blendbobs.bat | bat | gpl-2.0 | 6,136 |
@echo off
REM NuGet.exe must be in the path for the nuget functionality to work here.
cd /d %0\..
setlocal enabledelayedexpansion
set solutionAndMainProjectName=NOpenInterface
set msBuildLocation=%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
title !solutionAndMainProjectName!
:: Accept command line parame... | benaston/NOpenInterface | build/build.bat | bat | gpl-3.0 | 1,854 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\RailsInstaller\Ruby2.3.0\bin\ruby.exe" "C:/Users/Duxyb/Documents/Github/Somnium/vendor/cache/ruby/2.3.0/bin/byebug" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\RailsInstaller\Ruby2.3.0\bin\ruby.exe" "%~dpn0" %*
| somniumio/Somnium | vendor/cache/ruby/2.3.0/bin/byebug.bat | bat | gpl-3.0 | 266 |
cd build\extremo-minecraft-launcher\win64\
extremo-minecraft-launcher.exe | Jefferywa/extremo-minecraft-launcher | build_run.bat | bat | gpl-3.0 | 73 |
@if %1x==x goto noplatform
@set MUNGE_PLATFORM=%1
@set MUNGE_DIR=MUNGED\%MUNGE_PLATFORM%
@rem Clean, global, shell and side specific sound data
@call soundcleandir _BUILD\sound\cw\%MUNGE_DIR% _LVL_%MUNGE_PLATFORM%\sound\cw.lvl cw
@call soundcleandir _BUILD\sound\gcw\%MUNGE_DIR% _LVL_%MUNGE_PLATFORM%\sound\g... | Kfm946/data_HG2 | soundclean.bat | bat | gpl-3.0 | 2,512 |
@echo off
del *.toc /s
del *.out /s
del *.aux /s
del *.log /s
del *.bak /s
| Rholais/debug-note | ISTC/140523Report/clean.bat | bat | gpl-3.0 | 85 |
echo on
if "%OS%"=="Windows_NT" @setlocal
rem %~dp0 is expanded pathname of the current script under NT
set DEFAULT_JAGORNET_DHCP_HOME=%~dp0..
if "%JAGORNET_DHCP_HOME%"=="" set JAGORNET_DHCP_HOME=%DEFAULT_JAGORNET_DHCP_HOME%
set DEFAULT_JAGORNET_DHCP_HOME=
:checkJava
set _JAVACMD=%JAVACMD%
if "%JAVA_HOM... | jagornet/dhcp | Jagornet-DHCP/dhcp-server/bin/testclientv6.bat | bat | gpl-3.0 | 836 |
# Please NOTE: In this sample we're assuming Cloud Api Server is hosted at "https://localhost".
# If it's not then please replace this with with your hosting url.
curl --location --request POST 'https://localhost/file/hash' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw... | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/File Calculate Hash/cURL/FileCalculateHash.cmd | bat | apache-2.0 | 426 |
@echo off
rem **********************************************
rem Date created : 30-Dec-2012
rem Author : ajduke
rem removes the mongodb from the windwos service
rem all the service params can be set in the setenv.bat
call setenv.bat
mongod.exe --config "%configFile%" --remove --serviceName %serviceName% --serv... | ajduke/mongodb-installer | files/bin/uninstallService.bat | bat | apache-2.0 | 402 |
@echo off
call "%~dp0\eLTE_NativeService.exe" /install
pause | Huawei/eSDK_eLTE_SDK_Windows | src/source/eLTE_SDK/output/release/eLTE_NativeService/InstallService.bat | bat | apache-2.0 | 62 |
@echo off
:office_ver
setlocal enableDelayedExpansion
echo %~1 | find /i "help" >nul 2>&1 && ( goto :help )
for /f "tokens=2 delims==" %%O in ('ftype ^|findstr /r /I "\\OFFICE[0-9]*" 2^>nul') do (
set "verp=%%~O"
goto :end_for
)
:end_for
for %%P in ("%verp%") do (
set "off_path=%%~dpP"
for %%V in ("... | npocmaka/batch.scripts | other/officeVersion.bat | bat | mit | 2,419 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm remote.asm remote
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/network_old/remote/trunk/build_ru.bat | bat | mit | 90 |
@echo off
echo "my-cookie" > c:\Windows\.erlang.cookie
if not exist %RABBITMQ_BASE%\enabled_plugins (
call c:\rabbitmq\sbin\rabbitmq-plugins.bat enable rabbitmq_management --offline
)
call c:\rabbitmq\sbin\rabbitmq-server.bat | sixeyed/dockers-windows | rabbitmq/windowsservercore/ltsc2016-ignore/start.cmd | bat | mit | 231 |
@echo off
set "VIRTUAL_ENV=__VENV_DIR__"
if not defined PROMPT (
set "PROMPT=$P$G"
)
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
)
if defined _OLD_VIRTUAL_PYTHONHOME (
set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
set "PROMPT=__VE... | timm/timmnix | pypy3-v5.5.0-linux64/lib-python/3/venv/scripts/nt/activate.bat | bat | mit | 619 |
@echo off
rem Copyright (C) 1996-2012 Free Software Foundation, Inc.
rem This file is part of GNU Make.
rem
rem GNU Make is free software; you can redistribute it and/or modify it under
rem the terms of the GNU General Public License as published by the Free
rem Software Foundation; either version 3 of the Licens... | ndmitchell/gnumake | subproc.bat | bat | gpl-3.0 | 883 |
/******************************************************************************
*
* boot_demo_uart_ccs.cmd - CCS linker configuration file for boot_demo_uart.
*
* Copyright (c) 2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying ... | trfiladelfo/unesp_mdt | boards/SW-TM4C-2.0.1.11577/examples/boards/dk-tm4c129x/boot_demo_uart/boot_demo_uart_ccs.cmd | bat | mpl-2.0 | 2,805 |
@ECHO OFF
ECHO.
ECHO Downloading libbitcoin-client dependencies from NuGet
CALL nuget.exe install ..\vs2013\example-client\packages.config
CALL nuget.exe install ..\vs2013\libbitcoin-client\packages.config
CALL nuget.exe install ..\vs2013\libbitcoin-client-test\packages.config
ECHO.
CALL buildbase.bat ..\vs2013\libbitc... | libtetcoin/libtetcoin-client | builds/msvc/build/buildall.bat | bat | agpl-3.0 | 350 |
@rem Copyright 2015 Google Inc. All Rights Reserved.
@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/licenses/LICENSE-2.0
@rem
@rem Unl... | ariccio/UIforETW | bin/etwrecord.bat | bat | apache-2.0 | 6,311 |
@echo off
set JAR_PROCESSING=C:\Users\da319\workspace\jstar\com.jstar.eclipse.processing\jar file\jstar_processing.jar
set JAR_LIB=C:\Users\da319\workspace\jstar\com.jstar.eclipse.processing\lib\commons-io-1.4\commons-io-1.4.jar
set JAR_LIB_LANG=C:\Users\da319\workspace\jstar\com.jstar.eclipse.processing\lib\commons... | seplogic/jstar-eclipse | com.jstar.eclipse.processing/process_annotations.bat | bat | bsd-3-clause | 661 |
@ECHO OFF
SET RESERVE_MEMBERNAMES=$EaseLinear,$EaseGoBack,$EaseSwing,$EaseInQuad,$EaseOutQuad,$EaseInOutQuad,$EaseInCubic,$EaseOutCubic,$EaseInOutCubic,$EaseInQuart,$EaseOutQuart,$EaseInOutQuart,$EaseInQuint,$EaseOutQuint,$EaseInOutQuint,$EaseInSine,$EaseOutSine,$EaseInOutSine,$EaseInExpo,$EaseOutExpo,$EaseInOutExpo,$E... | Rmalnoult/slider-wp | wp-content/plugins/slider-wp/jssor/js/jssor.sliders.mini.compress.bat | bat | gpl-2.0 | 4,582 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\.2.2.1@webpack\bin\webpack.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\.2.2.1@webpack\bin\webpack.js" %*
) | MacroLin/practice | webpack+react(练习)/node_modules/.6.4.0@babel-loader/node_modules/.bin/webpack.cmd | bat | mit | 212 |
cmd_drivers/usb/storage/ums-sddr55.o := arm-eabi-ld -EL -r -o drivers/usb/storage/ums-sddr55.o drivers/usb/storage/sddr55.o
| R-M-S/RMS_EXPERIMENTAL_Kernel | drivers/usb/storage/.ums-sddr55.o.cmd | bat | gpl-2.0 | 128 |
setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
del *.bin
sgminer.exe --no-submit-stale --kernel Lyra2RE -o stratum+tcp://92.27.201.170:9174 -u m -p 1 --gpu-platform 2 -I 19 --shaders 2816 -w 64 -g 2
pause | tardnoggle/sgminer-PHI1612 | example.bat | bat | gpl-3.0 | 279 |
@echo off
set mydate=%date:~6,4%%date:~3,2%%date:~0,2%
echo %mydate%
echo Copying ImagePlay Release %mydate%
set destfolder=..\Releases\%mydate%\
set sourcefolder=.\ImagePlay\release\
echo %sourcefolder%
echo %destfolder%
mkdir %destfolder%
REM copy contents
xcopy /Y %sourcefolder%ImagePlay.exe %destfolder%
xcopy... | bradparks/ImagePlay__photoshop_ide_image_processing_cross_platform | release.bat | bat | gpl-3.0 | 1,395 |
@echo off
echo "Restarting | Neu starten | Redemarrage | Reiniciando ASUS Smart Gesture"
timeout 2
TASKKILL /IM AsusTPCenter.exe /F
TASKKILL /IM AsusTPConfigure64.exe /F
TASKKILL /IM AsusTPHelper.exe /F
TASKKILL /IM AsusTPLauncher.exe /F
TASKKILL /IM AsusTPLoader.exe /F
cd "C:\Program Files (x86)\ASUS\ASUS Smart Gest... | SEV007/asus_smartgesture_reload_fix | smartgesture_reload.bat | bat | mit | 371 |
@ECHO OFF
cd Bolt.Performance.Console
dnx performance | yonglehou/Bolt | test/Performance/performanceTest.cmd | bat | mit | 54 |
@echo off
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe MSBuildMigrationRunner.csproj ^
/t:migrate ^
/p:DatabaseProvider=sqlserver2008 ^
/p:ConnectionStringConfigPath=ConnectionStrings.config ^
/p:ConnectionStringName=OpenEducationMigrations ^
/p:MigrationsProjectName=Migrations.FluentMigrator ^
/p:Migra... | adityasabnis/OpenEducation | Src/Migrations.FluentMigrator/migrate.bat | bat | mit | 457 |
@echo off
set COUNT=0
set STARTDIR=%CD%\
set BATDIR=%~dps0
cd /D %BATDIR%
for /f "tokens=*" %%a in (
'forfiles /P %BATDIR% /M burpsuite_*.jar /C "cmd /c echo @fname" ^| find /C "burpsuite"'
) do (
set COUNT=%%a
)
if %COUNT%==1 goto ONE
if %COUNT% gtr 1 goto MANY
goto NONE
:ONE
for %%X in (b... | zynga/hiccup | hiccup.bat | bat | mit | 1,057 |
IF "%~1" == "" goto noarg1
echo %1
goto eof
:noarg1
echo
:eof | Text-OS/Text-OS | Data/Commands/echo.bat | bat | mit | 62 |
@echo off
set corr=0
set wrong=0
set total=0
:start
cls
echo *******************************
echo * *
echo * PETALS AROUND THE ROSE V1 *
echo * BAT FILE IMPLEMENTATION *
echo * CODED BY DOMINIC *
echo * *
echo *********************... | 0x776b7364/batch-utils | PATR/PATR.bat | bat | mit | 2,937 |
..\..\..\Tools\ASEConvert Skeleton.ase ..\Environment\Sprites\Skeleton.png ..\Environment\Sprites\Skeleton.xml
| cdoty/SuperPlay | Examples/Sprites/Resources/mk.bat | bat | mit | 112 |
cmd_drivers/hid/built-in.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o drivers/hid/built-in.o drivers/hid/hid.o drivers/hid/uhid.o drivers/hid/hid-generic.o drivers/hid/hid-a4tech.o drivers/hid/hid-apple.o drivers/hid/hid-belkin.o drivers/hid/hid-ch... | jashasweejena/VibeKernel | drivers/hid/.built-in.o.cmd | bat | gpl-2.0 | 906 |
cmd_mm/swap.o := arm-linux-gnueabi-gcc -Wp,-MD,mm/.swap.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-rk/include... | jpsminix/minix5 | mm/.swap.o.cmd | bat | gpl-2.0 | 27,818 |
cmd_lib/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o lib/built-in.o lib/bcd.o lib/div64.o lib/sort.o lib/parser.o lib/halfmd4.o lib/debug_locks.o lib/random32.o lib/bust_spinlocks.o lib/hexdump.o lib/kasprintf.o l... | domintech/PandaBoard-LinuxKernel | lib/.built-in.o.cmd | bat | gpl-2.0 | 975 |
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" -game "oa" -flares -meta -patchmeta -v -verboseentities "C:\openarena-0.8.1\baseoa\maps\am_underworks2.map"
"I:\!lucho-temp\netradiant-1.5.0-20110819\q3map2.exe" -fs_basepath "C:\openarena-0.8.1" -fs_game "baseoa" ... | NeonKnightOA/oaassets | tools/compile-scripts/batch/am_underworks2.bat | bat | gpl-2.0 | 784 |
set PYTHONIOENCODING="utf-8"
python agent.py -v
pause | meahmadi/nsun | agent.bat | bat | gpl-2.0 | 53 |
cmd_arch/arm/mach-tegra/nvreftrack/built-in.o := arm-linux-gnueabi-ld -EL -r -o arch/arm/mach-tegra/nvreftrack/built-in.o arch/arm/mach-tegra/nvreftrack/nvreftrack.o
| spica234/HP-TestBuild-Repo-upwords-Sr3R | arch/arm/mach-tegra/nvreftrack/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cmd_sound/soc/nexell/nexell-snd-pcm.o := arm-linux-gnueabi-ld -EL -r -o sound/soc/nexell/nexell-snd-pcm.o sound/soc/nexell/nexell-pcm.o
| vlasenko/kernel.rk | files/sound/soc/nexell/.nexell-snd-pcm.o.cmd | bat | gpl-2.0 | 140 |
cmd_drivers/net/wireless/bcm4329/built-in.o := rm -f drivers/net/wireless/bcm4329/built-in.o; /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/net/wireless/bcm4329/built-in.o
| doadin/samsung-kernel-msm7x30-Doadin | drivers/net/wireless/bcm4329/.built-in.o.cmd | bat | gpl-2.0 | 209 |
cmd_libbb/bb_do_delay.o := gcc -Wp,-MD,libbb/.bb_do_delay.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-prot... | muthumani2/Muthu-busybox | libbb/.bb_do_delay.o.cmd | bat | gpl-2.0 | 9,397 |
cd btmp
call "c:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\Tools\vsvars32.bat"
vcexpress zlib.sln /build "Release|Win32" /project RUN_TESTS
| dankegel/ciwrap | zlib/bcheck.bat | bat | gpl-2.0 | 155 |
cmd_drivers/crypto/built-in.o := rm -f drivers/crypto/built-in.o; /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ar rcs drivers/crypto/built-in.o
| wujiku/superstar-kernel-shooter-2.3.4gb | drivers/crypto/.built-in.o.cmd | bat | gpl-2.0 | 158 |
@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... | sam-roth/Keypad | doc/make.bat | bat | gpl-3.0 | 6,706 |
@call "%~dp0\..\..\user\startstop\runmanually.bat" 0 \user\startstop StartAdminMode.py
@call StartUserMode.bat
| HiSPARC/station-software | persistent/startstopbatch/StartAdminMode.bat | bat | gpl-3.0 | 111 |
@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... | gilestrolab/pyrem | src/docs/make.bat | bat | gpl-3.0 | 6,699 |
@shift
@echo off
title HackingToolkit3DS
mode con cols=100 lines=35
:TitleMenu
cls
echo.
echo ##################################################
echo # #
echo # PackHack v4.8 by Asia81 #
echo # Edited by thethiny ... | thethiny/Modding-Database | 3DS/CXITool.bat | bat | gpl-3.0 | 1,453 |
java -classpath fmj.jar;lib/jdom.jar;lib/lti-civil-no_s_w_t.jar;lib/jl1.0.jar;lib/tritonus_share.jar;lib/mp3spi1.9.4.jar;lib/jorbis-0.0.15.jar;lib/jogg-0.0.7.jar;lib/vorbisspi1.0.2.jar;lib/jspeex.jar;lib/jna.jar;lib/ffmpeg-java.jar;lib/theora-java.jar;lib/jheora-patch.jar -Djava.library.path="native/win32-x86" net.sf.f... | champtar/fmj-sourceforge-mirror | sh/win32/x86/fmjtranscode.bat | bat | lgpl-2.1 | 365 |
@echo off
@rem Adapted from the Squirrel SQL Project
IF "%JAVA_HOME%"=="" SET LOCAL_JAVA=java
IF NOT "%JAVA_HOME%"=="" SET LOCAL_JAVA=%JAVA_HOME%\bin\java
set basedir=%~f0
:strip
set removed=%basedir:~-1%
set basedir=%basedir:~0,-1%
if NOT "%removed%"=="\" goto strip
set EDITOR_HOME=%basedir%
@rem bui... | plorenz/sarasvati | sarasvati-editor/src/main/izpack-resources/run-editor.bat | bat | lgpl-3.0 | 899 |
REM Copy DLL to the folder containing this batch file,
REM using http://stackoverflow.com/a/19303478
REM COPY "C:\Users\mb\Downloads\tbb44\tbb44_20160526oss\bin\intel64\vc14\tbb_debug.dll" "%~dp0\tbb_debug.dll"
REM Create a symlink rather than copying.
REM Note that the args are in opposite order.
mklink "%~dp0\tbb_d... | MaxBarraclough/TBBwithCMake | ADMINcreateLinkToTbbDlls.bat | bat | unlicense | 507 |
set ROOT_DIR=%~dp0.
doskey psh=fab -f %ROOT_DIR%\fabfile4.py $*
| gavinln/fabric_vm | python/env.bat | bat | apache-2.0 | 65 |
brc32 JvUIBReg.rc -r -fo..\resources\JvUIBReg.dcr
| tavultesoft/keymanweb | windows/src/ext/jedi/jvcl/donations/UIB/Resources/MakeDCR.bat | bat | apache-2.0 | 50 |
java -jar yuicompressor-2.4.8.jar cust-mob/jquery.js -o cust-mob/jquery-min.js
java -jar yuicompressor-2.4.8.jar cust-mob/jquery-dataTable.js -o cust-mob/jquery-dataTable-min.js
java -jar yuicompressor-2.4.8.jar cust-mob/uimaster.js -o cust-mob/uimaster-min.js
java -jar yuicompressor-2.4.8.jar cust-mob/uimaster-widget.... | shaolinwu/uimaster | modules/uipage/lib/compress-cust-mob.bat | bat | apache-2.0 | 360 |
@echo off
if "%1"=="" goto verbose
if "%1"=="-silent" goto silent
cls
echo rebar skip_deps=true eunit suites=%1
rebar skip_deps=true eunit suites=%1
goto end
:verbose
cls
echo rebar skip_deps=true eunit
rebar skip_deps=true eunit
goto end
:silent
echo running all tests for project, reporting only failures
echo reba... | K2InformaticsGmbH/rebar | reu.cmd | bat | apache-2.0 | 458 |
@echo off
setlocal
REM This script compares two KAMs
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See the License for the specific langua... | OpenBEL/openbel-framework | org.openbel.framework.tools/tools/KamComparator.cmd | bat | apache-2.0 | 626 |
@echo off
@rem Licensed to the Apache Software Foundation (ASF) under one or more
@rem contributor license agreements. See the NOTICE file distributed with
@rem this work for additional information regarding copyright ownership.
@rem The ASF licenses this file to You under the Apache License, Version 2.0
@rem (the "Li... | BUPTAnderson/apache-hive-2.1.1-src | bin/ext/cli.cmd | bat | apache-2.0 | 1,543 |
md android\assets
md android\src\com\thegamecreators\agk_player
copy ..\..\..\Lib\Android\java\*.java android\src\com\thegamecreators\agk_player
copy ..\..\..\Lib\Android\armeabi\libAGK.so android\libs\armeabi
copy ..\..\Bin\background3.jpg android\assets
copy ..\..\Bin\penguin.png android\assets
| google-code/agkpas | Examples/01_Sprites/0115_Visibility/android_post_build.bat | bat | bsd-2-clause | 304 |
@echo off
cls
call 00_boot.bat %1
call 02_build.bat %1 | ccellar/mite.net | 01_boot_and_build.bat | bat | bsd-3-clause | 54 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help... | pombredanne/unuk | docs/make.bat | bat | bsd-3-clause | 4,261 |
::nimre42
@echo off
rem lasydos shorcut
call lazydos.bat %*
| nimre42/lazydos | ld.bat | bat | mit | 60 |
cl /c hello.c
link hello.obj user32.lib
editbin /REBASE:BASE=0x00400000 hello.exe | starqiu/Virus | Lab/lab4/step3/hello.bat | bat | gpl-2.0 | 81 |
Test\SwitchMode\bin\Debug\SwitchMode.exe System.ServiceModel_test_net_3_0.dll.config client
start WCFServers.exe
nunit-console.exe System.ServiceModel_test_net_3_0.dll /out:TestResults.txt /exclude:NotWorking
WCFServers.exe shutdown
| xen2/mcs | class/System.ServiceModel/run-tests.client.bat | bat | gpl-2.0 | 234 |
@echo off
TITLE Tesseract server software for Minecraft: Pocket Edition
cd /d %~dp0
if exist bin\php\php.exe (
set PHPRC=""
set PHP_BINARY=bin\php\php.exe
) else (
set PHP_BINARY=php
)
if exist Tesseract*.phar (
set POCKETMINE_FILE=Tesseract*.phar
) else (
if exist PocketMine-MP.phar (
set POCKETMINE_FILE=Pock... | InfinityPE/InfinityPE | start.cmd | bat | gpl-3.0 | 892 |
cd %HOME%
| Erotemic/local | windows/oldscripts/cd~.bat | bat | gpl-3.0 | 10 |
@echo off
call "setup_mssdk71.bat"
cd .
if "%1"=="" (nmake -f quat2rpy_rtw.mk all) else (nmake -f quat2rpy_rtw.mk %1)
@if errorlevel 1 goto error_exit
exit /B 0
:error_exit
echo The make command returned an error of %errorlevel%
An_error_occurred_during_the_call_to_make
| tn0432/ardrone2islabdriver | navdata_islab/quat2rpy/quat2rpy_rtw.bat | bat | apache-2.0 | 290 |
::
:: Microsoft Azure CLI - Windows Installer - Author file components script
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@IF EXIST "%~dp0\..\python.exe" (
SET AZ_INSTALLER=MSI
"%~dp0\..\python.exe" -IBm azure.cli %*
) ELSE (
echo Failed to load python executable.
exit /b 1
)
| yugangw-msft/azure-cli | build_scripts/windows/scripts/az.cmd | bat | mit | 306 |
@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% %ALLSPHINXOPTS%
... | gpichot/django-cities-light | docs/make.bat | bat | mit | 5,131 |
@echo off
setlocal
CD /d "%~dp0"
::Test If script has Admin Priviledges/is elevated
REG QUERY "HKU\S-1-5-19"
IF %ERRORLEVEL% NEQ 0 (
ECHO Please run this script as an administrator
pause
EXIT /B 1
)
cls
echo Setup Options
echo =============
echo.
echo 1. Check dependencies and execute setup scripts.
echo ... | Evilazaro/MCSDAzureTraining | Design and Implement Cloud Services/HOLs/WATK/IntroToCloudServicesVS2012/Source/Setup.cmd | bat | agpl-3.0 | 1,249 |
cmd_fs/notify/fanotify/built-in.o := rm -f fs/notify/fanotify/built-in.o; arm-eabi-ar rcs fs/notify/fanotify/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | fs/notify/fanotify/.built-in.o.cmd | bat | gpl-2.0 | 121 |
@echo off
..\..\currennt\Release\currennt.exe config.cfg
pause | luisandresilva/currennt | examples/speech_autoencoding_chime/run.bat | bat | gpl-3.0 | 71 |
@echo off
rem Cheridan asked for this. - N3X
call python ss13_genchangelog.py ../html/changelog.html ../html/changelogs
pause | Kilmannan/HippieStation13 | tools/makeChangelog.bat | bat | agpl-3.0 | 125 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.