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
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Entry point of ${project.artifactId}
rem
rem Environment Variable Prequisites ${undefined}
rem
rem
rem ${project.scriptName}_OPTS (Optional) Java runtime options used when
rem ... | mypsycho/JDeployer | org.mypsycho.rrun/assembly/target/assembly-runtime/tmp/main/templates/bin/rproc.bat | bat | lgpl-2.1 | 1,306 |
del addfunction.lrs
..\..\..\..\..\..\tools\lazres.exe addfunction.res TlrAddFunctionLibrary.xpm
| michalgw/LazReportPS | source/addons/addfunction/images/mk_res.bat | bat | lgpl-2.1 | 97 |
@ECHO OFF
TITLE LessUACRunner Admin
COLOR 47
REM BatchGotAdmin: https://searchcode.com/codesearch/view/45808546/
REM Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
IF '%ERRORLEVEL%' NEQ '0' (
ECHO Requesting administrative privileges...
GOTO UA... | jalvarez54/LessUACRunner | src-rss/LessUACRunnerAdmin.bat | bat | lgpl-3.0 | 720 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=gh_pages_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPH... | Fireforge/RagnarokPy3.2 | sphinx/make.bat | bat | lgpl-3.0 | 5,126 |
echo "Starting Jetty"
echo "Jetty home: %JETTY_HOME%"
echo "Web apps are in: %WEB_APPS%"
IF "%1"=="" GOTO start-jetty
echo "Coping %1 to %WEB_APPS%"
xcopy %1 %WEB_APPS%
:start-jetty
cd %JETTY_HOME%
"%JAVA_HOME%/bin/java" -jar %JETTY_HOME%/start.jar | gamlerhart/jetty-spoon | run-jetty-bat.bat | bat | apache-2.0 | 254 |
@echo off
CALL mklink /H "game.config" "../game.config"
CALL mklink /H "user.config" "../user.config"
CALL mklink /H "default.config" "../default.config"
CALL mklink /J "res" "../res"
CALL mklink /J "lua" "../external/GamePlay-deps/lua-5.2.3/src"
CALL mklink /H "pnglibconf.h" "../external/GamePlay-deps/png-1.6.15/scrip... | louis-mclaughlin/platformer | raw/automation/mklink.bat | bat | apache-2.0 | 898 |
@echo off
::Create 3 files. If they already exist, it will delete them and create new empty ones.
copy /y nul "utils\intermediate.py"
copy /y nul "utils\intermediatebis.py"
copy /y nul "utils\intermediateTer.py"
copy /y nul "Readme.txt"
::write a message so that user knows what is going on, until the end of the s... | jauerb/robogen | printing-3D/getParametricValues_WINDOWS.bat | bat | gpl-3.0 | 5,960 |
@echo off
set REGSQL="C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regsql.exe"
set DSN=Data Source=(local); Database=EventsBanner; Integrated Security=true;
rem Help?
rem %REGSQL% -?
rem REGSQL = %REGSQL%
rem DSN = %DSN%
%REGSQL% -C "%DSN%" -A all
pause
| smallsharptools/SmallSharpToolsDotNet | EventsBanner/Add Providers.cmd | bat | apache-2.0 | 282 |
@echo off
cls
.nuget\nuget.exe install FAKE -OutputDirectory packages -ExcludeVersion
.nuget\nuget.exe install SourceLink.Fake -OutputDirectory packages -ExcludeVersion
.nuget\nuget.exe install FSharp.Formatting -OutputDirectory packages -ExcludeVersion
SET TARGET="All"
IF NOT [%1]==[] (set TARGET="%1")
"packages\... | yukitos/FsCheck | build.cmd | bat | bsd-3-clause | 370 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S1_ConnectionTest_ChannelConnection_NegativeTest_MCSAttachUserConfirm_InitiatorNotPresent /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/S1_ConnectionTest_ChannelConnection_NegativeTest_MCSAttachUserConfirm_InitiatorNotPresent.cmd | bat | mit | 278 |
cmd_net/ipv4/netfilter/nf_nat.o := arm-linux-androideabi-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/nf_nat_prot... | tenorntex/lhbalanced | net/ipv4/netfilter/.nf_nat.o.cmd | bat | gpl-2.0 | 368 |
@ECHO OFF
CALL %~dp0scripts\genericmake Tests %*
| agarny/opencor | maketests.bat | bat | gpl-3.0 | 50 |
/******************************************************************************
*
* usb_dev_msc_ccs.cmd - CCS linker configuration file for usb_dev_msc.
*
* Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying t... | jhnphm/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-lm4f232/usb_dev_msc/usb_dev_msc_ccs.cmd | bat | gpl-3.0 | 2,801 |
@echo off
rem
rem Lithium: the most rad php framework
rem
rem @copyright Copyright 2015, Union of RAD (http://union-of-rad.org)
rem @license http://opensource.org/licenses/bsd-license.php The BSD License
rem
php -f "%~dp0lithium.php" %*
| wbeater/lithium | console/li3.bat | bat | bsd-3-clause | 247 |
@echo off
REM ---------------------------------------------------------------------------
REM Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) 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 ... | jsdjayanga/carbon-kernel | features/org.wso2.carbon.server.feature/resources/bin/jartobundle.bat | bat | apache-2.0 | 2,399 |
@echo off
echo "Setting System paths"
SETX PATH C:/SimpleCV1.3/files/opencv/build/x86/vc10/bin/;C:/Python27/;C:/Python27/Scripts/;C:/OpenCV2.3/opencv/build/x86/vc10/bin/;"%PATH%"
SETX PYTHONPATH C:/SimpleCV1.3/files/opencv/build/python/2.7/;C:/OpenCV2.3/opencv/build/python/2.7/;"%PYTHONPATH%"
SET PATH=C:/SimpleCV1.3/fi... | nils-werner/SimpleCV | scripts/install/win/install.bat | bat | bsd-3-clause | 1,728 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
setlocal
if not "%1" == "" (set specsRepoUser="%1")
if not "%2" == "" (set specsRepoBranch="%2")
if "%specsRepoUser%" == "" (set specsRepoUser="Azure")
if "%specsRepoBranch%" == "" (se... | ScottHolden/azure-sdk-for-net | src/SDKs/Monitor/Management.Monitor/validate.cmd | bat | mit | 905 |
@echo off
SET HLUAC=java -jar lib/hluac.jar -outext .lua
RD /S/Q luapp51 2> NUL
RD /S/Q luapp50 2> NUL
MD luapp51
MD luapp50
echo ++
%HLUAC% -err -lint -in . -d luapp51
%HLUAC% -err -lua50 -d luapp51 errfmt.hlua
%HLUAC% -err -lua50 -lint -in . -d luapp50 -include lua50-misc/_include.lua
echo ++
echo ' copy file... | zoon/luapp | make.cmd | bat | mit | 580 |
@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... | DataKind-SG/healthcare_ASEAN | docs/make.bat | bat | mit | 5,116 |
@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal
@echo off
set node-root=%~dp0..
rem // resolve to fully qualified path
for %%i in ("%node-root%") do set node-root=%%~fi
rem ---------------------------... | kevinledinh/azure-iot-sdks | node/build/build.cmd | bat | mit | 3,993 |
REM this takes forever just manually do it
REM call npm install
REM Change Directory
REM cd $(ProjectDir)\
REM Grab the current build configuration and set a variable we can use
set NODE_ENV=$(ConfigurationName)
REM run gulp
node_modules\.bin\gulp | xlfishbone/Nancy-Marionette-Seed | NancyBackboneSeed/prebuild.bat | bat | mit | 252 |
@echo off
set P4_PORT=ssl:52.17.163.3:1666
set HOME=%HOMEDRIVE%%HOMEPATH%
set HOME=
echo Enter your user folder (the one with Documents in it e.g. C:\Users\USER)
set /p HOME=Document Path :
if exist %HOME% (
echo Directory %HOME% is valid
) else (
echo Directory %HOME% doesn't exist
pause
goto: eof
)
set INS... | TomMinor/MayaPerforce | scripts/install_home.cmd | bat | mit | 1,439 |
@ECHO OFF
:start
CLS
ECHO.
ECHO ===Gestionnaire de hotspot wifi Batspot 1.0===
ECHO.
ECHO c. Crer un nouvel hotspot
ECHO d. Supprimer le hotspot
ECHO.
ECHO 1. Dmarrer le hotspot
ECHO 2. Arrter le hotspot
ECHO 3. Status du hotspot
ECHO.
ECHO q. Quitter
ECHO.
ECHO.
set choice=
set /p choice=Entrez votre choix puis a... | theblackhole/batspot | batspot.bat | bat | mit | 2,727 |
@ECHO OFF
"C:\Program Files\Atmel\AVR Tools\AvrAssembler2\avrasm2.exe" -S "C:\Documents and Settings\Ondra\Dokumenty\AVR projekty\HAD_leze\labels.tmp" -fI -W+ie -o "C:\Documents and Settings\Ondra\Dokumenty\AVR projekty\HAD_leze\efekty_LED.hex" -d "C:\Documents and Settings\Ondra\Dokumenty\AVR projekty\HAD_leze\efekty... | MightyPork/avr-projects | archive/000000_asm_old/OBSLUHA_PORTU/m16-HAD_leze/AvrBuild.bat | bat | mit | 580 |
php app/console assetic:dump | tanitsmeg/tanitsmeg | assetic_dump.bat | bat | mit | 28 |
@echo off
nodemon app.js
| bihe/myDMS-node | nodeapp/start.bat | bat | mit | 25 |
@echo off
title Text OS
setlocal enabledelayedexpansion
cd Data
set TextOS.realusername=!username!
if not exist Users (
mkdir Users
cd Users
mkdir Shared
mkdir !username!
cd !username! && echo This is an example file >> Example.txt && cd..
) else (
cd Users
if not exist !username! (
if exist !username!.redir... | Text-OS/Text-OS | Kernel.bat | bat | mit | 8,436 |
for /f "tokens=* delims= " %%i in ('dir /b /a-d "%GBE%\%EMUZ%\%FUSN%\Sega*(J*"') do SET SCDJB=%%i
for /f "tokens=* delims= " %%i in ('dir /b /a-d "%GBE%\%EMUZ%\%FUSN%\Sega*(E*"') do SET SCDEB=%%i
for /f "tokens=* delims= " %%i in ('dir /b /a-d "%GBE%\%EMUZ%\%FUSN%\Sega*(U*"') do SET SCDUB=%%i
for /f "tokens=* delims... | HoodlumDTX/rom-jacket | extinjSEGAMD1.bat | bat | gpl-2.0 | 2,319 |
cmd_fs/exportfs/exportfs.ko := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -T /home/cgil/udoo/kernel_oficial_source/scripts/module-common.lds --build-id -o fs/exportfs/exportfs.ko fs/exportfs/exportfs.o fs/exportfs/exportfs.mod.o
| chrnueve/udooImaxdi | kernel_oficial_source/fs/exportfs/.exportfs.ko.cmd | bat | gpl-2.0 | 249 |
cmd_lib/ctype.o := gcc -Wp,-MD,lib/.ctype.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common... | Existed/kernel-2.6.35.14 | lib/.ctype.o.cmd | bat | gpl-2.0 | 23,352 |
cmd_drivers/char/hw_random/rng-core.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o drivers/char/hw_random/rng-core.o drivers/char/hw_random/core.o
| mjmccall/Kernel | drivers/char/hw_random/.rng-core.o.cmd | bat | gpl-2.0 | 173 |
cmd_fs/jbd/built-in.o := /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o fs/jbd/built-in.o fs/jbd/jbd.o
| damageless/linux-kernel-ican-tab | fs/jbd/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_net/sunrpc/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o net/sunrpc/built-in.o net/sunrpc/sunrpc.o net/sunrpc/auth_gss/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | net/sunrpc/.built-in.o.cmd | bat | gpl-2.0 | 238 |
@%~dp0\busybox.exe sh %*
| witwall/busybox-w32 | sh.bat | bat | gpl-2.0 | 25 |
cmd_drivers/mmc/core/mmc_core.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ld -EL -r -o drivers/mmc/core/mmc_core.o drivers/mmc/core/core.o drivers/mmc/core/bus.o drivers/mmc/core/host.o drivers/mmc/core/mmc.o drivers/mmc/core/mmc_ops.o drivers/mmc/core/sd.o drivers/mmc/core/sd_ops.o drivers/... | dalinaum/studyak | drivers/mmc/core/.mmc_core.o.cmd | bat | gpl-2.0 | 503 |
cmd_drivers/net/ethernet/dlink/built-in.o := rm -f drivers/net/ethernet/dlink/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/net/ethernet/dlink/built-in.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/net/ethernet/dlink/.built-in.o.cmd | bat | gpl-2.0 | 266 |
@%~dp0\busybox.exe ln %*
| witwall/busybox-w32 | ln.bat | bat | gpl-2.0 | 25 |
cmd_fs/proc/cmdline.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/proc/.cmdline.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mac... | srinugnt2000/linux-2.6.37 | fs/proc/.cmdline.o.cmd | bat | gpl-2.0 | 16,948 |
cmd_/home/rszuminski/Development/compat-wireless-2011-08-08/net/bluetooth/bnep/bnep.ko := arm-eabi-ld -EL -r -T /home/rszuminski/Development/nitrogen_kernel/linux/scripts/module-common.lds --build-id -o /home/rszuminski/Development/compat-wireless-2011-08-08/net/bluetooth/bnep/bnep.ko /home/rszuminski/Development/comp... | cdmdata/compat-wireless-2011-08-08 | net/bluetooth/bnep/.bnep.ko.cmd | bat | gpl-2.0 | 455 |
tsc @create.min.txt
pause | breathxue/cocos2d-html5-tx | src/samples/tests/create.min.bat | bat | gpl-2.0 | 26 |
cmd_drivers/mmc/card/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o drivers/mmc/card/built-in.o drivers/mmc/card/mmc_block.o drivers/mmc/card/mmc_block_test.o
| friedrich420/Note-3-Kernel | drivers/mmc/card/.built-in.o.cmd | bat | gpl-2.0 | 200 |
@echo off
set JAVA_EXE=java
set JAVA_OPTS=-Xmx2024m
rem In case you need to remotely debug CAAS itself
rem set JAVA_OPTS=%JAVA_OPTS% -Xdebug -Xrunjdwp:transport=dt_socket,address=127.0.0.1:9302,server=y,suspend=y
%JAVA_EXE% %JAVA_OPTS% -cp ../classes;../caas.jar org.kisst.cordys.caas.main.CaasMain -c ..\conf... | MarkHooijkaas/caas-cordys-svn | bin/caas.cmd | bat | gpl-3.0 | 340 |
cmd_dest/include/video/.install := /bin/sh scripts/headers_install.sh dest/include/video ./include/uapi/video edid.h sisfb.h uvesafb.h; /bin/sh scripts/headers_install.sh dest/include/video ./include/video ; /bin/sh scripts/headers_install.sh dest/include/video ./include/generated/uapi/video ; for F in ; do echo "\#inc... | Iotlab-404/LFS | tools/include/video/..install.cmd | bat | gpl-3.0 | 410 |
del filename.lst
rd /q /s fore
rd /q /s outline
rd /q /s shadow11
rd /q /s shadow21
| YorkJong/pyFontMaker | bin/clean.bat | bat | lgpl-3.0 | 93 |
java -XX:PermSize=128m -Xmx1G -jar scheduler-starter.jar %* | Deutsche-Digitale-Bibliothek/ddb-backend | JobSchedulerServer/scheduler-start.bat | bat | apache-2.0 | 59 |
@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%
... | penguinolog/binfield | doc/make.bat | bat | apache-2.0 | 7,464 |
@echo off
set DIR=%~dp0
set OUTPUT_DIR=%DIR%
set MAKE_LUABINDING="%QUICK_COCOS2DX_ROOT%\bin\compile_luabinding.bat"
call %MAKE_LUABINDING% -E CCOBJECTS=ProcessBase,Animation,ArmatureDataManager,Bone,Armature -d %OUTPUT_DIR% CSArmature_luabinding.tolua
| idtek/extendwork | lib/third_party/CSArmature/luabinding/build.bat | bat | apache-2.0 | 252 |
:: (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... | saidwivedi/Face-Recognition-Hardware | ANN_FPGA/ipcore_dir/weights/simulation/timing/simulate_isim.bat | bat | bsd-2-clause | 2,971 |
@echo off
setlocal & pushd
if {%1}=={} goto _HELP
:_DOIT
call lgl_set.bat
move %TEMP_BAT_DIR%\%1.bat %BAT_DIR%
goto _END
:_HELP
echo upgrade a batch from temporary folder to permanent folder
echo usage:
echo %~nx0 batch-filename
:_END
endlocal & popd
goto:EOF
| greenlaw110/winenv | bin/upbat.bat | bat | bsd-2-clause | 275 |
ngwsx.exe -r | zxy050/ngwsx | run-as-service.bat | bat | bsd-2-clause | 12 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S18_SmartReply.MSASCMD_S18_TC03_SmartReply_Status104 /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_S18_TC03_SmartReply_Status104.cmd | bat | mit | 287 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S04_ExclusiveLock.TestCase_S04_TC01_GetExclusiveLock_Success /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSSHT... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S04_TC01.cmd | bat | mit | 370 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm launcher.asm launcher
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/system/launcher/trunk/build_ru.bat | bat | mit | 94 |
@echo off
REM SetNFRoot - Find/Create and return short path for current directory
REM DAV 01APR19
setlocal
if %1.==. goto :set_path
:check_opts
if /I %1==-h goto :help
if /I %1==-d set rmsubst=-d
:set_path
set _mypath=%~dp0
call :setshortpath %_mypath%
rem pushd %shortpath%
if [%rmsubst%]==[-d] goto :remsubst
goto ... | nanoframework/nf-interpreter | SetNFRoot.bat | bat | mit | 3,086 |
mkdir project\lib\
xcopy build\bin\civetweb.lib project\lib\ /s /e
xcopy build\bin\libprotobuf.lib project\lib\ /s /e
xcopy build\bin\libprotobufd.lib project\lib\ /s /e
xcopy build\bin\sc2lib.lib project\lib\ /s /e
xcopy build\bin\sc2libd.lib project\lib\ /s /e
xcopy build\bin\sc2api.lib project\lib\ /s /e
xcopy buil... | Blizzard/s2client-api | synchproject.bat | bat | mit | 1,151 |
cmd_net/bluetooth/bnep/built-in.o := arm-linux-gnueabihf-ld -EL -r -o net/bluetooth/bnep/built-in.o net/bluetooth/bnep/bnep.o
| Dee-UK/D33_KK_Kernel | net/bluetooth/bnep/.built-in.o.cmd | bat | gpl-2.0 | 131 |
@echo off
REM As neuroConstruct requires files from the NeuroML repository as well as from its own
REM Subversion repository, use the following script to keep all of the necessary code up
REM to date. Note this script may change as the location of the repositories change
set NML_EX_DIR=templates\xmlTempl... | rgerkin/neuroConstruct | updatenC.bat | bat | gpl-2.0 | 2,255 |
@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... | 0312birdzhang/pyxdg | docs/make.bat | bat | lgpl-2.1 | 5,094 |
@echo off
call settings.cmd
"Bat_To_Exe_Converter_%LOCAL_ARCHITECTURE%.exe" -bat "setup-weboob.bat" -save "setup-weboob-%WEBOOB_VERSION%-%ARCHITECTURE%.exe" -icon "ICON\weboobtxt.ico" -include "Bat_To_Exe_Converter_%ARCHITECTURE%.exe" -include "wget-%ARCHITECTURE%.exe" -include "%WEBOOB%" -include "convertPNG2ICO.py"... | laurent-george/weboob | contrib/windows-install/create-exe-setup-weboob.bat | bat | agpl-3.0 | 369 |
@echo off
REM see "New Windows terminal/flasher apps & Visual Studio" http://www.esp8266.com/viewtopic.php?f=9&t=911 to setup Visual Studio 2013
REM remove automatic created obj folder
rd obj /S /Q >nul 2>&1
PATH=%PATH%;%~dp0..\xtensa-lx106-elf\bin;C:\MinGW\bin;C:\MinGW\msys\1.0\bin
make -f makefile_VS2013 %1 %2 %3 ... | dima-ch/esp-serial-terminal | firmware/espmake.cmd | bat | gpl-2.0 | 327 |
@echo off
set output=..\..\Package\Release
set resources=%output%\Resources
echo Removing Resources folder %resources%
rmdir /S /Q %resources%
echo Removing generated NuGet files from %output%
rmdir /S /Q %output%\de
rmdir /S /Q %output%\es
rmdir /S /Q %output%\fr
rmdir /S /Q %output%\it
rmdir /S /Q %output%\ja
rmdi... | antonba/azure-sdk-tools | WindowsAzurePowershell/setup/generate.cmd | bat | apache-2.0 | 953 |
cmd_drivers/video/logo/logo_parisc_clut224.c := scripts/pnmtologo -t clut224 -n logo_parisc_clut224 -o drivers/video/logo/logo_parisc_clut224.c drivers/video/logo/logo_parisc_clut224.ppm
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/video/logo/.logo_parisc_clut224.c.cmd | bat | gpl-2.0 | 187 |
echo off
REM
REM Configuration script for Windows
REM Changes the installation paths in the
REM etc\ directory
REM
REM Copyright (c) 2009, Glencoe Software, Inc.
REM See LICENSE for details.
set OLD=%CD%
cd %~dp0\..
call bin\setpythonpath.bat
python lib\python\omero\install\win_set_path.py %*
cd %OLD... | stelfrich/openmicroscopy | components/tools/OmeroPy/bin/winconfig.bat | bat | gpl-2.0 | 333 |
@echo off
set BUILD_DIR=build
set BUILD_NAME=JSPlugins.jar
set PLUGIN_DIR=..\..\Server\minecraft\Spigot 1.8\plugins
if not exist "%PLUGIN_DIR%" (
echo Directory %PLUGIN_DIR% not found. Aborting.
goto :eof
)
copy "%BUILD_DIR%\%BUILD_NAME%" "%PLUGIN_DIR%\%BUILD_NAME%" /Y | zaboing/JSPlugins | deploy.bat | bat | mit | 274 |
C:\cygwin\bin\bash install-dependencies.sh
gradlew.bat build --stacktrace
gradlew.bat installYausmainReleaseExecutable
| apetrozzelli/yaus | appveyor-ci.bat | bat | mit | 122 |
@echo off
cls
COLOR B0
TITLE UNIFORM SERVER - Server Information test
rem ###################################################
rem # Name: unitray_info.bat
rem # Created By: The Uniform Server Development Team
rem # Edited Last By: Mike Gleaves (ric)
rem # V 1.0 3-12-2009
rem #################################... | ravihansa3000/vesuvius-portable-windows | PortableApps/SahanaFoundation.org/unicon/tray_menu/unitray_info.bat | bat | mit | 515 |
cd unit
haxelib run munit test
cd .. | slavikyad/dotMath | unit/run.bat | bat | mit | 36 |
@echo off
setlocal enabledelayedexpansion enableextensions
type client-part1.html > client.ejs
echo. >> client.ejs
echo ^<div^> ^<^^!--CORE FILES--^> >> client.ejs
for %%x in (core/*.js) do echo ^<script src="core/%%x"^>^</script^> >> client.ejs
echo ^</div^> >> client.ejs
echo. >> client.ejs
echo ^<div^> ^<^^!--LIB... | marky7/GlobalGameJam_2017 | client/client-maker.bat | bat | mit | 868 |
cmd_arch/arm/vfp/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/built-in.o arch/arm/vfp/vfp.o
| kannu1994/crespo_kernel | arch/arm/vfp/.built-in.o.cmd | bat | gpl-2.0 | 190 |
@set include=
cd gt_dm
del /q vm
mkdir vm
cd vm
set cc=sof2lcc -A -DQ3_VM -DMISSIONPACK -S -Wf-target=bytecode -Wf-g -I..\..\..\gametype -I..\..\gt_dm -I..\..\..\game %1
%cc% ../gt_main.c
@if errorlevel 1 goto quit
%cc% ../gt_dm.c
@if errorlevel 1 goto quit
%cc% ../gt_ft.c
@if errorlevel 1 goto quit
%cc% ../gt_... | godordevil/RPM-0.75.x | Source Code - RPM 0.75.x/gametype/gt_dm.bat | bat | gpl-2.0 | 720 |
cmd_net/unix/af_unix.o := gcc -Wp,-MD,net/unix/.af_unix.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-... | dnh34/proj1 | net/unix/.af_unix.o.cmd | bat | gpl-2.0 | 16,544 |
cmd_fs/ext2/ext2.o := ld -m elf_i386 -r -o fs/ext2/ext2.o fs/ext2/balloc.o fs/ext2/dir.o fs/ext2/file.o fs/ext2/ialloc.o fs/ext2/inode.o fs/ext2/ioctl.o fs/ext2/namei.o fs/ext2/super.o fs/ext2/symlink.o fs/ext2/xattr.o fs/ext2/xattr_user.o fs/ext2/xattr_trusted.o fs/ext2/acl.o fs/ext2/xattr_security.o
| madhwang/linuxKernel | fs/ext2/.ext2.o.cmd | bat | gpl-2.0 | 306 |
cmd_arch/arm/lib/lib1funcs.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lib1funcs.o.d -nostdinc -isystem /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/mnt/disk2/Dev/UG802/kernel/picuntu-3.0.8-alok/arch/a... | aloksinha2001/picuntu-3.0.8-alok | arch/arm/lib/.lib1funcs.o.cmd | bat | gpl-2.0 | 2,313 |
cmd_sound/pci/ali5451/built-in.o := rm -f sound/pci/ali5451/built-in.o; /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pci/ali5451/built-in.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | sound/pci/ali5451/.built-in.o.cmd | bat | gpl-2.0 | 184 |
cmd_arch/arm/lib/io-writesw-armv4.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.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/... | JoinTheRealms/TF700-dualboot-stockbased | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 2,366 |
C:\Python34\python.exe setup.py bdist_msi
pause() | CerisicAsbl/pspsdaq | Create_msi.bat | bat | gpl-2.0 | 50 |
cmd_net/ipv4/netfilter/nft_chain_route_ipv4.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/ipv4/netfilter/nft_chain_route_ipv4.ko net/ipv4/netfilter/nft_chain_route_ipv4.o net/ip... | ashishtanwer/NFTable-porting-on-Android-Goldfish | net/ipv4/netfilter/.nft_chain_route_ipv4.ko.cmd | bat | gpl-2.0 | 360 |
@%~dp0\busybox.exe [ %*
| witwall/busybox-w32 | [.bat | bat | gpl-2.0 | 24 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION ENABLEEXTENSIONS
SET "LUA_PATH=C:\Program Files (x86)\LuaRocks\lua\?.lua;C:\Program Files (x86)\LuaRocks\lua\?\init.lua;%LUA_PATH%"
IF NOT "%LUA_PATH_5_2%"=="" (
SET "LUA_PATH_5_2=C:\Program Files (x86)\LuaRocks\lua\?.lua;C:\Program Files (x86)\LuaRocks\lua\?\init.lua;%LUA_... | evilexecutable/ResourceKeeper | install/LuaRocks/luarocks.bat | bat | gpl-2.0 | 1,792 |
::dummy:: --[[
@texlua "%~f0" %*
@goto :eof
]]
local io, os, string, table, package, require, assert, error, ipairs, type, select, arg = io, os, string, table, package, require, assert, error, ipairs, type, select, arg
local CLUTTEX_VERBOSITY, CLUTTEX_VERSION
os.type = os.type or "windows"
if lfs and not package.loaded... | minoki/cluttex | bin/cluttex.bat | bat | gpl-3.0 | 116,970 |
@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... | laborautonomo/leap_mail | docs/api/make.bat | bat | gpl-3.0 | 6,697 |
[[bat]]@echo off
setlocal
set LISTFILE=list.htm
echo MAKING LISTFILE ... (PLEASE WAIT)
rem ÕâÀïÊÇÊä³öÍøÒ³µÄÍ·²¿£¬ÆäÖÐ^·ûºÅ±íʾºóÒ»¸ö×Ö·ûûÓÐÌØÊ⺬Ò壬°´ÆÕͨ×Ö·û´¦Àí¡£
echo ^<head^>^<style type=text/css^>A:link{FONT-SIZE:9pt;COLOR:#000000;TEXT-DECORATION: none} > %LISTFILE%
echo A:visited{FONT-SIZE:9pt;COLOR:#000000;T... | auspbro/CodeSnippets | Batch/常用批处理/生成包含该批处理文件所在目录及所有子目录的所有文件超链接的网页.bat | bat | gpl-3.0 | 887 |
cdd_time -f frequencies.dat --times times.dat -d data.dat^
-o results_no_time_reg -c 1 --plot^
--f_lambda 5^
--tm_i_lambda 0^
--trho0_lambda 0 --output_format ascii
ddpt.py -i results_no_time_reg/ --plot_stats
cdd_time -f frequencies.dat --times times.dat -d data.dat^
-o results_time_reg ... | m-weigand/ccd_tools | Examples/ccd_time/02_roots/run_dd.bat | bat | gpl-3.0 | 475 |
@echo off
if not exist ".\out\" mkdir .\out\
cl fracture.cpp^
mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib^
-Ox -arch:AVX2 -fp:fast -GL^
-DEBUG -Z7^
-EHsc -MT^
-Fo:.\out\ -Fe:fracture^
-I.\third_party\Eigen^
-link -out:.\out\fracture.exe -LTCG^ | oyarsa/fracture | build.bat | bat | gpl-3.0 | 283 |
cabal install gtk2hs-buildtools
set SDL=%CD%\.cabal-sandbox\SDL2-2.0.3
set PKG_CONFIG_PATH=%SDL%\i686-w64-mingw32\lib\pkgconfig
set PATH=%SDL%\i686-w64-mingw32\bin;%PATH%
cabal install sdl2 --extra-lib-dirs=%SDL%\include --extra-include-dirs=%SDL%\lib\x86 | ZSarver/DungeonDash | dl/install_sdl.bat | bat | gpl-3.0 | 255 |
ruby "%~dp0adobe_flash_player.rb" | MeadMA/DrOllieData | disable_auto_update/adobe_flash_player.bat | bat | gpl-3.0 | 33 |
call ../../../config/ant interactive_client
pause
| velmuruganvelayutham/jpa | examples/Chapter2/employeeService/runInteractive.bat | bat | apache-2.0 | 50 |
java -Xmx512m -cp C:\Progra~1\apache\apache-tomcat\lib\bigsack.jar com.neocoretechs.bigsack.CreateDatabaseVolume %1 | neocoretechs/Relatrix | createdatabase.bat | bat | apache-2.0 | 115 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\ansi\examples\clear\index.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\ansi\examples\clear\index.js" %*
) | Dawnflying/PaperFriends | node_modules/wintersmith/node_modules/npm/node_modules/.bin/clear.cmd | bat | apache-2.0 | 198 |
@echo off
setlocal
pushd %~dp0
set this=%~n0
if "%SPHINXBUILD%" EQU "" set SPHINXBUILD=sphinx-build
if "%PYTHON%" EQU "" set PYTHON=py
if "%1" NEQ "htmlhelp" goto :skiphhcsearch
if exist "%HTMLHELP%" goto :skiphhcsearch
rem Search for HHC in likely places
set HTMLHELP=
where hhc /q && set HTMLHELP=h... | batermj/algorithm-challenger | code-analysis/programming_anguage/python/source_codes/Python3.5.9/Python-3.5.9/Doc/make.bat | bat | apache-2.0 | 4,200 |
@CLS
@ECHO OFF
:: ======================================================================
:: Athena Chameleon Startup Script
:: ======================================================================
SET LOGGING_DIRECTORY=./log
SET JAVA_OPTS="-Dlogging.directory=%LOGGING_DIRECTORY%... | OpenSourceConsulting/athena-chameleon | src/main/scripts/run.bat | bat | apache-2.0 | 896 |
pushd ..
ckrew ./testcase/mr-ckr-example-d/global.n3 ./testcase/mr-ckr-example-d/m_world19.n3 ./testcase/mr-ckr-example-d/m_branch19.n3 ./testcase/mr-ckr-example-d/m_branch20.n3 ./testcase/mr-ckr-example-d/m_local19.n3 -v -mrckr -out ./demo/output.dlv | dkmfbk/ckrew | src/main/scripts/mr-ckr-example-d.bat | bat | apache-2.0 | 251 |
cscript bin\create.js %* | davibe/incubator-cordova-android | bin/create.bat | bat | apache-2.0 | 24 |
rm *.pyc
rm -rf __pycache__
| ASMlover/study | game/editor/clear.bat | bat | bsd-2-clause | 28 |
@echo off
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Copyright (c) 2015, Synopsys, Inc. :
:: All rights reserved. :
:: :
:: Red... | kit-transue/software-emancipation-discover | DISIM/bin/StartBuildServer.bat | bat | bsd-2-clause | 2,693 |
SET cmdPath=%~dp0
SET rootPath=%cmdPath%..\..\..\sitesroot\0\
echo User-agent: * >> %rootPath%robots.txt
IF "%IsOnLiveRunning%" == "true" (
echo Disallow: /Search >> %rootPath%robots.txt
echo Disallow: /ServiceInsight-1 >> %rootPath%robots.txt
echo Disallow: /ServicePulse-1 >> %rootPath%robots.txt
echo D... | sfarmar/Orchard | src/Orchard.Azure/Orchard.Azure.CloudService/Orchard.Azure.WebContent/Bin/Startup/Startup.cmd | bat | bsd-3-clause | 436 |
@echo off
perl %~dp0/Wizard/slash.pl "%1" "%2" | SlashGames/slash-framework | Tools/slash.bat | bat | mit | 47 |
@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal
@echo off
set build-root=%~dp0..
REM Resolve to fully qualified path
for %%i in ("%build-root%") do set build-root=%%~fi
cd %build-root%\node
REM Set u... | kevinledinh/azure-iot-sdks | jenkins/windows_node.cmd | bat | mit | 1,038 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S06_SyncICSContentsDeletion_TestSuite.MSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite1 /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_TestSuite1.cmd | bat | mit | 337 |
@echo off
cd ..
rem Read the contents of PPYTHON_PATH into %PPYTHON_PATH%:
set /P PPYTHON_PATH=<PPYTHON_PATH
rem Get the user input:
set /P ttiUsername="Username: "
set /P TTI_GAMESERVER="Gameserver (DEFAULT: 167.114.28.238): " || ^
set TTI_GAMESERVER=167.114.28.238
rem Export the environment variables:
set ttiPassw... | ToontownUprising/src | win32/start_game.bat | bat | mit | 623 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.