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
vcpkg remove brunocodutra-metal:x86-windows brunocodutra-metal:x64-windows brunocodutra-metal:x86-windows-static brunocodutra-metal:x64-windows-static brunocodutra-metal:x86-uwp brunocodutra-metal:x64-uwp pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/metal_example/uninstall-windows.bat
bat
lgpl-3.0
211
set "ROBOZONKY_EXECUTABLE=${com.github.robozonky.distribution.jar}" rem Find the correct installation directory, regardless of whether it's from the ZIP or from the installer. set "HERE=%~dp0%" IF EXIST %HERE%dist\%ROBOZONKY_EXECUTABLE% ( set "HERE=%HERE%dist\" ) echo Will run %ROBOZONKY_EXECUTABLE% from '%HERE%'....
triceo/zonkybot
robozonky-distribution/robozonky-distribution-full/src/main/assembly/filtered-resources/robozonky.bat
bat
apache-2.0
1,124
java -jar binarycalendar.jar 2013
javadev/binary-calendar-generator
start.cmd
bat
apache-2.0
34
cmake --build ./ pause
liangpengcheng/tng
proj/ndk/build.bat
bat
bsd-3-clause
24
@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...
apdavison/hbp-validation-client
docs/make.bat
bat
bsd-3-clause
7,790
@echo off cls SET BUILD_DIR=build SET TOOLS_DIR=%BUILD_DIR%\tools SET NUGET_PATH=%TOOLS_DIR%\nuget.exe IF NOT EXIST %TOOLS_DIR%\ ( mkdir %TOOLS_DIR% ) IF NOT EXIST %NUGET_PATH% ( echo Downloading NuGet.exe ... powershell -Command "Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/v4.3.0/nuget.exe -O...
moodmosaic/Fare
build.cmd
bat
mit
597
echo off SET CODE_GEN=..\..\release\ClasHStamP.jar SET OUTPUT=c SET PROJECT=Design.asta SET SUPERCLS=int SET LANGUAGE=c SET EXT_CODE_OPT=y SET PACKAGE=Main SET SYNTAX=..\..\release\Syntax_C.csv java -Dfile.encoding=UTF-8 -jar %CODE_GEN% SET SYNTAX=..\..\release\Syntax_H.csv java -Dfile.encoding=UTF-8 -jar %CODE_GEN%...
ducyen/ClasHStamP
samples/CalcSimple/GenCode_C.bat
bat
gpl-3.0
328
@echo off rem rem rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. rem rem Copyright 2008 Sun Microsystems, Inc. All rights reserved. rem rem The contents of this file are subject to the terms of either the GNU rem General Public License Version 2 only ("GPL") or the Common Development rem and Dist...
marcellodesales/svnedge-console
ext/solaris/pkg-toolkit/pkg/bin/cmprepo.bat
bat
agpl-3.0
2,192
@echo off rem rem Copyright (c) 2001-2003, Jean Tessier rem All rights reserved. rem rem Redistribution and use in source and binary forms, with or without rem modification, are permitted provided that the following conditions rem are met: rem rem * Redistributions of source code must retain the above copyr...
simeshev/parabuild-ci
3rdparty/depfind101/bin/DependencyMetrics.bat
bat
lgpl-3.0
3,052
powershell ./Post-SlackMessage %1 %2
rikbosch/slack-integrations
src/SlackIntegrations/svn/Post-SlackMessage.bat
bat
apache-2.0
36
copy oldFile.txt newFile.txt
Emiliya93/TelerikAcademy
QualityAssurancePart1/Exercises/CommandLineExercise/02_Commands/01_copyFiles.bat
bat
mit
28
@echo off REM Copyright (C) 2017 The Qt Company Ltd. REM Contact: https://www.qt.io/licensing/ REM REM This file is part of Qbs. REM REM $QT_BEGIN_LICENSE:LGPL$ REM Commercial License Usage REM Licensees holding valid commercial Qt licenses may use this file in REM accordance with the commercial license agreement prov...
qtproject/qt-labs-qbs
scripts/make-release-archives.bat
bat
lgpl-2.1
3,520
@echo off REM *** REM * To be able to run this check you need apprpriate credentials REM * in the target domain. REM * REM * Normally the Check_MK agent runs as sevice with local system REM * credentials which are not enough for this check. REM * REM * To solve this problem you can do e.g. the following: REM...
tomas-edwardsson/check_mk
agents/windows/plugins/ad_replication.bat
bat
gpl-2.0
601
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 cd .. setlocal enabledelayedexpansion call :GET_PATH_NAME %cd% set project=%PATH_NAME% if not exist proj.android md proj.android cd proj.android echo #####Ìáʾ£º¿ªÊ¼¹¹½¨##### cmake -DDXM_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake if %errorlevel% ...
dxmgame/dxm
templates/prebuilt/build/setup.android.bat
bat
mit
1,012
echo off SETLOCAL enabledelayedexpansion cd .. call setEnv.cmd echo on "%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.list.DestroyUserListSubscription %* ENDLOCAL
egeyman/Final-Project
twitter4j-4.0.3/bin/list/destroyUserListSubscription.cmd
bat
apache-2.0
196
@echo off setlocal REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the REM License is located at http://aws.amazon.com/asl or in the "lic...
capotej/whim
ec2_home/ec2-api-tools-1.6.3.1/bin/ec2delnacl.cmd
bat
mit
1,038
/* // TI File $Revision: /main/5 $ // Checkin $Date: July 6, 2009 17:18:33 $ //########################################################################### // // FILE: 28022_RAM_lnk.cmd // // TITLE: Linker Command File For 28022 examples that run out of RAM // // This ONLY includes all SARAM blocks on th...
martianmartin/Energia
hardware/c2000/cores/c2000/f2802x_common/cmd/28022_RAM_lnk.cmd
bat
lgpl-2.1
6,248
REM Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved. REM REM This program is free software; you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation; version 2 of the License. REM REM This program is dis...
Tokutek/mysql-5.5
extra/yassl/taocrypt/src/make.bat
bat
gpl-2.0
1,773
@ECHO OFF SETLOCAL REM So that we can expand variables inside of IF and FOR SETLOCAL enableDelayedExpansion REM Check presence of required file dir 0_package.list >NUL 2>NUL || ( ECHO 0_package.list not found! ECHO Aborting... EXIT /B 20 ) REM Clear succeed flag IF EXIST %FORMED_OK_FLAG% ( del /F /Q "%FORMED_OK_F...
edureis95/xbmc
project/BuildDependencies/scripts/get_formed.cmd
bat
gpl-2.0
3,172
@echo off rem Use this to clean out old class files from the classes directory rem The classes shouldn't end up in the classes directory (ok very poor rem naming) if you use the ant build script (build.xml). But if you do rem run javac by mistake, this will clean up. rem Note: do not run this on the net/org/edu e...
HackWars/hackwars-classic
HWBatchFiles/clean_classes.bat
bat
isc
860
sort -h -k 2 bdays.txt | tail cat ../dates-ac.txt | while read i; do if grep -q $i dates-u.txt; then echo $i; else echo $i >> dates-u.txt; fi; done tail -f -n +1 dates-u.txt | while read i; do grep -m 1 $i bdays.txt >> a-u.txt; echo $i; done
alogic0/pi-birthdays
misc.cmd
bat
mit
245
@echo off REM Batch script to automate building executables with 32-bit Conda Python. REM Environment name is 'ec32'. set ENV=ec32 set BUILD=build_f.spec set ENCODING=850 set VERPATCH=C:\Utilities\verpatch\verpatch REM Setting arguments so they can be called by subroutines set ARG1="%~2" set ARG2="%~3" IF "%~1" == ...
macph/easement-curve
build.bat
bat
mit
1,635
cd dep\boost\ call bootstrap.bat call build_libraries.bat cd ..\..\
SilverIce/JContainers
installation.bat
bat
mit
73
@echo off set path=. if not [%1]==[] set path=%1 IF NOT EXIST Packages MKDIR Packages echo Creating WebProxyApi Package %path%\..\.nuget\nuget pack %path%\..\WebApiProxy.Server\WebApiProxy.Server.csproj -Build -IncludeReferencedProjects -OutputDirectory %path%\..\Nuget\Packages -Properties Configuration=Release -Ve...
lust4life/WebApiProxy
Nuget/build-nuget-server.bat
bat
mit
391
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off :: ---------------------- :: KUDU Deployment Script :: Version: 1.0.15 :: ---------------------- :: Prerequisites :: ------------- :: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already ...
MattKotsenas/MattKotsenas
deploy.cmd
bat
mit
3,438
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set SPHINXOPTS=-W set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER...
sintax1/o365-email-processor
docs/make.bat
bat
mit
5,157
svnadmin hotcopy --clean-logs C:\Daten\SubVersion_Repository \\Mainworkroom\daten\Backup\SubVersion_Repository\Haus_Holle PAUSE
Rosi2143/HSHSB3_CC2
CC2_Projects/repository_backup.bat
bat
mit
127
cmd_arch/arm/vfp/vfphw.o := arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.vfphw.o.d -nostdinc -isystem /home/jason/toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/media/Jason_HDD_ext4/Android/WORKING/Source/Kernel/maguro/omap/arch/arm/include -Iarch/arm/include/generated -Iinclude ...
Jason-Choi/EastSea-Kernel
arch/arm/vfp/.vfphw.o.cmd
bat
gpl-2.0
3,437
cmd_fs/yaffs2/built-in.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o fs/yaffs2/built-in.o fs/yaffs2/yaffs.o
mjmccall/Kernel
fs/yaffs2/.built-in.o.cmd
bat
gpl-2.0
136
@echo off title SIS Server cd ../NewSISServer javac *.java java SISServer pause
sisv5/sisv5
Scripts/runserver.bat
bat
gpl-2.0
88
@echo off echo Cleaning all!!! cd .. echo Removing files: *.ncb *.suo *.name etc. del /S /F /Q /A:H *.suo del /S /F /Q *.sdf del /S /F /Q *.log del /S /F /Q *vcxproj*.user del /S /F /Q *vcproj*.user del /S /F /Q *pro.user del /S /F /Q *.aps del /S /F /Q *.ncb echo Removing folders: build ipch rmdir /S /Q build rmdir...
gureedo/eMule-IS-Mod
scripts/clear_all.bat
bat
gpl-2.0
656
cmd_arch/arm/lib/io-readsw-armv4.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/work/kernel_study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch...
heyoufei/mini2440_kernel
arch/arm/lib/.io-readsw-armv4.o.cmd
bat
gpl-2.0
1,948
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ar rcsD sound/mips/built-in.o
0xD34D/kernel_amazon_tate
sound/mips/.built-in.o.cmd
bat
gpl-2.0
161
cmd_fs/proc/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o fs/proc/built-in.o fs/proc/proc.o
emwno/android_kernel_U8500
fs/proc/.built-in.o.cmd
bat
gpl-2.0
129
cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; ar rcs sound/drivers/opl3/built-in.o
Existed/kernel-2.6.35.14
sound/drivers/opl3/.built-in.o.cmd
bat
gpl-2.0
112
@erase lang.inc @echo lang fix ru >lang.inc @fasm example.asm example @erase lang.inc @pause
ashmew2/nskolibrios
netsurf/trunk/rus/build_ru.bat
bat
gpl-2.0
96
cmd_block/blk-tag.o := ppc_4xx-gcc -m32 -Wp,-MD,block/.blk-tag.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno...
mattkelly/linux-2.6-xlnx
block/.blk-tag.o.cmd
bat
gpl-2.0
25,930
@ECHO OFF REM (C) 2013-2017 see Authors.txt REM REM This file is part of MPC-HC. REM REM MPC-HC is free software; you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation; either version 3 of the License, or REM (at your opti...
clsid2/mpc-hc
src/thirdparty/LAVFilters/build_lavfilters.bat
bat
gpl-3.0
7,249
set ERModelversion=ERmodel_v1.5 call %~dp0..\%ERmodelversion%\scripts\set_path_variables set ERXSLT=%ERHOME%\xslt set ERSCHEMA=%ERHOME%\schema
JohnWCartmell/ERmodelSeries1
commands/set_path_variables.bat
bat
gpl-3.0
142
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "hel...
guaix-ucm/pymilia
doc/make.bat
bat
gpl-3.0
4,509
@echo off echo user=monetdb> .monetdb echo password=monetdb>> .monetdb prompt # $t $g echo on call java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d %TSTDB% -e -f "%RELSRCDIR%\..\except-union-intersect-bug-sf-1146079.sql" @del .monetdb
zyzyis/monetdb
sql/test/bugs/Tests/except-union-intersect-bug-sf-1146079.SQL.bat
bat
mpl-2.0
257
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -jar spigot-1.8.8.jar
Di3mex/ExtraHardMode
spigot/server/start-server.bat
bat
agpl-3.0
93
@echo off title Build a Windows installer with Qt Installer Framework rem https://download.qt.io/official_releases/qt-installer-framework/2.0.3/QtInstallerFramework-win-x86.exe SET current_mpt_version="MetadataPublishingTool.exe" rem C:\Qt\QtIFW2.0.3\bin\archivegen.exe packages\nl.knaw.dans.ehri.mpt\data\mpt_win.7z ...
EHRI/rspub-gui
z_build/win7_onefile/installer/build_installer.bat
bat
apache-2.0
500
SETLOCAL EnableDelayedExpansion SET /P ARTIFACT=<%HOME%\site\wwwroot\_artifact.txt !ARTIFACT! %*
hruan/go-azure
go-azure.bat
bat
apache-2.0
97
@ECHO OFF SET Id=ZXing.Net SET VERSION=0.14.0.0 3rdParty\nuget\nuget push Build\Deployment\%ID%.%VERSION%.nupkg
dawidcieszynski/ZXing.Net
nuget-push.cmd
bat
apache-2.0
118
@echo off setlocal %~d0 cd %~p0 call _project.bat set answer=y echo /nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn echo ...Calling the ReplaceSchema task echo nnnnnnnnnn/ call %DBFLUTE_HOME%\etc\cmd\_df-replace-schema.cmd %MY_PROPERTIES_PATH% if "%pause_at_end%"=="y" ( pause )
hajimeni/dbflute-solr-example
dbflute_exampledb/no-wait-replace-schema.bat
bat
apache-2.0
288
@echo off set configuration=%~1 if "%configuration%" == "" ( exit /b 1 ) set target_framework=%~2 if "%target_framework%" == "" ( exit /b 1 ) if not exist publish\%target_framework%\plugin ( mkdir publish\%target_framework%\plugin ) for %%f in (Common\bin\%configuration%\%target_framework%\*.dll) do ( ...
y-iihoshi/REIMU_Plugins_V2
CollectArtifacts.bat
bat
bsd-2-clause
675
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S05_ResetSortTableRops_ResetTableSuccess_TestSuite.MSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuite /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\M...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S05_ResetSortTableRops_ResetTableSuccess_TestSuite.cmd
bat
mit
356
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^...
jmercier/PyMiSCID
doc/make.bat
bat
mit
2,963
cmd_drivers/net/raeth.dsl/ra_mac.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/net/raeth.dsl/.ra_mac.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf....
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/drivers/net/raeth.dsl/.ra_mac.o.cmd
bat
gpl-2.0
30,453
@ECHO OFF SETLOCAL SET CUR_PATH=%CD% SET XBMC_PATH=%CD%\..\.. SET TMP_PATH=%CD%\scripts\tmp rem can't run rmdir and md back to back. access denied error otherwise. IF EXIST lib rmdir lib /S /Q IF EXIST include rmdir include /S /Q IF EXIST %TMP_PATH% rmdir %TMP_PATH% /S /Q IF $%1$ == $$ ( SET DL_PATH...
xbmc/atv2
project/BuildDependencies/DownloadBuildDeps.bat
bat
gpl-2.0
682
@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...
hthompson6/a10-neutron-lbaas
docs/make.bat
bat
apache-2.0
7,744
spasm -E -T -L -I .. step.ez80 STEP.8xp
MateoConLechuga/CEmu
tests/step/make.bat
bat
gpl-3.0
40
@echo off for %%x in (%*) do cd /d "%%~dpx" & imgdec "%%~nxx" - | ucienc - -o "%%~nx.uci" pause
patchper/ultra-compact-image
makeuci.bat
bat
lgpl-3.0
99
@echo off call %~dp0setenv.bat %wrapper_bat% -i %conf_file% pause
fastcat-co/fastcatsearch
production/service/bat/installService.bat
bat
apache-2.0
74
@echo off :: This is an example batchfile for building everything. Please :: edit this (or make your own) for your needs and wants using :: the instructions for calling makefile.vc found in makefile.vc :: :: RCS: @(#) $Id$ echo Sit back and have a cup of coffee while this grinds through ;) echo You asked for *eve...
AndresGG/sn-8.4
tk/win/buildall.vc.bat
bat
gpl-2.0
1,026
@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...
dimitrisr/django-easy-pdf
docs/make.bat
bat
mit
6,476
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 if not exist proj.android md proj.android cd proj.android echo #####Ìáʾ£º¿ªÊ¼¹¹½¨##### cmake -DDIOS_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake rem cmake -DDIOS_CMAKE_PLATFORM=ANDROID -P ..\CMakeListsAndroid.cmake echo #####Ìáʾ£º¹¹½¨½áÊø##### echo...
dios-game/dios-cocos-samples
src/lua-fantasy-warrior-3d/setup.android.mk.bat
bat
mit
688
cmake ./build/cmake -DCMAKE_BUILD_TYPE=Debug -Bbuild_analyzer -GNinja cmake --build build_analyzer
google/llvm-propeller
clang/utils/analyzer/projects/zstd/run_static_analyzer.cmd
bat
apache-2.0
99
set PATH rem check that GIT_* tags are present for %%i in (GIT_DESCRIBE_TAG GIT_DESCRIBE_NUMBER GIT_DESCRIBE_HASH GIT_FULL_HASH) DO ( if defined %%i ( echo %%i ) else ( exit 1 ) )
pelson/conda-build
tests/test-recipes/metadata/jinja2_build_str/bld.bat
bat
bsd-3-clause
197
@echo off start bin/nightly.exe exit
notationist17/MuseScore
build/appveyor/support/nightly.bat
bat
gpl-2.0
38
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\js-beautify\js\bin\html-beautify.js" %* ) ELSE ( node "%~dp0\..\js-beautify\js\bin\html-beautify.js" %* )
dwings/atom-windows
resources/app/node_modules/styleguide/node_modules/.bin/html-beautify.cmd
bat
mit
167
@echo off set ARCH=64 call %~dp0\06-install.cmd
mgreter/libsass-msi-installer
perl/06-install-64.bat
bat
mit
48
@echo off cmd /k java -cp "%~dp0\daris-lifepool-client.jar" daris.lifepool.client.cli.DataCountCLI %*
uom-daris/daris-lifepool-client
src/main/windows/daris-lifepool-data-count.cmd
bat
mit
106
compilation-server -package %REGULUS%/Examples/Toy1Dynamic/Generated/recogniser_dynamic rm.Addresses=localhost:1234 comp.Port=1235
TeamSPoon/logicmoo_workspace
packs_sys/logicmoo_nlu/ext/regulus/Examples/Toy1Dynamic/scripts/run_compilation-server.bat
bat
mit
130
echo OFF cls rm ./bin/extension.dll rm ./obj/extension.obj echo BUILDING EXTENSION echo ------------------ gcc -shared -O2 -nostartfiles -Wall --std=c99 -c ./src/extension.c -o ./obj/extension.obj ld -shared --kill-at --no-seh -e entry_point ./obj/extension.obj -o ./bin/extension.dll -L%LIBRARY_PATH% -lkernel32 -luuid...
itsuart/copy-move-extension
build_ext.cmd
bat
mit
396
echo Get latest 32bits zip files from https://dev.mysql.com/downloads/connector/c/ rem wget --no-check-certificate https://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-win32.zip -O mysql\mysql.zip rem cd mysql rem ..\7zip\7z x mysql.zip gem install mysql2 -v '0.4.1' --platform=ruby -- '--with-mys...
u007/rails_for_windows
fix-mysql.bat
bat
mit
372
@echo off Flu.exe "Games\Cinematic.flg"
VladGordienko28/FluorineEngine
Showcase/Cinematic.bat
bat
mit
39
gcc -c sample.c gcc -shared -o sample.dll sample.o -Wl,--out-implib,libsample.a
jankoslavic/py-tools
wrapping C code/compile.bat
bat
mit
79
setlocal call settings.bat SET PATH=%PREFIX%\bin;D:\tbb\bin\intel64\vc12;%PATH% cd osrm-backend echo disk=d:\temp\stxxl,1000,wincall > test\stxxl.txt SET STXXLCFG=stxxl.txt mkdir d:\temp cucumber cd ..
alex85k/winbuilds
build_osrm_runtests.bat
bat
cc0-1.0
205
rem Run the lua5.1.exe in the path of this scrip file. Here is a way how to get the path of this script: rem https://stackoverflow.com/questions/3827567/how-to-get-the-path-of-the-batch-script-in-windows SET SELFBAT=%~dp0 SET SELFDIR=%SELFBAT:~0,-1% %SELFDIR%\lua5.4 %SELFDIR%\system.lua %*
muhkuh-sys/org.muhkuh.tools-muhkuh_tester_cli
local/wrapper/lua5.4/windows/tester.bat
bat
gpl-2.0
291
cmd_drivers/input/touchscreen/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/input/touchscreen/built-in.o drivers/input/touchscreen/zinitix_touch.o
RittikBhowmik/Project-Crater-Kernel-GT-i9152
drivers/input/touchscreen/.built-in.o.cmd
bat
gpl-2.0
215
@title Certificate Generation openssl req -new -config ssl.cnf -out conf/ssl/server.req.pem -keyout conf/ssl/server.key.pem -nodes openssl req -x509 -config ssl.cnf -days 365 -in conf/ssl/server.req.pem -key conf/ssl/server.key.pem -out conf/ssl/server.cert.pem
Adam-/unrealircd
src/win32/makecert.bat
bat
gpl-2.0
263
cmd_sound/usb/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/usb/built-in.o sound/usb/misc/built-in.o sound/usb/usx2y/built-in.o sound/usb/caiaq/built-in.o sound/usb/6fire/built-in.o
asopov/linux-tpt-2.6.39
sound/usb/.built-in.o.cmd
bat
gpl-2.0
253
cmd_net/netfilter/netfilter.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
TeamGlide/LiteKernel
net/netfilter/.netfilter.o.cmd
bat
gpl-2.0
216
REM WinApp REM x64 copy D:\Dev\mHelp\mHpPak\Debug\x64\mHpPak.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHpCtrl\Debug\x64\mHpCtrl.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHelp\Debug\x64\mHelp.dll D:\Dev\mHelp\Example\Win32\WinApp\Debug\x64 copy D:\Dev\mHelp\mHpQtC...
STUDIO-Artaban/mHelp
DllBalancing.bat
bat
gpl-2.0
5,121
cmd_drivers/media/usb/gspca/built-in.o := rm -f drivers/media/usb/gspca/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/gspca/built-in.o
heyoufei2/yocto3.14.38_kernel
drivers/media/usb/gspca/.built-in.o.cmd
bat
gpl-2.0
151
fileindexer clearDb --db fileindices.db
meahmadi/pyfindexer
indexer_clear_db.bat
bat
gpl-2.0
40
@echo off REM Setup for compiling with Borland C++ 4.5 in 32 bit Windows VxD mode. if .%CHECKED%==.1 goto checked_build SET LIB=%SCITECH_LIB%\LIB\RELEASE\VXD\BC4;%BC4_PATH%\LIB;. echo Release build enabled. goto setvars :checked_build SET LIB=%SCITECH_LIB%\LIB\DEBUG\VXD\BC4;%BC4_PATH%\LIB;. echo Checked debug build e...
OS2World/DEV-UTIL-SNAP
bin-win32/bc45-vxd.bat
bat
gpl-2.0
826
prog='perl' args='TEST/reader_aref.pl' cmp='diff -cb ' in='TEST/reader_hash.in'
gitpan/Fsdb
TEST/reader_aref.cmd
bat
gpl-2.0
80
>>> rabbits = 17 >>> cage = 10 >>> print("{:f} rabbits are in cage number {:d}." % (rabbits, cage)) 17.000000 rabbits are in cage number 10.
simontakite/sysadmin
pythonscripts/practicalprogramming/strings/print2.cmd
bat
gpl-2.0
140
cmd_kernel/module.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.module.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -...
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/kernel/.module.o.cmd
bat
gpl-2.0
28,198
cmd_/home/arcelik/kernel-headers/include/rdma/.install := /bin/bash scripts/headers_install.sh /home/arcelik/kernel-headers/include/rdma /home/arcelik/1511/linux_kernel/sober-kernel/include/uapi/rdma ib_user_cm.h ib_user_mad.h ib_user_sa.h ib_user_verbs.h rdma_netlink.h rdma_user_cm.h; /bin/bash scripts/headers_install...
eckucukoglu/arm-linux-gnueabihf
arm-linux-gnueabihf/libc/usr/include/rdma/..install.cmd
bat
gpl-2.0
741
cmd_drivers/hid/usbhid/built-in.o := ld -m elf_x86_64 -r -o drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
Existed/kernel-2.6.35.14
drivers/hid/usbhid/.built-in.o.cmd
bat
gpl-2.0
122
cmd_crypto/eseqiv.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,crypto/.eseqiv.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 includ...
doadin/samsung-kernel-msm7x30-Doadin
crypto/.eseqiv.o.cmd
bat
gpl-2.0
26,604
cmd_sound/soc/codecs/snd-soc-msm-stub.o := /home/tcmis/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/soc/codecs/snd-soc-msm-stub.o sound/soc/codecs/msm_stub.o
ibuddler/M2ATT
sound/soc/codecs/.snd-soc-msm-stub.o.cmd
bat
gpl-2.0
190
@echo off @rem ====================================================================== @rem SCCS ID @rem @rem Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. @rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER @rem @rem This program is free software; you can redistribute it and/or @rem...
tommythorn/yari
shared/cacao-related/phoneme_feature/cldc/build/win32_i386_ide/idetool.bat
bat
gpl-2.0
3,022
:: set version=$1 :: %1 (argument 1) = version number del /Q .\bin del /Q lib\swt* mkdir bin mkdir lib :: Create JAR for Linux 64bit copy .\swt\swt-4.2.2-gtk-linux-x86_64.jar .\lib\swt.jar /Y call sbt clean compile msgfmt assembly copy .\target\scala-2.9.1\IRCBalloonJ-assembly-%1.jar .\bin\IRCBalloonJ-linux64-%1.jar...
fuunkaosekai/IRCBalloonJ
createJAR.bat
bat
gpl-3.0
1,090
' these need to be changed to the right locations set CHROMEPATH="C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" set PRIVKEYPATH=%CD%\src\chrome.pem ' pack the extension %CHROMEPATH% --pack-extension=%CD%\src\chrome --pack-extension-key=%PRIVKEYPATH% ' create build directory mkdir build ' move and rename...
ecsec/open-ecard-legacy-activator
build_chrome.bat
bat
gpl-3.0
378
java -cp ..\lib\jade.jar;..\lib\chatOntology.jar;..\lib\chatStandard.jar chat.client.Start -exitwhenempty true pause
ekiwi/jade-mirror
leap/demo/bin/startChatParticipant.bat
bat
lgpl-2.1
116
echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h",0)(window.close)&&exit :begin "C:\Program Files\Oracle\VirtualBox\VirtualBox.exe" cls
sansna/windows.bat
vbox.bat
bat
lgpl-3.0
186
@ECHO OFF REM Copyright 2017 Google Inc. REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable ...
google/xrtl
xtool.bat
bat
apache-2.0
2,188
/* ============================================================================ */ /* Copyright (c) 2014, Texas Instruments Incorporated */ /* All rights reserved. */ /* ...
hemmerling/cpp-fatedit
project_misrac/lnk_msp430p337.cmd
bat
apache-2.0
7,972
@setlocal @echo off rem $Id:$ rem rem Windows BAT-equivalent to generic_start.sh rem set BATLOCATION=%~dp0 pushd %BATLOCATION% cd .. set DEPLOY=%CD% popd rem rem TEMPLATE FOR RUNNING JARS FROM BASH SCRIPTS rem rem Directory Structure: rem The following directory structure will be assumed rem rem app_root/ rem ...
statsbiblioteket/summa
Summix/bin/generic_start.bat
bat
apache-2.0
4,208
@rem Copyright 2017 gRPC authors. @rem @rem Licensed under the Apache License, Version 2.0 (the "License"); @rem you may not use this file except in compliance with the License. @rem You may obtain a copy of the License at @rem @rem http://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unless required by applicable ...
grpc/grpc-node
run-tests.bat
bat
apache-2.0
2,028
@ECHO OFF setlocal DISABLEDELAYEDEXPANSION SET BIN_TARGET=%~dp0/../league/geotools/bin/geotools php "%BIN_TARGET%" %*
fuermolv/treesys
vendor/bin/geotools.bat
bat
apache-2.0
118
@echo off Echo Un-installing HAPI... %0\..\hapint64.exe -r -k C-C-T-K -q
vmwaresamples/AirWatch-samples
Windows-Samples/Tools & Utilities/In-Place Upgrade Windows 7 to 10 for Dell Devices/Win10upgrade/DellCommandConfigure/X86_64/HAPI/HAPIUninstall.bat
bat
bsd-3-clause
74
docker build --tag sss-build . docker run --rm -it --name sss-build ^ -v /var/run/docker.sock:/var/run/docker.sock ^ -v %cd%/artifacts:/repo/artifacts ^ -v %cd%/.git:/repo/.git ^ --network host ^ -e FEEDZ_SSS_API_KEY=%FEEDZ_SSS_API_KEY% ^ sss-build ^ dotnet run -p /repo/build/build.csproj -- %*
SQLStreamStore/SQLStreamStore
build.cmd
bat
mit
302
@echo off set GitHash=%~1 rem Ugly hack to set the WebGitUrl variable from the command output for /f "delims=" %%i in ('%~dp0/stash_base.bat') do set WebGitUrl=%%i rem Use the Windows 'start' command to open the URL start %WebGitUrl%/browse
kensykora/sourcetree-stash-custom-actions
Stash/open_project_on_stash_windows.bat
bat
mit
243
FOR /D /R %X IN (tmp) DO RD /S /Q "%X"
uniba-dsg/prope
deleteTmpDirs.bat
bat
mit
38