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
REM
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, Vers... | concordusapps/python-cmislib | src/doc/src/make.bat | bat | apache-2.0 | 3,949 |
wla-65816.exe -io crt0_snes.asm crt0_snes.obj
wla-65816.exe -io libc.asm libc.obj
wla-65816.exe -io libm.asm libm.obj
wla-65816.exe -io libtcc.asm libtcc.obj
| wilkie/classickong | libs/compile.bat | bat | apache-2.0 | 162 |
date /T > test_log.txt
time /T >> test_log.txt
rem the pings are to wait between builds so visual studio doesn't get in a funk.
echo testing python >> test_log.txt
rm -rf build_python
mkdir build_python
cd build_python
cmake -G "Visual Studio 14 2015 Win64" ../../../tools/python -DPYTHON3=ON
cmake --bu... | mkdubik/multinet | multinet/lib/dlib/dlib/test/WINDOWS_build_and_run_all_unit_tests.bat | bat | gpl-2.0 | 846 |
@echo off
setlocal
python ../../AutoTuner.py pipeline_config=../../pipeline.xml scene_config=scene_OPTh.xml %*
endlocal | pboechat/OperatorGraph | auto_tuner/scenes/suburban_house/auto_tune_OPTh.bat | bat | mit | 119 |
@REM
@REM Licensed to the Apache Software Foundation (ASF) under one or more
@REM contributor license agreements. See the NOTICE file distributed with
@REM this work for additional information regarding copyright ownership.
@REM The ASF licenses this file to You under the Apache License, Version 2.0
@REM (th... | ibmsoe/cassandra | tools/bin/json2sstable.bat | bat | apache-2.0 | 2,292 |
@echo off
:: Use argument to decide which build system should be used
if "%1" == "gradle" goto initForGradle
if "%1" == "maven" goto initForMaven
if "%1" == "ant" goto initForAnt
goto invalidInput
:initForGradle
echo "Executing Gradle setup..."
goto initDefault
:initForMaven
echo "Executing Maven setup..."
goto init... | ylfonline/owncloud | setup_env.bat | bat | gpl-2.0 | 1,277 |
@ECHO OFF
SET BIN_TARGET=%~dp0/../doctrine/dbal/bin/doctrine-dbal
php "%BIN_TARGET%" %*
| bantudevelopment/smis | vendor/bin/doctrine-dbal.bat | bat | bsd-3-clause | 91 |
echo input.file %1
echo workspace.loc %2
echo equinox.jar %3
echo global.file %4
java -Dfile.encoding=UTF-8 -Dinput.file=%1 -Dglobal.file=%4 -cp %3 org.eclipse.core.launcher.Main -data %2 -application com.pat.tool.keditor.konyapplication
exit %ERRORLEVEL% | kony/WidgetLevelAnimation | widgetanimation/run.bat | bat | mit | 258 |
::
:: 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 ... | irudyak/ignite | modules/cassandra/store/src/test/scripts/jvm-opts.bat | bat | apache-2.0 | 1,046 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\has-ansi\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\has-ansi\cli.js" %*
) | alienwizard/tmsab | wp-content/themes/yeopress/node_modules/.bin/has-ansi.cmd | bat | gpl-2.0 | 172 |
dotnet nuget push "HtmlBuilders/bin/Release/HtmlBuilders.6.0.0.nupkg" -s https://api.nuget.org/v3/index.json
dotnet nuget push "HtmlBuilders/bin/Release/HtmlBuilders.6.0.0.symbols.nupkg" -s https://nuget.smbsrc.net/
pause | amoerie/HtmlBuilders | 04 - nuget publish.cmd | bat | mit | 221 |
xelatex Main.tex
pause | AronTrask/Kaspbot | go.bat | bat | mit | 22 |
@echo off & setlocal enabledelayedexpansion
IF EXIST "%APPDATA%\elixir_ls\setup.bat" (
CALL "%APPDATA%\elixir_ls\setup.bat" > nul
)
SET ERL_LIBS=%~dp0;%ERL_LIBS%
elixir --erl "+sbwt none +sbwtdcpu none +sbwtdio none" -e "ElixirLS.Debugger.CLI.main()"
| dmilith/SublimeText3-dmilith | Package Storage/LSP-elixir/server/0.7.0/debugger.bat | bat | mit | 265 |
magick.exe convert Icon-16.png Icon-24.png Icon-32.png Icon-48.png Icon-64.png Icon-96.png Icon-128.png Icon-192.png Icon-256.png Icon.ico
pause | Equilibrium-Games/Flounder | Resources/Icons/generate.bat | bat | mit | 144 |
mkdir -p ..\frogs
vipsthumbnail -c -o ..\frogs/%s-128x128.jpg[Q=30] *.jpg
vipsthumbnail --size=180x90 -c -o ..\frogs/%s-180x90.jpg[Q=30] *.jpg
| cilogi/cilogi-guides | offline/botanics/media/images/mkthumbs.bat | bat | mit | 185 |
@echo off
:: Special launcher to start notepad++ with 2nd to 9th arguments.
:: It's only needed when using Image File Execution to replacing Notepad.exe.
:: http://stackoverflow.com/questions/2984846/
::
:: Activate with:
::
:: reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\not... | maphew/scripts | bin/nppLauncher.bat | bat | mit | 924 |
@call dotnet restore -v m ..\
@if ERRORLEVEL 1 (
echo Error! Restoring dependencies failed.
exit /b 1
) else (
echo Restoring dependencies was successful.
)
@set project=..\src\Ecwid\
@call dotnet build -c Release %project%
@if ERRORLEVEL 1 (
echo Error! Build Ecwid failed.
exit /b 1
)
@set project=..\src\Ecwid.Le... | kroniak/extensions-ecwid | build/build.cmd | bat | mit | 582 |
<<<<<<< HEAD
<<<<<<< HEAD
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\has-ansi\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\has-ansi\cli.js" %*
=======
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\has-ansi\cli.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=... | ArcherSys/ArcherSys | node_modules/yo/node_modules/chalk/node_modules/.bin/has-ansi.cmd | bat | mit | 654 |
@ECHO OFF
REM How to use:
REM To begin with execute make build && make copy && make generate-log
REM This will initiate the logstats folder in the bin directory. Afterwards you can then
REM run make build && make run to build and then execute from source.
REM Set executable name
SET PACKAGENAME=main.exe
REM Set GOBI... | carbontwelve/go-irc-stats | make.bat | bat | mit | 1,686 |
mkdir classes
javac -d classes SoftHardCleaner.java
| spookiecookie/SoftHardCleaner | make.bat | bat | mit | 54 |
avrdude.exe -c usbtiny -p atmega328p -U lfuse:w:0xFF:m -U hfuse:w:0xD6:m -U efuse:w:0x05:m
avrdude.exe -c usbtiny -p atmega328p -C avrdude.conf -U flash:w:MotorController.ino.3.1.2.hex:i
pause | SaintGimp/MotorController | code/install/install-upgrade.bat | bat | mit | 192 |
cmd_drivers/platform/msm/seemp_core/built-in.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 drivers/platform/msm/seemp_core/built-in.o drivers/platform/msm/seemp_core/seemp_core.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/platform/msm/seemp_core/.built-in.o.cmd | bat | gpl-2.0 | 285 |
cmd_/scratch/nathan/arm-lite/obj/linux-2010.09-50-arm-none-linux-gnueabi-i686-pc-linux-gnu/tmp-install/include/drm/.install := perl scripts/headers_install.pl /scratch/nathan/arm-lite/obj/linux-2010.09-50-arm-none-linux-gnueabi-i686-pc-linux-gnu/include/drm /scratch/nathan/arm-lite/obj/linux-2010.09-50-arm-none-linux-g... | Merrii/buildroot | target/dragonboard/sysroot/usr/include/drm/..install.cmd | bat | gpl-2.0 | 904 |
cmd_mm/built-in.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o mm/built-in.o mm/bootmem.o mm/filemap.o mm/mempool.o mm/oom_kill.o mm/fadvise.o mm/maccess.o mm/page_alloc.o mm/page-writeback.o mm/readahead.o mm/swap.o mm/truncate.o mm/vmscan.o mm/shmem.o mm/prio_tree.o mm/util.... | DJSteve/StreakKernel | mm/.built-in.o.cmd | bat | gpl-2.0 | 687 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/perlver.bat | bat | gpl-2.0 | 11,652 |
cmd_fs/notify/built-in.o := /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/notify/built-in.o fs/notify/fsnotify.o fs/notify/notification.o fs/notify/group.o fs/notify/inode_mark.o fs/notify/mark.o fs/notify/vfsmount_mark.o fs/notify/dnotify/built-in.o fs/notify/inotify... | SinxOner/android_kernel_lge_p710 | fs/notify/.built-in.o.cmd | bat | gpl-2.0 | 363 |
cmd_drivers/scsi/scsi_wait_scan.ko := ld -r -m elf_i386 --build-id -o drivers/scsi/scsi_wait_scan.ko drivers/scsi/scsi_wait_scan.o drivers/scsi/scsi_wait_scan.mod.o
| namgk/kernel-tut | drivers/scsi/.scsi_wait_scan.ko.cmd | bat | gpl-2.0 | 166 |
cmd_lib/built-in.o := ld -m elf_i386 -r -o lib/built-in.o lib/bcd.o lib/div64.o lib/sort.o lib/parser.o lib/halfmd4.o lib/debug_locks.o lib/random32.o lib/bust_spinlocks.o lib/hexdump.o lib/kasprintf.o lib/bitmap.o lib/scatterlist.o lib/string_helpers.o lib/gcd.o lib/lcm.o lib/list_sort.o lib/iomap.o lib/iomap_copy.... | madhwang/linuxKernel | lib/.built-in.o.cmd | bat | gpl-2.0 | 562 |
cmd_arch/arm/lib/testclearbit.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.testclearbit.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/gener... | dizgustipated/BOCA-2.6.35.14 | arch/arm/lib/.testclearbit.o.cmd | bat | gpl-2.0 | 2,005 |
cmd_fs/splice.o := arm-linux-gnueabihf-gcc -Wp,-MD,fs/.splice.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabihf/4.6/include -I/home/tyler/dev/rk3188/tylermk908/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk3188/includ... | tyeo098/MK908-Kernel-NAND | fs/.splice.o.cmd | bat | gpl-2.0 | 30,911 |
cmd_scripts/mod/modpost.o := gcc -Wp,-MD,scripts/mod/.modpost.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/modpost.o scripts/mod/modpost.c
deps_scripts/mod/modpost.o := \
scripts/mod/modpost.c \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard inclu... | Existed/kernel-2.6.35.14 | scripts/mod/.modpost.o.cmd | bat | gpl-2.0 | 2,585 |
cmd_sound/soc/codecs/snd-soc-omap-hdmi-codec.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/soc/codecs/snd-soc-omap-hdmi-codec.o sound/soc/codecs/omap-hdmi-codec.o
| 0xD34D/kernel_amazon_tate | sound/soc/codecs/.snd-soc-omap-hdmi-codec.o.cmd | bat | gpl-2.0 | 217 |
@echo off
REM ------------------------------------------------------------------------
REM Licensed to the Apache Software Foundation (ASF) under one or more
REM contributor license agreements. See the NOTICE file distributed with
REM this work for additional information regarding copyright ownership.
REM The ASF lic... | naggens/Messaging | activemq_setup/activemq.bat | bat | gpl-2.0 | 4,244 |
cmd_arch/arm/mach-msm/idle.o := arm-eabi-gcc -Wp,-MD,arch/arm/mach-msm/.idle.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi... | HCDRJacob/wildfire-kernel | arch/arm/mach-msm/.idle.o.cmd | bat | gpl-2.0 | 1,481 |
@echo Testing GetMap ...
@echo Info: http://onearth.jpl.nasa.gov/tiled.html
@REM NOTE THE ESCAPE CHAR, '^', BEFORE EACH '&', TO ENSURE IT REMAINS!!!
@REM ===================================================================
@set TEMPBASE=http://wms.jpl.nasa.gov/cgi-bin/wms.cgi?LAYERS=modis,global_mosaic^&styles=default,v... | congocongo/fg-atlas | projects/msvc/rungetmap.bat | bat | gpl-2.0 | 3,128 |
@start javaw -jar ISync.jar | m34434/JavaGimmicks-Playground | Applications/ISync/etc/ISync.bat | bat | gpl-3.0 | 27 |
java -jar AAATools-${project.version}.jar -d -c "Konfigurationen/AAAKatalog-AFIS-7.1.1.xml" | ShapeChange/AAATools | src/main/resources/bat/katalog_afis.bat | bat | gpl-3.0 | 92 |
del ..\test.o3\*.*
del ..\text.o3\*.*
..\masmx a1 ..\test.o3\a2 -z > ..\text.o3\a2.txt
..\masmx a1 ..\test.o3\a3 -c > ..\text.o3\a3.txt
..\masmx a1 ..\test.o3\a4 -zc > ..\text.o3\a4.txt
..\masmx 1101 -lnoy ..\test.o3\1101 > ..\text.o3\1101.txt
..\masmx 1103 -lnoy ..\test.o3\1103 > ..\text.o3\1103.txt
..\masmx 14 -lnoy ... | TimMilesCox/masmx | masmx.7r3/w32_dos.bat/test1.bat | bat | gpl-3.0 | 38,907 |
@echo off
setlocal
setlocal & cd Images && call Build || exit /b 1 & endlocal | pbetti/ZDS | software/RomWBW/Source/BuildImages.cmd | bat | gpl-3.0 | 81 |
copy D:\Daten\Projekte\FileMonitor\Debug\flmonsvc.exe \\192.168.0.201\userspace\flmonsvc.exe | novoid/tstest | filemonitor/development_stage/flmonsvc/copyservice.cmd | bat | gpl-3.0 | 92 |
java -jar talent-aio-im-client.jar | tywo45/talent-aio | example/im/talent-aio-examples-im-client/startup-no-param.bat | bat | lgpl-2.1 | 34 |
# Please NOTE: In this sample we're assuming Cloud Api Server is hosted at "https://localhost".
# If it's not then please replace this with with your hosting url.
curl --location --request POST 'https://localhost/pdf/edit/replace-text' \
--header 'Content-Type: application/json' \
--header 'x-api-key: {{x-api-key}}' ... | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/Replace Text From PDF/cURL/Replace Text Multiple Occurances/ReplaceTextMultipleOccurances.cmd | bat | apache-2.0 | 646 |
@echo off
rem use variable CUSTOM_JAVA_OPTS to set additional JAVA options
rem uncomment the following lines to configure HTTP proxy
rem set http_proxy=http://<proxy>:<port>
rem set https_proxy=https://<proxy>:<port>
rem set no_proxy=localhost,127.0.0.0,.local
for /F "delims=/" %%x in ('"java -classpath .;%~dp0\li... | SAP/cloud-cmis-workbench | src/main/start/runtck.bat | bat | apache-2.0 | 558 |
@echo off
rem --------------------------------------------------------
rem Derive node name from first argument (or use default)
rem --------------------------------------------------------
set NODE=%1
if "%NODE%" == "" set NODE=node1
rem --------------------------------------------------------
rem Derive JMX port ... | krasserm/ipf | tutorials/ref/start-node.bat | bat | apache-2.0 | 1,259 |
@echo off
REM
REM Copyright 2017 Jari Hämäläinen / https://github.com/nuumio
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... | nuumio/netsync | runclient.bat | bat | apache-2.0 | 1,358 |
@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... | dreamwalker/hunt | docs/make.bat | bat | bsd-2-clause | 6,455 |
C:
cd C:\wamp\www\apive\
C:\wamp\bin\php\php5.4.16\php.exe C:\wamp\www\apive\app\console cache:clear --env=prod --no-debug
C:\wamp\bin\php\php5.4.16\php.exe C:\wamp\www\apive\app\console assets:install --env=prod --no-debug
C:\wamp\bin\php\php5.4.16\php.exe C:\wamp\www\apive\app\console assetic:dump --env=prod --no-deb... | ludwingperezt/apive | installer/scripts/siapive-install.bat | bat | bsd-2-clause | 505 |
@echo off
Nuget.exe restore "Source\MSBuild.Community.Tasks.sln"
NuGet.exe install MSBuildTasks -OutputDirectory .\Tools\ -ExcludeVersion -NonInteractive
Nuget.exe install ILRepack.MSBuild.Task -Version 1.1.2 -Source https://www.myget.org/F/sympa-public/api/v3/index.json -OutputDirectory .\Tools\ -ExcludeVersion -NonI... | loresoft/msbuildtasks | bootstrap.cmd | bat | bsd-2-clause | 331 |
@echo off
REM Script for automatic test execution and logging from the command line
REM Opens all experiment files in the current directory in autorun mode
set IgorPath="%PROGRAMFILES(x86)%\WaveMetrics\Igor Pro Folder\Igor.exe"
set StateFile="DO_AUTORUN.TXT"
REM set StateFile="DO_AUTORUN_PLAIN.TXT"
if exist %IgorPat... | t-b/igor-unit-testing-framework | helper/autorun-test-IP6.bat | bat | bsd-3-clause | 607 |
msxsl tags.xml -pi > tags.html | drzippie/morcegocms | doc/build-doc-msxsl.cmd | bat | bsd-3-clause | 31 |
@ECHO OFF
:: ********************************************************************************************************************
::
:: enabling Technology progressive OS deployment
:: Client System Bootstrapper for Windows 10 Enterprise Installations
::
:: Update Help Files For All Installed PowerShell Modules
:: Ver... | jhochwald/PowerShell-collection | Windows10-Bootstrapper/sources/$OEM$/$$/Setup/Scripts/38-UpdateHelpFilesForAllInstalledPowerShellModules/UpdateHelpFilesForAllInstalledPowerShellModules.cmd | bat | bsd-3-clause | 4,652 |
@echo off
pushd %~dp0
@call ..\properties.bat
@call "%flex_bin%\mxmlc.bat" -o "..\%build_dir%\HLSDynamicPlugin.swf" ^
-debug=%debug% ^
-swf-version=11 ^
-target-player=%target_player% ^
-default-size=640,360 ^
-default-background-color=0 ^
-static-link-runtime-shared-libraries=true ^
-l "%flex_sdk%\frameworks... | denivip/osmf-hls-plugin | HLSDynamicPlugin/build.bat | bat | isc | 503 |
start "Encrypter" "C:\Program Files (x86)\Java\jre1.5.0_22\bin"\java.exe -cp . encryption.cipher.Program -e 5000 127.0.0.1 5500
exit | ComputationalReflection/weaveJ | Benchmarks/Real Applications/JAsCo/FTP_Encryption/dir1/execute1.bat | bat | mit | 133 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_COPYS.S01_CopyIntoItems.MSCOPYS_S01_TC02_GetItem_Fail /testcontainer:..\..\MS-COPYS\TestSuite\bin\Debug\MS-COPYS_TestSuite.dll /runconfig:..\..\MS-COPYS\MS-COPYS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-COPYS/RunMSCOPYS_S01_TC02_GetItem_Fail.cmd | bat | mit | 282 |
mmem on
linkfast /INC:5000 /MAP @opus.lnk
rc -l opus.res opus.exe opus
mmem off
strpmap opus.map opusnew.map strpmap.str
mv opusnew.map opus.map
mapsym opus
| lborgav/Historical-Source-Codes | Microsoft Word for Windows Version 1.1a/Word 1.1a CHM Distribution/Opus/tools/stropmap.bat | bat | mit | 164 |
@echo off
REM PHPUnit
REM
REM Copyright (c) 2002-2008, Sebastian Bergmann <sb@sebastian-bergmann.de>.
REM All rights reserved.
REM
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions
REM are met:
REM
REM * Redistributions of sou... | mizukami2005/swatter | fuel/vendor/smarty/smarty/development/PHPunit/_phpunit-tests-coverage.bat | bat | mit | 1,964 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXNSPI.S05_NegativeBehavior.MSOXNSPI_S05_TC12_ModLinkAttFailedWithInvalidParameter /testcontainer:..\..\MS-OXNSPI\TestSuite\bin\Debug\MS-OXNSPI_TestSuite.dll /runconfig:..\..\MS-OXNSPI\MS-OXNSPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXNSPI/RunMSOXNSPI_S05_TC12_ModLinkAttFailedWithInvalidParameter.cmd | bat | mit | 315 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC59_GetVersionCollection_InvalidGUIDAndNotCorrespond_SP3WSS3 /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.te... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC59_GetVersionCollection_InvalidGUIDAndNotCorrespond_SP3WSS3.cmd | bat | mit | 344 |
@REM This batch file has been generated by the IAR Embedded Workbench
@REM C-SPY Debugger, as an aid to preparing a command line for running
@REM the cspybat command line utility using the appropriate settings.
@REM
@REM Note that this file is generated every time a new debug session
@REM is initialized, so you ma... | boyisgood86/rtt_thread_new-version | new_version/rt-thread-1.2.2/bsp/stm32f10x/settings/project.Debug.cspy.bat | bat | gpl-2.0 | 1,827 |
cmd_arch/arm/kernel/vmlinux.lds := /home/adam/android/kernel_dev/samsung/espressovzw/scripts/gcc-wrapper.py arm-eabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/adam/android/prebuilts/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/android/kerne... | MrHyde03/android_kernel_samsung_espressovzw | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 7,516 |
@echo off
REM ================================================================
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 lic... | YueLinHo/Subversion | tools/buildbot/slaves/win32-SharpSvn/svntest-build.cmd | bat | apache-2.0 | 1,385 |
-- Creates the object diagram:
-- read examples/Documentation/Demo/SplitCommands/Demo4.cmd
-- Project research
!create research : Project
!set research.name := 'Research'
!set research.budget := 12000
-- Project teaching
!create teaching : Project
!set teaching.name := 'Validating UML'
!set teaching.budget := 3000
-... | vnu-dse/rtl | examples/Documentation/Demo/SplitCommands/Demo4.cmd | bat | gpl-2.0 | 528 |
cd ..\
out.exe
cd srcBOTs
| baskerbill/Core | Core/allegro/sidescroller/srcEditor/run.bat | bat | gpl-3.0 | 29 |
::
:: Start editConfiguration with a mimimized console window
::
powershell -Sta -WindowStyle Minimized %~dp0\winbuild\editConfiguration.ps1 %*
| gavioto/psqlodbc | editConfiguration.bat | bat | lgpl-2.1 | 144 |
rem build the standalone Dronekit.exe for Windows.
rem This assumes Python2 is installed in C:\Python27
rem This assumes Inno Setup 5 is installed in C:\Program Files (x86)\Inno Setup 5
SETLOCAL enableextensions
rem get the version
for /f "tokens=*" %%a in (
'python returnVersion.py'
) do (
set VERSION=%%a... | dronekit/dronekit-python | windows/dronekitWinBuild.bat | bat | apache-2.0 | 459 |
bin\node.exe node_modules\ep_etherpad-lite\node\server.js | swapnilp/etherpadlite | start.bat | bat | apache-2.0 | 57 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "Li... | uliana291/audit_is | tomcat/bin/shutdown.bat | bat | apache-2.0 | 2,096 |
@echo off
python "%~dp0\sdl-config" %* | slightperturbation/Cobalt | ext/emsdk_portable/emscripten/tag-1.34.1/system/bin/sdl-config.bat | bat | apache-2.0 | 38 |
@echo off
REM This batch file compiles the demo program with the Borland C++ 5.5 compiler for Windows
set src=../shared/commonlib.c ../shared/mmio.c ../shared/myblas.c ../ini.c ../lp_rlp.c ../lp_crash.c ../bfp/bfp_LUSOL/lp_LUSOL.c ../bfp/bfp_LUSOL/LUSOL/lusol.c ../lp_Hash.c ../lp_lib.c ../lp_wlp.c ../lp_matrix.c ... | hoytak/pylpsolve | pylpsolve/lp_solve_5.5/demo/cbcc32.bat | bat | lgpl-2.1 | 910 |
// At startup the commands written below will be executed
| openthread/ot-rtos | third_party/freertos/repo/FreeRTOS/Demo/HCS12_CodeWarrior_small/cmd/SofTec_Startup.cmd | bat | bsd-3-clause | 59 |
@setlocal
@set node_name=princess
@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... | DavidAlphaFox/princess | rel/files/princess.cmd | bat | mit | 2,984 |
@echo off
git fetch upstream master
git checkout -b %1 upstream/master
git push -u origin %1
:exit | k2workflow/Clay | git-feature.bat | bat | mit | 99 |
powershell.exe -NoExit -Command "& {& '%~dp0_scripts\Increase-Build.ps1'}" | IInspectable/IXOS-File-Name-Extensions | IncreaseBuild.bat | bat | mit | 75 |
pushd Microsoft.Bot.Builder
call createpackage.cmd
popd
pushd Microsoft.Bot.Builder.FormFlow.Json
call createpackage.cmd
popd
pushd Microsoft.Bot.Builder.Calling
call createpackage.cmd
popd
pushd Microsoft.Bot.Builder.History
call createpackage.cmd
popd
| xiangyan99/BotBuilder | CSharp/Library/createallpackages.cmd | bat | mit | 254 |
@echo off
cargo build --target=wasm32-unknown-unknown --release
copy /B /Y "%~dp0\..\target\wasm32-unknown-unknown\release\pelite_wasm.wasm" "%~dp0\pkg\pelite.wasm"
| CasualX/pelite | wasm/build.bat | bat | mit | 165 |
@echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
set version=1.0.0
if not "%PackageVersion%" == "" (
set version=%PackageVersion%
)
set nuget=
if "%nuget%" == "" (
set nuget=nuget
)
REM Package restore
call %NuGet% restore Gallifrey.SharedKernel\packages.config -OutputDirectory %cd%\package... | pedrohugorm/Gallifrey | build.bat | bat | mit | 1,099 |
@ECHO OFF
:: Kill all these processes
taskkill /f /IM nginx.exe
taskkill /f /IM php-cgi.exe
taskkill /f /IM mysqld.exe
taskkill /f /IM memcached.exe
EXIT | Xeoncross/wnmp | stop_server.bat | bat | mit | 153 |
@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... | waveform80/lars | docs/make.bat | bat | mit | 5,098 |
@echo off
python tool_title.py -m u -s "old\title.bin" -d "old_title" | leomontenegro6/megaman-zx-traducao-ptbr | asm/tool_title/unpack_title.bat | bat | mit | 69 |
cmd_arch/x86/boot/video-bios.o := gcc -Wp,-MD,arch/x86/boot/.video-bios.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-... | madhwang/linuxKernel | arch/x86/boot/.video-bios.o.cmd | bat | gpl-2.0 | 5,790 |
cmd_arch/arm/lib/testchangebit.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.testchangebit.o.d -nostdinc -isystem /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/lithium/kfhd/kernel/android-3.0/arch/arm/in... | 0xD34D/kernel_amazon_tate | arch/arm/lib/.testchangebit.o.cmd | bat | gpl-2.0 | 2,142 |
cmd_drivers/gpu/ion/built-in.o := rm -f drivers/gpu/ion/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/gpu/ion/built-in.o
| selva-simple/Galaxy-R-Kernel | drivers/gpu/ion/.built-in.o.cmd | bat | gpl-2.0 | 177 |
cmd_arch/arm/mm/tlb-v4wbi.o := /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v4wbi.o.d -nostdinc -isystem /root/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -Iinclude -I/usr/local/dvsdk/psp/linux-2.6.32-rc2-psp03.01.00.37/arch/arm/i... | gzdaoke/linux2.6.32_kernel | arch/arm/mm/.tlb-v4wbi.o.cmd | bat | gpl-2.0 | 3,048 |
cmd_sound/soc/kirkwood/built-in.o := rm -f sound/soc/kirkwood/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD sound/soc/kirkwood/built-in.o
| avareldalton85/rpi2-linux-rt | sound/soc/kirkwood/.built-in.o.cmd | bat | gpl-2.0 | 202 |
C:\Programmi\Plink.exe root@192.168.0.30 -pw fegato349217 /home/pi/scripts/shutdown.sh
@echo off
pause | ilplasticomodulare/RocPiLCD | Shutdown.bat | bat | gpl-2.0 | 102 |
cmd_drivers/net/ethernet/i825xx/built-in.o := rm -f drivers/net/ethernet/i825xx/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD drivers/net/ethernet/i825xx/built-in.o
| chase2534/gtab47.freekern | drivers/net/ethernet/i825xx/.built-in.o.cmd | bat | gpl-2.0 | 281 |
cmd_mm/dmapool.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,mm/.dmapool.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 include/gene... | doadin/samsung-kernel-msm7x30-Doadin | mm/.dmapool.o.cmd | bat | gpl-2.0 | 24,786 |
cmd_scripts/kconfig/lxdialog/menubox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.menubox.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/menubox.o scripts/kconfig/lxdialog/menubox.c
source_scripts/kconfig/lxdia... | a1d3s/linux-bpi | scripts/kconfig/lxdialog/.menubox.o.cmd | bat | gpl-2.0 | 3,159 |
@echo off
REM script to automate delivery correctly
REM this script use command supplied by cygwin, so it is a linux like script, and not a classical dos batch file
mkdir testPolicyManager
REM copy the repository to deliver in flux_profil_delivery
cp -r scripts testPolicyManager
REM copy the configuration file
cp -r ... | yongs2/mts-project | mts/test/testDCB_PolicyManager/makeDelivery.bat | bat | gpl-3.0 | 595 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\color-support\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\color-support\bin.js" %*
) | chenc4/RedwoodHQ | node_modules/nodeunit/node_modules/tap/node_modules/.bin/color-support.cmd | bat | gpl-3.0 | 188 |
scut 80047908 130ACA0B 23478 MAIN.EXE MAIN.BIN
| rururutan/hoot-patches | pc/koei/aokiookami2/cut/cut.bat | bat | gpl-3.0 | 47 |
@echo off
echo R_ADDONS= > conf.inc
echo C_ADDONS= >> conf.inc
echo A_ADDONS= >> conf.inc
echo L_ADDONS= >> conf.inc
echo ALL_OBJS=$(BCC32_WIN32_X86_OBJS) >> conf.inc
echo ALL_CPPS=$(BCC32_WIN32_X86_CPPS) >> conf.inc
call "..\bat\cb2010_win32_x86.bat"
make -fbcc32\win32\x86\core.mak
make -fbcc32\win32\x86\gfx2... | prefetchnta/crhack | mak/bcb2010.bat | bat | lgpl-2.1 | 544 |
:: https://github.com/microsoft/vcpkg/blob/master/docs/specifications/manifests.md
mkdir build-x86-windows & pushd build-x86-windows
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32
popd
cmake --build build-x86-windows --... | myd7349/Ongoing-Study | cpp/HDF5/HighFive/attribute-demo/build-x86-windows.bat | bat | lgpl-3.0 | 386 |
@echo off
::-------------------------------------------------------------
:: Check permissions and run as Administrator.
::-------------------------------------------------------------
ATTRIB %windir%\system32 -h | FINDSTR /I "denied" >nul
IF NOT ERRORLEVEL 1 GOTO:ADM
GOTO:EXE
::----------------------------------------... | JocysCom/TextToSpeech | TextToSpeech/WoW/JocysCom.TextToSpeech.WoW.mklink.bat | bat | lgpl-3.0 | 1,561 |
rem pip install wheel
rem pip install pyinstaller
pyinstaller -c --onedir --onefile -n rtlaimage rtlaimage.py
copy /b dist\rtlaimage.exe ..\..\USDK\component\soc\realtek\8195a\misc\iar_utility\common\tools\rtlaimage.exe
del /Q rtlaimage.spec
rm -rf dist build
| pvvx/RTL00_WEB | tools/rtlaimage/make_windows_exe.bat | bat | unlicense | 260 |
call add_message_server_reboot.bat
call !backup_from_b.bat
call !backup_from_b_as_zip.bat
call !backup_daily.bat
D:\Utilities\wizmo\wizmo.exe quiet reboot | wolispace/cow_windows_server | oldcow_on_apache/!reboot_pc.bat | bat | apache-2.0 | 157 |
@echo off
cd bin/windows
start zookeeper-server-start.bat "%~dp0zookeeper.properties"
cd "%~dp0"
| TK-TarunW/ecosystem | kafka_2.11-0.10.1.0/zookeeper-start.bat | bat | apache-2.0 | 98 |
@echo off
cls
setlocal
:: save directories (launch/current)
set ldir=%~dp0
set cdir=%CD%
:: find the compiler
for /f "delims=" %%a in ( 'where devenv.exe' ) do @set cc=%%a
:: check for the compiler
if [%cc] == [] GOTO nocc
:: find project file
if not exist %ldir%\VERSION goto nodir
:: ensure out... | nvanwyen/tnsutil | configure.bat | bat | bsd-3-clause | 1,312 |
npm --prefix scr-app\ run build
firebase use production
firebase deploy
firebase use default | tlatoza/SeeCodeRun | deploySCR.bat | bat | mit | 92 |
@ECHO OFF
if "%ELF_USER%"=="" goto usage
if "%ELF_IP%"=="" goto usage
if "%ELF_PRIVATE_KEY_NAME%"=="" goto usage
if "%ELF_PRIVATE_KEY_DIR%"=="" goto usage
ECHO Your set up looks good.
ECHO ELF_USER=%ELF_USER%
ECHO ELF_IP=%ELF_IP%
ECHO ELF_PRIVATE_KEY_NAME=%ELF_PRIVATE_KEY_NAME%
ECHO ELF_PRIVATE_KEY_DIR=%ELF_PRIVATE_K... | donlee888/JsObjects | Utilities/ClonePrivateRepository/TestSetup.bat | bat | mit | 1,713 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.