code
stringlengths
3
1.03M
repo_name
stringlengths
5
84
path
stringlengths
4
233
language
stringclasses
1 value
license
stringclasses
15 values
size
int32
3
1.03M
@echo off edit savegame.lvl
nemoDreamer/hecaTomb-original
SRC/savegame.bat
bat
apache-2.0
29
@rem GENERATE PACKAGE BATCH FILE if [%1]==[] ( mkdir "../generatedPackage" XComponent.XCTools.exe --Debug --generatePackage -env=Dev -output="../generatedPackage" -project="../authenticationservice_Model.xcml" ) else ( XComponent.XCTools.exe --Debug --generatePackage -env=Dev -output=%1 -project="../authenticat...
Invivoo-software/xcomponent
Examples/xc.authentication/authenticationservice/Scripts/generatePackage.bat
bat
apache-2.0
345
@echo off :: ---------------------------------------------------------------------------- :: Copyright 2001 The Apache Software Foundation :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the L...
Uni-Sol/batik
contrib/charts/lcp.bat
bat
apache-2.0
851
:: Change this to the install path in your environment, if it is different. :: The above should contain directories "bin", "lib", "share", and so on. :: pg_data and PGDATA both set to make sure we don't delete another cluster. @echo off @set "pg_install_path=C:\Program Files\PostgreSQL\9.6" @set "PATH=%pg_install_path%...
lindsay-stevens-kirby/openclinica_sqldatamart
test/pg_env.bat
bat
mit
581
cmd_net/netfilter/nf_conntrack_l3proto_generic.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/netfilter/.nf_conntrack_l3proto_generic.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 -inc...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/netfilter/.nf_conntrack_l3proto_generic.o.cmd
bat
gpl-2.0
22,247
cmd_drivers/input/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/input/built-in.o drivers/input/input-core.o drivers/input/ff-memless.o drivers/input/mousedev.o drivers/input/evdev.o drivers/input/keyboard/built-in.o drivers/input/mouse/built-in.o drivers/input/joys...
friedrich420/Note-3-AEL-Kernel
drivers/input/.built-in.o.cmd
bat
gpl-2.0
404
cmd_fs/fat/built-in.o := rm -f fs/fat/built-in.o; mipsel-linux-ar rcs fs/fat/built-in.o
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/fat/.built-in.o.cmd
bat
gpl-2.0
89
@echo off REM This builds all the libraries of the folder for 1 uname call tecmake %1 %2 %3 %4 %5 %6 REM call tecmake %1 "USE_GTK=Yes" %2 %3 %4 %5 %6 if "%1"=="dll" goto stub_dll6 if "%1"=="dll7" goto stub_dll7 if "%1"=="dll8" goto stub_dll8 if "%1"=="dll8_64" goto stub_dll8_64 if "%1"=="dll9" goto stub_dll9 if "%1"=...
xuminic/ezthumb
external/iup/src/make_uname.bat
bat
gpl-3.0
3,902
set PATH=c:\mingw\bin;%PATH% set RM=del
step21/inkscape-osx-packaging-native
src/dom/mingwenv.bat
bat
lgpl-2.1
42
@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...
richbrowne/f5-openstack-agent
docs/make.bat
bat
apache-2.0
7,500
@echo off powershell -NonInteractive -NoProfile -ExecutionPolicy Bypass -Command ^ "& { Import-Module '%~dp0\..\PSCI.psd1'; . %~dp0\New-MarkdownDoc.ps1; @('PSCI.core', 'PSCI.build', 'PSCI.deploy', 'PSCI.teamcityExtensions', 'PSCI.teamcityMaintenance') | Foreach-Object { New-MarkdownDocModule -ModuleName $_ -OutputPath...
ObjectivityBSS/PSCI
build/GenerateMarkdownDoc.bat
bat
mit
511
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S2_DataTransfer_ClientReceiveData /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEUDP/S2_DataTransfer_ClientReceiveData.cmd
bat
mit
222
::This file is used to start/run the bot by calling the index file with node node index.js cmd /k
hsiw/Wishbot
run.bat
bat
mit
99
@echo off set DIR=%~dp0 %DIR%win32\php.exe "%DIR%lib\compile_luabinding.php" %*
wland/quick3.6
quick/bin/compile_luabinding.bat
bat
mit
80
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 (t...
YueLinHo/Subversion
tools/buildbot/slaves/win32-xp-VS2005/svncheck.bat
bat
apache-2.0
2,152
@echo off if not defined RMG ( echo Error: RMG variable not defined; please set to the location of your RMG installation. goto end ) if not exist "%RMG%\bin\RMG.jar" ( echo Error: RMG.jar not found; please compile using ant. goto end ) if not exist Abraham_input.txt ( echo Error: Abraham_input.txt not fou...
keceli/RMG-Java
examples/AbrahamDataEstimator/AbrahamDataEstimator.bat
bat
mit
572
@echo off mkdir build del /q build\*.* echo Packing Testable.Events... pushd Testable.Events call Package.bat if ERRORLEVEL 1 goto failed popd goto done :failed popd echo. echo. echo An error occurred pause :done
arlobelshee/Testable
PackageAll.bat
bat
mit
224
cmd_/home/brian/545/board_os/ubuntu_14.04_corefs//include/mtd/.install := /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04_corefs//include/mtd ./include/uapi/mtd inftl-user.h mtd-abi.h mtd-user.h nftl-user.h ubi-user.h; /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04...
Bjay1435/capstone
rootfs/include/mtd/..install.cmd
bat
mit
676
@echo off rem %~dp0 returns the absolute path where the current script is. We just append 'iban-check' to it, and forward all the arguments with %* ruby "%~dp0iban-check" %*
LTe/iban-check
bin/iban-check.cmd
bat
mit
177
@echo off if not [%1]==[] goto run echo. echo Usage: process ^<configuration directory^> ^[process name^] echo. echo configuration directory -- directory that contains configuration files, echo i.e. config.properties, process-conf.xml, database-conf.xml echo. echo process name -- optional nam...
nicholassewitz/clouds
bin/process.bat
bat
mit
968
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Vikash-Kothary/setup-scripts
legacy/install-ansible-windows.bat
bat
mit
273
SET output=MPLite-Release SET source=MPLite\bin\Release del "%output%" mkdir %output% copy "%source%\*.dll" "%output%\*.dll" copy "%source%\MPLite.exe" "%output%\MPLite.exe" PAUSE
NaleRaphael/MPLite
release.bat
bat
mit
179
SET sheetid=1d7jfkxK57fePSuMaU6DbdoAheERUcKR4VYJvlncgvKQ SET apikey=AIzaSyChKdUxx0lPQsb_LF08bJ0XqVlvS4b5aKw SET sheetname=room SET dataStart=4 CALL DataDownloader.exe sheetid=%sheetid% apikey=%apikey% sheetname=%sheetname% flagLine=2 dataStart=%dataStart% output="./../../app/client/Contrib.Gate/Assets/Resources/Entiti...
kou-yeung/Contrib.Gate
tools/DataDownloader/room.bat
bat
mit
524
@cd /D %~dp0 @cd jgomas/bin/mas start jgomas_manager.bat @timeout 5 start jgomas_launcher-PruebaDefensa.bat > RocososvsJGOMAS.txt @cd ../render/w32 @timeout 5 @run_jgomasrender
Ja2brador/Jenkins
runDefensaDefault.bat
bat
mit
178
del N:\mono\ComfoBox\*.* /S /Q xcopy D:\_git\comfobox-mqtt\src\ComfoBoxService\bin\Release\*.* N:\mono\ComfoBox pause
RF77/comfobox-mqtt
CopyReleaseServiceToRaspberry.cmd
bat
epl-1.0
117
cmd_arch/arm/boot/zImage := /home/robin/toolchain/bin/arm-none-eabi-objcopy -O binary -R .note -R .note.gnu.build-id -R .comment -S arch/arm/boot/compressed/vmlinux arch/arm/boot/zImage
spacecaker/CM7_Space_Kernel_Cooper
arch/arm/boot/.zImage.cmd
bat
gpl-2.0
187
cmd_drivers/hid/usbhid/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
arshull/GalaTab3_Kernel
drivers/hid/usbhid/.built-in.o.cmd
bat
gpl-2.0
171
#ensure that the virtualbox additions are installed first! #take snapshot after logged in (otherwise video mode is readjusted; or keep checking these things) #Check the following every 30 seconds: #for each vm: VBoxManage.exe list vms #to determine state: VBoxManage.exe showvminfo victimBO_WindowsXP_SP0 --machineread...
ARL-UTEP-OC/emubox
archive/commandsForAutomation.bat
bat
gpl-2.0
1,142
cmd_drivers/video/omap2/built-in.o := /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/video/omap2/built-in.o drivers/video/omap2/dss/built-in.o drivers/video/omap2/omapfb/built-in.o drivers/video/omap2/displays/built-in.o
SeoDongMin/Gace_kernel
drivers/video/omap2/.built-in.o.cmd
bat
gpl-2.0
245
cmd_arch/x86/boot/video-vga.o := gcc -Wp,-MD,arch/x86/boot/.video-vga.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.7/include -I/home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/madhwang/Development/linuxSource/linux-2....
madhwang/linuxKernel
arch/x86/boot/.video-vga.o.cmd
bat
gpl-2.0
5,779
python main.py server
ismail-s/ishyChat
server.bat
bat
gpl-2.0
21
cmd_drivers/mmc/core/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/mmc/core/built-in.o drivers/mmc/core/mmc_core.o
Algesat/BladeApex2
drivers/mmc/core/.built-in.o.cmd
bat
gpl-2.0
149
@echo off set /a F6W=240/2, F6H=90/2 if not defined __ cmdwiz fullscreen 0 cmdwiz setfont 6 & mode %F6W%,%F6H% & cls & title Z buffer test cmdwiz showcursor 0 if defined __ goto :START set __=. cmdgfx_input.exe m0nuW10xR | call %0 %* | cmdgfx_gdi "" Sf0:0,0,240,90Bs set __= cls cmdwiz setfont 6 & cmdwiz showcursor 1 & ...
misol1/cmdgfx
server-Z-buffer-test.bat
bat
gpl-2.0
4,095
cmd_drivers/regulator/built-in.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/regulator/built-in.o drivers/regulator/core.o drivers/regulator/dummy.o drivers/regulator/tps65023-regulator.o
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
drivers/regulator/.built-in.o.cmd
bat
gpl-2.0
223
cmd_net/netfilter/ipvs/ip_vs_pe_sip.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/ipvs/ip_vs_pe_sip.ko net/netfilter/ipvs/ip_vs_pe_sip.o net/netfilter/ipvs/ip_vs_pe_si...
ashishtanwer/NFTable-porting-on-Android-Goldfish
net/netfilter/ipvs/.ip_vs_pe_sip.ko.cmd
bat
gpl-2.0
328
cmd_sound/usb/snd-usb-audio.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o sound/usb/snd-usb-audio.o sound/usb/card.o sound/usb/clock.o sound/usb/endpoint.o sound/usb/format.o sound/usb/helper.o sound/usb/mixer.o sound/usb/mixer_quirks.o sound/usb/pcm.o sound/usb/proc.o sound/usb/quirks.o ...
friedrich420/Note-3-Kernel
sound/usb/.snd-usb-audio.o.cmd
bat
gpl-2.0
340
python.exe ddas.ser.plot.py COM57 115200
itahoe/ddas.py
ddas/ddas_ser_plot/ddas.ser.plot.bat
bat
gpl-3.0
42
xcopy /y constant\polyMeshCube\*.* constant\polyMesh\*.* blockMesh //surfaceFeatureExtract -includedAngle 150 constant/triSurface/mymesh.stl mymeshfeatures snappyHexMesh xcopy /y 1\polyMesh\*.* constant\polyMesh\*.* parafoam
richelbilderbeek/OpenFoamExamples
ToolOpenFoamExample20/ToolOpenFoamExample20.bat
bat
gpl-3.0
227
git clone https://github.com/JohnMcCaffery/ChimeraBin.git Bin cd Bin git checkout TimespanInstall cd ..\.. git clone https://github.com/JohnMcCaffery/Armadillo-Phoenix.git Armadillo-Phoenix/Armadillo cd Armadillo-Phoenix/Armadillo git checkout FailSilently cd ..\..\Chimera
JohnMcCaffery/Chimera
install.bat
bat
gpl-3.0
274
brcc32 System\IndySystem40.rc brcc32 System\IndySystem50.rc brcc32 System\IndySystem60.rc brcc32 System\IndySystem70.rc brcc32 System\IndySystem80.rc brcc32 System\IndySystem90.rc brcc32 System\IndySystem100.rc brcc32 System\IndySystem110.rc brcc32 System\IndySystem120.rc brcc32 System\IndySystem130.rc brcc32...
DomenicoMammola/Mommon
thirdparties/Indy10/buildres.bat
bat
mpl-2.0
3,735
@echo off set RC=0 setlocal enabledelayedexpansion pushd . >NUL 2>&1 goto Begin :Begin set LOCATION=%PRJ_ROOT%\\Common\\src\\parser\\etc\\antlr-4.8-complete.jar java -jar %LOCATION% -Dlanguage=Cpp -listener -visitor -o generated/ -package antlrcpptest HTTPScanner.g4 HTTPParser.g4 ::java -jar %LOCATION% -Dlang...
esohns/libACENetwork
src/protocol/http/scripts/antlr.cmd
bat
lgpl-3.0
1,346
@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...
statkraft/shyft-doc
sphinx/make.bat
bat
lgpl-3.0
7,242
@echo off set SolutionRoot=%~dp0..\ if not defined NUGET_PATH ( set NUGET_PATH=nuget ) if not defined MSBUILD_PATH ( set MSBUILD_PATH=msbuild ) rem build solution %NUGET_PATH% restore %SolutionRoot%SonarLint.sln if %errorlevel% neq 0 exit /b %errorlevel% %MSBUILD_PATH% %SolutionRoot%SonarLint.sln /t:Rebuild /p:Config...
peterstevens130561/sonarlint-vs
build/build.bat
bat
lgpl-3.0
404
java -jar antlr-4.9.3-complete.jar math.g4 -no-listener -visitor -Dlanguage=JavaScript -long-messages -o bin pasue
toolgood/ToolGood.Algorithm
g4/_run_math_js.bat
bat
apache-2.0
116
REM running from the command line cscript.exe ReadMacroPDF417.vbs pause
bytescout/ByteScout-SDK-SourceCode
BarCode Reader SDK/VBScript/Decode Macro PDF 417/run.bat
bat
apache-2.0
71
@echo off taskkill /im VBCSCompiler.exe /f cd src rem What are the ERRORLEVEL values set by internal cmd.exe commands? rem https://stackoverflow.com/questions/34987885/what-are-the-errorlevel-values-set-by-internal-cmd-exe-commands if %errorlevel% neq 0 ( goto erro ) for /r /d %%A in (bin) do if exist %%A\NUL rm...
marcosdimitrio/SolutionCreator
clean.cmd
bat
apache-2.0
431
copy Debug\Buuz.dll C:\Windows\SysWOW64 copy Debug\Buuz.pdb C:\Windows\SysWOW64 copy x64\Debug\Buuz.dll C:\Windows\System32 copy x64\Debug\Buuz.pdb C:\Windows\System32
odbayar/buuz
buuz_copy.cmd
bat
apache-2.0
172
@echo off REM Copyright 2015 Google Inc. All Rights Reserved. REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless req...
Derekolds/compute-image-windows
gce/sysprep/gcesysprep.bat
bat
apache-2.0
904
@echo off setlocal for %%a in (%*) do echo "%%a" | findstr /C:"mono">nul && set buildtool=xbuild.bat if not defined buildtool for /f %%i in ('dir /b /ad /on "%windir%\Microsoft.NET\Framework\v*"') do @if exist "%windir%\Microsoft.NET\Framework\%%i\msbuild".exe set buildtool=%windir%\Microsoft.NET\Framework\%%i\msbuild....
x3platform/x-sdk
build.cmd
bat
apache-2.0
677
@echo off setlocal for %%? in ("%~dp0..") do set JLITE_HOME=%%~f? call "%JLITE_HOME%\cli\set-classpath.bat" java -cp %CLASSPATH% jlite.cli.JobMatch %*
csuarez/jlite-cli-plus
cli/job-match.bat
bat
apache-2.0
156
@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...
hotsyk/uapycon
docs/make.bat
bat
bsd-3-clause
6,461
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=Jaccs if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not...
jiffyclub/jaccs
docs/make.bat
bat
bsd-3-clause
809
@echo off echo Creating NuGet package... cd /d %~dp0 mkdir Working mkdir Working\build mkdir Working\content mkdir Working\lib mkdir Working\tools copy Package.nuspec Working\%NUGET_PACKAGE_ID%.nuspec xcopy ..\..\Source\%APPVEYOR_PROJECT_NAME%.Net35\bin\Release\%APPVEYOR_PROJECT_NAME%.* Working\lib\net35\* /s /e /y ...
skthomasjr/Cryptocurrency.Blockchain
Build/NuGet/Package.cmd
bat
mit
869
-- Create Coins ----------------------------------------------------- !create coin1, coin2, coin3 : Coin -- Create World ----------------------------------------------------- !create world : AbWorld -- Abel has no Coin --------------------------------------- !create abelP : AbPurse -- The Bank has 2 Coins --------...
SOM-Research/ocl-repository
academic/mondex/ImperativeApproach/createMainstreamWorld1.cmd
bat
mit
789
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunAllMSOXCMSGTestCases.cmd
bat
mit
185
@echo off title Bruteforce bot echo Running the script in bot mode. Press ctrl+c or close the window to stop it. :start node cli bot goto :start
Fillerix99/winter-arg-tester
runBot.bat
bat
mit
144
cmd_scripts/mod/file2alias.o := gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c deps_scripts/mod/file2alias.o := \ scripts/mod/file2alias.c \ scripts/mod/modpost.h \ /usr/include/stdio.h \ /usr/include/featur...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/scripts/mod/.file2alias.o.cmd
bat
gpl-2.0
2,655
:: 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"); you may...
BinghamtonUniversity/bMobi
platforms/android/cordova/lib/list-started-emulators.bat
bat
mit
1,048
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:Rdpegfx_ClearCodec_NegativeTest_TooBigWidthBitmap /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEGFX/Rdpegfx_ClearCodec_NegativeTest_TooBigWidthBitmap.cmd
bat
mit
238
@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...
rcmorehead/simpleabc
DOCS/make.bat
bat
mit
6,701
@echo off pushd "%~dp0" rundll32 setupapi.dll,InstallHinfSection DefaultInstall 128 .\install.inf popd echo Successfully installed.
chancedai/front-end-solutions
solutions/FEinit-master/install.cmd
bat
gpl-2.0
136
@echo off cd /d %~dp0\..\.. :start echo. echo. echo. echo Press enter to check JavaScript files. echo Type "c" to minify CSS files. echo Type "m" to minify JavaScript files. echo Type "o" to minify PNG files. echo Type "p" to check PHP files. set input= set /p input= echo. echo. echo. if /i "%input%" == "c" goto c if...
amazilla/OneCloud
docs/minify/template.cmd
bat
agpl-3.0
532
::' Magic header (this is a batch file with embedded vbs) :: rem^ &@echo off rem^ &call :'sub rem^ &exit /b :'sub rem^ &cls rem^ &cscript //nologo //e:vbscript "%~f0" rem^ &exit /b ' ' Copyright (C) 2012 ' Dale Weiler ' ' Permission is hereby granted, free of charge, to any person obtaining ...
ezdiy/ccaprice
Makefile.bat
bat
mit
13,033
@echo off Rem ******NOTICE****** Rem MUST set SDK_PATH & BIN_PATH firstly!!! Rem example: Rem set SDK_PATH=/c/ESP32_RTOS_SDK Rem set BIN_PATH=/c/ESP32_BIN set SDK_PATH="" set BIN_PATH="" echo gen_misc.bat version 20151105 echo . if not %SDK_PATH% == "" ( echo SDK_PATH: %SDK_PATH% ) else ( e...
espressif/ESP32_RTOS_SDK
examples/project_template/gen_misc.bat
bat
mit
630
docker build -t iit/symfony_installer ./docker/symfony_installer/ docker run --rm -v %cd%:/workdir iit/symfony_installer symfony new src docker-compose up -d
allspeak/allspeak.eu
install.bat
bat
mit
160
@ECHO off ECHO -- [ ENTER ] scripts\build\google_read.bat IF NOT EXIST appveyor.yml ( ECHO -- [ ERROR ] this should only be called from root dir. GOTO :EOF ) PUSHD snippets\google_read make IF ERRORLEVEL 1 ( ECHO -- [ ERROR ] make failed: rest of script would make no sense. goto LEAVE ) POPD EC...
dejbug/protocasm
scripts/build/google_read.bat
bat
mit
658
@echo off FOR /f %%v IN ('dotnet --version') DO set version=%%v set target_framework= IF "%version:~0,3%"=="3.1" (set target_framework=netcoreapp3.1) IF "%version:~0,2%"=="5." (set target_framework=net5.0) IF [%target_framework%]==[] ( echo "BUILD FAILURE: .NET Core 3.1 or .NET 5 SDK required to run build" exi...
JasperFx/jasper
build.cmd
bat
mit
402
set name=MyStrategy del /F /Q %name%.exe SET FILES= for %%i in (*.d) do ( call concatenate %%i ) for %%i in (model\*.d) do ( call concatenate %%i ) dmd -O -release -inline -noboundscheck %FILES% -of%name% 2>compilation.log
winger/d-cgdk
compile-d.bat
bat
mit
236
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /target:Build C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /target:Release C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild Build\Build.proj /target:Clean
mgernand/Portable.IO
ProjectBuild.bat
bat
mit
256
@cls @java -jar jsrun.jar C:\Rendition\Docs\Rendition.Documentation\jsdoc_toolkit\app\run.js -p -n -r=3 -E=jquery -d=C:\Rendition\Docs\Rendition.Documentation\toc\js -t=C:\Rendition\Docs\Rendition.Documentation\jsdoc_toolkit\templates\vsaml c:\Rendition\Rendition.Core\js\admin\ c:\Rendition\Rendition.Core\js\admin\pub\...
CorbinDallas/Rendition
Docs/Rendition.Documentation/jsdoc_toolkit/build_renditionPrivate.bat
bat
mit
349
:: :: Not sure why this exists... :: rmdir /s /q %~dp0..\..\source\debug :: :: TwainDirect.App :: rmdir /s /q %~dp0..\..\source\TwainDirect.App\bin\x86\debug :: :: TwainDirect.Certification :: rmdir /s /q %~dp0..\..\source\TwainDirect.Certification\bin\x86\debug :: :: TwainDirect.OnTwain :: rmdir /s /q %~dp0..\....
twain/twain-direct
scripts/Windows/CleanCodeDebugOnly.bat
bat
mit
649
cmd_lib/list_sort.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,lib/.list_sort.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
lib/.list_sort.o.cmd
bat
gpl-2.0
16,573
cmd_drivers/ide/ppc/built-in.o := rm -f drivers/ide/ppc/built-in.o; ar rcs drivers/ide/ppc/built-in.o
namgk/kernel-tut
drivers/ide/ppc/.built-in.o.cmd
bat
gpl-2.0
103
cl /c hello.c link hello.obj user32.lib hello.exe
starqiu/Virus
HW/4/hello.bat
bat
gpl-2.0
49
cmd_drivers/usb/core/devio.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/usb/core/.devio.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERN...
yohanes/Acer-BeTouch-E130-Linux-Kernel
drivers/usb/core/.devio.o.cmd
bat
gpl-2.0
23,194
cmd_sound/isa/ad1816a/built-in.o := rm -f sound/isa/ad1816a/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs sound/isa/ad1816a/built-in.o
sembre/kernel_totoro_update3
common/sound/isa/ad1816a/.built-in.o.cmd
bat
gpl-2.0
143
set RJCP= :TOUHU for /f "tokens=* delims= " %%a in ('dir /b/ad-h "*Tohou*" "*Touhou*"') do if /i "%HSCHOICE%"=="%%~a" SET RJCP=%TOUHU% :VECTX for /f "tokens=* delims= " %%a in ('dir /b/ad-h "GCE*" "*Vectrex*"') do if /i "%HSCHOICE%"=="%%~a" SET RJCP=%VECTX% :TAITX for /f "tokens=* delims= " %%a in ('dir /b/ad-h...
HoodlumDTX/rom-jacket
hsLst.bat
bat
gpl-2.0
12,141
cmd_drivers/mtd/mtd.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/mtd/mtd.o drivers/mtd/mtdcore.o drivers/mtd/mtdsuper.o drivers/mtd/mtdconcat.o drivers/mtd/mtdpart.o
asopov/linux-tpt-2.6.39
drivers/mtd/.mtd.o.cmd
bat
gpl-2.0
230
cmd_drivers/net/usb/net1080.ko := arm-poky-linux-gnueabi-ld -EL -r -T /second_extend/yocto_file/linux_yocto/scripts/module-common.lds --build-id -o drivers/net/usb/net1080.ko drivers/net/usb/net1080.o drivers/net/usb/net1080.mod.o
heyoufei2/yocto3.14.38_kernel
drivers/net/usb/.net1080.ko.cmd
bat
gpl-2.0
233
cmd_net/sunrpc/built-in.o := ld -m elf_i386 -r -o net/sunrpc/built-in.o net/sunrpc/sunrpc.o
namgk/kernel-tut
net/sunrpc/.built-in.o.cmd
bat
gpl-2.0
96
cmd_sound/isa/built-in.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o sound/isa/built-in.o sound/isa/ad1816a/built-in.o sound/isa/ad1848/built-in.o sound/isa/cs423x/built-in.o sound/isa/es1688/built-in.o sound/isa/gus/built-in.o sound/isa/msnd/built-in.o sound/isa/opti9xx/built-in.o sound/isa/sb/built-in.o sou...
sembre/kernel_totoro_update3
common/sound/isa/.built-in.o.cmd
bat
gpl-2.0
374
cmd_drivers/media/dvb/frontends/rtl2830.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/dvb/frontends/rtl2830.ko drivers/media/dvb/frontends/rtl2830.o drivers/media/dvb/fronte...
Envious-Data/shinano-sirius_msm8974abpro
drivers/media/dvb/frontends/.rtl2830.ko.cmd
bat
gpl-2.0
338
cmd_arch/x86/vdso/vdsox32-syms.lds := nm arch/x86/vdso/vdsox32.so.dbg | LC_ALL=C sed -n -e 's/^00*/0/' -e 's/^\([0-9a-fA-F]*\) . \(VDSO[a-zA-Z0-9_]*\)$$/ = 0x;/p' | LC_ALL=C sort > arch/x86/vdso/vdsox32-syms.lds
acheron1502/android_kernel_BLU_BLU_PURE_XL
arch/x86/vdso/.vdsox32-syms.lds.cmd
bat
gpl-2.0
215
cmd_/home/ws/pmip/pmipv6-daemon-umip-0.4/src/kernel/ro_trigger.ko := ld -r -m elf_i386 -T /usr/src/linux-2.6.32.59/scripts/module-common.lds --build-id -o /home/ws/pmip/pmipv6-daemon-umip-0.4/src/kernel/ro_trigger.ko /home/ws/pmip/pmipv6-daemon-umip-0.4/src/kernel/ro_trigger.o /home/ws/pmip/pmipv6-daemon-umip-0.4/src/k...
NetworkingGroupSKKU/Buffering-Scheme-in-PMIPv6
pmipv6-daemon-umip-0.4/src/kernel/.ro_trigger.ko.cmd
bat
gpl-2.0
343
cmd_arch/arm/lib/lshrdi3.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__A...
b8e5n/KTG-kernel_es209ra
arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
1,209
@echo off REM ********************************************************************* REM * REM * Windows batch file to build this module REM * REM ********************************************************************* REM * Company: Microchip Technology, Inc. REM * REM * Software License Agree...
grodansparadis/sweetbox
test/tcpip/pic32_solutions/fat16_demo/build.bat
bat
gpl-2.0
4,142
PWERSHELL v5 is required for /f "delims=;" %%i in ('powershell -command "$_=(Get-LocalGroup | where { $_.sid -eq \"S-1-5-32-545\" }); if ($_.Length -gt 0) { $groupName = $_[0].Name } else { $groupName = $null }; Write-host $groupName"') DO set groupname=%%i echo GROUP NAME [%groupname%] pause
devizer/glist
bin/SQL-Express/builtin-local-groups/find-group-name-by-sid.cmd
bat
gpl-3.0
294
node core.js pause
cox34/battlebot
launch.bat
bat
gpl-3.0
19
@echo off rem Post-build batch for StormLib project rem Called as StormLib.bat $(PlatformName) $(ConfigurationName) rem Example: StormLib.bat x64 Debug copy src\StormPort.h ..\aaa\inc copy src\StormLib.h ..\aaa\inc if x%1 == xWin32 goto PlatformWin32 if x%1 == xx64 goto PlatformWin64 goto exit :Platform...
uakfdotb/umpqx
StormLib/StormLib.bat
bat
gpl-3.0
476
vboxmanage registervm "%CD%\bin\testing\VM\IceCube.vbox" virtualbox --startvm "Ice Cube" vboxmanage unregistervm "%CD%\bin\testing\VM\IceCube.vbox" vboxmanage closemedium floppy "%CD%\bin\testing\VM\IceCube.img"
CubeTechLLC/IceCube
test/VM/Start_Machine.bat
bat
gpl-3.0
211
avrdude.exe -p T44 -P com4 -c avr910 -U flash:v:"v.2_Duo.hex":i -U eeprom:v:"v.2_Duo.eep":i
tengelmann/Lampensteuerung
Firmware/v2_Duo/default/avrdude_v.bat
bat
gpl-3.0
92
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=registermaps if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module wa...
NJDFan/register-maps
doc/make.bat
bat
gpl-3.0
814
@echo off rem ***** BEGIN LICENSE BLOCK ***** rem Version: MPL 1.1/GPL 2.0/LGPL 2.1 rem rem The contents of this file are subject to the Mozilla Public License Version rem 1.1 (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem http://www.moz...
tmhorne/celtx
config/install.bat
bat
mpl-2.0
1,808
@echo off echo Çå³ýËùÓÐobj pch idb pdb ncb opt plg res sbr ilk suoÎļþ£¬ÇëÉÔµÈ...... pause del /f /s /q .\*.obj del /f /s /q .\*.pch del /f /s /q .\*.idb del /f /s /q .\*.suo del /f /s /q .\*.pdb del /f /s /q .\*.ddp del /f /s /q .\*.ncb del /f /s /q .\*.opt del /f /s /q .\*.plg del /f /s /q .\*.res del /f /s /q .\*....
CCQIU/CC
清理.bat
bat
lgpl-3.0
531
@echo off copy moire.asm+tables.asm combined.asm yasm -o moire.com -f bin combined.asm
reenigne/reenigne
8088/demo/moire/build.bat
bat
unlicense
88
@echo off REM REM Set the environment and start to the editor server on windows. REM REM Set the path to use the msys64 environment for running external programs. REM Other environments should work as well. set PATH=c:/local/msys64/usr/bin;c:/go/bin;c:/local/msys64/home/elmar/bin REM Set the gopath explicitly. This i...
ktye/editor
startup.bat
bat
unlicense
885
@echo off setlocal rem Copyright (c) 1999, 2006 Tanuki Software Inc. rem rem Java Service Wrapper general NT service start script rem if "%OS%"=="Windows_NT" goto nt echo This script only works with NT-based versions of Windows. goto :eof :nt rem rem Find the application home. rem rem %~dp0 is locati...
mhus/mhus-inka
de.mhus.app.inka.morse.common/service/PauseTestWrapper-NT.bat
bat
apache-2.0
1,253
nunit-console-x86.exe UT_ProjectManager.dll
mivuna/D27_Bekaert
UT_ProjectManager_CmdLine.bat
bat
apache-2.0
43
@echo off rem Optional batch file to quickly build with some defaults. 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 copynuget echo Downloading latest ...
clariuslabs/VisualStudio
build.cmd
bat
apache-2.0
1,185
@echo off echo [INFO] Use maven eclipse-plugin download jars and generate eclipse project files. cd %~dp0 cd .. call mvn -Declipse.workspace=%cd% eclipse:clean eclipse:eclipse cd bin pause
suizhikuo/learn-to-SpringMVC-Hibernate-Demo-jeesite
bin/eclipse.bat
bat
apache-2.0
191