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
@if not defined _echo @echo off setlocal set INIT_TOOLS_LOG=%~dp0init-tools.log if [%PACKAGES_DIR%]==[] set PACKAGES_DIR=%~dp0packages\ if [%TOOLRUNTIME_DIR%]==[] set TOOLRUNTIME_DIR=%~dp0Tools set DOTNET_PATH=%TOOLRUNTIME_DIR%\dotnetcli\ if [%DOTNET_CMD%]==[] set DOTNET_CMD=%DOTNET_PATH%dotnet.exe if [%BUILDTOOLS_SOU...
hongdai/wcf
init-tools.cmd
bat
mit
4,025
@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...
uniteddiversity/Largo
docs/make.bat
bat
gpl-2.0
6,713
set WIN64TYPE=x86
AreaScout/vice-gles2
src/arch/win32/msvc/winid_x86.bat
bat
gpl-2.0
17
cmd_fs/configfs/dir.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/configfs/.dir.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.h -Wall -Wundef -Wstrict-p...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/configfs/.dir.o.cmd
bat
gpl-2.0
12,959
cmd_mm/bounce.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,mm/.bounce.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.h -Wall -Wundef -Wstrict-prototypes -W...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/mm/.bounce.o.cmd
bat
gpl-2.0
17,067
@echo off rem TAP-Windows -- A kernel driver to provide virtual tap rem device functionality on Windows. rem rem Copyright (C) 2012 Alon Bar-Lev <alon.barlev@gmail.com> rem rem This program is free software; you can redistribute it and/or modify rem it under the terms of the GNU General Public L...
OpenVPN/tap-windows
configure.bat
bat
gpl-2.0
3,473
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=...
jeubank12/habitrpg-android
gradlew.bat
bat
gpl-3.0
2,625
@echo off if '%1'=='/?' goto help if '%1'=='-help' goto help if '%1'=='-h' goto help powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\psake.ps1' %*; if ($psake.build_success -eq $false) { exit 1 } else { exit 0 }" exit /B %errorlevel% :help powershell -NoProfile -ExecutionPolicy Bypass -Com...
heartysoft/dokimi
tools/psake/psake.cmd
bat
mpl-2.0
354
@echo off setlocal REM Copyright 2006-2011 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 "license" ...
bizo/aws-tools
iam/IAMCli-1.5.0/bin/iam-usercreate.cmd
bat
apache-2.0
1,023
@ECHO OFF @title TrinityCore CLS ECHO Initializing Core (World-Server)... :1 start "Trinity Core" /B /MIN /WAIT TrinityCore.exe -c TrinityCore.conf if %errorlevel% == 0 goto end goto 1 :end
Looking4Group/L4G_Core
tools/windows-restarter/core_restarter.bat
bat
gpl-2.0
189
@echo off SET COPYCMD=/Y IF EXIST excl.txt del excl.txt IF NOT EXIST excl.txt ( echo \CVS\ > excl.txt echo \.svn\ >> excl.txt echo .log >> excl.txt ) REM set next line to 'true' or 'false' next line to update pacs information set RECUP_PACS=false set SRC_DATA=F:\computers\amiga\share\Database\Landscape...
osgcc/ryzom
ryzom/tools/leveldesign/world_editor/world_editor/update_continents.bat
bat
agpl-3.0
3,647
java -jar jbpt-pm-entropia-1.6.jar -emr -rel=examples\log1.xes -ret=examples\model1.pnml
jbpt/codebase
jbpt-pm/target/emr.bat
bat
lgpl-3.0
88
@echo off java -Xmx2048m -XX:MaxPermSize=1024m -XX:ReservedCodeCacheSize=256m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
jmt4/Selenium2
go.bat
bat
apache-2.0
148
@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% %ALLS...
trustswz/IRTK
wrapping/cython/doc/make.bat
bat
bsd-3-clause
6,706
// ver 1.1 (7/7/04) // HCS12X Core erasing + unsecuring command file: // These commands mass erase the chip then program the security byte to 0xFE (unsecured state). // Evaluate the clock divider to set in ECLKDIV/FCLKDIV registers: DEFINEVALUEDLG "Information required to unsecure the device" "CLKDIV" 0x49 "To unsecu...
Keripo/BomberNome
hcs12/cmd/P&E_Multilink_USB_Erase_unsecure_hcs12.cmd
bat
gpl-2.0
3,412
@echo off rem Test script for sox under DOS derived from tests.sh. This should rem run without core-dumping or printing any error messages. set file=monkey rem verbose options rem set noise=-V del out.raw del out2.raw del in.raw cls echo on .\sox %noise% %file%.wav ub.raw .\sox %noise% -t raw -r 8196 -u -...
ipwndev/DSLinux-Mirror
user/sox/src/src/tests.bat
bat
gpl-2.0
1,356
@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...
Ayrx/cryptography
docs/make.bat
bat
bsd-3-clause
5,108
@echo off setlocal REM Do a .NET Core SuperPMI collection across all tests in the coreclr repo. REM Set the repo root. set _root=d:\src\coreclr REM Set the build flavor. set _flavor=Windows_NT.x64.Debug REM Everything else in this script is parameterized using the above two variables. if not exist %_root% echo Err...
ragmani/coreclr
tests/src/JIT/superpmi/collect_alltests.cmd
bat
mit
1,510
@echo off java -cp build\libs\* com.idzona.baud.Main %1
ivandavidov/baud
run.cmd
bat
mit
57
@if not defined __echo @echo off setlocal EnableDelayedExpansion EnableExtensions set __ThisScriptShort=%0 set __ThisScriptFull="%~f0" set __ThisScriptPath="%~dp0" :: Note that the msbuild project files (specifically, dir.proj) will use the following variables, if set: :: __BuildArch -- default: x64 :: ...
bartonjs/coreclr
build.cmd
bat
mit
28,735
python\python.exe downloads\get-pip.py python\python.exe -m pip install downloads\numpy-1.13.3+mkl-cp35-cp35m-win_amd64.whl python\python.exe -m pip install downloads\scipy-0.19.1-cp35-cp35m-win_amd64.whl python\python.exe -m pip install opencv-python pillow pygame tensorflow pyqt5
BrunoTh/ETS2Autopilot
install-requirements.bat
bat
mit
283
@echo off gulp watch --dev
webforge-labs/cms
watch.bat
bat
mit
29
javac -classpath "%SPINSTALLDIR%\bin\prologbeans.jar;.;RegulusGUI" RegulusGUI/*.java pause
TeamSPoon/logicmoo_workspace
packs_sys/logicmoo_nlu/ext/regulus/Java/compile.bat
bat
mit
92
set src=%1 set dest=%2 if "%src%"=="" goto Error if "%dest%"=="" goto Error xcopy "%src%\bin\Xyperico.Authentication.*" "%dest%\bin\Areas" /I /Y /D xcopy "%src%\bin\da\Xyperico.Authentication.*" "%dest%\bin\Areas\da" /I /Y /D xcopy "%src%\Areas\Account\Views\*.*" "%dest%\Areas\Account\Views\" /I /Y /S /D x...
JornWildt/Xyperico.Authentication
deploy-to-website-folder.bat
bat
mit
546
@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...
fcurella/django-fakery
docs/make.bat
bat
mit
7,258
@echo off echo Creating restore point.. start /wait cscript AutomaticRestorePoint.vbs echo done. exit /B
tumpio/mydscripts
ExpressOptimizingScripts/ExpressOptimizing/bat/AutomaticRestorePoint.bat
bat
mit
105
echo on querymain.exe data/storyDataFile < data/Alice allocPtr.exe < data/alloc allocSP.exe < data/alloc usealloc.exe < data/storyDataFile for %%i in ( oknew.exe release.exe unique.exe UP.exe usealloc2.exe useBlob.exe weak.exe ) do %%i
crayygy/cpp-primer-notes
sources/12/runpgms.bat
bat
mit
251
mkdir ..\Build cd ..\Build cmake .. -G"Visual Studio 8 2005" -DASMJIT_BUILD_LIBRARY=1 -DASMJIT_BUILD_TEST=1 cd ..\Scripts pause
kdar/quakeslash
externals/AsmJit/Scripts/configure-windows-vs2005-x86.bat
bat
mit
128
cd C:\Anaconda\Scripts\ bokeh-server.exe
wasit7/tutorials
arduino_python/02_python_serial/run_server.bat
bat
mit
40
cmd_build_x86_64_linux/raid/raid.o := gcc -Wp,-MD,build_x86_64_linux/raid/raid.o.d -D_X86_64 -fno-strict-aliasing -fno-common -ffreestanding -fomit-frame-pointer -march=k8 -mtune=nocona -mno-red-zone -mcmodel=kernel -pipe -fno-reorder-blocks -funit-at-a-time -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -fno-stack-protector -...
iocellnetworks/ndas4linux
3.3.4/build_x86_64_linux/raid/raid.o.cmd
bat
gpl-2.0
4,181
cmd_fs/nfsd/nfs3proc.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/nfsd/.nfs3proc.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/m...
srinugnt2000/linux-2.6.37
fs/nfsd/.nfs3proc.o.cmd
bat
gpl-2.0
21,581
cmd_net/ethernet/built-in.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/ethernet/built-in.o net/ethernet/eth.o
DJSteve/StreakKernel
net/ethernet/.built-in.o.cmd
bat
gpl-2.0
160
cmd_sound/pci/hda/built-in.o := rm -f sound/pci/hda/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pci/hda/built-in.o
Envious-Data/shinano-sirius_msm8974abpro
sound/pci/hda/.built-in.o.cmd
bat
gpl-2.0
170
cmd_sound/pcmcia/built-in.o := arm-arago-linux-gnueabi-ld -EL -r -o sound/pcmcia/built-in.o sound/pcmcia/vx/built-in.o sound/pcmcia/pdaudiocf/built-in.o
calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1
sound/pcmcia/.built-in.o.cmd
bat
gpl-2.0
158
cmd_drivers/video/tegra/host/host1x/nvhost-host1x.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/tegra/host/host1x/nvhost-host1x.o drivers/video/tegra/host/host1x/host1x_syncpt.o drivers/video/tegra/host/host1x/host1x_channel.o drivers/video/tegra/host/ho...
AOSP-ZEUS/android_kernel_samsung_n1
drivers/video/tegra/host/host1x/.nvhost-host1x.o.cmd
bat
gpl-2.0
433
cmd_fs/minix/built-in.o := rm -f fs/minix/built-in.o; /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ar rcs fs/minix/built-in.o
gzdaoke/linux2.6.32_kernel
fs/minix/.built-in.o.cmd
bat
gpl-2.0
147
cmd_kdb/modules/kdbm_x86.o := gcc -Wp,-MD,kdb/modules/.kdbm_x86.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m6...
dnh34/proj1
kdb/modules/.kdbm_x86.o.cmd
bat
gpl-2.0
14,652
start javaw -Djava.library.path=../lib -classpath ./;NativeFmodDesigner-Examples.jar;../lib/NativeFmodEx.jar;../lib/NativeFmodDesigner.jar org.jouvieje.FmodDesigner.Examples.ProgrammerSelected
unktomi/form-follows-function
f3_fmod/NativeFmodEx/Examples/ProgrammerSelected.bat
bat
gpl-2.0
192
cmd_arch/arm/mm/tlb-v7.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v7.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kerne...
mjmccall/Kernel
arch/arm/mm/.tlb-v7.o.cmd
bat
gpl-2.0
3,223
cmd_net/ethernet/built-in.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o net/ethernet/built-in.o net/ethernet/eth.o
spacecaker/Stock_spacecaker_kernel
net/ethernet/.built-in.o.cmd
bat
gpl-2.0
177
cmd_sound/pcmcia/pdaudiocf/built-in.o := rm -f sound/pcmcia/pdaudiocf/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs sound/pcmcia/pdaudiocf/built-in.o
dalinaum/studyak
sound/pcmcia/pdaudiocf/.built-in.o.cmd
bat
gpl-2.0
188
cmd_kernel/srcu.o := arm-linux-androideabi-gcc -Wp,-MD,kernel/.srcu.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoconf...
tenorntex/lhbalanced
kernel/.srcu.o.cmd
bat
gpl-2.0
19,430
cmd_drivers/net/ethernet/natsemi/built-in.o := rm -f drivers/net/ethernet/natsemi/built-in.o; arm-linux-gnueabi-ar rcsD drivers/net/ethernet/natsemi/built-in.o
qubir/PhoenixA20_linux_sourcecode
drivers/net/ethernet/natsemi/.built-in.o.cmd
bat
gpl-2.0
161
@echo off pushd "%~dp0" if "%SOFTWARE%"=="" (set SOFTWARE=%SystemDrive%\software) set TARGET=%SOFTWARE%\hollows_hunter set PACKAGE32=hollows_hunter32.zip set PACKAGE64=hollows_hunter64.zip if exist "%TARGET%" goto END @rem Check the architecture reg Query "HKLM\Hardware\Description\System\CentralProcess...
malwarenights/rebox
packages/h/hollows_hunter/00_install.bat
bat
gpl-2.0
656
python C:\Users\adost1\Desktop\Flair_Upload.py cd C:\Users\adost1\Documents\GitHub\leagueoflegends git pull git add . git commit -m "Daily Flair Update" git push
picflute/leagueoflegends
t1.bat
bat
gpl-2.0
161
cmd_sound/pci/aw2/built-in.o := rm -f sound/pci/aw2/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pci/aw2/built-in.o
dizgustipated/BOCA-2.6.35.14
sound/pci/aw2/.built-in.o.cmd
bat
gpl-2.0
142
cmd_drivers/firmware/built-in.o := rm -f drivers/firmware/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/firmware/built-in.o
p500-ics-cm9/Franco-ICS-Kernel
drivers/firmware/.built-in.o.cmd
bat
gpl-2.0
158
@REM Copyright 2012 Andrew Gottemoller. @REM @REM This software is a copyrighted work licensed under the terms of the @REM Secure Rsync license. Please consult the file "SR_LICENSE" for @REM details. @echo off setlocal enabledelayedexpansion echo Enter encryption password: set /P input_password1= echo Verify encryp...
agottem/secure_rsync
secure_rsync/shell/cmd/set_password.bat
bat
gpl-3.0
869
@echo OFF REM batch file for running the Calibre2Opds program in GUI mode. REM REM The checks for Java have been adapted from those used to REM start up the IzPack package builder and then extended. REM Hopefully this means that calibre2opds Java may run on REM some of those systems that do not have Java on...
calibre2opds/calibre2opds
script/rungui.cmd
bat
gpl-3.0
9,133
@echo off REM Wrapper for IrpTransmogrifier as a command line program for Windows/MSDOS. REM The command line name to use to invoke java.exe, fix if desired. set JAVA=java REM Where the files are located, change if desired set APPLICATIONHOME=%~dp0 REM Normally no need to change the rest of the file set ...
bengtmartensson/IrpTransmogrifier
src/main/config/irptransmogrifier.bat
bat
gpl-3.0
434
@PowerShell -ExecutionPolicy Bypass -Command Invoke-Expression $('$args=@(^&{$args} %*);'+[String]::Join(';',(Get-Content '%~f0') -notmatch '^^@PowerShell.*EOF$')) & goto :EOF echo " /###### /## /##/## " echo " /##__ ## ...
techgaun/SpaceVim
docs/cn/install.cmd
bat
gpl-3.0
3,448
/* * memory layout for a board with 128 Mbytes of DDR ram * 0xc0000000 arm (64 mbytes) * 0xc4000000 dsp (64 mbytes) * 0xc8000000 end * * the TI runtime library forces us to declare the malloc pool size * at link time, so take a guess that 16 Mbytes will be a useful amount * * a program that needs more dynamica...
pacew/armdsp
armdsp-link.cmd
bat
gpl-3.0
1,377
"%1..\..\..\BuildTools\ILRepack\ILRepack.exe" /lib:%1 /t:exe /out:%1HeapsTodoSyncTool.exe %1HeapsTodoSyncToolExeAssembly.exe %1DotNetOpenAuth.dll %1Google.Apis.Authentication.OAuth2.dll %1Google.Apis.dll %1Google.Apis.Samples.Helper.dll %1Google.Apis.Tasks.v1.dll %1HeapsTodoLib.dll %1HeapsTodoSyncLib.dll %1log4net.dll ...
TaoK/HeapsTodo
HeapsTodoSyncTool/Postbuild_Merge.bat
bat
agpl-3.0
725
@ECHO OFF setlocal DISABLEDELAYEDEXPANSION SET BIN_TARGET=%~dp0/../core/vendor/phpunit/phpunit/phpunit php "%BIN_TARGET%" %*
fluppi/dotto-project
bin/phpunit.bat
bat
lgpl-3.0
125
@echo off setlocal set RWE_PSE=pause :loopy if "%1" == "/n" goto setpse :shifty shift if "%1" == "" goto entry goto loopy :setpse set RWE_PSE= goto shifty :entry echo. echo Building RWE: echo. if exist Rwe cd Rwe echo Step #(1/3) CLEANUP if exist "Rwe.obj" del "Rwe.obj" if exist "Rwe.ob...
melezov/goasm-utils
BroodQwe/Rwe/Rwe.bat
bat
unlicense
830
@echo.·þÎñÆô¶¯...... @echo off @net start Weiz.TaskManager.ServiceBus @echo off @echo.Æô¶¯Íê±Ï£¡ @pause
weizhong1988/Weiz.TaskManager
Documents/服务脚本/Sstart.bat
bat
apache-2.0
113
@ECHO OFF rem ################## rem Batch Runner (windows version) for tamandua-indexer set PATHBEFORE=%CD% set ME=tamandua-searcher-client.bat set JAVA_OPTS=-Xms1024m -Xmx2048m -XX:+AggressiveHeap set app_home=c:\opt\tamandua-indexer set app_user=everton set java_exe=%JAVA_HOME%\bin\java.exe set class_name=br.co...
everton-rosario/tamandua
modules/tamandua-indexer/src/main/resources/tamandua-searcher-client.bat
bat
apache-2.0
758
curl --location --request POST 'https://api.pdf.co/v1/pdf/edit/delete-text' \ --header 'Content-Type: application/json' \ --header 'x-api-key: {{x-api-key}}' \ --form 'url=https://bytescout-com.s3.amazonaws.com/files/demo-files/cloud-api/pdf-split/sample.pdf' \ --form 'name=pdfWithTextDeleted' \ --form 'caseSensitive=f...
bytescout/ByteScout-SDK-SourceCode
PDF.co Web API/Delete Text From PDF/cURL/Delete Single Replacement/DeletePdfText-singleReplacement.cmd
bat
apache-2.0
369
@echo off rem --------------------------------------------------------------------------- rem jruby.bat - Start Script for the JRuby Interpreter rem rem ----- Execute The Requested Command --------------------------------------- setlocal call "%~dp0_jrubyvars" %* if %JRUBY_BAT_ERROR%==0 "%_STARTJAVA%" %_VM_OPTS% -Xde...
varshavaradarajan/functional-tests
tools/jruby/bin/jrubyd.bat
bat
apache-2.0
640
SET APP=DEBUG\SetBatteryUPSShutdown.cpl mt -manifest requireAdministrator.manifest -outputresource:%APP%;#1 pause
HiraokaHyperTools/BatteryUPSShutdown
InsertManifest.bat
bat
bsd-2-clause
117
set APPVEYOR_ set GIT_VERSION= for /f %%i in ('git tag') do set GIT_VERSION=%%i @echo Current GitVersion=%GIT_VERSION% if %APPVEYOR_REPO_TAG%==true set GIT_VERSION=%APPVEYOR_REPO_TAG_NAME% set V1= set V2= set V3= for /f "tokens=1,2,3 delims=." %%i in ('echo %GIT_VERSION%') do set V1=%%i&set V2=%%j&set V3=%%...
StaMa-StateMachine/StaMa
ProductionTools/AppVeyor/install.cmd
bat
bsd-3-clause
921
@echo on @echo ------------------------------------------------------------------------------------- @echo SWIG generating 1. platform independent csharp library code AND @echo 2. platform INDEPENDENT wrapper c++ code (that builds into platform DEPENDENT wrapper dll) @echo ----------------------------------------...
rdmenezes/exodusdb
swig/projects/csharp/prebuildcsharp.cmd
bat
mit
1,140
cmd_arch/arm/vfp/vfp.o := /home/rishik/Toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/vfp.o arch/arm/vfp/vfpmodule.o arch/arm/vfp/entry.o arch/arm/vfp/vfphw.o arch/arm/vfp/vfpsingle.o arch/arm/vfp/vfpdouble.o
ayushrox/GB_Kernel_Pico
arch/arm/vfp/.vfp.o.cmd
bat
gpl-2.0
257
cmd_drivers/input/input-core.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/input/input-core.o drivers/input/input.o drivers/input/input-compat.o drivers/input/ff-core.o
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/drivers/input/.input-core.o.cmd
bat
gpl-2.0
176
@ECHO OFF :: %HOMEDRIVE% = C: :: %HOMEPATH% = \Users\steinbac :: %system32% ?? :: No spaces in paths :: Program Files > ProgramFiles :: cls = clear screen :: CMD reads the system environment variables when it starts. To re-read those variables you need to restart CMD :: Use console 2 http://sourceforge.net/projects/co...
sqeazy/sqeazy
share/windows/7/setup-ci.bat
bat
lgpl-3.0
3,397
@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...
mskcc/iCallSV
docs/make.bat
bat
apache-2.0
7,251
mongo unit_test_database unittest-database-teardown.js
pcimino/nodejs-restify-mongodb
scripts/posttest-teardown.bat
bat
apache-2.0
56
@REM @REM Copyright 2004 The Apache Software Foundation @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 Un...
apache/xmlbeans
src/main/shell/inst2xsd.cmd
bat
apache-2.0
918
@echo off @rem Licensed under the terms of http://www.apache.org/licenses/LICENSE-2.0 if "%JENAROOT%" == "" goto :rootNotSet set JENA_HOME=%JENAROOT% :rootNotSet if NOT "%JENA_HOME%" == "" goto :okHome echo JENA_HOME not set exit /B :okHome set JVM_ARGS=-Xmx1024M set JENA_CP=%JENA_HOME%\lib\*; set LOGGING=file:%JENA...
mbalduccini/cpsframework
ontology/demos/V2/CPSReasoner-v2/asklab/cpsf/apache-jena-3.0.0/bat/tdbbackup.bat
bat
cc0-1.0
441
@node %~dp0\node-bwipjs.js %*
victorbrodsky/order-lab
orderflex/public/orderassets/AppUserdirectoryBundle/bwip-js/bin/node-bwipjs.cmd
bat
apache-2.0
29
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off REM Put Ruby in Path REM You can also use %TEMP% but it is cleared on site restart. Tools is persistent. SET PATH=%PATH%;D:\home\site\deployments\tools\r\ruby-2.3.1-x64-mingw32\bin REM I am in the repository folder pushd D:\home\site\deployments if not exist tools md tools cd...
ritterim/jekyll-azure-deploy
getruby.cmd
bat
mit
1,905
@echo off ::Sets the current version number as an environment variable set /p version= < "%~dp0VERSION" set /p version_updater= < "%~dp0VERSION_UPDATER" echo ##teamcity[buildNumber '%version%_{build.number}'] echo ##teamcity[setParameter name='build.version' value='%version%'] echo ##teamcity[setParameter nam...
clawplach/0install-win
version.cmd
bat
lgpl-3.0
374
@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% %ALLS...
afisher1/volttron-applications
docs/make.bat
bat
bsd-3-clause
7,793
textreplace -std -t bin\@package@-designer.bat textreplace -std -t bin\python-@package@.bat if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$ if not %OSGEO4W_MENU_LINKS%==0 mkdir "%OSGEO4W_STARTMENU%" if not %OSGEO4W_DESKTOP_LINKS%==0 mkdir "%OSGEO4W_DESKTOP%" for %%g in (@grassversions...
CS-SI/QGIS
ms-windows/osgeo4w/postinstall-dev.bat
bat
gpl-2.0
2,099
@echo off gradlew eclipse pause
ME-Corp/SolderCraft
eclipse.bat
bat
lgpl-2.1
31
@echo off setlocal :run start test.html endlocal
thr0w/yadda
examples/qunit/bin/example.bat
bat
apache-2.0
49
:: 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...
reneploetz/mesos
support/setup-dev.bat
bat
apache-2.0
2,522
@echo on call "%VS120COMNTOOLS%vsvars32.bat" msbuild.exe /ToolsVersion:4.0 "..\GongSolutions.Wpf.DragDrop.sln" /p:StrongName=True /p:configuration=Release /t:Clean,Rebuild ..\.nuget\NuGet.exe pack %~dp0..\GongSolutions.Wpf.DragDrop\GongSolutions.Wpf.DragDrop.nuspec -OutputDirectory %~dp0 msbuild.exe /ToolsVersion:4.0...
ruisebastiao/gong-wpf-dragdrop
Build/Build.cmd
bat
bsd-3-clause
545
@setlocal EnableDelayedExpansion for %%I in (%SOURCE_INDEXES%) do ( %PATHTOCLANGPP% -fuse-ld=lld -c !COMPILER_OPTIONS_%%I! !SOURCE_FILE_%%I! -o !OBJECT_FILE_%%I! if errorlevel 1 goto :FAIL ) %PATHTOCLANGPP% -fuse-ld=lld %LINKER_OPTIONS% %OBJECT_FILES% -o %EXECUTABLE_FILE% if errorlevel 1 goto :FAIL goto :END :FA...
endlessm/chromium-browser
third_party/llvm/debuginfo-tests/dexter/dex/builder/scripts/windows/clang.bat
bat
bsd-3-clause
361
@echo off set RoslynToolsRoot=%~dp0 set DEVPATH=%RoslynToolsRoot%;%DEVPATH%
physhi/roslyn
src/NuGet/VisualStudio/Init.cmd
bat
apache-2.0
76
@echo off set mydir=%~dp0 :loop if "%~f1"=="" goto end start /D "%mydir%MFAudiov11\" /WAIT MFAudio.exe /OTRAWC /OC2 /OI1000 /OF32000 "%~dpn1.WAV" "%~dpn1.VAG" "%mydir%voxhound.exe" -w "%~f1" "%~dpn1.VAG" del "%~dpn1.VAG" shift goto loop :end
hcs64/vgm_ripping
demux/voxhound/replace_dmo.bat
bat
mit
256
echo on @Rem thread number set thread_num=6 @Rem use current machine as master FOR /F "usebackq" %%i IN (`hostname`) DO SET master_host=%%i echo %master_host% @Rem if you run more than one training tasks on the same host at the same time, @Rem different tasks must have different ports! set master_port=61235...
yuantiku/ytk-learn
demo/win/linear/binary_classification/win_local_optimizer.bat
bat
mit
1,253
del d:\AbstractRRPMWizardPage.java dir set S="test string" echo %S% @echo off findstr /m "Transferring ERICrrpm_R1A01_PA01 to ERICrrpm_R1A01_PA01.pkg" d:\tmp\auto.log if %errorlevel%==0 ( echo Build went fine ) else ( echo build failed exit ) @echo on
sujeetr/learn
scripts/test.bat
bat
mit
254
@echo off setlocal set currentPath=%~dp0 set basePath=%currentPath:~0,-1% set outputPath=%basePath%\nupkg if exist "%outputPath%\*.nupkg" del "%outputPath%\*.nupkg" if not exist "%outputPath%" mkdir "%outputPath%" echo on nuget.exe pack "%basePath%\ExcelDna.IntelliSense\ExcelDna.IntelliSense.nuspec" -BasePath "%bas...
Excel-DNA/IntelliSense
NuGet/package.cmd
bat
mit
450
.\StaticBoundaryDemo.exe --no-cache ../data/scenes/DoubleDamBreak.json
ttnghia/SPlisHSPlasH
bin/DoubleDamBreak.bat
bat
mit
70
@call build_std_139.cmd @if %errorlevel% neq 0 exit /b %errorlevel% @mkdir %OUTDIR%\cargo-build x64\Release\minicargo.exe ..\rustc-%RUSTC_VERSION%-src\src\tools\cargo -L %OUTDIR% --output-dir %OUTDIR%\cargo-build %COMMON_ARGS% @if %errorlevel% neq 0 exit /b %errorlevel% %OUTDIR%\cargo-build\cargo.exe --version
thepowersgang/mrustc
vsproject/build_cargo_minicargo_139.cmd
bat
mit
313
@if not defined _echo @echo off setlocal EnableDelayedExpansion if /I [%1] == [-?] goto Usage if /I [%1] == [-help] goto Usage echo %~dp0run.cmd publish-packages %* call %~dp0run.cmd publish-packages %* @exit /b %ERRORLEVEL% :Usage echo. echo Publishes the NuGet packages to the specified location. echo -? - Pr...
ramarag/coreclr
publish-packages.cmd
bat
mit
674
@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...
20tab/twentytab-customadmin
docs/make.bat
bat
mit
6,731
IntegralXYXPYPdl[x_,y_,xp_,yp_,dl_]= NewSourceX[x,xp,dl]*NewSourceY[y,yp,dl]*SourceLambda[dl]*SourceIntensity; If[FreeQ[IntegralXYXPYPdl[x,y,xp,yp,dl],dl], IntegralXYXPYP[x_,y_,xp_,yp_]=IntegralXYXPYPdl[x,y,xp,yp,0], IntegralXYXPYP[x_,y_,xp_,yp_]= Integrate[IntegralXYXPYPdl[x,y,xp,yp,dl],{dl,-Infinity,Infi...
Evenity/py_psa
Example_Mathematica/cmd/IntegrXY.cmd
bat
mit
1,294
Example.exe pause
VoidChicken/MiniLua-Compiler
MiniLua/Example/bin/Debug/test.bat
bat
mit
17
CppClassGenerator.exe ..\messagetemplates\
Yhgenomics/maraton-protocol
messages/generate.bat
bat
mit
42
@echo off SET file = /P "File to Open:" start vim\vim72\vim "%file%"
ArcherSys/ArcherSys
vimstarter.bat
bat
mit
69
SET XML_BEAN_BASE=D:\Software\Apache\xmlbeans-2.2.0\bin SET TARGET_DIRECTORY=D:\temp\xmlbeans SET XSD_SOURCE=D:\temp\xmlbeans SET JAVA_COMPILER_FOLDER=D:\Programme\JDK5\bin echo Deleting Java folder del /S /Q %TARGET_DIRECTORY%\classes\*.* echo Creating Shell Descriptor Configuration JAR %XML_BEAN_BASE%\scomp -src %T...
stefanreichert/wickedshell
net.sf.wickedshell.domain/schema/createShellDescriptorConfiguration.bat
bat
epl-1.0
529
cmd_kernel/events/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o kernel/events/built-in.o kernel/events/core.o kernel/events/hw_breakpoint.o
sleshepic/epic_touch_kernel
kernel/events/.built-in.o.cmd
bat
gpl-2.0
190
/* ** Module :MKVER.CMD ** Abstract : ** ** Copyright (C) Sergey I. Yevtushenko ** ** Log: Sat 06/12/2003 Created ** */ fin='npdjvu.h' fin2='npdjvu.tpl' fout='npdjvu.def' pattern='@version@' d0='0' d1='0' d2='0' pfx='' sfx='' do while lines(fin) > 0 str=linein(fin) parse value str with def varname varvalu...
OS2World/APP-INTERNET-NPDJVU
gui/nsdjvu.os2/mkver.cmd
bat
gpl-2.0
1,436
set CMAKEPATH="D:\Program Files (x86)\cmake-3.1.0-win32-x86\bin\cmake.exe"
codekuangben/GameServer
BatPath_bak.bat
bat
gpl-2.0
74
@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...
mtik00/obfuscator
docs/make.bat
bat
gpl-2.0
5,104
HeightMarker.exe cam01.avi cam01.txt
lishengzhe/ccvs
tool/HeightMarker/start.bat
bat
gpl-2.0
36
if "%MTR_PARALLEL%"=="" set MTR_PARALLEL=%NUMBER_OF_PROCESSORS% perl mysql-test-run.pl --verbose-restart --force --suite-timeout=120 --max-test-fail=10 --retry=3 --suite=^ vcol,gcol,perfschema,^ main,^ innodb,^ versioning,^ plugins,^ mariabackup,^ roles,^ auth_gssapi,^ rocksdb,^ sysschema
MariaDB/server
mysql-test/collections/buildbot_suites.bat
bat
gpl-2.0
291
cmd_drivers/mmc/card/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/mmc/card/built-in.o drivers/mmc/card/mmc_block.o
heyoufei2/yocto3.14.38_kernel
drivers/mmc/card/.built-in.o.cmd
bat
gpl-2.0
133