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
rem In addition to the other parameter options for the standalone server
rem pass -j or --jmx to enable JMX agent. The port for it can be specified
rem with optional port number e.g. -j1099 or --jmx=1099.
rem
set JMX_ENABLED=0
set JMX_PORT=1099
set JAVA_ARGS=
::remove any quotes from JAVA_HOME and E... | joewiz/exist | bin/server.bat | bat | lgpl-2.1 | 1,838 |
@echo off
if not exist "%1..\..\..\bazel-bin\javascript\webdriver\atoms\get-attribute.js" (
echo Building getAttribute atom
pushd "%1..\..\.."
bazel build //javascript/webdriver/atoms:get-attribute.js
popd
)
if not exist "%1..\..\..\bazel-bin\javascript\atoms\fragments\is-displayed.js" (
echo Building isDis... | SeleniumHQ/selenium | dotnet/src/webdriver/WebDriver.csproj.prebuild.cmd | bat | apache-2.0 | 1,513 |
mkdir ..\bin
java -cp .;..\dist\Common.jar dguitar.DGcompile > DGcompile.bat
cmd /C DGcompile.bat
cd ..\bin
jar cvfm ..\dist\DGuitar.jar ..\.settings\DGuitar.mf . | elkafoury/dguitar | src/FullCompile.bat | bat | gpl-2.0 | 166 |
rem Simple example to compile a cxx program that use openturns.
set OT_PREFIX="c:\openturns"
set MINGW_PREFIX="%OT_PREFIX%\MinGW"
%MINGW_PREFIX%\bin\g++ -Wl,--enable-auto-import main.cxx -I%OT_PREFIX%\include -I%OT_PREFIX%\include\openturns -I%MINGW_PREFIX%\include -L%OT_PREFIX% -DHAVE_PTHREAD_H -DPACKAGE_N... | dbarbier/ot-svn | distro/windows/examples/simple_cxx_example/make.bat | bat | gpl-3.0 | 518 |
@echo off
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The ASF licenses this file to You under the Apache License, Version 2.0
REM (the "License... | jior/cluster | cacheserver3/bin/start-cache-facade.bat | bat | apache-2.0 | 992 |
@netsh advfirewall set allprofiles state on | jwatson3d/vagrant | win81vs12/provisioning/shell/enableFirewall.bat | bat | mit | 43 |
@echo off
REM Copyright (c) 2005-2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
REM
REM WSO2 Inc. licenses this file to you under the Apache License,
REM Version 2.0 (the "License"); you may not use this file except
REM in compliance with the License.
REM You may obtain a copy of the License at
REM... | hemikak/product-cep | modules/distribution/scripts/wso2cep-samples.bat | bat | apache-2.0 | 2,270 |
@ECHO OFF
REM Simple 'make' replacement for windows-based system, 'npm test' will now find
REM 'make.bat' and sets the MYSQL_ enviroment variables according to this file
REM Edit the variables according to your system
REM No spaces (' ') between variablenames, '=' and the values!
REM Host to test with default:... | teeple/pns_server | work/node_modules/mysql/make.bat | bat | gpl-2.0 | 1,059 |
@echo off
if not exist scripts/fontdump.c cd ../..
if not exist scripts/fontdump.c goto usage
if not exist generated mkdir generated
cl /nologo -Iinclude scripts/fontdump.c setargv.obj
cl /nologo -Iinclude scripts/cmapdump.c setargv.obj
cl /nologo -Iinclude scripts/cquote.c setargv.obj
cl /nologo -Iinclude scripts/bi... | joonas-fi/sumatrapdf | mupdf/platform/win32/generate.bat | bat | gpl-3.0 | 1,701 |
/******************************************************************************/
/* lnk_msp430g2553.cmd - LINKER COMMAND FILE FOR LINKING MSP430G2553 PROGRAMS */
/* */
/* Usage: lnk430 <obj files...> -o <out file> -m <map file> lnk.... | winkingsl/smatr-watch-on-msp430 | watch_v2.0/lnk_msp430g2553.cmd | bat | gpl-2.0 | 5,717 |
@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... | matthewmcnew/splenda | docs/make.bat | bat | isc | 6,461 |
@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... | Michael-E-Rose/scholarmetrics | docs/make.bat | bat | mit | 6,475 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\_copyfiles@1.2.0@copyfiles\copyup" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\_copyfiles@1.2.0@copyfiles\copyup" %*
) | 724400475/gallery-by-react | node_modules/.bin/copyup.cmd | bat | mit | 208 |
CD /D C:\Dev\Denebola
| stackprobe/Factory | DevTools/dn.bat | bat | mit | 22 |
@echo off
python "%~dp0\git-output.py" --branch %1 %2 | tifon/mks-comment | git-output-branch.bat | bat | mit | 53 |
:: Name: DXWeb.cmd
:: Purpose: Package the nuspec file and store it in the Deploy location
:: Author: don@wibier.net
:: Revision: December 2016 Initial script for VisualStudio Post Build Event
:: Usage: DXWeb "$(SolutionDir)" "$(ProjectName)" "$(ConfigurationName)"
@ECHO OFF
SETLOCAL ENABLEEXTENSIONS
SET me=... | donwibier/DXWeb | DXWeb.cmd | bat | mit | 1,110 |
C:\Python34\Lib\site-packages\PyQt4\pyuic4.bat -x MQTT_UI.ui -o MQTT_UI.py | EEEManchester/Food-Computer | Software/MQTT Test GUI/MQTT_GUI/extract.bat | bat | mit | 74 |
dotnet src\Sir.StringCompare\bin\release\net5.0\Sir.StringCompare.dll %* | kreeben/resin | compare.bat | bat | mit | 72 |
@echo off
setlocal
REM Script for building the LLVM installer on Windows,
REM used for the the weekly snapshots at http://www.llvm.org/builds.
REM
REM Usage: build_llvm_package.bat <revision>
REM Prerequisites:
REM
REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
REM NSIS with the strlen_8192 patch... | silverneko/HWs | compiler-hw-2-master/hw3/llvm-3.8.0.src/utils/release/build_llvm_package.bat | bat | mit | 2,946 |
cmd_lib/ratelimit.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,lib/.ratelimit.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm... | mjmccall/Kernel | lib/.ratelimit.o.cmd | bat | gpl-2.0 | 14,138 |
sass --watch sass:css -C -t compressed
PAUSE | McReiz/joombases | Estilos/compilation.bat | bat | gpl-2.0 | 44 |
cmd_arch/arm/kernel/vmlinux.lds := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/include -I/home/... | JoinTheRealms/TF700-dualboot-stockbased | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 4,748 |
cmd_drivers/mmc/host/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/mmc/host/built-in.o drivers/mmc/host/sdhci.o drivers/mmc/host/sdhci-pltfm-kona.o drivers/mmc/host/sdio-wifi.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | drivers/mmc/host/.built-in.o.cmd | bat | gpl-2.0 | 245 |
@echo off
rem
rem $Id: bldsvr.bat 9280 2011-02-14 18:16:32Z druzus $
rem
rem ---------------------------------------------------------------
rem This is a generic template file, if it doesn't fit your own needs
rem please DON'T MODIFY IT.
rem
rem Instead, make a local copy and modify that one, or make a call to
rem th... | xharbour/core | samples/sitesvr/bldsvr.bat | bat | gpl-2.0 | 833 |
cmd_mm/pagewalk.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,mm/.pagewalk.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include include/ge... | doadin/samsung-kernel-msm7x30-Doadin | mm/.pagewalk.o.cmd | bat | gpl-2.0 | 24,099 |
cmd_arch/arm/boot/dts/imx6sx-19x19-arm2-sai.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6sx-19x19-arm2-sai.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/linux_yocto/dr... | heyoufei2/yocto3.14.38_kernel | arch/arm/boot/dts/.imx6sx-19x19-arm2-sai.dtb.cmd | bat | gpl-2.0 | 1,766 |
@ECHO OFF
:: this script is ONLY meant to be run under an EXISTING CONSOLE.
:: run it at the cmd.exe prompt or call it from your startup.bat for example.
:: double-clicking it from the explorer wont do anything meaningful.
:: if you want to launch a NEW CONSOLE process with the errcolor installed,
:: then run errcolor... | kobilutil/errcolor | tests/attach-errcolor-to-current-console.bat | bat | gpl-2.0 | 2,274 |
cmd_drivers/media/usb/dvb-usb/dvb-usb-m920x.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/usb/dvb-usb/dvb-usb-m920x.ko drivers/media/usb/dvb-usb/dvb-usb-m920x.o drivers/media/usb/dvb-usb/dvb-usb-m920x... | avareldalton85/rpi2-linux-rt | drivers/media/usb/dvb-usb/.dvb-usb-m920x.ko.cmd | bat | gpl-2.0 | 327 |
cmd_drivers/acpi/resources/rscreate.o := gcc -Wp,-MD,drivers/acpi/resources/.rscreate.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-de... | namgk/kernel-tut | drivers/acpi/resources/.rscreate.o.cmd | bat | gpl-2.0 | 14,085 |
@echo off
REM $Id: comregister.cmd $
REM
REM Script to register the VirtualBox COM classes
REM (both inproc and out-of-process)
REM
REM
REM Copyright (C) 2006-2016 Oracle Corporation
REM
REM This file is part of VirtualBox Open Source Edition (OSE), as
REM available from http://www.virtualbox.org. This file... | miguelinux/vbox | src/VBox/Main/src-all/win/comregister.cmd | bat | gpl-2.0 | 7,605 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs sound/isa/gus/built-in.o
| dalinaum/studyak | sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 161 |
set optimise=1
set scrape=1
set limit=111111111111111111111111
:Top
CD..
php.exe update_binaries.php
php.exe update_releases.php
CD win_scripts
set /a scrape=%scrape%+1
if %scrape%==5 goto scrape
:ScrapeDone
set /a optimise=%optimise%+1
if %optimise%==300 goto optimise
:OptimiseDone
set /a tv=... | anth0/nnplus | misc/update_scripts/win_scripts/runme_with_scrape.bat | bat | gpl-3.0 | 848 |
@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%
... | linwoodc3/gdeltPyR | docs/make.bat | bat | gpl-3.0 | 7,464 |
:: (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... | CprE488/Final | system/implementation/system_axi_vdma_0_wrapper_fifo_generator_v9_3_2/implement/implement_synplify.bat | bat | gpl-3.0 | 3,472 |
cd server-classes
rmiregistry
| veltzer/demos-java | projects/Standard/resources/programming/samples/rmi/bat_2-server-run-registry.bat | bat | gpl-3.0 | 32 |
@echo off
REM This script generates the DEF file for the control DLL depending on
REM what has been set to go into it
echo ; mozctl.def : Declares the module parameters. > %1
echo ; This file was autogenerated by mkctldef.bat! >> %1
echo. >> %1
echo LIBRARY ... | tmhorne/celtx | embedding/browser/activex/src/control/mkctldef.bat | bat | mpl-2.0 | 797 |
@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... | code4futuredotorg/reeborg_tw | old_docs/js_py_en/make.bat | bat | agpl-3.0 | 6,745 |
%NUGET% restore FreecraftCore.Packet.sln -NoCache -NonInteractive -ConfigFile Nuget.config
msbuild FreecraftCore.Packet.sln /p:Configuration=Release | FreecraftCore/FreecraftCore.Packet | MyGet.bat | bat | agpl-3.0 | 148 |
@echo off
net session >nul 2>&1
if NOT %errorLevel% == 0 (
echo Failure: Current permissions inadequate. Please run as administrator.
pause
exit /b 1
)
set scrubDisks="%1"
if [%1]==[] set scrubDisks="SelectViaGUI"
"%~dp0\UrBackupClientBackend.exe" --cmdline --no-server --plugin fsimageplugin.dll --dis... | uroni/urbackup_frontend_wx | data/scrub_disk.bat | bat | agpl-3.0 | 349 |
@ECHO off
:: rmrbranco@openmailbox.org
:: https://github.com/RuiBranco/mkep
:: Started 15/5/2002
::CONFIG
::YOU CAN CHOOSE THE LANG
SET lang=en
::DO NOT CHANGE ANYTHING BELOW THIS LINE
::HOWEVER, I TRY TO WRITE A SIMPLE AND CLEAN CODE FOR ALL UNDERSTAND
::WINDOW TITLE
TITLE mkep - mkpsyb... | carriercomm/mkep | mkep_win/mkpsybnc.bat | bat | unlicense | 3,055 |
call "C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin\vcvars32.bat"
call ant %*
| freeVM/freeVM | enhanced/buildtest/tests/vts/vm/build/build.bat | bat | apache-2.0 | 91 |
@echo off
setlocal
for %%? in ("%~dp0..") do set JLITE_HOME=%%~f?
call "%JLITE_HOME%\cli\set-classpath.bat"
java -cp %CLASSPATH% jlite.cli.JobOutput %* | csuarez/jlite-cli-plus | cli/job-output.bat | bat | apache-2.0 | 157 |
@echo off
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The ASF licenses this file to You under the Apache License, Version 2.0
REM (the "License... | fzsens/zookeeper | bin/zkEnv.cmd | bat | apache-2.0 | 1,635 |
@echo off
REM Sets up the VistALink connector in Glassfish.
SETLOCAL ENABLEEXTENSIONS
REM Load configuration settings.
call config.bat
echo Building the VistALink connector...
pushd ..\vljRar
REM Must use "call" because gradlew is a batch file.
call gradlew rar
copy build\distributions\vistalink-1.6.rar ..\install\... | VHAINNOVATIONS/ASRCM | install/setup_vistalink.bat | bat | apache-2.0 | 1,237 |
#!/bin/bash --norc
# INSTALL_LuMP_Pulsar_PSRXML.bat
# usage: INSTALL_LuMP_Pulsar_PSRXML.bat
# 2014 Sep 26 James Anderson --- GFZ move from original huge install file
# Copyright (c) 2014 James M. Anderson <anderson@gfz-potsdam.de>
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use ... | AHorneffer/lump-lofar-und-mpifr-pulsare | pulsar/INSTALL_LuMP_Pulsar_PSRXML.bat | bat | apache-2.0 | 3,690 |
cmd_drivers/staging/serial/built-in.o := rm -f drivers/staging/serial/built-in.o; arm-linux-androideabi-ar rcsD drivers/staging/serial/built-in.o
| MihawkHu/Android_scheduler | kernel/goldfish/drivers/staging/serial/.built-in.o.cmd | bat | mit | 147 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXNSPI.S01_ObtainGeneralInfo.MSOXNSPI_S01_TC09_QueryColumnsIgnoreSomeFlags /testcontainer:..\..\MS-OXNSPI\TestSuite\bin\Debug\MS-OXNSPI_TestSuite.dll /runconfig:..\..\MS-OXNSPI\MS-OXNSPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXNSPI/RunMSOXNSPI_S01_TC09_QueryColumnsIgnoreSomeFlags.cmd | bat | mit | 307 |
:: x86 / x64
set target=%1
:: Debug / Release
set configuration=%2
set dest=%3
:: Set variables
set target-conf=%target%\%configuration%
set fileDirectory=%~dp0
set engineLibs="%fileDirectory%..\..\lib\%target%\Win\%configuration%\"
mkdir %dest%
:: Copy Engine lib
xcopy /Y /D /S %engineLibs%\*.dll %dest%
xcopy /Y... | ReDEnergy/OpenGL4.5-GameEngine | Engine/App/scripts/post-build.bat | bat | mit | 354 |
cmd_scripts/selinux/mdp/mdp := gcc -Wp,-MD,scripts/selinux/mdp/.mdp.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Isecurity/selinux/include -o scripts/selinux/mdp/mdp scripts/selinux/mdp/mdp.c
source_scripts/selinux/mdp/mdp := scripts/selinux/mdp/mdp.c
deps_scripts/selinux/mdp/mdp :=... | nutterpc/demonkernel-I9505-TW | scripts/selinux/mdp/.mdp.cmd | bat | gpl-2.0 | 2,618 |
@echo off
echo Steam Messages Base
..\..\Protogen\protogen -i:"steammessages_base.proto" -o:"..\..\..\SteamKit2\SteamKit2\Base\Generated\SteamMsgBase.cs" -t:csharp -ns:"SteamKit2.Internal"
echo.
echo.
echo Encrypted App Ticket
..\..\Protogen\protogen -i:"encrypted_app_ticket.proto" -o:"..\..\..\SteamKit2\Stea... | rest2t/steam-helper | node_modules/steam-client/node_modules/steam-resources/protobufs/steamclient/generate-base.bat | bat | gpl-2.0 | 5,259 |
C:\Python27\python.exe ..\..\Executables\spndtime.py 9
| MartinHvidberg/jobman | jobman_master/Available/spndtime_9.bat | bat | gpl-3.0 | 55 |
keytool -genkey -alias jade-cont-1 -keyalg RSA -keystore keystore1 -dname "CN=Giada,OU=JADE,O=FooBar Ltd,L=Naples,ST=na,C=IT" -keypass mysecretpassword -storepass mysecretpassword
dir
pause
| ekiwi/jade-mirror | doc/tutorials/SSL-IMTP/JICP-SSL/cont1/1-createKeyStore1.bat | bat | lgpl-2.1 | 193 |
#!/bin/bash
#Fortran forditas (for-->obj)
echo FOR2OBJ.BAT $1 $2
#set -x
TARGET=$BUILD_OBJ/$1.obj
CMPOPT=$BUILD_OBJ/compopt-$1
OUTFOR=outfor-$1
ERROR=error--$OUTFOR
#rm -f error
rm -f $ERROR
rm -f $CMPOPT
mkdir -p $BUILD_OBJ
# cat $CCCDIR/usr/options/$CCCBIN/$BUILD_OPT >>$CMPOPT
for i in $BUILD_INC; do echo -I$i... | mrev11/ccc3 | usr/build/linux/for2obj.bat | bat | lgpl-2.1 | 622 |
merge --ucl -i tests/merge_09.ucl .
| allanjude/uclcmd | tests/merge_09.cmd | bat | bsd-2-clause | 36 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mean-cli\bin\mean-install" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\mean-cli\bin\mean-install" %*
) | dm-dashboard/dashboard | node_modules/meanio2/node_modules/.bin/mean-install.cmd | bat | mit | 192 |
@ECHO OFF
title Clean Folders and Gradle Cache
echo =====================================
echo CLEANS OUTPUT FOLDER AND GRADLE CACHE
echo =====================================
echo Removing output directory...
rmdir /Q /S output
echo Cleaning up Gradle data...
gradlew cleanCache clean | Maxwolf/MineAPI.Java | clean.bat | bat | mit | 285 |
@echo off
if exist .\..\..\Project\Device_Firmware_Upgrade\binary_template\TrueSTUDIO\STM3210C-EVAL\Debug\STM3210C-EVAL.elf ("arm-elf-objcopy.exe" -O binary ".\..\..\Project\Device_Firmware_Upgrade\binary_template\TrueSTUDIO\STM3210C-EVAL\Debug\STM3210C-EVAL.elf" ".\..\..\Project\Device_Firmware_Upgrade\binary_templa... | yangwc/EDC2000_V0.3 | Utilities/Binary/TrueSTUDIO_elf2bin.bat | bat | gpl-2.0 | 1,888 |
@echo // Copyright (C) 1996-2015 Markus F.X.J. Oberhumer
@echo //
@echo // OS/2 32-bit
@echo // Watcom C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=wcl386 -zq -mf -5r -bt#os2 -l#os2v2
set CF=-ox -zc %CFI% %CFASM%
set LF=%BLIB%
%CC% %CF% -c src\*.c
@if errorlevel 1 goto erro... | durd07/4G | vpn/openvpn/lzo-2.09/B/os2/wc.bat | bat | gpl-2.0 | 963 |
set NOPAUSE=true
start "JBoss Server" /b cmd /c %JBOSS_HOME%\bin\standalone.bat
set ERROR=0
set TIMEOUT=10
set I=0
ping 127.0.0.1 -n 3 > nul
:wait_for_jboss
call %JBOSS_HOME%\bin\jboss-cli.bat -c --command=":read-attribute(name=server-state)" | findstr "running"
if %ERRORLEVEL% equ 0 goto install_adapters
ping 127... | thomasdarimont/keycloak | testsuite/integration-arquillian/servers/app-server/jboss/eap6/src/main/resources/config/install-adapters-online.bat | bat | apache-2.0 | 1,190 |
ml64.exe /Flinffasx64 /c /Zi inffasx64.asm
ml64.exe /Flgvmat64 /c /Zi gvmat64.asm
| imx6uldev/depedency_tools | zlib/zlib-1.2.8/contrib/masmx64/bld_ml64.bat | bat | mit | 86 |
@echo off
REM
REM Copyright 2005 Sun Microsystems, Inc. All rights reserved.
REM Use is subject to license terms.
REM
@echo on
@echo This demo requires a cref with com.sun.javacard.samples.transit applet
@echo installed
@echo Start cref before running this demo
@echo off
setlocal
if "%JAVA_HOME%" == "" goto warnin... | OpenCryptoProject/JCMathLib | JCMathLib/ext/java_card_kit-2_2_2-win/samples/src/demo/transit/POSTerminal.bat | bat | mit | 871 |
@echo off
SETLOCAL
@REM ----------------------------------------------------------------------------
@REM report-generator.cmd
@REM
@REM author: m4mc3r@gmail.com
@REM ----------------------------------------------------------------------------
set start_time=%time%
set working_dir=%CD%\..\..
set reportgenerator_b... | mamcer/isomount | Tools/cmd/report-generator.cmd | bat | mit | 1,133 |
rem D:\Utilities\%1.bat | bink81/development-tools | windows/rem.bat | bat | mit | 23 |
@echo off
::set nuget_url=http://localhost/Xlent.Lever.Nuget.Service/api/v2/package
set nuget_url=http://fulcrum-nuget.azurewebsites.net/api/v2/package
set api_key=7b519fe3-ad97-460c-881c-ece381f5ae69
echo.
echo READ THIS
echo.
echo 1. Build project (dll files are automatically put in lib folder)
echo 2. Change vers... | xlent-fulcrum/Xlent.Lever.Libraries2.Core | src/Core.NetFramework/CreateAndPublishNuGetPackage.cmd | bat | mit | 550 |
mkdir ..\extjs
mkdir ..\extjs\src
mkdir ..\extjs\lang
mkdir ..\extjs\res
mkdir ..\extjs\res\images
mkdir ..\extjs\res\css
mkdir ..\extjs\res\ext-theme-access
mkdir ..\extjs\res\ext-theme-access\images
mkdir ..\extjs\res\ext-theme-classic
mkdir ..\extjs\res\ext-theme-classic\images
mkdir ..\extjs\res\ext-theme-gray
mk... | proson/project | FineUI.Examples/extjs_builder/build.bat | bat | epl-1.0 | 3,766 |
@echo off
cd "%~dp0"
rem if not "%~1"=="" if not defined __ mode 60,30 & tasklist /FI "IMAGENAME eq cmdgfx_gdi.exe" | find "cmdgfx_gdi.exe" >nul 2>nul
if not "%~1"=="" if not defined __ mode 60,30 & tasklist /FI "WINDOWTITLE eq BWin misol GUI 101" | find "cmd.exe" >nul 2>nul
if "%errorlevel%"=="0" if not "%~1"=="" if n... | misol1/cmdgfx | BWin/Batch/BWin.bat | bat | gpl-2.0 | 22,151 |
cmd_/home/sybot/devel/etherlabmaster/devices/ec_generic.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-3.2.0-4-common/scripts/module-common.lds --build-id -o /home/sybot/devel/etherlabmaster/devices/ec_generic.ko /home/sybot/devel/etherlabmaster/devices/ec_generic.o /home/sybot/devel/etherlabmaster/devices/ec_gener... | ahzahraee/etherlabmaster | devices/.ec_generic.ko.cmd | bat | gpl-2.0 | 329 |
cmd_drivers/battery/built-in.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o drivers/battery/built-in.o drivers/battery/sec_charger.o drivers/battery/sec_fuelgauge.o drivers/battery/sec_dt_init.o drivers/b... | chase2534/gtab47.freekern | drivers/battery/.built-in.o.cmd | bat | gpl-2.0 | 411 |
echo reset IIS
echo iisreset
echo beging copy componet dll to portal and appserver
copy .\Entity\bin\Debug\UFIDA.U9.Cust.SeeBestAdvertisementBE.Deploy.dll C:\yonyou\U9V50\Portal\ApplicationLib
copy .\Entity\bin\Debug\UFIDA.U9.Cust.SeeBestAdvertisementBE.Deploy.pdb C:\yonyou\U9V50\Portal\ApplicationLib
copy .\Ent... | amazingbow/yonyou | 视贝/SeeBest_Code/SeeBestAdvertisementBE/AutoBuild.bat | bat | gpl-2.0 | 1,439 |
cmd_mm/mlock.o := arm-eabi-gcc -Wp,-MD,mm/.mlock.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 -D__KERNEL__ ... | timmytim/honeybutter_kernel | mm/.mlock.o.cmd | bat | gpl-2.0 | 31,442 |
cmd_sound/core/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-hwdep.o sound/core/snd-timer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o
| garwynn/D710SPR_GB27_Kernel | sound/core/.built-in.o.cmd | bat | gpl-2.0 | 241 |
@echo off
set PACKAGE=org.speechforge.cairo.demo.hotword
set CLASS=HotwordClient
set LOCAL_RTP_PORT=42046
set GRAMMAR_URL=file:../../../demo/grammar/hotword.gram
set PROMPT_TEXT=Say Computer, if you want to get my attention.
start "%CLASS% - %GRAMMAR%" ..\..\launch %PACKAGE%.%CLASS% %LOCAL_RTP_PORT% "%GRAMM... | AaronZhangL/az-ZanzibarOpenIVR | bin/cairo/demo/demo-hotword.bat | bat | gpl-2.0 | 346 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
goto... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/bin/ptar.bat | bat | gpl-2.0 | 4,442 |
cmd_mm/init-mm.o := arm-linux-gnueabi-gcc -Wp,-MD,mm/.init-mm.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-pr... | b8e5n/KTG-kernel_es209ra | mm/.init-mm.o.cmd | bat | gpl-2.0 | 19,760 |
@echo off
if "%1*" == "*" (for /L %%F in (1,1,3) do @echo. ) & exit /b 0
@REM echo #=========================================================================#
@REM echo # Lock information for dir %~dpnx1
setlocal
set OpenHandles=yes
@REM Double qoutes in handle.exe call are FORBIDDEN (handle.exe "%~1" is incorrect)
for... | edfx-4r9/xescr | XEServer/lockinfo.bat | bat | gpl-2.0 | 786 |
REM +-------------------------------------------------+
REM © 2002-2004 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
REM +-------------------------------------------------+
REM $Id: serveur.cmd,v 1.2 2004-09-23 09:00:04 touraine37 Exp $
yaz-ztest.exe -c zserver.ini tcp:chenonceau:210 | Gambiit/pmb-on-docker | web_appli/pmb/zserver/sources/serveur.cmd | bat | gpl-2.0 | 317 |
cmd_drivers/net/hamradio/hdlcdrv.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/net/hamradio/hdlcdrv.ko drivers/net/hamradio/hdlcdrv.o drivers/net/hamradio/hdlcdrv.mod.o
| avareldalton85/rpi2-linux-rt | drivers/net/hamradio/.hdlcdrv.ko.cmd | bat | gpl-2.0 | 283 |
del .\compiled\PtokaX.exe
del .\compiled\PtokaX-gui.exe
del .\compiled\PtokaX.pdb
del .\compiled\PtokaX-gui.pdb
svn log > PtokaX-svn-log.txt
call "%VS10COMNTOOLS%\..\..\VC\bin\vcvars32.bat"
"%VS100COMNTOOLS%..\ide\devenv" PtokaX-gui.sln /Rebuild "Release|Win32"
"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bi... | pavel-pimenov/PtokaX | build-ptokax-win32-vc2010.bat | bat | gpl-3.0 | 1,340 |
:: @author Philip Van Raalte
:: This script removes/empties the build folder then copies the files for the build into a fresh build folder.
@echo off
cd "../"
if exist "build" rmdir "build" /S /Q
mkdir "build"
cd "build"
del *.* /F /Q
if not exist "style" mkdir "style"
if not exist "assets" mkdir "assets"
cd "../"
For ... | FIL1994/MusicGame | scripts/build.cmd | bat | gpl-3.0 | 570 |
@echo off
SETLOCAL
SET SCRIPTPATH=%~dp0
%SCRIPTPATH%..\pj\phantomjs\phantomjs-1.9.7-windows\phantomjs.exe %SCRIPTPATH%..\pj\run.js %* | DasRed/pj | bin/pj.cmd | bat | gpl-3.0 | 138 |
windres -i peazip.rc -o peazip.res | Arucard1983/PeaZip-for-ARM | windres_peazip.bat | bat | lgpl-3.0 | 34 |
@echo off
REM JBoss, the OpenSource webOS
REM
REM Distributable under LGPL license.
REM See terms of license at gnu.org.
REM
REM -------------------------------------------------------------------------
REM JBoss Service Script for Windows
REM -------------------------------------------------------------------------
... | MastekLtd/JBEAM | jbeam-core-components/jbeam-core-comm/src/windows-services/core-comm-service.bat | bat | lgpl-3.0 | 3,335 |
@echo off
setlocal ENABLEDELAYEDEXPANSION
rem Windows batch file that helps to boot the engine.
rem Provided without warranty.
rem
rem $Revision: $
rem The following path should use the DOS style example if the directory installed
rem is in C:\someclient\PRE28 then this the following entry should be C:\someclient\P... | MastekLtd/JBEAM | supporting_libraries/AdvancedPRE/pre/shell-scripts/bootEng.bat | bat | lgpl-3.0 | 1,270 |
pdflatex tarea.tex
pdflatex tarea.tex
| emilio93/ie0313-ii2016 | tareas/simulada1/build.bat | bat | apache-2.0 | 38 |
CALL CMakeCommon.bat
ECHO *** Set MVC14 specifics and run CMake ***
SET MAINCMAKE=%SRCROOTDIR%\projects\CMake\targets\GUCEF_exe_ProcessMetrics
SET MVC14_OUTPUTDIR="%OUTPUTDIR%\MVC14_x64_ProcessMetrics"
CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 14 2015" -A x64 -H"%MAINCMAKE%" -B%MVC14_OUTPUTDIR%
PAUSE | LiberatorUSA/GUCEF | projects/CMake/RunCMake_Shared_MVC14_Win64_ProcessMetrics.bat | bat | apache-2.0 | 312 |
@echo off
:: Get the file name
for /f "delims=" %%a in ('dir /b wix.d\MinionMSI\bin\Release\*.msi') do @set "msi=%%a"
@echo on
msiexec /i wix.d\MinionMSI\bin\Release\%msi% /qb!
| markuskramerIgitt/salt-windows-msi | install_silently.cmd | bat | apache-2.0 | 180 |
accel RemoteObject.con
accel VisibleRemoteObject.con
accel SingleContainer.con
accel DoubleContainer.con
accel RemoteContainer.con
accel ActiveXControl.con
accel Application.con
accel ArrayList.con
accel BasicPurpleIO.con
accel CLWrap.con
accel Canvas.con
accel ClassID.con
accel Constants.con
accel DOCConverter.con
acc... | Devronium/ConceptApplicationServer | core/server/Include/CompileFrameworkFull.bat | bat | bsd-2-clause | 5,629 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.c ..\..\testcasesupport\io.c ..\..\testcas... | JianpingZeng/xcc | xcc/test/juliet/testcases/CWE475_Undefined_Behavior_for_Input_to_API/CWE475.bat | bat | bsd-3-clause | 461 |
@echo off
nasm -fwin64 %~dp0timestamp64.asm -o %~dp0timestamp64.obj
golink /console /dynamicbase /nxcompat /entry _main /fo timestamp64_golink.exe %~dp0timestamp64.obj kernel32.dll
CALL %~dp0..\..\setmspath.bat
%MSLinker% /LIBPATH:%MSLibsX64% /DYNAMICBASE /NXCOMPAT /SUBSYSTEM:CONSOLE /MACHINE:X64 /ENTRY:_main /OUT:time... | jacwil/nasm-on-windows | 03_UTIL_timestamp/win64/make64.bat | bat | bsd-3-clause | 396 |
adb install -r bin/TutorialResources-debug.apk
adb shell am start -n org.oxygine.TutorialResources/org.oxygine.TutorialResources.MainActivity | Taikatou/oxygine-framework | examples/TutorialResources/proj.android/install.bat | bat | mit | 141 |
start fart "..\Version\VersionInfo.cs" "DeveloperBuild = true" "DeveloperBuild = false"
call BuildAndPackage.bat
start fart "..\Version\VersionInfo.cs" "DeveloperBuild = false" "DeveloperBuild = true"
| superusercode/RTC3 | Real-Time Corruptor/BizHawk_RTC/Dist/BuildAndPackage_Release.bat | bat | mit | 201 |
cd C:\wamp\www\rain\protected\R\Chi\JFM\
R CMD BATCH JFM.txt | i2x/raindb | R/chi/JFM.bat | bat | mit | 61 |
@fasm -m 16384 kpack.asm kpack
@kpack kpack
@pause
| devlato/kolibrios-llvm | programs/other/kpack/trunk/build.bat | bat | mit | 55 |
cmd_sound/pci/cs5535audio/built-in.o := rm -f sound/pci/cs5535audio/built-in.o; /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/pci/cs5535audio/built-in.o
| sai9615/MY-kernel-for-grand-I9082 | sound/pci/cs5535audio/.built-in.o.cmd | bat | gpl-2.0 | 171 |
@REM Script for post-install compilation of libmcpl.a on Windows
@REM
cd /d %~dp0%
del libneutronics.a
gfortran -c neutronics-subs.f
ar rcs libneutronics.a neutronics-subs.o
| markusappel/McCode | mcstas-comps/libs/neutronics/compile.bat | bat | gpl-2.0 | 180 |
@echo off
REM SHELTA.BAT
REM v1.2-2013.1130 (c)1999-2013 Chris Pressey, Cat's-Eye Technologies.
REM A 'make'-like utility for Shelta compilers, as an MS-DOS batchfile.
REM -- Change the following lines to tailor what libraries are
REM -- included by default. See readme.txt
type lib\8086\8086.she >s.she
type lib\8086\... | Divyavrat/aplaun | compiler/shelta/bin/shelta.bat | bat | gpl-3.0 | 1,066 |
@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 "... | nwellnhof/lucy-clownfish | devel/bin/setup_env.bat | bat | apache-2.0 | 2,455 |
#!/bin/sh
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License");... | breed/zookeeper | src/contrib/zooinspector/zooInspector.cmd | bat | apache-2.0 | 907 |
cmd_scripts/kconfig/lxdialog/util.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.util.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/util.o scripts/kconfig/lxdialog/util.c
source_scripts/kconfig/lxdialog/util.o := scripts/k... | Jason-Choi/EastSea-Kernel | scripts/kconfig/lxdialog/.util.o.cmd | bat | gpl-2.0 | 3,011 |
@ECHO OFF
PUSHD %~dp0\..
CALL vswhere.bat x64
CALL bootstrap-addons %*
POPD
| fritsch/xbmc | tools/buildsteps/windows/x64/bootstrap-addons.bat | bat | gpl-2.0 | 77 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.