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
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXORULE.S02_ProcessServerSideRulesOtherthanOOF.MSOXORULE_S02_TC03_ServerExecuteRule_Action_OP_REPLY_ActionFlavor_NS /testcontainer:..\..\MS-OXORULE\TestSuite\bin\Debug\MS-OXORULE_TestSuite.dll /runconfig:..\..\MS-OXORULE\MS-OX... | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXORULE/RunMSOXORULE_S02_TC03_ServerExecuteRule_Action_OP_REPLY_ActionFlavor_NS.cmd | bat | mit | 352 |
if errorlevel 1 type nul
if not exist dup\nul mkdir dup
if errorlevel 1 exit /b
if not errorlevel 1 copy /y ..\*.bdf
if not errorlevel 1 make -B -j4 terminus.fon
if not errorlevel 1 move /y terminus.fon terminus.bak
if not errorlevel 1 call :difftofcp ao2
if not errorlevel 1 call :difftofcp dv1
if not error... | danrharms/harmsway | repos/fonts/terminus-font-4.46/win32/build.cmd | bat | mit | 1,410 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S05_ManageMeetingItems.MSOXWSCORE_S05_TC06_UpdateMeetingItemFailed /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S05_TC06_UpdateMeetingItemFailed.cmd | bat | mit | 316 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=piqueserver
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make... | feikname/spades-server | doc/make.bat | bat | gpl-3.0 | 779 |
set INCLUDEPATH="%WindowsSdkDir%\Include\%WindowsSDKVersion%\um"
fxc i420.hlsl /nologo /T lib_4_0_level_9_3_ps_only /D D2D_FUNCTION /D D2D_ENTRY=main /Fl i420.fxlib /I %INCLUDEPATH%
fxc i420.hlsl /nologo /T ps_4_0_level_9_3 /D D2D_FULL_SHADER /D D2D_ENTRY=main /E main /setprivate i420.fxlib /Fo:i420.bin /I %INCLUDEPAT... | rabiet/Unigram | Unigram/Unigram/Assets/i420.bat | bat | gpl-3.0 | 322 |
rem copies files into the lib folders and bin folders based on standard build
rem assumes wxWidgets is installed in the ../wxWidgets folder relative to the root xlights folder
rem 64 bit
rem wxWidgets
copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31u.lib .\windows64
copy ..\..\wxWidgets\lib\vc_x64_lib\wxbase31ud.lib .\w... | smeighan/xLights | lib/CopyDLLLIBFromDependentProjects.cmd | bat | gpl-3.0 | 7,367 |
@ECHO OFF
ECHO.
REM Only the filename
set filename=%~n1
set filepath=%~dp1
set mayaFilename=%~nx1
set mayaFilenamePath=%~f1
set stripped=%mayaFilename:.mb=%
set daeFilename=%filename%.nextgen.dae
set daeFilenamePath=%filepath%%daeFilename%
ECHO Creating %daeFilename% file from %mayaFilename%...
CALL... | AsherBond/MondocosmOS | opencollada/COLLADAMaya/testsuite/testFile.bat | bat | agpl-3.0 | 751 |
call mvn clean p2:site
REM start mvn jetty:start
pause | AndrewKhitrin/dbeaver | product/localRepository/startRepository.cmd | bat | apache-2.0 | 56 |
SET _TARGET=%1
IF [%1] == [] (SET _TARGET="Make")
SET _CONFIG=%2
IF [%2] == [] (SET _CONFIG="Release")
SET _PLATFORM=%3
IF [%3] == [] (SET _PLATFORM="Win32")
SET BUILDTARGET="/t:%_TARGET%"
SET BUILDCONFIG="/p:config=%_CONFIG%"
SET BUILDPLATFORM="/p:platform=%_PLATFORM%"
ECHO Compile...
@ECHO OFF
msbuild Framework\W... | lminuti/MARS | Tests/WiRL.Tests.Build.Common.bat | bat | mpl-2.0 | 693 |
@REM
@REM Copyright (C) 2009-2013 FoundationDB, LLC
@REM
@REM This program is free software: you can redistribute it and/or modify
@REM it under the terms of the GNU Affero General Public License as published by
@REM the Free Software Foundation, either version 3 of the License, or
@REM (at your option) any later versi... | AydinSakar/sql-layer | src/test/bin/fdbsqlclient.cmd | bat | agpl-3.0 | 1,020 |
echo {> config.json
echo "api": "api.%DOMAIN%",>> config.json
echo "apps_domain": "%DOMAIN%",>> config.json
echo "admin_user": "%ADMIN_USER%",>> config.json
echo "admin_password": "%ADMIN_PASSWORD%",>> config.json
echo "skip_ssl_validation": true,>> config.json
echo "persistent_app_host": "persistent-app-win64",>> conf... | jabley/cf-metrics | vendor/src/code.cloudfoundry.org/cli/ci/cli/tasks/create-cats-config.bat | bat | mit | 605 |
@echo off
if NOT DEFINED JAVA_HOME goto javahome
if "%JAVA_HOME%" == "" goto javahome
if "%1" == "" goto projecthelp
:build
SETLOCAL
set CLASSPATH=compile\lib\ant-launcher.jar;%CLASSPATH%
echo %CLASSPATH%
cd ..
"%JAVA_HOME%\bin\java" "-Dant.home=compile" "-Dant.library.dir=compile/lib" -Xmx512000000 org.apache.tool... | PaulKh/scale-proactive | compile/build.bat | bat | agpl-3.0 | 699 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem ##
@rem Gradle startup script for Windows ##
@rem ... | aantono/gradle-plugin-protobuf | testProject/gradlew.bat | bat | bsd-3-clause | 2,488 |
java -cp MemTest.jar MemTest
pause
| freecores/usb_fpga_2_13 | examples/usb-fpga-2.04/2.04b/memtest/memtest.bat | bat | gpl-3.0 | 36 |
@echo off
if exist ..\..\bin\Debug\data\opencl (
rmdir /Q /S ..\..\bin\Debug\data\opencl
)
if exist ..\..\bin\Release\data\opencl (
rmdir /Q /S ..\..\bin\Release\data\opencl
)
if exist ..\..\bin\Debug\data (
mklink /D ..\..\bin\Debug\data\opencl ..\..\..\data\opencl
)
if exist ..\..\bin\Release\data (
mklin... | mikoro/raycer | platform/windows/symlink-opencl.bat | bat | mit | 378 |
@echo off
setlocal
call "%%~dp0__init__\__init__.bat" || exit /b
"%CALLF_EXE_PATH%" /reopen-stdin "%TEST_CALLF_REF_INPUT_FILE_0%" .
pause
| andry81/contools | Utilities/tests/manual/contools/callf/07-test--01-print_file.bat | bat | mit | 151 |
cd "C:\Users\eric\projects\navigation-app"
gulp watch | ericedgar/GuessTheGuitarSolo | aurelia.bat | bat | mit | 53 |
@echo off
cd /d "%~dp0"
if exist "%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools" (
echo.
echo Using Visual Studio 2022 Build Tools
echo.
set "root_path=%ProgramFiles(x86)%\Microsoft Visual Studio\2022\BuildTools"
) else if exist "%ProgramFiles%\Microsoft Visual Studio\2022\Enterprise" (
... | linq2db/linq2db | Build.cmd | bat | mit | 1,300 |
SET configuration=Release
SET out=C:\Publish
call dotnet pack -c %configuration% -o "%out%/EdjCase.JsonRpc.Router.Swagger" | edjCase/JsonRpc | src/EdjCase.JsonRpc.Router.Swagger/Publish.cmd | bat | mit | 123 |
if "%VSINSTALLDIR%" NEQ "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\" call "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat"
set vmAspectsVersion=1.5.0
cd %~dp0..
del *.nupkg
del /q bin\pack
NuGet Update -self
if /i .%1. EQU .. (
set Configuration=Release
set s... | vmelamed/vm | Aspects/NuGet/PublishAspects.cmd | bat | mit | 4,849 |
xcopy ..\..\source\ServiceProxy.Zmq_old\bin\Release\ServiceProxy.Zmq.dll lib\net45\ /y
NuGet.exe pack ServiceProxy.Zmq.nuspec -exclude *.cmd -OutputDirectory ..\ | mfelicio/ServiceProxy | nuget/ServiceProxy.Zmq_old/pack.cmd | bat | mit | 162 |
del test\01-*
pause
java YUIHelper ./test 01-
pause
| njflabs/evenflow | boil/tools/yuicompressor4/run-test.bat | bat | mit | 52 |
@echo off
setlocal
set EXEC_DIR=Release
set EXEC=MIECCompiler.exe
set /a CNT=0
set /a NRTESTS=0
for /f %%a IN ('dir /b tests\*.iex') do (
echo # starting test tests\%%a
%EXEC_DIR%\%EXEC% -regcount 32 -execute tests\%%a
IF ERRORLEVEL 0 (
set /a CNT+=1
)
set /a NRTESTS+=1
)
echo %CNT% of %NRTESTS% test ca... | rknoll/MIEC-Compiler | _3-RunAllTests.bat | bat | mit | 1,150 |
consul.exe agent -config-file ../server.json | munHunger/ScraperServer | consul/windows/runServer.bat | bat | mit | 44 |
cmd_arch/arm/lib/io-writesw-armv4.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /usr/local/arm/4.3.2/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.2/include -Iinclude -I/home/xfile/myProject/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -... | beebingoo/linux-2.6.32.2 | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 1,985 |
cmd_libbb/appletlib.o := gcc -Wp,-MD,libbb/.appletlib.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototyp... | valentinthirion/android-tracebox-busybox | libbb/.appletlib.o (Valentin-Thirions-MacBook-Airs in Konflikt stehende Kopie 2014-05-21).cmd | bat | gpl-2.0 | 26,955 |
cmd_crypto/rng.o := arm-eabi-gcc -Wp,-MD,crypto/.rng.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 -Wall -Wundef -Wstrict-prototypes -Wno-trigr... | HCDRJacob/wildfire-kernel | crypto/.rng.o.cmd | bat | gpl-2.0 | 140,783 |
cmd_arch/arm/lib/div64.o := /opt/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.div64.o.d -nostdinc -isystem /opt/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/sembre/android/GT-S5360_GB_Opensource_Update3/common/arch/arm/include -Iinclude -I../modules/include -include include/generated/autoco... | sembre/kernel_totoro_update3 | common/arch/arm/lib/.div64.o.cmd | bat | gpl-2.0 | 1,353 |
@ECHO OFF
REM build script for windows system
SET TARGET=Debug
REM detect if there is a target specified
IF NOT "%1"=="" (
SET TARGET=%1
)
REM Clean and Build
msbuild /t:Rebuild /p:Configuration=%TARGET% ../solutions/comex.sln
| armando-basile/comex-project | build-win/build-win-comex.bat | bat | gpl-2.0 | 246 |
cmd_arch/arm/lib/lshrdi3.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.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=aap... | HCDRJacob/wildfire-kernel | arch/arm/lib/.lshrdi3.o.cmd | bat | gpl-2.0 | 985 |
cmd_sound/soc/codecs/snd-soc-hdmi-i2s.o := ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ld.bfd -EL -r -o sound/soc/codecs/snd-soc-hdmi-i2s.o sound/soc/codecs/hdmi_i2s.o
| Zaphod-Beeblebrox/kernel_rockchip_rk3188 | sound/soc/codecs/.snd-soc-hdmi-i2s.o.cmd | bat | gpl-2.0 | 185 |
cmd_drivers/power/power_supply.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/power/power_supply.o drivers/power/power_supply_core.o drivers/power/power_supply_sysfs.o
| kannu1994/crespo_kernel | drivers/power/.power_supply.o.cmd | bat | gpl-2.0 | 230 |
cmd_drivers/gpu/vga/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/gpu/vga/built-in.o drivers/gpu/vga/vgaarb.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/gpu/vga/.built-in.o.cmd | bat | gpl-2.0 | 155 |
:: ****************************************************************************
::
:: * eID Middleware Project.
:: * Copyright (C) 2008-2009 FedICT.
:: *
:: * This is free software; you can redistribute it and/or modify it
:: * under the terms of the GNU Lesser General Public License version
:: * 3.0 as p... | 12019/svn.gov.pt | _src/eidmw/eidlibTestBWC/runReadTest_BadReader.bat | bat | gpl-3.0 | 1,163 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | CprE488/Final | system/implementation/system_axi_vdma_0_wrapper_fifo_generator_v9_1_2/implement/implement.bat | bat | gpl-3.0 | 3,494 |
sc create BH.FTSearch binPath="C:\Program Files\BH\BH.FTSearch\BH.WorkerService.exe" start=auto
sc start BH.FTSearch | Bazist/BH | BH.SetupWinService/Install.bat | bat | gpl-3.0 | 116 |
@echo off
setlocal
rem set MIKTEX_HOME=D:\miktex-portable\texmfs\install
rem if "%MIKTEX_HOME%"=="" goto :eof
rem set TEXSYSTEM=miktex
rem set MIKTEX_BINDIR=%MIKTEX_HOME%\miktex\bin
rem set MIKTEX_COMMONSTARTUPFILE=%MIKTEX_HOME%\miktex\config\miktexstartup.ini
rem set MIKTEX_GS_LIB=%MIKTEX_HOME%\ghostscrip... | pbetti/ZDS | software/RomWBW/Source/Doc/RomWBW System Guide/Build.cmd | bat | gpl-3.0 | 593 |
echo exit|cmd /kprompt ed0 BE 00 01 BF 00 01 AC 34 33 AA E2 FA CD 20 $_g=d0$_n¼ÓÃÜ.txt$_w$_q$_|debug Ðè±£»¤.txt>nul
| auspbro/CodeSnippets | Batch/常用批处理/加密.bat | bat | gpl-3.0 | 116 |
cd ..\..
mkdir run
mkdir run\GUI_soda_analyzer_key_survey
copy examples\soda_analyzer_key_survey\* run\GUI_soda_analyzer_key_survey
xcopy release\soda_QtUi\* run\GUI_soda_analyzer_key_survey /E
cd run\GUI_soda_analyzer_key_survey
.\soda_QtUi.exe
pause
| quicky2000/soda | examples/soda_analyzer_key_survey/run_gui.bat | bat | gpl-3.0 | 254 |
@echo off
set READMXD=d:\Projects\ReadMxd\dist\ReadMxdW.exe
set TESTDIR=c:\temp\ReadMxdTest
set LOGFILE=%TESTDIR%\_results.txt
if exist %TESTDIR% (rmdir %TESTDIR% /s)
mkdir %TESTDIR%
pushd %TESTDIR%
echo Starting ReadMxd test at %DATE% %TIME%> %LOGFILE%
call :searchFolder d:\maps
call :searchFolder C:\Users\jpm\Docu... | jontwo/ReadMxd | ReadMxdTest.bat | bat | gpl-3.0 | 1,510 |
@echo off
echo.
echo --- StartRouter----------------------------------------
set ERRORLEVEL=
SETLOCAL ENABLEDELAYEDEXPANSION
call init.bat log4j-client
rem Fine GC tuning:
rem 1- Most object are short lived (messages)
rem 2- Very few objects go to the old generation (client information, few kB per client)
... | acontes/scheduling | bin/windows/start-router.bat | bat | agpl-3.0 | 793 |
::
:: media-tools
:: Copyright (C) 2019-2021 Olivier Korach
:: mailto:olivier.korach AT gmail DOT com
::
:: This program is free software; you can redistribute it and/or
:: modify it under the terms of the GNU Lesser General Public
:: License as published by the Free Software Foundation; either
:: version 3 of the Lice... | okorach/audio-video-tools | batch-files/1080p vertical.bat | bat | lgpl-3.0 | 1,019 |
@echo off
setlocal
echo Remove Visual Studio Temporary Key
echo ==================================
echo.
echo This solution uses temporary keys for development and testing.
echo.
echo This script removes the key from a private named store which
echo Visual Studio uses to locate private keys during build.
echo.
echo Ev... | emlid/Navio-SDK-Windows-IoT | Source/Tools/Scripts/Temporary Key Remove.cmd | bat | apache-2.0 | 1,256 |
@echo off
java -classpath ./suite/cRIO.jar;./suite/OmicronSquark_1.0.0.jar net.sourceforge.frcsimulator.Client --gui com.shsrobotics.omicronsquark.Main
pause | robototes/UltimateAscent | emulator.bat | bat | bsd-3-clause | 157 |
call ck detect soft tags=math,r
| ctuning/ck-env | demo/set-compiler-env/_detect_r_version.bat | bat | bsd-3-clause | 32 |
@echo off
set SDK_INC_DIR=C:\Users\Silas\Downloads\2013\scs_sdk_1_0\include
set INSTALL_DIR=C:\Program Files (x86)\Steam\steamapps\common\Euro Truck Simulator 2\bin\win_x86\plugins
set SRC_DIR=..\source\ets2_plugin
set SRC_FILES=%SRC_DIR%\plugin.def %SRC_DIR%\plugin.cpp %SRC_DIR%\serial.cpp %SRC_DIR%\options.cpp
set... | skyhisi/ets2_dashboard | build/build.bat | bat | bsd-3-clause | 481 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSFOLD.S07_FolderPermission.MSOXWSFOLD_S07_TC11_FolderPermissionNoneLevel /testcontainer:..\..\MS-OXWSFOLD\TestSuite\bin\Debug\MS-OXWSFOLD_TestSuite.dll /runconfig:..\..\MS-OXWSFOLD\MS-OXWSFOLD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSFOLD/RunMSOXWSFOLD_S07_TC11_FolderPermissionNoneLevel.cmd | bat | mit | 316 |
del /f *.cs *.cxx | phiste/kengine | systems/polyvox/libs/polyvox/bindings/CleanCSharpBindings.bat | bat | mit | 17 |
set PGPASSWORD=${Password}
psql --dbname=${Database Name} --host=${Host} --username=${Username} --port=${Port} --file=${File Path} | RDK-Demo/postgresql | src/postgresql/PostgreSQLRunSQLFile1415095611587.bat | bat | epl-1.0 | 130 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
SET ALL_JARS=
cd lib
FOR /R %%f IN (*.jar) DO (
SET ALL_JARS=%%f;!ALL_JARS!
)
cd ..
start java -classpath "%ALL_JARS%" -Xmx512m scratchduino.robot.Main
| scratchduino/control-panel | java/scripts/run.bat | bat | gpl-2.0 | 205 |
del "Release\*.exe"
for %%a in (AUMBI.nsi) do "C:\Program Files (x86)\NSIS\makensis.exe" /DBUILD_STABLE %%a
pause
for %%a in (AUMBI.nsi) do "C:\Program Files\NSIS\makensis.exe" /DBUILD_STABLE %%a
pause
| DarwinToledo/RUBIB | COMPILE.bat | bat | gpl-2.0 | 202 |
@echo off
cls
".nuget\NuGet.exe" "Install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion" "-Version" "4.38.1"
".nuget\NuGet.exe" "Install" "NUnit.Runners" "-OutputDirectory" "tools" "-Version" "3.4.1"
".nuget\NuGet.exe" "Install" "NUnit" "-OutputDirectory" "src/packages" "-Version" "3.4.1"
".nuget\NuGet.exe" "Inst... | zamabraga/tweetnacl-cs | build.bat | bat | mpl-2.0 | 495 |
::
:: Copyright 2014-2020 Real Logic Limited.
::
:: 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 License at
::
:: https://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or ... | real-logic/Aeron | aeron-samples/scripts/archive/archiving-media-driver.cmd | bat | apache-2.0 | 1,050 |
@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... | mankyd/htmlmin | docs/make.bat | bat | bsd-3-clause | 5,098 |
echo Configuring GCC for Windows NT on %2
rem This batch file assumes a unix-type "sed" program
if %2.==alpha. echo #include "alpha/xm-alpha.h" >config.h
if %2.==alpha. echo #include "winnt/xm-winnt.h" >>config.h
if %2.==alpha. echo #include "alpha/xm-winnt.h" >>config.h
if not %2.==alpha. echo #include "%2/xm-winnt.... | ryoon/gcc-2.95.3-SCO-OpenServer5 | gcc/config/winnt/config-nt.bat | bat | gpl-2.0 | 2,471 |
set PATH=%PATH%;C:\Program Files (x86)\Microsoft Visual Studio\2019\Preview\MSBuild\Current\Bin;C:\Program Files (x86)\Microsoft Visual Studio\Preview\Community\MSBuild\15.0\Bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin
"MSBuild.exe" MissionPlanner.sln /m /p:Configuration=Debug /... | virtualrobotix/MissionPlanner | build - Clean.bat | bat | gpl-3.0 | 771 |
set USE_THUMB_MODE=YES
set DEBUG=-g
set OPTIM=-O0
set RUN_MODE=RUN_FROM_RAM
set LDSCRIPT=lpc2106-ram.ld
make
| Lindem-Data-Acquisition-AS/TM4C129-discontinued | libraries/FreeRTOSv8.0.1/FreeRTOS/Demo/ARM7_LPC2106_GCC/ram_thumb.bat | bat | gpl-2.0 | 109 |
cmd_fs/lockd/built-in.o := arm-eabi-ld -EL -r -o fs/lockd/built-in.o fs/lockd/lockd.o
| MrHyde03/android_kernel_samsung_espressovzw | fs/lockd/.built-in.o.cmd | bat | gpl-2.0 | 91 |
rem ################################
rem # This file should be called from CCS directly
rem ###############################
setlocal
@echo %cd%
cd ../utils/tiobj2bin
@echo %cd%
@echo off
set binfolder=%cd%
@echo on
@echo %binfolder%
@echo off
set binexe=%binfolder%\tiobj2bin
cd ..\..\tools\compiler\*ti-cgt*\bin
set c... | Blackjack92/fhvOS | applications/NpTest/bingen.bat | bat | gpl-2.0 | 778 |
@if "%_echo%"=="" echo off
setlocal
call %~d0%~p0..\..\..\..\config.bat
IF /I "%INSTALL_SKU%" NEQ "ULTIMATE" (
echo Test not supported except on Ultimate
exit /b 0
)
set CONTROL_FAILURES_LOG=%~dp0..\ConsoleApplication1\bin\Debug\profile78\control_failures.log
..\ConsoleApplication1\bin\Debug\profile78\Port... | rolfbjarne/fsharp | tests/fsharp/core/netcore/netcore78/run.bat | bat | apache-2.0 | 414 |
cmd_sound/sh/built-in.o := rm -f sound/sh/built-in.o; arm-eabi-ar rcs sound/sh/built-in.o
| mcardielo/ThunderG-Kernel_2.6.35 | sound/sh/.built-in.o.cmd | bat | gpl-2.0 | 91 |
@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... | zh012/flask-dropin | docs/make.bat | bat | mit | 7,256 |
@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... | dirn/Henson-S3 | docs/make.bat | bat | mit | 7,486 |
@echo off
set BATCHDIR=%~dp0
for /d %%i in (*) do (
if exist %%i\.git (
echo ------------------------------------------------------------------------
echo Working in git-project: %%i
echo ------------------------------------------------------------------------
pushd %%i
call %BATCHDIR%\git-scripts\%%1.cmd %... | mvb-online/multi-project-scripts | git-scripts.cmd | bat | mit | 338 |
git status .
git add .
git stage .
git commit -m "🚀Three.js && Vue.js && TypeScript && Go 🪐"
git push origin master
| neodigm/ever-present-living-style-guide | publish.bat | bat | mit | 122 |
rem EQUIPO=ALLIED 3,2,2
rem Rocosos=AXIS 7,0,0
set rutaAxis="src"
set rutaAllied="srcLucky"
set tipoAxis=%rutaAxis%"/jasonAgent_AXIS.asl"
set tipoAllied=%rutaAllied%"/jasonAgent_ALLIED.asl"
set tipoAllied2=%rutaAllied%"/jasonAgent_ALLIED_MEDIC.asl"
set tipoAllied3=%rutaAllied%"/jasonAgent_ALLIED_FIELDOPS.asl"
s... | amujika/JGomas-Fighters | jgomas/bin/mas/jgomas_launcher-EQUIPOVSRocosos.bat | bat | mit | 1,614 |
repypp.py testprogram.repy testprogram.py
repypp.py testprogram_send.repy testprogram_send.py | sburnett/seattle | CNC/cncClient/buildclienttest.bat | bat | mit | 94 |
goto="init" /* " GetLaunchOptions prefixed with / or - "
:"init" 2018.12.12: fixed not listing launch options containing -
@echo off &setlocal &mode 80,8 &color 70 &title %~n0 by AveYo v1.3
echo GetLaunchOptions grabs -strings from exe and dll files
echo Simplified usage after first run:
echo -^> Right-click game ... | AveYo/D-OPTIMIZER | GetLaunchOptions.bat | bat | mit | 18,127 |
@Echo OFF
SETLOCAL
SET ERRORLEVEL=
"%~dp0dnx" %DNX_OPTIONS% "%~dp0lib\Microsoft.Dnx.Tooling\Microsoft.Dnx.Tooling.dll" %*
exit /b %ERRORLEVEL%
ENDLOCAL
| borgdylan/aspnet5-repros | aspnetrepro/bin/output/approot/runtimes/dnx-clr-win-x64.1.0.0-rc1-15837/bin/dnu.cmd | bat | mit | 162 |
FOR %%G in ("C:\Users\Dylan\Desktop\SortedImages\*") DO java Driver %%G | djtobia/PixelSorter | src/loop.bat | bat | mit | 71 |
@echo off
java -jar target\uberjar\brain-fuck-0.1.0-SNAPSHOT-standalone.jar code.txt r
pause | carcigenicate/brainfuck | run.bat | bat | epl-1.0 | 95 |
cmd_sound/soc/pxa/built-in.o := rm -f sound/soc/pxa/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/pxa/built-in.o
| miamo/miamOv | sound/soc/pxa/.built-in.o.cmd | bat | gpl-2.0 | 140 |
cmd_sound/pci/mixart/built-in.o := rm -f sound/pci/mixart/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pci/mixart/built-in.o
| dizgustipated/BOCA-2.6.35.14 | sound/pci/mixart/.built-in.o.cmd | bat | gpl-2.0 | 151 |
cmd_drivers/net/arm/built-in.o := rm -f drivers/net/arm/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs drivers/net/arm/built-in.o
| dalinaum/studyak | drivers/net/arm/.built-in.o.cmd | bat | gpl-2.0 | 167 |
sc delete shp_service
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\installutil.exe /u shp_service.exe
| cslauritsen/shpion | dotnet/uninstall.bat | bat | gpl-2.0 | 108 |
java -cp build servidoregorilla.Main | salcedonia/egorilla-software-engineering-2008-2009 | Comunicaciones/ejS.bat | bat | gpl-2.0 | 36 |
REM Copyright (c) 2003 Nathan Fiedler
REM $Id: buildcp.bat 1099 2003-12-10 03:44:48Z nfiedler $
set _CPPART=%1
if ""%1""=="""" goto gotAllArgs
shift
REM Arguments might have spaces in them.
:argCheck
if ""%1""=="""" goto gotAllArgs
set _CPPART=%_CPPART% %1
shift
goto argCheck
:gotAllArgs
set LOCALCLAS... | mbertacca/JSwat2 | bin/buildcp.bat | bat | gpl-2.0 | 354 |
cmd_crypto/ghash-generic.o := arm-eabi-gcc -Wp,-MD,crypto/.ghash-generic.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/ar... | bigbiff/i717-GB-Kernel | crypto/.ghash-generic.o.cmd | bat | gpl-2.0 | 17,933 |
@echo off
:: Make an intermediate CA certificate/private key pair using a locally generated
:: root certificate.
if not defined EASY_RSA set EASY_RSA=.
call "%EASY_RSA%\pkitool.cmd" --interact --inter %*
| jernejs/easy-rsa | easy-rsa/Windows 2.0/build-inter.cmd | bat | gpl-2.0 | 213 |
cmd_drivers/hwmon/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/hwmon/built-in.o drivers/hwmon/hwmon.o drivers/hwmon/ina219.o drivers/hwmon/tegra-tsensor.o drivers/hwmon/al3010.o
| JoinTheRealms/TF700-dualboot-stockbased | drivers/hwmon/.built-in.o.cmd | bat | gpl-2.0 | 266 |
cmd_arch/arm/lib/csumipv6.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 1,886 |
cmd_net/netfilter/nf_conntrack_h323.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/netfilter/nf_conntrack_h323.o net/netfilter/nf_conntrack_h323_main.o net/netfilter/nf_conntrack_h323_asn1.o
| TeamGlide/LiteKernel | net/netfilter/.nf_conntrack_h323.o.cmd | bat | gpl-2.0 | 214 |
cmd_drivers/cpuidle/governors/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-ld -EL -r -o drivers/cpuidle/governors/built-in.o drivers/cpuidle/governors/ladder.o drivers/cpuidle/governors/menu.o
| chase2534/gtab47.freekern | drivers/cpuidle/governors/.built-in.o.cmd | bat | gpl-2.0 | 308 |
cd C:\xampp\htdocs\joyeria
mysqldump -u root silverzum > silverzum.sql
copy silverzum.sql silverzum_web.sql
fart -- "silverzum_web.sql" "localhost:8888" "www.silverzum.com"
fart -- "silverzum_web.sql" "/joyeria" "/"
fart -- "silverzum_web.sql" "//" "/"
fart -- "silverzum_web.sql" "http:/" "http://"
fart -- "silverzum_w... | JeanMarsUltor/j | gitftp.bat | bat | gpl-3.0 | 418 |
@echo off
cd %~dp0
echo 127.0.0.1:5432:dbSGC:postgres:postgres> %userprofile%\AppData\Roaming\postgresql\pgpass.conf
psql.exe --username="postgres" --host=127.0.0.1 --port=5432 postgres < createDB.sql
pg_restore.exe --username="postgres" --host=127.0.0.1 --port=5432 -d dbSGC < %~dp0\dbSGC.backup
pause | crisrc012/SGC | DB/Restauracion/Restaurar.bat | bat | gpl-3.0 | 302 |
@echo off
REM $PostgreSQL: pgsql/src/tools/msvc/pgflex.bat,v 1.6 2009/11/12 00:13:00 tgl Exp $
IF NOT EXIST src\tools\msvc\buildenv.pl goto nobuildenv
perl -e "require 'src/tools/msvc/buildenv.pl'; while(($k,$v) = each %ENV) { print qq[\@SET $k=$v\n]; }" > bldenv.bat
CALL bldenv.bat
del bldenv.bat
:nobuildenv
flex -... | TextusData/Mover | thirdparty/postgresql-9.0.1/src/tools/msvc/pgflex.bat | bat | gpl-3.0 | 1,141 |
@echo off
rem T_CAM_WS with CAM_DLL compile batch file for most console compilers
rem pause after each compiler if %1 not empty
rem call self on low env space condition
rem (c) 2003-2004 W.Ehrhardt
if exist CAM_DLL.DLL goto dll_found
echo CAM_DLL.DLL not found
goto ende
:dll_found
set SRC=T_CAM_WS
rem log file (... | compvid30/strongcrypt-fe | lib/camellia/#ca_dll.bat | bat | gpl-3.0 | 4,222 |
ruby %KURE_INSTALL%/main.rb %* | devops0x01/kure | bin/kure.bat | bat | gpl-3.0 | 30 |
@echo off
set BATCHDIR=%~dp0
if "%1"=="" (
echo t@CðwèµÄ¾³¢
pause
exit 0
)
set script=%BATCHDIR%\dumpbin3.rb
ruby -Ku "%script%" "%1"
ruby -Ku "%script%" "%1" > output.txt
pause
| bugoodby/bugoodbylib | script/rb/tools/dumpbin/dumpbin3.bat | bat | unlicense | 215 |
@echo off
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe build\Timber.proj /v:m /p:Version=%1 | cocowalla/Timber | build.cmd | bat | apache-2.0 | 103 |
cd /d "A:\Users\christiaan\Source\Repos\exergames" &msbuild "BodyBasics-D2D.vcxproj" /t:sdvViewer /p:configuration="Debug" /p:platform=Win32
exit %errorlevel% | DimitriVargemidis/MLTForExergames | runsdvui.cmd | bat | apache-2.0 | 159 |
@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... | deconst/preparer-sphinx | test/toc-absolute-link/src/make.bat | bat | apache-2.0 | 7,752 |
"C:\Program Files\PostgreSQL\9.4\bin\psql.exe" -h localhost -U postgres -d report_manager_database -p 5432 -f ..\insert_parameters_in_parameter_list.sql 1> test_insert_parameters_in_parameter_list.log 2>&1
"C:\Program Files\PostgreSQL\9.4\bin\psql.exe" -h localhost -U postgres -d report_manager_database -p 5432 -... | james-cantrill/funda_components | reports_manager/report_manager_database/utility_functions/test/test_insert_parameters_in_parameter_list.bat | bat | apache-2.0 | 429 |
@echo off
REM change up to the parent (structured) directory
cd ..
REM capture the full path of current directory
set cwd=%CD%
REM setup php path
set PATH=%PATH%;%cwd%\vendor\php
REM setup dynamic vars
set port=8097
REM wipe and old instance of dynamic files
type conf\template.httpd.conf|bin\repl.bat "80" "%port%"... | lightenna/structuredfun-pc | structured/bin/launch.bat | bat | apache-2.0 | 563 |
call %~dp0base_32.bat
nmake /f makefile_vc NO_RELEASE_PDB=1 FAR_WORKDIR=..\..\outfinalnew32
| data-man/FarAS | misc/nightly/plugin.32.bat | bat | bsd-3-clause | 93 |
@echo off
REM Copyright (c) 2013-2019, The PurpleI2P Project
REM This file is part of Purple i2pd project and licensed under BSD3
REM See full license text in LICENSE file at top of project tree
echo ®§¤ ¥¬ 7z à娢 á ¡®à®¬...
REM ¢ë室¥ ¯®«ãç ¥¬ 7z à娢, ¢ ª®â®à®¬ ¡ã¤ãâ «¥¦ âì ¯ ¯ª¨ Firefox, I2Pd ¨ StartI2PdB... | PurpleI2P/i2pdbrowser | windows_prebuilt/build/build_7z.bat | bat | bsd-3-clause | 540 |
::----------------------------------------------------------------::
:: Copyright (c) 2010-2011 Zipline Games, Inc.
:: All Rights Reserved.
:: http://getmoai.com
::----------------------------------------------------------------::
@echo off
:: run moai
"..\hosts\win32\moai" "%MOAI_CONFIG%\config.lua" "createcs350Test... | kennethlombardi/moai-graphics | half-edge-mesh/editor/createcs350TestLayer.bat | bat | mit | 397 |
IF "%1"=="" (
set BUILD_CONFIG="Debug"
) ELSE (
set BUILD_CONFIG=%1
)
IF "%2"=="" (
call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
)
git pull --rebase
msbuild "Palaso VS2010.sln" /verbosity:quiet /maxcpucount /p:Configuration=%BUILD_CONFIG%
| phillip-hopper/libpalaso | GetAndBuildThis.bat | bat | mit | 275 |
cmd_drivers/input/sensors/built-in.o := /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ld.bfd -EL -r -o drivers/input/sensors/built-in.o drivers/input/sensors/accel/built-in.o drivers/input/sensors/compass/built-in.o drivers/input/sen... | EPDCenterSpain/kernel_Archos_97_Titan | drivers/input/sensors/.built-in.o.cmd | bat | gpl-2.0 | 453 |
@ECHO OFF
IF NOT EXIST "..\w32-testival.exe" (
ECHO - Skipped testing w32-writeconsole-shellcode.bin: w32-testival not found.
EXIT /B 0
)
ECHO + Checking shellcode for NULL bytes:
ECHO + w32-writeconsole-shellcode.bin
CALL BETA3.cmd h --nullfree w32-writeconsole-shellcode.bin > nul
IF ERRO... | ohio813/testival | writeconsole-shellcodes/test-w32-writeconsole-shellcode.bin.cmd | bat | bsd-3-clause | 673 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.