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
cmd_mm/fremap.o := arm-eabi-gcc -Wp,-MD,mm/.fremap.o.d -nostdinc -isystem /home/hyunwoo82.park/gb_original/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/hyunwoo82.park/kernel/kernel/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endia...
mcardielo/ThunderG-Kernel_2.6.35
mm/.fremap.o.cmd
bat
gpl-2.0
184,706
@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer @echo // @echo // Windows 32-bit @echo // Watcom C/C++ @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off set CC=wcl386 -zq -mf -5r -bt#nt -l#nt set CF=-ox -zc %CFI% %CFASM% set LF=%BLIB% %CC% %CF% -c src\*.c @if errorlevel 1 goto error wlib -q -b -n...
AnesBendimerad/EPCIS-Events-Generator-Based-On-OpenTTD
openttd-modified/OpenTTD essentials sources/lzo-2.06/B/win32/wc.bat
bat
gpl-2.0
830
:: Graylog Collector startup script for Windows @ECHO OFF SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION TITLE Graylog Collector 0.5.0 IF DEFINED JAVA_HOME goto :continue :: JAVA_HOME needs to be set to find the JVM. :jvmError ECHO JAVA_HOME not set! 1>&2 EXIT /B 1 :: Execute the JAR. :continue set COLLECTOR_BIN...
cgi-eoss/fstep
third-party/java/graylog-collector/graylog-collector-0.5.0/bin/graylog-collector.bat
bat
agpl-3.0
694
@echo off setlocal :: :: Extracts region images for all documents in the SEARCH_PATH. :: :: Adjust the following parameters as needed: :: set SEARCH_PATH=.\Input\ set OUTPUT_PATH=Output :: :: Autodetect Executable :: FOR %%c in ("..\Extractor*.exe") DO ( SET EXTRACTOR=%%c ) @echo on :: :: Loop through all files...
Early-Modern-OCR/FrankenPlus
Setup/Setup/Express/DVD-5/DiskImages/DISK1/Personal/Franken+/GlyphExtraction/ExtractorExporter 1.2/batch/process_folder_extract_glyph_image_snippets.bat
bat
apache-2.0
551
:: Windows launcher script for Rexster @echo off set work=%CD% if [%work:~-3%]==[bin] cd .. set LIBDIR=lib set EXTDIR=ext/* set PUBDIR=public set EXTRA= if "%1"=="-s" set EXTRA="-wr %PUBDIR%" cd ext FOR /D /r %%i in (*) do ( set EXTDIR=%EXTDIR%;%%i/* ) cd .. set JAVA_OPTIONS=-Xms32m -Xmx512m :: Launch the...
alszeb/rexster
rexster-server/src/main/bin/rexster.bat
bat
bsd-3-clause
435
@echo off :: Fail early if environment not set if not defined BUILD_VCVARSALL exit /b 1 if not defined BUILD_ARCHIVE_NAME exit /b 1 if not defined BUILD_PARALLEL_THREADS exit /b 1 if not defined BUILD_7ZIP exit /b 1 :: Clean and enter shadow build folder echo Cleaning... cd .. || goto :error if exist bin rmdir bin /s...
birkangit/Sigma-Playout
build-scripts/build-windows.bat
bat
gpl-3.0
1,987
rem msvc writes all objects to CWD, so we need do some renames to resolve conflicts move common\common.c common\host_common.c move common\soundlib\libmpg\common.c common\soundlib\libmpg\mpg_common.c cl -Dvsnprintf=_vsnprintf -o xash_dedicated.exe /DEBUG /Zi /W3 /Gm /GD /G6 /O2 /MD /O2 /DSINGLE_BINARY /DXASH_NOCONHOST /...
CecilHarvey/xash3d
ports/msvc6/build_dedicated.bat
bat
gpl-3.0
1,007
@echo off cd /d %~dp0 if not exist jit (mkdir jit) if not exist Out (mkdir Out) xcopy /Y /D ..\..\..\Luajit\jit jit setlocal enabledelayedexpansion for /r %%i in (*.lua) do ( set v=%%~dpi call :loop set v=!v:%~dp0=! if not exist %~dp0out\!v! (mkdir %~dp0Out\!v!) ) for /r %%i in (*.lua) do ( set v=%%i set ...
wangtianhang/UnityLuaTest
toluaSnapshotTest/toluaUnityProject/Luajit/Build.bat
bat
mit
527
@echo off setlocal REM Script for building the LLVM installer on Windows, REM used for the the weekly snapshots at http://www.llvm.org/builds. REM REM Usage: build_llvm_package.bat <revision> REM Prerequisites: REM REM Visual Studio 2019, CMake, Ninja, SVN, GNUWin32, SWIG, Python 3, REM NSIS with the s...
llvm-mirror/llvm
utils/release/build_llvm_package.bat
bat
apache-2.0
6,267
rem Licensed to the Apache Software Foundation (ASF) under one rem or more contributor license agreements. See the NOTICE file rem distributed with this work for additional information rem regarding copyright ownership. The ASF licenses this file rem to you under the Apache License, Version 2.0 (the rem "License"); y...
Mega-DatA-Lab/mxnet
example/ssd/tools/caffe_converter/make_win32.bat
bat
apache-2.0
887
@echo off rem ------------------------------------------- rem packages\build.cmd script rem ------------------------------------------- if "%KeymanDeveloperPath%"=="" goto err_env if "%1"=="-?" goto help if "%1"=="/?" goto help if /i "%1" EQU "-h" goto help if /i "%1" EQU "/h" goto help if /i "%1" EQU "--help" goto h...
adinkraalphabet/keyboards
packages/build.cmd
bat
mit
2,023
@echo off pushd . cd %~dp0 cd "../behat/behat/bin" set BIN_TARGET=%CD%\behat popd php "%BIN_TARGET%" %*
lrt/lrt
vendor/bin/behat.bat
bat
mit
111
REM @ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphi...
VirusTotal/msticpy
docs/make.bat
bat
mit
760
@echo off echo Testing model 1... echo Time started: %time% py tensorflow_lstm_lm.py --action=test_model_single --vocab_file="%VOCAB_FILE%" --model_file="%MODEL_FILE0%" --test_text="%TEST_TEXT%" --test_batch_size=%TEST_BATCH_SIZE% --test_num_steps=%TEST_NUM_STEPS% echo Time ended: %time% echo.
jelleevers/bachelor_thesis
tensorflow_lstm_lm/single_test_model.bat
bat
mit
303
set path=%path%;C:\Windows\Microsoft.NET\Framework\v4.0.30319 @powershell -NoProfile -ExecutionPolicy Bypass -File "%systemdrive%\vagrant\scripts\005_InstallWindowsFeatures.ps1"
JeremyNevill/parkbench
scripts/004_InstallWindowsFeatures.bat
bat
mit
178
@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% ...
tobiaghiraldini/DjangoBBB
docs/make.bat
bat
mit
5,143
makeit clean debug
Kochise/makeit
makefiles/debug_clean.bat
bat
mit
20
call zig4.exe -r 06_abf_bio_esc/06_abf_bio_esc.dat 06_abf_bio_esc/06_abf_bio_esc.spp 06_abf_bio_esc/06_abf_bio_esc_out/06_abf_bio_esc.txt 0 0 1 0 --grid-output-formats=compressed-tif --image-output-formats=png
VUEG/bdes_to
zsetup/bdes_to/06_abf_bio_esc.bat
bat
mit
210
cmd_arch/arm/lib/lshrdi3.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.o.d -nostdinc -isystem /usr/local/arm/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/miamo/android/kernel/miamOv/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/a...
miamo/miamOv
arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
1,403
@rem ======================================================== @rem This is used to import bgd.dll when it will use MSVC @rem ======================================================== @echo Creating bgd.dll lib /machine:x86 /def:bgd.def @if exist bgd.lib ren bgd.lib libbgd.lib @echo Done. You can now link to the bgd.lib...
xharbour/core
contrib/gd/makemsvcimport.bat
bat
gpl-2.0
348
@echo off if "%1" == "" goto error @echo on del *.o del firmware.axf del firmware.bin armasm --apcs /interwork -g --keep --cpu=ARM7TDMI-S --diag_style=ide --fpu=None --diag_suppress=1786 -o init.o ..\target_spw\init_rvds.s armcc --via=armcc_opt.via -I..\ftl_%1 ..\ftl_%1\ftl.c armcc --via=armcc_opt.via -I..\ftl_...
gssplayer/issd
OpenSSD-1.1.0/build_rvds/build.bat
bat
gpl-2.0
1,698
cmd_arch/arm/lib/delay.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.delay.o.d -nostdinc -isystem /opt/toolchains/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include -Iinclude -include include/generated/autoconf....
dizgustipated/BOCA-2.6.35.14
arch/arm/lib/.delay.o.cmd
bat
gpl-2.0
1,997
cmd_kernel/irq/pm.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,kernel/irq/.pm.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/supersonic/arch/arm/include -include include/linu...
kingklick/kk-evo-kernel
kernel/irq/.pm.o.cmd
bat
gpl-2.0
20,250
cmd_net/ipv6/ndisc.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.ndisc.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/p...
jpsminix/minix5
net/ipv6/.ndisc.o.cmd
bat
gpl-2.0
33,481
@rem = '--*-Perl-*-- @rem @rem Wrapper for bootstrapping Windows build and install. @rem Checks for Perl, attempts to download latest win32-packager.pl, @rem and then executes that with any supplied arguments. @rem @echo off if "%OS%" == "Windows_NT" setlocal set PERL5LIB= set PERLLIB= set PERL5OPT= set PERLIO= set ...
neuros/neuroslink-mythtv-0.21.0-fixes18722
contrib/Win32/MythInstaller.bat
bat
gpl-2.0
1,930
cmd_lib/zlib_deflate/zlib_deflate.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o lib/zlib_deflate/zlib_deflate.o lib/zlib_deflate/deflate.o lib/zlib_deflate/deftree.o lib/zlib_deflate/deflate_syms.o
sktjdgns1189/android_kernel_iriver_MX100
lib/zlib_deflate/.zlib_deflate.o.cmd
bat
gpl-2.0
226
cd "%PROGRAMFILES(X86)%\qBittorrent" call "cmd /c start qBittorrent.exe"
rbarbe/qBittorrentApi
ci/qbittorrent.bat
bat
gpl-2.0
72
cmd_arch/arm/mm/built-in.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o arch/arm/mm/built-in.o arch/arm/mm/dma-mapping.o arch/arm/mm/extable.o arch/arm/mm/fault.o arch/arm/mm/init.o arch/arm/mm/iomap.o arch/arm/mm/fault-armv.o arch/arm/mm/flush.o arch/arm/mm/ioremap.o arch/arm...
DJSteve/StreakKernel
arch/arm/mm/.built-in.o.cmd
bat
gpl-2.0
600
cmd_arch/arm/lib/ashrdi3.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/utkanos/android/...
utkanos/android_htc_mecha_kernel_5slot
arch/arm/lib/.ashrdi3.o.cmd
bat
gpl-2.0
1,405
cmd_sound/usb/snd-usb-audio.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/usb/snd-usb-audio.o sound/usb/card.o sound/usb/mixer.o sound/usb/mixer_quirks.o sound/usb/proc.o sound/usb/quirks.o sound/usb/format.o sound/usb/endpoint.o sound/usb/urb.o sound/usb...
PrestigeMod/SHW-M440S
sound/usb/.snd-usb-audio.o.cmd
bat
gpl-2.0
365
@ECHO OFF del *.exe del *.mak set UDIRX= %CD% cd ..\..\execs\ move SPHYSICSgen_2D.exe ..\execs.bak cd ..\source\SPHYSICSgen2D del *.exe mk32 -f SPHYSICSgen_ftn95.mak clean mk32 -f SPHYSICSgen_ftn95.mak IF EXIST SPHYSICSgen_2D.exe ( ECHO. ECHO SPHYSICSGEN compilation Done=yes ECHO. copy SPHYSICSgen_2D.exe ...
slitvinov/sphysics2d
run_directory/Case8/Case8_windows_ftn95.bat
bat
gpl-3.0
1,720
@echo off SET TMP=C:\Temp SET TEMP=C:\Temp SET UVEXE=C:\Keil\UV4\UV4.EXE echo. echo Building DSP Libraries ARM echo. echo Building DSP Library for Cortex-M0 Little Endian %UVEXE% -rb -j0 arm_cortexM_math.uvproj -t "M0l" -o "DspLib_M0l_build.log" echo Building DSP Library for Cortex-M0 Big Endian %UVE...
jhausladen/esclide
cloud9workspace/XMCExamples/mbed_XMC4500_make_blinky/system/CMSIS/DSP_Lib/Source/ARM/arm_cortexM_math_Build.bat
bat
agpl-3.0
1,625
SETLOCAL SET Version=2.10.0 SET Prerelease=auto @SET Config=%1% @IF [%1] == [] SET Config=Debug CALL Tools\Build\FindVisualStudio.bat || GOTO Error0 REM Updating the version of all projects. PowerShell -ExecutionPolicy ByPass .\Tools\Build\ChangeVersion.ps1 %Version% %Prerelease% || GOTO Error0 REM NuGe...
kmeze/Rhetos
Build.bat
bat
agpl-3.0
1,188
@set CP=%CP%;%1
fingertwister/merge-report
assembly/resources/classpath.bat
bat
apache-2.0
15
echo off set BUILD_CP=%JAVA_HOME%\lib\tools.jar;..\devlib\ant.jar;..\devlib\optional.jar;..\devlib\junit.jar;..\devlib\xercesImpl.jar;..\devlib\xmlParserAPIs.jar; %JAVA_HOME%\bin\java -classpath %BUILD_CP% org.apache.tools.ant.Main -buildfile build.xml all set BUILD_CP= pause
Norwaying/JPetStore
build/build.bat
bat
apache-2.0
280
@rem @rem Copyright 2015 the original author or 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 https://www.apache.org/licenses/LICENSE-2.0 @rem @rem Unles...
SnappyDataInc/spark
gradlew.bat
bat
apache-2.0
2,926
@ECHO OFF CALL %~p0launcher\jlaunch.bat %~p0examples.conf jlibs.xml.xsd.XSInstance %*
santhosh-tekuri/jlibs
examples/bin/xsd-instance.bat
bat
apache-2.0
86
@echo # This batch file shows an example of how to call elastix. @echo # Run "elastix -help" for more information. @echo # @echo # This example requires elastix to be in your PATH. @echo # @echo # Here we perform a registration by doing sequentially: @echo # 1) a rigid registration @echo # 2) a bspline registration ...
SuperElastix/elastix
dox/example.bat
bat
apache-2.0
2,979
rem java -cp bin com.example.tests.GroupDataGenerator 10 groups.txt csv rem java -cp bin;C:\GIT_HUB\java_for_testers\xstream-1.4.8\lib\xstream-1.4.8.jar;C:\GIT_HUB\java_for_testers\xstream-1.4.8\lib\xstream\xpp3_min-1.1.4c.jar com.example.tests.GroupDataGenerator 10 groups.txt csv java -cp bin;C:\GIT_HUB\java_for_tes...
evgeniia-bessarab/java_for_testers
address-selenium-test/start.bat
bat
apache-2.0
624
ipmiutil getevt %*
archana2890/ipmiutil_orcm
scripts/igetevent.cmd
bat
bsd-3-clause
20
rem NOTE: this batch file is to be run in a Visual Studio command prompt rem Delete old files del *.obj del *.ilk del *.exe del *.pdb rem Compile files into .obj files in current directory cl /I"..\..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.cpp ..\..\..\testcasesupport\io.c ..\.....
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE122_Heap_Based_Buffer_Overflow/s02/CWE122_s02.bat
bat
bsd-3-clause
479
@echo off set steps=100 set mode=Debug set targets=switched.exe predecoded.exe subroutined.exe tailrecursive.exe set exepath=%~dp0%x64 set exepath=%exepath%\%mode%\ @echo %exepath% (for %%a in (%targets%) do ( @echo Testing %%a call "%exepath%%%a" "%steps%" @echo\ )) @echo "Sanity OK" pause
grigory-rechistov/interpreters-comparison
sanity.bat
bat
bsd-3-clause
305
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S03_CopyCalendarRelatedItem.MSOXWSMTGS_S03_TC04_CopyItemErrorCalendarCannotMoveOrCopyOccurrence /testcontainer:..\..\MS-OXWSMTGS\TestSuite\bin\Debug\MS-OXWSMTGS_TestSuite.dll /runconfig:..\..\MS-OXWSMTGS\MS-OXWSMTGS.t...
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSMTGS/RunMSOXWSMTGS_S03_TC04_CopyItemErrorCalendarCannotMoveOrCopyOccurrence.cmd
bat
mit
345
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCROPS.S04_MessageROPs.MSOXCROPS_S04_TC01_TestRopReloadCachedInformation /testcontainer:..\..\MS-OXCROPS\TestSuite\bin\Debug\MS-OXCROPS_TestSuite.dll /runconfig:..\..\MS-OXCROPS\MS-OXCROPS.testsettings /unique pause
OfficeDev/Interop-TestSuites
ExchangeMAPI/Source/Scripts/MS-OXCROPS/RunMSOXCROPS_S04_TC01_TestRopReloadCachedInformation.cmd
bat
mit
310
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S04_MessageObjectProperties.MSOXCMSG_S04_TC09_PropertiesForMessageSetting /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S04_TC09_PropertiesForMessageSetting.cmd
bat
mit
313
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WEBSS.S01_OperationsOnContentType.MSWEBSS_S01_TC07_CreateContentTypeInvalidContentTypeId /testcontainer:..\..\MS-WEBSS\TestSuite\bin\Debug\MS-WEBSS_TestSuite.dll /runconfig:..\..\MS-WEBSS\MS-WEBSS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S01_TC07_CreateContentTypeInvalidContentTypeId.cmd
bat
mit
317
advcfg -advmessc %1
amadvance/advancemame
support/advmessc.bat
bat
gpl-2.0
20
@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...
specpose/stopeight
doc/make.bat
bat
gpl-2.0
5,102
@echo off flask\Scripts\python.exe flask\Scripts\pip3.4.exe uninstall %1
cotsog/url_shortener
uninstall.cmd
bat
gpl-3.0
72
/****************************************************************************** * * usb_dev_bulk_ccs.cmd - CCS linker configuration file for usb_dev_bulk. * * Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved. * Software License Agreement * * Texas Instruments (TI) is supplying...
jhnphm/xbs_xbd
platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c123gxl/usb_dev_bulk/usb_dev_bulk_ccs.cmd
bat
gpl-3.0
2,806
java -ea -esa -Xmx128M -Xms128M -classpath "gem.jar;swt.jar" StartUp %1 %2 %3 %4 %5 %6 %7 %8 %9
jeffrey-io/wall-of-shame
2005/gem/gem.bat
bat
unlicense
95
@echo off :: printrecord.bat :: Diagnostic program to display marc records. :: $Id: printrecord.bat setlocal ::Get the current batch file's short path for %%x in (%~f0) do set scriptdir=%%~dpsx for %%x in (%scriptdir%) do set scriptdir=%%~dpsx ::echo BatchPath = %scriptdir% if EXIST %scriptdir%SolrMarc.jar g...
marktriggs/vufind
import/bin/to_xml.bat
bat
gpl-2.0
516
@ECHO OFF REM REM Name: ImportAdempiere.bat REM Description:script to import database into postgresql REM Created: 2010-05-11 REM Vendor: K.K. Alice REM Author: Stefan Christians REM REM FileTarget: ~/development/sandbox/adempiere/utils/postgresql/ImportAdempiere.bat REM FileOwner: spc.dvp REM FilePerms: 0...
armenrz/adempiere
utils/postgresql/ImportAdempiere.bat
bat
gpl-2.0
8,474
@echo off echo %1 %2 %3 %4 %5 %6 %7 %8
nikolas/jpm
test/utils/dummybinary.bat
bat
mpl-2.0
39
@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...
OLAPLINE/TM1py
docs/make.bat
bat
mit
6,979
dotnet pack --configuration release
gfrancischini/HostingAdapter
HostingAdapter/generate_nuget.bat
bat
mit
35
bower_components\amber\bin\amber serve %*
tomrake/amber-bower-app
start.bat
bat
mit
41
set projectName=HAbp.EntityFrameworkCore set version=0.1.1 set suffix=alpha3 set fullVersion=%version%-%suffix% del /Q /S ..\src\%projectName%\bin\ForNuget\*.* dotnet restore ../src/%projectName% dotnet pack -c Release ../src/%projectName% -o ../src/%projectName%/bin/ForNuget --version-suffix %suffix% nuget.exe p...
harry-wangx/habp
tools/HAbp.EntityFrameworkCore_pack&update.bat
bat
mit
451
START base.exe -l 2828 -d player5.log
fenixrw/GrifoNet
Samples/GrifoNet_libUnicornio-Sample/bin/runP5.bat
bat
mit
37
@ECHO OFF rem Copyright (c) 2002-2015 "Neo Technology," rem Network Engine for Objects in Lund AB [http://neotechnology.com] rem rem This file is part of Neo4j. rem rem Neo4j 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 Sof...
glennsarti/spike-Neo4J-Windows-Experiments
posh-neo-cm/packaging/standalone/src/main/distribution/shell-scripts/bin/Neo4jInstaller.bat
bat
mit
3,347
@setlocal @set node_name=genetica @rem Get the absolute path to the parent directory, @rem which is assumed to be the node root. @for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI @set releases_dir=%node_root%\releases @rem Parse ERTS version and release version from start_erl.data @for /F "usebackq token...
hyPiRion/genetica
server/rel/files/genetica.cmd
bat
epl-1.0
2,800
@echo off @set PATH_ORG=%PATH% @set PYTHON_BASE=%~d0\Python27 @set PATH=%PYTHON_BASE%;%PYTHON_BASE%\Scripts;%PYTHON_BASE%\Lib;%PYTHON_BASE%\Lib\site-packages\pywin32_system32;%PATH% @set PYTHONPATH=%PYTHON_BASE%\Lib\site-packages;%PYTHON_BASE%\Lib\site-packages\rtctree\rtmidl\;%~dp0.. @echo on %PYTHON_BASE%\python F...
openrtc/OpenHRIVoice
openhrivoice/FestivalRtc.bat
bat
epl-1.0
368
SET include=F:\IBMCPP\INCLUDE;F:\IBMCPP\INCLUDE\OS2;F:\IBMCPP\INC;p:\include;p:\COMi SET lib=F:\IBMCPP\LIB;F:\IBMCPP\DLL;f:\work\lib cd \ioctl\ga nmake /nologo /f OS2ls_IO.mak
OS2World/APP-COMM-ComScope
IOCtl/Make.cmd
bat
gpl-2.0
177
cmd_arch/arm/kernel/entry-armv.o := /media/6f080547-a455-466c-8b3c-61717897bfb9/home/david/android/kernel/dlx/scripts/gcc-wrapper.py /opt/toolchains/linaro.4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-armv.o.d -nostdinc -isystem /media/6f080547-a455-466c-8b3c-61717897bfb9/home/david/android/android-toolchain-ea...
chaosagent/DNA_JB_Kernel
arch/arm/kernel/.entry-armv.o.cmd
bat
gpl-2.0
8,065
cmd_arch/arm/lib/strchr.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strchr.o.d -nostdinc -isystem /home/nonamer/android-toolchain-eabi-4.5/bin/../lib/gcc/arm-eabi/4.5.4/include -I/home/nonamer/bravo_2.6.35_gb-mr/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-...
NooNameR/Sense4.0-kernel
arch/arm/lib/.strchr.o.cmd
bat
gpl-2.0
1,731
/* $Id: font2c.cmd,v 1.3 2002/02/21 21:49:28 giles Exp $ */ /* * This file is maintained by a user: if you have any questions about it, * please contact Mark Hale (mark.hale@physics.org). */ @gsos2 -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
brho/plan9
sys/src/cmd/gs/lib/font2c.cmd
bat
gpl-2.0
275
cmd_crypto/cryptomgr.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o crypto/cryptomgr.o crypto/algboss.o crypto/testmgr.o
Zaphod-Beeblebrox/kernel_rockchip_rk3188
crypto/.cryptomgr.o.cmd
bat
gpl-2.0
157
cmd_drivers/pnp/resource.o := gcc -Wp,-MD,drivers/pnp/.resource.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-...
namgk/kernel-tut
drivers/pnp/.resource.o.cmd
bat
gpl-2.0
20,462
cmd_sound/soc/msm/snd-soc-msm7k.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o sound/soc/msm/snd-soc-msm7k.o sound/soc/msm/msm7201.o
spacecaker/Stock_spacecaker_kernel
sound/soc/msm/.snd-soc-msm7k.o.cmd
bat
gpl-2.0
193
cmd_security/built-in.o := /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o security/built-in.o security/commoncap.o security/min_addr.o
Jewbie/Kernel-2.6.32
security/.built-in.o.cmd
bat
gpl-2.0
194
deps_config := \ virt/kvm/Kconfig \ arch/arm/kvm/Kconfig \ lib/xz/Kconfig \ lib/Kconfig \ crypto/asymmetric_keys/Kconfig \ drivers/crypto/ux500/Kconfig \ drivers/crypto/nx/Kconfig \ drivers/crypto/caam/Kconfig \ drivers/crypto/Kconfig \ crypto/async_tx/Kconfig \ crypto/Kconfig \ security/integrity/evm/Kconf...
TRKP/android_kernel_samsung_s5312
include/config/auto.conf.cmd
bat
gpl-2.0
27,622
cmd_arch/arm64/crypto/sha1-ce.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o arch/arm64/crypto/sha1-ce.o arch/arm64/crypto/sha1-ce-glue.o arch/arm64/crypto/sha1-ce-core.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
arch/arm64/crypto/.sha1-ce.o.cmd
bat
gpl-2.0
275
@echo off cl.exe /MD /O2 /Os /EHsc /I..\..\..\include SendLog.cpp SLImp.cpp /link ws2_32.lib user32.lib cl.exe /MD /O2 /Os /EHsc /I..\..\..\include SendLogWin.cpp SLImp.cpp /link ws2_32.lib user32.lib mkdir ..\..\..\%1\Release 2>nul copy /Y *.exe ..\..\..\%1\Release >nul del *.obj;*.exe >nul goto :eof
miranda-ng/miranda-ng
plugins/NotifyAnything/SendLog/compile32.bat
bat
gpl-2.0
307
cmd_arch/arm/mach-msm/gpiomux-7x00.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mach-msm/.gpiomux-7x00.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/ma...
b8e5n/KTG-kernel_es209ra
arch/arm/mach-msm/.gpiomux-7x00.o.cmd
bat
gpl-2.0
5,903
cmd_drivers/video/backlight/built-in.o := /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/backlight/built-in.o drivers/video/backlight/lcd.o drivers/video/backlight/backlight.o
miamo/miamOv
drivers/video/backlight/.built-in.o.cmd
bat
gpl-2.0
204
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/serport.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/serport.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/serport.o /home/yutingkao23/linuxcnc-add-hal-et...
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.serport.ko.cmd
bat
gpl-2.0
345
@setlocal @call setenv.cmd %* skip2nd @set fileTraceLog=%~n0.trace.log @set url=http://%targetHost%/paynet/api/v2/sync/make-rebill-sale/250 @set requestData="login=logic&client_orderid=%paramClientOrderId%&cardrefid=111000111&amount=5.11&currency=EUR&cvv2=321&ipaddress=34.129.65.12&comment=Information+about+Rebill&ord...
alexeybezverkhiy/fibonatix
Merchant/MerchantAPI/Tests/fb-sync-make-rebill-sale.cmd
bat
gpl-3.0
478
SET machine=tld_zxuno SET speed=2 SET ruta_ucf=pines SET ruta_bat=..\..\ call %ruta_bat%genxst.bat rem call %ruta_bat%generar.bat v2 ZZ2 rem call %ruta_bat%generar.bat v3 ZZ3 call %ruta_bat%generar.bat v4 ZX1 rem call %ruta_bat%generar.bat Ap ZZA
antoniovillena/zxuno
cores/test/test_sram_y_video/make.bat
bat
gpl-3.0
247
@echo off gcloud projects list | tail -n +2 > .tmp/.projects cat .tmp/.projects | awk "{print $1;}" > .tmp/.project_ids for /F "tokens=*" %%P in (.tmp/.project_ids) do call :Project %%P exit :Project set project=%1 echo GAE Project %project% Stopped Versions: gcloud app versions list --project=touch-galleries | grep S...
devizer/glist
Clean-Up-GAE/clean-up-all-projects.cmd
bat
gpl-3.0
414
set ANT_OPTS=-Xmx1024m cd /d %~dp0 ant -f build.xml -propertyfile build.properties backup-metadata pause
exiahuang/SalesforceXyTools
templates/ant-templates/MigrationTools/metadata-backup.bat
bat
apache-2.0
104
@echo off where python >nul 2>&1 && ( echo [INSTALL] Found Python3 pip3 >nul 2>&1 && ( echo [INSTALL] Found pip3 ) || ( echo [ERROR] pip3 is not available in PATH. Install pip3. pause exit /b ) echo [INSTALL] Installing Virtualenv pip3 install -U pip virtualenv virtualenv -p python ./env ...
pavanw3b/sh00t
setup.bat
bat
apache-2.0
893
@echo off setlocal call equellaserver-config.bat set MAIN_CLASS=com.tle.core.equella.runner.EQUELLAServer set JAVA_VM=%JAVA_HOME%/jre/bin/server/jvm.dll IF NOT X%SERVICE_USER%==X SET SERVICE_FLAGS=--ServiceUser %SERVICE_USER% --ServicePassword %SERVICE_PASSWORD% if "%OS%"=="Windows_NT" goto nt echo This script only ...
equella/Equella
Installer/data/server/manager/win64/equellaserver.bat
bat
apache-2.0
3,730
"../../bin/gen" -deploy eratosfen.cpp eratosfen.dpl.cpp "../../bin/skel" -i eratosfen.cpp -s eratosfen.dpl.cpp
Templet-language/newtemplet
samples/eratosfen/eratosfen.dpl.bat
bat
apache-2.0
110
Powershell.exe -executionpolicy Unrestricted -File ./install.ps1
Nattefrost/livestreamer_mng
install.bat
bat
bsd-2-clause
67
@echo off echo "Building shadowJar for backend server..." call gradlew shadowJar echo "\nStarting npm for frontend..." cd electron-src npm start
cocolocomoco21/ULCRS
start.bat
bat
bsd-3-clause
155
for /d %%g IN (*) DO ( copy /Y "%GBC%\net\%LNCH%\%AMSTR%\WinAPE.ini" "%%~g\WinAPE.ini" set CSTM=%%~g pushd "%%~g" CALL "%GBC%\Amstrinject.bat" call :injext popd ) exit /b :injext call "%GBC%\CreateGamSubDir.bat" for /f "tokens=* delims= " %%a in ('dir /b/a-d "%AMSTRDSK%"') do ( "%GBC%\fart.exe" "*.b...
HoodlumDTX/rom-jacket
extinjAMSTR1.bat
bat
gpl-2.0
347
cmd_scripts/dtc/treesource.o := gcc -Wp,-MD,scripts/dtc/.treesource.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/treesource.o scripts/dtc/treesource.c source_scripts/dtc/treesource.o := scripts/dtc/treesource.c deps_scripts/dtc/tre...
RittikBhowmik/Project-Crater-Kernel-GT-i9152
scripts/dtc/.treesource.o.cmd
bat
gpl-2.0
3,082
python dbmgr.py ^ --json 50.maps.json ^ --removefield maps internal_name
aimrebirth/DatabaseManager
tools/dbmgr_removefield.bat
bat
lgpl-3.0
74
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\docusaurus\lib\start-server.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\docusaurus\lib\start-server.js" %* )
ihmcrobotics/ihmc-realtime
websitedocs/website/node_modules/.bin/docusaurus-start.cmd
bat
apache-2.0
202
@echo off powershell -NoProfile -ExecutionPolicy Bypass -Command "& .\ReplaceTextWithImageFromUrl.ps1" echo Script finished with errorlevel=%errorlevel% pause
bytescout/ByteScout-SDK-SourceCode
PDF.co Web API/Replace Text With Image From PDF/PowerShell/Replace Text With Image From URL/run.bat
bat
apache-2.0
160
@echo off npm install echo. echo. echo Successfully installed all dependecies! echo Please don't touch folder "node-modules". echo It is the folder where dependecies are installed. pause >nul
Faris90/lagario-
src/client/Ogar-master/Ogar-master/Install Dependencies.bat
bat
mit
191
inject.exe --run "C:\Program Files (x86)\Steam\steamapps\common\Rust\Rust.exe" --inject --steam-app-id 252490 --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x64/rust.bat
bat
mit
174
cd %~dp0 .nuget\NuGet.exe pack FSharp.Core.3.1.nuspec -NoDefaultExcludes
enricosada/fsharp
FSharp.Core.Nuget/build.cmd
bat
apache-2.0
72
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\sass-lint\bin\sass-lint.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\sass-lint\bin\sass-lint.js" %* )
m1ksu/To-Do-List
node_modules/.bin/sass-lint.cmd
bat
mit
194
start npm start & timeout /nobreak /t 10 & rundll32.exe url.dll,FileProtocolHandler "http://localhost:8000/"
AI-comp/JavaChallenge2014
execute_on_browser.bat
bat
apache-2.0
108
"..\..\tools\nant\bin\nant.exe" -f:sandcastle.build pause
spring-projects/spring-net-social-twitter
doc/api/build-docs.cmd
bat
apache-2.0
58
REM Copyright 2021 The Chromium Authors. All rights reserved. REM Use of this source code is governed by a BSD-style license that can be REM found in the LICENSE file. REM Helper batch file for windbg32.bat and windbg64.bat FOR /f "usebackq tokens=*" %%a in (`python %~dp0win_sdk_dir.py`) do set win_sdk_dir=%%a ...
nwjs/chromium.src
tools/win/windbg_common.bat
bat
bsd-3-clause
605
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: set autoRestVersion=0.16.0-Nightly20160329 set specUrl="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/c582747a6ea5d55ea976a9a3cb7c7959e7f9ce2f/arm-scheduler/2016-03-01/swagger/sched...
AzCiS/azure-sdk-for-net
src/SDKs/Scheduler/Management.Scheduler/generate.cmd
bat
mit
865
echo off cd dist echo "--------------------------------------------------------------------------------" echo "Commit changes" for /f "delims=" %%a in ('version.exe package.json') do @set version=%%a echo New version = %version% git commit -a -m "Incremented version to %version% for release" echo "-------------------...
Encentivize/kwaai-apiware
release.bat
bat
mit
555
@cls @set PHP_DIR=D:\OpenServer\modules\php\PHP-7-x64\ @set require=%PHP_DIR%php.exe -d output_buffering=0 %PHP_DIR%composer.phar require %* @set remov=D:\OpenServer\modules\php\PHP-5.6\php.exe D:\OpenServer\modules\php\PHP-5.6\composer.phar remove @rem %require% codeception/codeception %require% site5/phantoman ...
litepubl/cms
utils/build/test/init.bat
bat
mit
547