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 |
|---|---|---|---|---|---|
java -jar thrx-service-example-1.0.0-SNAPSHOT.jar server config.yml
| thrxorg/thrx-framework | thrx-service-example/src/main/launch/run.bat | bat | apache-2.0 | 68 |
start javaw -Xms64m -Xmx256m -cp "%CD%\lib\*" bs.tool.commongui.GuiMain | baishui2004/common_gui_tools | src/main/sources/bin/start.bat | bat | apache-2.0 | 71 |
ngwsx.exe -u | zxy050/ngwsx | uninstall-the-service.bat | bat | bsd-2-clause | 12 |
@echo off
echo on
rem configure.bat --
if @%1 == @-help goto help
if @%1 == @/help goto help
if @%1 == @-? goto help
if @%1 == @/? goto help
goto analyse
:help
echo Configure Flibs: identify the compiler and set the build options
echo .
echo To pick a specific compiler, use:
echo c:\> configure name options
echo... | mapmeld/fortran-machine | flibs-0.9/flibs/configure.bat | bat | bsd-3-clause | 2,479 |
@ECHO OFF
IF "%php%" == "" SET php="D:\xampp\php\php.exe"
SET BIN_TARGET=%~dp0/vendor/doctrine/orm/bin/doctrine
CALL "%php%" "%BIN_TARGET%" orm:clear-cache:metadata
CALL "%php%" "%BIN_TARGET%" orm:generate-entities --generate-annotations=true library\
PAUSE | hieuit7/social | doctrine-generate-entities.bat | bat | bsd-3-clause | 260 |
:Please run with user SBR
:************* DATABASE SETTINS *************
:------------- Please change according to your environment before executing the script -------------
echo input parameters in the order specified:
echo old_context to new_context from_date(format YYYY-MM-DD) end_date (format YYYY-MM-DD) curator_id
... | NCIP/cadsr-cdecurate | db-sql/change_content_context/logs/prod/GF33097/change_context_PROD_JONGS.cmd | bat | bsd-3-clause | 1,525 |
@erase lang.inc
@echo lang fix en >lang.inc
@fasm iconedit.asm iconedit
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/media/iconedit/trunk/build_en.bat | bat | mit | 94 |
@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... | zanui/ZanuiFixturesBundle | src/Resources/doc/make.bat | bat | mit | 6,485 |
cmd_arch/arm/lib/csumpartialcopyuser.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/ker... | jdlfg/Mecha-kernel | arch/arm/lib/.csumpartialcopyuser.o.cmd | bat | gpl-2.0 | 2,036 |
@echo OFF
::
:: Pre-build auto-versioning script
::
SET srcdir=%~1
SET repodir=%~2
set old_version=
set old_specialbuild=""
set version_revision=0
set version_specialbuild=
set version_date=?
set version_pdate=
set version_pdate_1=
set version_pdate_2=
set version_major=
set version_minor=
set versi... | Adidasman1/rehlds | rehlds/msvc/PreBuild.bat | bat | gpl-3.0 | 6,616 |
java -jar %JTERMINAL% localhost 46009 key=keystore.jks psw=changeit
| mrev11/ccc3 | jt/sslforward/ssl-test/t-46009-ssl-caut.bat | bat | lgpl-2.1 | 74 |
@echo off
rem produce the DDK binary files for snapshots
rem !!!THIS SCRIPT IS FOR INTERNAL DEVELOPER USE ONLY!!!
if NOT x%DDK_TARGET_OS%==xWinXP goto usage
set PWD=%~dp0
cd ..
mkdir E:\dailies\%DATE%
for %%A in (MS32 MS64) do mkdir E:\dailies\%DATE%\%%A
for %%A in (MS32 MS64) do mkdir E:\dailies\%DATE%\%%A\static
fo... | avakar/libusbx | .private/bd.cmd | bat | lgpl-2.1 | 2,161 |
echo off
:SetColor Color String
::
:: Prints String in color specified by Color.
:: i.e. call SetColor f4 "Hello"
::
:: Color should be 2 hex digits
:: The 1st digit specifies the background
:: The 2nd digit specifies the foreground
:: See COLOR /? for more help
::
:: String is the text to print. All q... | jezzsantos/ssauthz | src/SetColor.bat | bat | unlicense | 885 |
GitRevision AssemblyVersion.tpl AssemblyVersion.cs
| wecopter/voicecloud | src/VoiceCloud/AssemblyVersion.cmd | bat | apache-2.0 | 51 |
@echo off
rem Only need to run this the first time after clone. Subsequent builds can be just "msbuild".
rem Alternatively, this batch file can be invoked passing msbuild parameters, like: build.cmd /v:detailed /t:Rebuild
cd %~dp0
SETLOCAL
SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe
IF EXIST %CACHED_NUGET% goto ... | AntRemo/FormsPlayer | build/sample/build.cmd | bat | mit | 949 |
@echo off
goto start
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"); yo... | OneMoreCheckin/mobile-app | phonegap/2.6.0/windows-phone-8/templates/standalone/cordova/debug.bat | bat | mit | 865 |
:: WARNING: this script is only experimental now
@echo off
:: IMPORTANT: any modification in this script file must be reflected in the unix version
@setlocal
::Simple runner script for webtest.
:: don't make any assumption concerning current dir
:: %~dp0 is expanded pathname of the current script under NT
set WEBTE... | henning/timetracker | webtest/home/bin/runWebtest.bat | bat | agpl-3.0 | 640 |
@echo off
REM *****************************************************************************
REM
REM Pentaho Data Integration
REM
REM Copyright (C) 2005 - ${copyright.year} by Hitachi Vantara : http://www.hitachivantara.com
REM
REM *****************************************************************************
REM
REM Li... | pedrofvteixeira/pentaho-kettle | assemblies/static/src/main/resources-filtered/Spoon.bat | bat | apache-2.0 | 5,226 |
@echo off
set curr_dir=%cd%
chdir /D "%~dp0"
node ..\..\bin\typedoc --module commonjs --target ES6 --out doc\ src\
chdir /D "%curr_dir%" | PolymerLabs/typedoc | examples/es6/run.bat | bat | apache-2.0 | 138 |
setlocal enabledelayedexpansion
textreplace -std -t bin\@package@.bat
textreplace -std -t bin\@package@-designer.bat
textreplace -std -t bin\python-@package@.bat
if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$
if not %OSGEO4W_MENU_LINKS%==0 mkdir "%OSGEO4W_STARTMENU%"
if not %OSGEO4W... | ahuarte47/QGIS | ms-windows/osgeo4w/postinstall-dev.bat | bat | gpl-2.0 | 2,933 |
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo
pause | jpcy/RBDOOM-3-BFG | neo/cmake-vs2013-64bit.bat | bat | gpl-3.0 | 127 |
::npm-install.bat
@echo off
::install web server dependencies && game server dependencies
cd web-server && npm install -d && cd .. && cd game-server && npm install -d | kkkkyue/pomelo | template/npm-install.bat | bat | mit | 166 |
python "brownian_controllers.py"
pause
del "%0"
pause
| joefutrelle/pyaglomidi | geany_run_script.bat | bat | mit | 56 |
@echo off
if ["%CATALINA_HOME%"] == [] (
echo CATALINA_HOME must be specified
exit 1
)
echo CATALINA_HOME=["%CATALINA_HOME%"]
call "%CATALINA_HOME%\bin\shutdown.bat"
rd /S /Q "%CATALINA_HOME%\webapps\kuzenko"
del /F /Q "%CATALINA_HOME%\webapps\kuzenko.war"
copy build\libs\kuzenko.war "%CATALINA_HOME%\webapp... | dmytro-ignatenko/kuzenko | web/src/build/bat/deploy.bat | bat | mit | 323 |
npm install colors
| TehRealShot/Higher-Or-Lower-Game-Node.js | 3.bat | bat | mit | 19 |
java -Xmx6144M -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/ethereumj-0.7.9.jar org.ethereum.Start %*
| swaldman/ethereumj | ethereumj-studio/src/main/resources/config/cli.bat | bat | mit | 121 |
REM ×¢ÊÍ
@echo off
set ocd=%cd%
cd /d %~dp0
cd ..
echo ##### Ìáʾ£º¶ÁÈ¡ÅäÖÃÎļþ #####
if exist ..\config.bat call ..\config.bat
if exist ..\..\config.bat call ..\..\config.bat
if exist ..\..\..\config.bat call ..\..\..\config.bat
if exist ..\..\..\..\config.bat call ..\..\..\..\config.bat
if exist ..\..\.... | dios-game/dios | src/oslibs/libevent/build/setup.win32.bat | bat | mit | 2,995 |
rem @echo off
set scores=scores.xml
rem set scores=scores-waterpolo.xml
rem set scores=scores-16B.xml
set output=Output
rem set output=Output\16B
if EXIST Working goto Working_exists
mkdir Working
:Working_exists
del Working\Graphs\*.* /Q
del %output%\Graphs\*.* /Q
set nxslt=..\lib\nxslt\nxslt.exe
set graphviz=..\l... | JoePlant/graphviz-scores | src/build.cmd | bat | mit | 895 |
@echo off
setlocal
set originDir=%cd%
cd /D %~dp0
del *.scouter
cd /D %originDir%
echo "requested to stop Host agent..."
pause | scouter-project/scouter-demo | demo-env1/scouter/agent.host/stop.bat | bat | mit | 126 |
choco push bin\StructuredLogViewer\Release\net472\msbuild-structured-log-viewer.*.nupkg --source https://push.chocolatey.org | KirillOsenkov/MSBuildStructuredLog | chocopush.cmd | bat | mit | 124 |
cmd_/home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb/.install := /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb ./include/uapi/linux/dvb audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h; /bin/bash scripts/headers_install.sh /home/brian/545/... | Bjay1435/capstone | rootfs/include/linux/dvb/..install.cmd | bat | mit | 733 |
@echo off
set MINGW_HOME=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64
set CMAKE_HOME=C:\ProgramData\chocolatey\lib\cmake.portable\tools\cmake-3.16.2-win64-x64
set MAKE_HOME=C:\ProgramData\chocolatey\lib\make\tools\install
set UNZIP_HOME=C:\ProgramData\chocolatey\lib\unzip\tools
set BOOST_ROOT=%CD%\build.bo... | Nachtfeuer/concept-cpp | build.cmd | bat | mit | 1,125 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=RII_Pandas
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. M... | mnishida/RII_Pandas | docs/make.bat | bat | mit | 782 |
@echo off
doskey /macrofile=%USERPROFILE%/doskey.txt | goolord/cmd-aliases | autorun.bat | bat | mit | 52 |
cmd_arch/arm/lib/testsetbit.o := arm-poky-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.o.d -nostdinc -isystem /opt/poky/1.7/sysroots/i686-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.1/include -I/second_extend/yocto_file/linux_yocto/arch/arm/include -Iarch/arm/include/generated -I... | heyoufei2/yocto3.14.38_kernel | arch/arm/lib/.testsetbit.o.cmd | bat | gpl-2.0 | 3,071 |
@echo off
%~d0
cd %~p0
set output=..\..\output\%1
pushd %output% && (
rem [bohan] delete the stamp file in any case, because the rest sometimes fails for unknown reasons
del /q %output%\direct-sound-stamp || exit /b 1
popd
) && (
if exist %output% (
pushd %output% && (
del /s/q dsound.lib || exit /b 1
de... | eriser/psycle | build-systems/msvc/projects/direct-sound/clean.cmd | bat | gpl-2.0 | 368 |
cmd_drivers/mfd/lpc_sch.ko := ld -r -m elf_i386 -T /home/madhwang/Development/linuxSource/linux-2.6.34.7/scripts/module-common.lds --build-id -o drivers/mfd/lpc_sch.ko drivers/mfd/lpc_sch.o drivers/mfd/lpc_sch.mod.o
| madhwang/linuxKernel | drivers/mfd/.lpc_sch.ko.cmd | bat | gpl-2.0 | 216 |
@echo off
cd src
py -3.4 setup.py py2exe
cd ../
pause | apmzideas/BetterPollBot | Build.bat | bat | gpl-2.0 | 55 |
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
deps_scripts/kconfig/zconf.tab.o := \
scripts/kconfig/zconf.tab.c \
... | gzdaoke/linux2.6.32_kernel | scripts/kconfig/.zconf.tab.o.cmd | bat | gpl-2.0 | 4,201 |
cmd_sound/soc/sh/built-in.o := rm -f sound/soc/sh/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/soc/sh/built-in.o
| dizgustipated/BOCA-2.6.35.14 | sound/soc/sh/.built-in.o.cmd | bat | gpl-2.0 | 139 |
cmd_firmware/imx/epdc_E60_V220.fw.gen.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc -Wp,-MD,firmware/imx/.epdc_E60_V220.fw.gen.o.d -nostdinc -isystem /home/cgil/udoo/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/include -I/home/cgil/udoo/kernel_oficial_source/arch/arm/include -Iarch/ar... | chrnueve/udooImaxdi | kernel_oficial_source/firmware/imx/.epdc_E60_V220.fw.gen.o.cmd | bat | gpl-2.0 | 1,136 |
del C:\Python33\Lib\Constants.py
del C:\Python33\Lib\cs0.py
del C:\Python33\Lib\Engine.py
del C:\Python33\Lib\Events.py
del C:\Python33\Lib\Globals.py
del C:\Python33\Lib\GObj.py
del C:\Python33\Lib\World.py | TheAwesomePossum/PythonCS0 | WindowsUninstall.cmd | bat | gpl-2.0 | 207 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncursesw -DCURSES_LOC="<ncursesw/curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/ye... | domintech/PandaBoard-LinuxKernel | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 3,040 |
cmd_arch/arm/lib/delay.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.delay.o.d -nostdinc -isystem /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/ian/kernel/Epic_Touch_kernel/arch/arm/include -Iarch/arm/include/generated ... | sleshepic/epic_touch_kernel | arch/arm/lib/.delay.o.cmd | bat | gpl-2.0 | 2,126 |
git.exe init
git.exe add .
git.exe commit -m "First Commit"
git.exe remote add origin https://github.com/thebagmaster/SCRATCH_Projects.git
git.exe pull https://github.com/thebagmaster/SCRATCH_Projects.git
git.exe push origin master
pause | thebagmaster/SCRATCH_Projects | git.bat | bat | gpl-2.0 | 237 |
cmd_net/core/gen_stats.o := gcc -Wp,-MD,net/core/.gen_stats.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-declaration -Os -Wframe-larg... | namgk/kernel-tut | net/core/.gen_stats.o.cmd | bat | gpl-2.0 | 20,879 |
@rem Run without parameters for help!
@set CMD_NAME=%~nx0%
@set DIR=%~dp0%
@set FFMPEG=%DIR%ffmpeg
@set IMAGEMAGICK=%DIR%imagemagick
@if [%6] EQU [] goto Usage
@set inputfile=%1
@set outputdir=%2
@set tStart=%3
@set tStop=%4
@set resultFrames=%5
@set width=%6
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@SHIFT
@set OPTIONS=
@... | SovGVD/video2photoroll | video2roll_windows.cmd | bat | gpl-2.0 | 2,607 |
cmd_scripts/basic/docproc := gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c
deps_scripts/basic/docproc := \
scripts/basic/docproc.c \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/includ... | kodos96/backport | scripts/basic/.docproc.cmd | bat | gpl-2.0 | 2,266 |
cmd_arch/arm/boot/dts/pxa1088-degas3g-r01.dtb := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-gcc -E -Wp,-MD,arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.d.pre.tmp -nostdinc -I/mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot... | chase2534/gtab47.freekern | arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.cmd | bat | gpl-2.0 | 2,123 |
cmd_/work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/A2F/root/usr//include/linux/netfilter_ipv4/.install := perl scripts/headers_install.pl /home/work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/linux/include/linux/netfilter_ipv4 /work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/A2F/root/usr//include/linux/netfi... | hujiafu/lpc1788_uclinux | cortexm_uclinux-master/filesystem/rootfs/root/usr/include/linux/netfilter_ipv4/..install.cmd | bat | gpl-2.0 | 830 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/isa/gus/built-in.o
| dizgustipated/BOCA-2.6.35.14 | sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 142 |
cmd_sound/soc/rk29/snd-soc-hdmi.o := arm-linux-gnueabihf-ld -EL -r -o sound/soc/rk29/snd-soc-hdmi.o sound/soc/rk29/rockchip-hdmi-card.o
| tyeo098/MK908-Kernel-NAND | sound/soc/rk29/.snd-soc-hdmi.o.cmd | bat | gpl-2.0 | 140 |
cmd_arch/arm/lib/memchr.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memchr.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/au... | timmytim/honeybutter_kernel | arch/arm/lib/.memchr.o.cmd | bat | gpl-2.0 | 1,884 |
@echo OFF
echo\
echo Useful Commands:
echo\
echo adb - Android Debug Bridge
echo appium - appium server
echo docs - Documentation folder
echo emulator - Android emulator
echo gatling - Gatling load and performance tool
echo git - Git client
echo java - Java virtual machine
echo jme... | younglim/hats-ci | virtualenv/shell/utils/commands.cmd | bat | gpl-3.0 | 1,120 |
@echo off
powershell -noprofile -executionpolicy bypass c:\scripts\pingt.ps1 %1 %3
| darkblaze69/pingt | pingt.cmd | bat | gpl-3.0 | 83 |
@ECHO OFF
REM gracethd_pg_import_shpcsv-in_psql.bat
REM Owner : GraceTHD-Community - http://gracethd-community.github.io/
REM Author : stephane dot byache at aleno dot eu
REM Rev. date : 12/10/2017
REM This file is part of GraceTHD.
REM GraceTHD is free software: you can redistribute it and/or modify
REM... | GraceTHD-community/GraceTHD-Check | gracethd_pg_import_shpcsv-in_psql.bat | bat | gpl-3.0 | 22,082 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=LameMaker
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command... | lamestation/LEAM | doc/make.bat | bat | gpl-3.0 | 817 |
mkdir dist
jar -xf lib/jsci-core.jar JSci
move JSci dist/
jar -xf lib/htsjdk-1.129.jar htsjdk
move htsjdk dist/
xcopy /E bin dist
jar -cfe NGSEPcore_4.2.1.jar ngsep.NGSEPcore -C dist .
rmdir /s /q dist
:END
cmd /k | NGSEP/NGSEPcore | buildJar.bat | bat | gpl-3.0 | 214 |
echo ------------------------ LocBaml to output ------------------------
copy ..\..\..\..\Setup\LocBaml.exe ..\..\..\..\Output\Debug\LocBaml.exe
echo ------------------------ Plugin contents ------------------------
copy ..\..\..\..\Output\Debug\Plugins\ObjectExplorer.dll ..\..\..\..\Output\Debug\ObjectExplorer.dl... | Invenietis/ck-certified | Plugins/Advanced/ObjectExplorer/Locale/GetResources.Debug.bat | bat | lgpl-3.0 | 890 |
@ECHO OFF
ECHO Starting Selkie Services...
CD .\Monitor
START Selkie.Services.Monitor.Console.exe
CD ..
ECHO ...DONE
| tschroedter/Selkie.Tools | Run-Services.bat | bat | lgpl-3.0 | 118 |
dotnet test %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest/MsgPack.UnitTest.csproj --framework netcoreapp2.0
if not %errorlevel% == 0 exit /b 1
dotnet test %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.BclExtensions/MsgPack.UnitTest.BclExtensions.csproj --framework netcoreapp2.0
if not %errorlevel% == 0 exit /b 1
@rem W... | msgpack/msgpack-cli | build/RunUnitTests.cmd | bat | apache-2.0 | 1,174 |
fpc.exe aam_main.pas -o..\bin\aam.exe
del ..\bin\*.o
del ..\bin\*.ppu
| PerryvandenHondel/ns-000147-new-admin-account | compile-aam.exe.cmd | bat | apache-2.0 | 71 |
:: go to folder with premake4.exe
cd premake
:: build solution in 2010 since premake doesn't natively support 2012 yet
premake4 --file=premake4.lua vs2010
START "" ..\build\SLN.SLN
:END
| tutsplus/dynamically-slicing-convex-shapes | windows_2010.bat | bat | bsd-2-clause | 189 |
:: Copyright 2014 The 'mumble-releng' Authors. All rights reserved.
:: Use of this source code is governed by a BSD-style license that
:: can be found in the LICENSE file in the source tree or at
:: <http://mumble.info/mumble-releng/LICENSE>.
:: setup.cmd sets up a new Mumble build environment
:: in the user's home di... | ccpgames/mumble-releng | buildenv/1.3.x/win64-static-no-ltcg/setup.cmd | bat | bsd-3-clause | 706 |
@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... | elvisds/gridic | docs/make.bat | bat | bsd-3-clause | 6,459 |
@echo off
REM ############################################################################################################################
REM # (c) 2017 TIBCO Software Inc. All rights reserved.
REM #
REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0.
REM # T... | cisco/PDTool | AutomatedTestFramework/migration/bin/setVars.bat | bat | bsd-3-clause | 7,337 |
java -jar selenium-server-standalone-3.6.0.jar -role hub | AutomateAnything/selenium-testng-framework | Grid/hub.bat | bat | mit | 56 |
@echo off
Setlocal EnableDelayedExpansion EnableExtensions
if not defined SEVENZIP set SEVENZIP=7z
if not defined APPVEYOR_BUILD_FOLDER set APPVEYOR_BUILD_FOLDER=%CD%
:: =========================================================
:: Determine if arch is 32/64 bits
if /I "%platform%"=="x86" (
set arch=32
set _cmake_pe... | ichramm/LuaNode | ci/appveyor/build.bat | bat | mit | 1,746 |
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.svn') do (
rd /s /q "%%i"
) | roy204/projectKetchup | delete_svn_folders.bat | bat | gpl-3.0 | 79 |
"C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Source\bin\studiomdl.exe" -game "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Source\cstrike" -noxbox -nop4 "compile\base_default.qc"
pause | Scentus/PonyPlayerModels | modelsrc_pony/pony/c_base_default.bat | bat | gpl-3.0 | 217 |
@REM Do not use "echo off" to not affect any child calls.
@REM Enable extensions, the `verify` call is a trick from the setlocal help
@VERIFY other 2>nul
@SETLOCAL EnableDelayedExpansion
@IF ERRORLEVEL 1 (
@ECHO Unable to enable extensions
@GOTO failure
)
@REM Start the ssh-agent if needed by git
@FOR %%i IN ... | silverkorn/MINGW-packages | mingw-w64-git/start-ssh-agent.cmd | bat | bsd-3-clause | 2,804 |
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
mkdir Debug
cl /nologo /MD /I ..\.. /I "%DXSDK_DIR%/Include" /D UNICODE *.cpp ..\..\*.cpp /FeDebug/directx9_example.exe /FoDebug/ /link /LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d9.lib d3dx9d.lib
| kevin-ye/raytracer | shared/imgui/examples/directx9_example/build_win32.bat | bat | mit | 305 |
@echo off
update.bat 30
exit 0
| stahta01/codeblocks_svn2git_https_metadata | src/plugins/contrib/DoxyBlocks/update30.bat | bat | gpl-3.0 | 38 |
@echo off
rem doskey cmake="%PROGRAMFILES% (x86)\CMake\bin\cmake.exe"
echo APPVEYOR=%APPVEYOR%
set BUILD_ROOT_DIR=c:\build
set BOOST_VER=1_58_0
set CGAL_VER=4.8.1
set GMP_LIB_NAME=libgmp-10.lib
set MPFR_LIB_NAME=libmpfr-4.lib
if "%APPVEYOR%"=="True" (
set MSBUILD_CONFIGURATION=%CONFIGURATION%
) else (
... | daas-ankur-shukla/pgrouting | tools/windows/msbuild_pgrouting.bat | bat | gpl-2.0 | 6,884 |
@ECHO OFF
REM This batch file is for compiling Frotz using Turbo C++ 3.00 for DOS.
REM It's just a bit of syntactic sugar so I don't have to always
REM remember that I need to specify the other Makefile for DOS
REM compilation. DG
make -f makefile.tc %1
| century-arcade/src | zmachine/frotz/build.bat | bat | mit | 257 |
@call "%~dp0..\..\hammer.bat" %*
| nguyentran/openviber | tools/swtoolkit/samples/mandelbrot/hammer.bat | bat | mit | 33 |
universe = scheduler
executable = x_dumpcore.exe
output = job_core_corefiles_sched.out
error = job_core_corefiles_sched.err
log = job_core_corefiles_sched.log
coresize = 600000
should_transfer_files = YES
when_to_transfer_output = ON_EXIT_OR_EVICT
Notification = NEVER
queue
| htcondor/htcondor | src/condor_tests/job_core_corefiles_sched.cmd | bat | apache-2.0 | 280 |
java -cp .;JNative.jar HowToUse_Dll %1 | michaelforfxhelp/fxhelprepo | third_party/MediaInfoLib/Project/Java/Example.JNative/Run.bat | bat | mpl-2.0 | 38 |
@echo off
call %~dp0\setenv.bat
where WDExpress.exe
if %ERRORLEVEL% == 0 (
start WDExpress.exe
) else (
echo WDExpress.exe wasn't found
where devenv.com
if %ERRORLEVEL% == 0 (
start devenv.com
) else (
echo devenv.com wasn't found
)
)
| FollowMyVote/bitshares | run_vs.bat | bat | unlicense | 278 |
if exist dependencies2019.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2019.zip -f --retry 5 -z dependencies2019.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2019.zip -f --retry 5 -C -)
if exist vlc.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/vlc.... | c3r1c3/obs-studio | CI/install-script-win.cmd | bat | gpl-2.0 | 3,158 |
@echo off
rem Source: https://github.com/appveyor/ci/blob/master/scripts/appveyor-retry.cmd
rem initiate the retry number
set retryNumber=0
set maxRetries=3
:RUN
%*
set LastErrorLevel=%ERRORLEVEL%
IF %LastErrorLevel% == 0 GOTO :EOF
set /a retryNumber=%retryNumber%+1
IF %reTryNumber% == %maxRetries% (GOTO :FAILED)
:RE... | tomviner/pytest | scripts/retry.cmd | bat | mit | 607 |
@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... | karanjeets/crawl-evaluation | workspace/kafka/bin/windows/kafka-console-consumer.bat | bat | apache-2.0 | 923 |
c:\windows\system32\cmd.exe | stevenCJC/smart-template | cmd.bat | bat | mit | 27 |
java ^
-agentpath:../../aparapi_x86_64.dll ^
-Djava.library.path=../.. ^
-Dcom.amd.aparapi.useAgent=true ^
-Dcom.amd.aparapi.executionMode=%1 ^
-Dcom.amd.aparapi.logLevel=OFF^
-Dcom.amd.aparapi.enableVerboseJNI=false ^
-Dcom.amd.aparapi.enableProfiling=false ^
-Dcom.amd.aparapi.enableShowGeneratedOpenCL=true ^
... | sadikovi/spark-gpu | aparapi/samples/mandel/mandel-agent.bat | bat | mit | 560 |
..\bin\x64\Application-x64-profile.exe /pathres ../landscape /pathdat ../landscape/bin | darrenboyd/banished-terrain | Run.bat | bat | mit | 86 |
REM file: simulate_mti.bat
REM
REM (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved.
REM
REM This file contains confidential and proprietary information
REM of Xilinx, Inc. and is protected under U.S. and
REM international copyright and other intellectual property
REM laws.
REM
REM DISCLAIMER
REM ... | chrismasters/fpga-space-invaders | project/ipcore_dir/clocks/simulation/functional/simulate_mti.bat | bat | mit | 2,638 |
@echo off
echo Clearing old version...
if exist ..\runtime\nucage rd /s /q ..\runtime\nucage
echo Copying executable files...
md ..\runtime\nucage
copy ..\..\..\thirdlibs\fmod\bin\fmod.dll ..\runtime\nucage\fmod.dll
copy ..\out\bin\client.exe ..\runtime\nucage\nucage.exe
..\..\..\tools\upx.exe --best ..\runtime\nucag... | rustamserg/PLAINX | clients/nucage/client/postbld.bat | bat | mit | 1,416 |
max_influence.exe -b wc_Ca-GrQc.txt
max_influence.exe -g wc_Ca-GrQc.txt
max_influence.exe -p 10 20 wc_Ca-GrQc.txt
max_influence.exe -m 10 20 wc_Ca-GrQc.txt
max_influence.exe -ir 0.1 0.9 wc_Ca-GrQc.txt
max_influence.exe -irie 0.1 0.9 wc_Ca-GrQc.txt | hncuong/IM | irie/run.bat | bat | mit | 255 |
src\main.py
| ArmchairArmada/COS125Project01 | launch.bat | bat | mit | 12 |
@ECHO OFF
SET full_path=%~dp0
IF EXIST "%full_path%lib\clean.js" (
cscript "%full_path%lib\clean.js" %* //nologo
) ELSE (
ECHO.
ECHO ERROR: Could not find 'clean.js' in cordova/lib, aborting...>&2
EXIT /B 1
) | provenstyle/ReadEveryWord | cordova/platforms/windows8/cordova/clean.bat | bat | mit | 224 |
start "" %~dp0\Foreign\PostgreSql\bin\pgAdmin3.exe | as-zhuravlev/logistics_crs_prj | run_pgAdmin.cmd | bat | mit | 50 |
sumo-0.19.0\bin\netconvert.exe --node-files=net.nod.xml --edge-files=net.edg.xml --connection-files=net.con.xml --output-file=out.net.xml | chatoooo/SIN | sumo/make_map.bat | bat | mit | 137 |
rem 足切り、指数関数的な増幅モードで増幅を行います
pushd "%0\.."
torch4microscopic.exe -i "%1" -o "%1_normalized" --amp_mode exp --cutback --unitsize_depth 0.2988970588 --gaussian --window_size 5
exit | yanoshi/torch4microscopic | convert_using_expmode+gaussian.bat | bat | mit | 226 |
rem SET PDF=pdf
SET tmpfile=doc.md
for %%f in (src\*.md) do type "%%f" >> %tmpfile% && echo. >> %tmpfile%
if defined PDF (
pandoc --listings -H dist/listings-setup.tex -o dist\doc.pdf %tmpfile% --latex-engine=xelatex -V mainfont="Calibri" --toc --toc-depth=4
) else (
pandoc -o dist\doc.html %tmpfile% -V main... | DeKoyre/b8 | docs/build.bat | bat | mit | 403 |
@ECHO OFF
set Target=%1
set MSBuildExe="%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe"
IF (%1)==() SET Target=Build
IF NOT EXIST %MSBuildExe% GOTO MSBuildNotFound
:: Build product
:: --------------------------------------------------
:Build
cd src
"%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" build.proj /ve... | SparkSoftware/example-requirejs | build.cmd | bat | mit | 469 |
@echo off
"%~dp0\node_modules\.bin\electron.cmd" "%*" | umggt/remo | electron.cmd | bat | mit | 53 |
@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... | amylittleyang/OtraCAD | make.bat | bat | mit | 6,983 |
cd %~dp0
"C:\Program Files\doxygen\bin\doxygen.exe" "Doxyfile"
| arvydas/BlinkStickInterop | doxygen.bat | bat | mit | 67 |
docker rmi $(docker images -a -q) | aphawkins/Useful | apps/UsefulAPI/docker-remove-images.bat | bat | mit | 33 |
@rem win-goinstall
set DEVEL=c:\tmp\devel
set QUIXDATE=%DEVEL%\quixdate
set GOPATH=%QUIXDATE%
go tool fix %QUIXDATE%\src
go tool vet %QUIXDATE%\src
gofmt -s -w %QUIXDATE%\src
@rem build server
go install webd
@rem eof
| udhos/quixdate | win-build.cmd | bat | gpl-2.0 | 222 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.