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 only build the setup files if there is no upload cmd
if [%1] == [] (
pushd build
call makesetupcommercial.cmd
popd
)
if [%2] == [] (set version=INVALID) else (set version=%2)
rem uploade files to build server if parameter specified
if "%1" == "upload" (
echo Uploading setup files to final ... | cyberbeat/mysql-gui-tools | common/MakeCommercialSetup.cmd | bat | gpl-2.0 | 2,534 |
cmd_drivers/mtd/maps/built-in.o := rm -f drivers/mtd/maps/built-in.o; /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/mtd/maps/built-in.o
| doadin/samsung-kernel-msm7x30-Doadin | drivers/mtd/maps/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_lib/zlib_inflate/inftrees.o := ppc_4xx-gcc -m32 -Wp,-MD,lib/zlib_inflate/.inftrees.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef ... | mattkelly/linux-2.6-xlnx | lib/zlib_inflate/.inftrees.o.cmd | bat | gpl-2.0 | 4,834 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=kumpel
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was no... | aviDms/kumpel | docs/make.bat | bat | gpl-3.0 | 810 |
rem ================ VS Official Build Package Tool ===============
rem
rem This is used to assemble the official build binaries into
rem three 7zip files for one compiler version. It is normally
rem run by the makepackages.bat tool but can be run from the command line.
rem
rem Do not run this until after the official ... | CarlosManuelRodr/wxChaos | libs/wxMSW-3.1.4/build/tools/msvs/package.bat | bat | gpl-3.0 | 5,123 |
:: @SETLOCAL
:: REMOVE BAD UPDATES
if "%VERBOSE%"=="yes" (
REM Update adds ITraceRelogger interface support
start /wait "" wusa /uninstall /kb:2882822 /quiet /norestart
REM Windows Update Client for Windows 7: June 2015 = WU service updated to accept upgrade to W10 + other fixes
start /wait "" wusa /uninstall /kb... | CHEF-KOCH/regtweaks | Win 10/All Versions/Component Removal/DeBloat/possible windows 7-8-81 telemetry.bat | bat | mpl-2.0 | 21,248 |
echo off
rem *******************************************************************
rem Run the PSP tests.
rem
rem Usage: testAll [log_file]
rem
rem This batch file sets up and runs the available PSP tests,
rem appending the results to log_file, or to con: if log_file is
rem not specified. Tests are run until one of them... | BygoneWorlds/anet | src/test/PSP/testAll.bat | bat | lgpl-2.1 | 4,212 |
@echo off
rem THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
rem ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
rem THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
rem PARTICULAR PURPOSE.
rem
rem Copyright (c) Microsoft Corporation. All rights reserved.
setlocal
s... | aliasIsolation/aliasIsolation | src/external/DirectXTK/Src/Shaders/CompileShaders.cmd | bat | unlicense | 7,555 |
@echo off
pushd "%~dp0"
del *.ncb /S /Q
del *.sdf /S /Q
del *.suo /S /Q /F /A:H
del *.user /S /Q
rmdir Debug /S /Q
rmdir Release /S /Q
popd | navascues/opencontig | clean.bat | bat | apache-2.0 | 142 |
@echo off
@echo BOOM!!!
exit /b 1 | stefanschneider/windows_app_lifecycle | Launcher.Tests/Fixtures/Explosions.bat | bat | apache-2.0 | 36 |
echo "pre-checkout: update scripts"
cd c:\llvm-premerge-checks
git pull
git rev-parse HEAD
powershell c:\llvm-premerge-checks\scripts\windows\pre-checkout.ps1 | google/llvm-premerge-checks | containers/agent-windows-buildkite/pre-checkout.bat | bat | apache-2.0 | 158 |
@echo off
taskkill /f /IM iexplore.exe
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyEnable /t REG_DWORD /d 1 /f
reg add "HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings" /v ProxyServer /t REG_SZ /d localhost:3128 /f
start iexplore.exe
timeout 3
taskkill /f /I... | idf/batch_dump | enable_proxy.bat | bat | bsd-3-clause | 334 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S01_Cell.TestCase_S01_TC23_UploadContents_DifferentSchemaLockID /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | OfficeDev/Interop-TestSuites | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S01_TC23.cmd | bat | mit | 301 |
@echo off
REM Create Perl Directory
REM copy ActivePerl from Downloads directory into perl directory
Set DirBase="C:\Users\Mike\Desktop\"
mkdir %DirBase%\Perl
copy %DirBase%\ActivePerl.msi %DirBase%\Perl\ActivePerl.msi | dmodoomsirius/DmodCode | Batch/CopyFile.bat | bat | mit | 223 |
pushd C:\
call "C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools.bat" %Libssh2Arch%
call "C:\Program Files (x86)\Microsoft Visual C++ Build Tools\vcbuildtools_msbuild.bat"
popd
nmake /f NMakefile BUILD_STATIC_LIB=1 WITH_WINCNG=1
| mitchellh/vagrant-installers | substrate/windows/libssh2-builder.bat | bat | mit | 250 |
:: Purpose: Installs a package
:: Requirements: Run this script with Administrator rights
:: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0x07d1490f82a211a2
:: History: 1.0.2 + Add proper console and logfile logging
:: 1.0.1 - Remove old versi... | bmrf/pdq | repository/7-zip/x64/7-Zip x64.bat | bat | mit | 4,618 |
cmd_lib/reed_solomon/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o lib/reed_solomon/built-in.o lib/reed_solomon/reed_solomon.o
| jdlfg/Mecha-kernel-jdlfg | lib/reed_solomon/.built-in.o.cmd | bat | gpl-2.0 | 190 |
@echo off
setlocal
set BUILD_ROOT=%CD%
if x%LITEIDE_ROOT%==x set LITEIDE_ROOT=%CD%\..\liteidex
echo build liteide
echo QTDIR=%QTDIR%
echo GOROOT=%GOROOT%
echo BUILD_ROOT=%BUILD_ROOT%
echo LITEIDE_ROOT=%LITEIDE_ROOT%
echo MINGWDIR=%MINGWDIR%
echo .
if x%QTDIR%==x goto qtdir_fail
xcopy %QTDIR%\bin\Q... | vovkasm/liteide | build/deploy_windows_qt5.1.cmd | bat | lgpl-2.1 | 1,101 |
@echo off
set DBNAME=SoodaUnitTests
if (%1)==() goto usage
cls
echo.
echo This will drop %DBNAME% database on %1
echo.
echo You can press Ctrl+C to quit now.
echo.
pause
osql -S %1 -E -n -i dropdb.sql
pause
goto quit
:usage
echo Usage: dropdb HOSTNAME
echo This will drop %DBNAME% database on HOSTNAME
... | pfusik/sooda | tests/Database/mssql/dropdb.bat | bat | bsd-2-clause | 329 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | jimmyDunne/perimysium | doc/make.bat | bat | bsd-3-clause | 5,113 |
@echo off
REM Use Link.exe from the nuget package
REM %LINK_EXE% -- Path to link.exe
REM %1 -- assembly to check
REM %2 -- expected value ("yes" or "no")
%LINK_EXE% /dump /headers %1 | find "High Entropy Virtual Addresses" > NUL
IF /I "%2"=="yes" IF ERRORLEVEL 1 EXIT /B 1
IF /I "%2"=="no" IF NOT ERRORLEVEL 1 EXI... | syeerzy/visualfsharp | tests/fsharpqa/Source/CompilerOptions/fsc/highentropyva/CheckHighEntropyASLR.bat | bat | mit | 326 |
@echo off
setlocal
set JC_CLASSIC_HOME=%~dp0\..
rem Print warning if no JAVA_HOME set
if not defined JAVA_HOME goto nojavahome
rem set classpath to all jars
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\ant-contrib-1.0b3.jar;%JC_CLASSPATH%
set JC_CLASSPATH=%JC_CLASSIC_HOME%\lib\asm-all-3.1.jar;%JC_CLASSPATH%
set JC_CLASSPA... | OpenCryptoProject/JCMathLib | JCMathLib/ext/java_card_kit-3_0_3-win/bin/verifyrev.bat | bat | mit | 1,252 |
@echo OFF
SETLOCAL
set EXAMPLE_LANG=isocpp
set NAME=RoundTrip
set SUB_PARAMS=
set PUB_PARAMS=
call %FUNCTIONS% :runZeroRoundTrip
call %FUNCTIONS% :checkResultZero
| osrf/opensplice | build/scripts/overnight/example_automation_scripts/examples/dcps/RoundTrip/isocpp2/RUN.bat | bat | apache-2.0 | 177 |
glslangvalidator -V parallax.vert -o parallax.vert.spv
glslangvalidator -V parallax.frag -o parallax.frag.spv
glslangvalidator -V normalmap.vert -o normalmap.vert.spv
glslangvalidator -V normalmap.frag -o normalmap.frag.spv | dreadwords/Vulkan | data/shaders/parallax/generate-spirv.bat | bat | mit | 223 |
@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
)
goto end... | Dokaponteam/ITF_Project | xampp/perl/bin/dbiprof.bat | bat | mit | 6,959 |
set ANT_HOME=../apache-ant-1.7.1
set PATH=%PATH%;%ANT_HOME%\bin
ant build-active-ext-only | lewis-ing/bbossgroups-3.5 | antbuildall/build-active-ext-only.bat | bat | apache-2.0 | 89 |
@echo off
REM Runs Jake from node_modules directory, preventing it from needing to be installed globally
REM Also ensures node modules have been built
if not exist node_modules\.bin\jake.cmd call npm rebuild
node_modules\.bin\jake %* | ercchy/automatopia | build/scripts/run_jake.bat | bat | mit | 234 |
php build.php | appflower/appflower_engine | web/extjs-3/plugins/treegrid/build/build.cmd | bat | mit | 13 |
@ECHO OFF
REM This batch file generates a new MiniEngine solution project for Visual Studio
REM 2015 and 2017. It is expected that python.exe is on your path and is version
REM 3.0 or above. If not, we recommend installing the latest version of Anaconda.
python.exe Tools\Scripts\CreateNewProject.py APP %1 | baesky/DirectX-Graphics-Samples | MiniEngine/CreateNewSolution.bat | bat | mit | 308 |
set GOPATH=%CD%\concourse
set PATH=%CD%\concourse\bin;%PATH%
go install github.com/onsi/ginkgo/ginkgo
cd .\concourse\src\github.com\concourse\fly
ginkgo -r -p
| longnguyen11288/concourse | ci/scripts/fly.bat | bat | apache-2.0 | 162 |
@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... | EricSchles/regulations-parser | docs/make.bat | bat | cc0-1.0 | 6,707 |
@ECHO OFF
IF "%1"=="" (
ECHO ERROR! vswhere.bat: architecture not specified
EXIT /B 1
)
REM running vcvars more than once can cause problems; exit early if using the same configuration, error if different
IF "%VSWHERE_SET%"=="%*" (
ECHO vswhere.bat: VC vars already configured for %VSWHERE_SET%
GOTO :EOF
)
IF ... | PIPplware/xbmc | tools/buildsteps/windows/vswhere.bat | bat | gpl-2.0 | 1,775 |
protoc.exe --java_out=. SocketProtocol.proto
@pause | wwzhe/dataworks-zeus | web/.externalToolBuilders/schedule/target/classes/protobuf.bat | bat | apache-2.0 | 52 |
copy *.cpp \\Penguin-pc\map3d$
copy *.h \\Penguin-pc\map3d$
copy SrcServer\*.* \\Penguin-pc\map3d$\SrcServer
copy HoBaram\*.* \\Penguin-pc\map3d$\HoBaram
copy srcsound\*.* \\Penguin-pc\map3d$\srcsound
copy srccopyitems\*.* \\Penguin-pc\map3d$\srcccopyitems
copy chinese\*.* \\Penguin-pc\map3d$\chinese
copy japanese\*... | rafaellincoln/Source-Priston-Tale | J_Server/SendServer.bat | bat | mit | 578 |
rem
rem Qt5xHb - Bindings libraries for Harbour/xHarbour and Qt Framework 5
rem
rem Copyright (C) 2020 Marcos Antonio Gambeta <marcosgambeta AT outlook DOT com>
rem
rem Batch to compile all tests
rem
hbmk2 HCodeblockValidator1 %1 %2 %3 ..\..\qt5xhb.hbc
hbmk2 HCodeblockValidator2 %1 %2 %3 ..\..\qt5xhb.hb... | marcosgambeta/Qt5xHb | tests/QtGui/compileall.bat | bat | mit | 323 |
@ECHO OFF
: REM BAT-file name picino.bat
: REM PIC C-code wrapped inside FRITZING platform ARDUINO
: REM %6 parameter will be the total path to the sourcefile <name>.ino
: REM path to this bat file directory
set current=%~dp0
: REM derive different parts of path to sourcefile
Set pathname=%6
For %%a in ("%pathname%")... | willsandy/Fritzing-PK2-Cc5x | picino.bat | bat | mit | 905 |
:: Hak Cipta ©2018
:: @neon-nyan / codeneon
:: [codeneon123@gmail.com]
::
:: Di bawah Hak Cipta MIT License
:: [https://github.com/neon-nyan/xAutoBatch/raw/master/LICENSE]
:__jumper
if "%jump%" == "" (
msg * Sertakan label terlebih dahulu!
msg * Dan gunakan Classes ini dengan program Enc... | neon-nyan/xAutoBatch | include/Encoder/Audio/CheckAudioCodec.cmd | bat | mit | 2,146 |
docker build -t printcommandline .
| StefanScherer/dockerfiles-windows | printcommandline/build.bat | bat | mit | 36 |
@echo off
cd "C:\Windows\System32\Drivers\etc"
echo 127.0.0.1 quickscan.bitdefender.com >> "Hosts"
echo 127.0.0.1 www.pandasecurity.com/activescan/index >> "Hosts"
echo 127.0.0.1 housecall.trendmicro.com >> "Hosts"
echo 127.0.0.1 www.f-secure.com/en/web/home_global/online-scanner >> "Hosts"
echo 127.0.0.1 virscan.org >... | D4Vinci/Dr0p1t-Framework | scripts/bat/block_online_scan.bat | bat | mit | 654 |
@echo off
setlocal EnableDelayedExpansion
set Config=Debug
:: CMD can't capture the output of functions unfortunately, so we
:: have to make a variable containing the commands we want to run
set "ListProjects=dir /a-d /b /s project.json | findstr /v /i /c:bin /c:obj"
goto ParseOptions
:: Functions
:Buil... | jamesqo/Enumerator | build.cmd | bat | mit | 1,690 |
@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... | lcdb/lcdblib | docs/make.bat | bat | mit | 6,461 |
@echo off
cd "%~dp0"
"%LOCAL_PROGRAM_FILES%\SourceMonitor\SourceMonitor.exe" /s AddCheckpointAndExportMetrics.xml
cd "%~dp0"
..\xslconvert "Metrics.xml" MetricsToTeamCity.xslt Metrics.txt
type Metrics.txt
| byran/TeamCityDemo | BuildServer/SourceMonitor/AddCheckpointAndOutputMetrics.bat | bat | mit | 208 |
@echo off
cls
echo Trying to register "SESE.dll" (%PROCESSOR_ARCHITECTURE%)
echo ------------------------------------------------------
rem
rem Get the name of the WINDOWS directory
rem
if "%WINDIR%"=="" goto NOWINDIR
rem
rem See if the Net Framework v2.0.50727 regasm exists
rem
if "%PROCESSOR_ARCHITECTURE%" =... | Alex9779/SESE | Register.bat | bat | mit | 1,047 |
cd .
npm run start | coocooooo/webapp | start.bat | bat | mit | 18 |
cmd_sound/pci/ac97/built-in.o := rm -f sound/pci/ac97/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD sound/pci/ac97/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | sound/pci/ac97/.built-in.o.cmd | bat | gpl-2.0 | 219 |
cmd_kernel/elfcore.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.elfcore.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/p... | jpsminix/minix5 | kernel/.elfcore.o.cmd | bat | gpl-2.0 | 19,513 |
cmd_kernel/futex.o := arm-linux-androideabi-gcc -Wp,-MD,kernel/.futex.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/autoco... | tenorntex/lhbalanced | kernel/.futex.o.cmd | bat | gpl-2.0 | 27,218 |
cmd_sound/drivers/pcsp/built-in.o := rm -f sound/drivers/pcsp/built-in.o; /home/aashir/android/toolchain/linaro/bin/arm-eabi-ar rcsD sound/drivers/pcsp/built-in.o
| emwno/android_kernel_U8500 | sound/drivers/pcsp/.built-in.o.cmd | bat | gpl-2.0 | 164 |
:: Hide desktop icons because they are annoying
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /V HideIcons /T REG_DWORD /D 1 /F
reg add "HKEY_CURRENT_USER\Control Panel\Desktop" /v Wallpaper /t REG_SZ /d C:\Windows\Web\Wallpaper\Theme1\img1.jpg /f
::RUNDLL32.EXE user32.dll,UpdatePerUserSys... | jamespcole/windows-packer-dev | scripts/customisations.bat | bat | gpl-2.0 | 1,671 |
cmd_fs/ext3/built-in.o := rm -f fs/ext3/built-in.o; /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ar rcs fs/ext3/built-in.o
| yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/ext3/.built-in.o.cmd | bat | gpl-2.0 | 122 |
cmd_net/core/datagram.o := arm-linux-gnueabi-gcc -Wp,-MD,net/core/.datagram.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wund... | b8e5n/KTG-kernel_es209ra | net/core/.datagram.o.cmd | bat | gpl-2.0 | 31,218 |
cmd_sound/isa/es1688/built-in.o := rm -f sound/isa/es1688/built-in.o; arm-linux-gnueabi-ar rcsD sound/isa/es1688/built-in.o
| jpsminix/minix5 | sound/isa/es1688/.built-in.o.cmd | bat | gpl-2.0 | 125 |
@echo off
path=%path%;%windir%\Microsoft.net\Framework\v4.0.30319
cd %~dp0
set /p VersionNumber=<latest
msbuild build.proj /p:CreateZip=1
pause | Xcelled/mabicommerce | deploy.bat | bat | gpl-2.0 | 148 |
cmd_fs/nfsd/built-in.o := arm-linux-gnueabihf-ld -EL -r -o fs/nfsd/built-in.o fs/nfsd/nfsd.o
| Dee-UK/D33_KK_Kernel | fs/nfsd/.built-in.o.cmd | bat | gpl-2.0 | 98 |
cmd_sound/soc/imx/snd-soc-imx-sgtl5000.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/soc/imx/snd-soc-imx-sgtl5000.o sound/soc/imx/imx-sgtl5000.o
| evan6200/cirrfy_pos | sound/soc/imx/.snd-soc-imx-sgtl5000.o.cmd | bat | gpl-2.0 | 237 |
cmd_/home/slug/optware/i686g25/toolchain/i686-unknown-linux-gnu/i686-unknown-linux-gnu//sys-root/usr/include/linux/spi/.install := perl /home/slug/optware/i686g25/toolchain/build/targets/src/linux-2.6.28/scripts/headers_install.pl /home/slug/optware/i686g25/toolchain/build/targets/src/linux-2.6.28/include/linux/spi /ho... | javilonas/NCam | cross/i686-unknown-linux-gnu/i686-unknown-linux-gnu/sys-root/usr/include/linux/spi/..install.cmd | bat | gpl-3.0 | 916 |
cl fhmfile.cpp d88.cpp
| rururutan/hoot-patches | msx/game_arts/firehawk/cut/comp.bat | bat | gpl-3.0 | 23 |
@echo off
set FOAM_HOME=%~dp0
set FOAM_HOME=%FOAM_HOME:~0,-1%
call %FOAM_HOME%\setWindowsEnvironment.bat
mode 160,40
color 81
echo ---------------------------------
echo Command shell for foam-extend-3.1
echo ---------------------------------
echo/
cmd.exe
| Unofficial-Extend-Project-Mirror/foam-extend-foam-extend-3.2 | bin/foamWindowsShell.bat | bat | gpl-3.0 | 258 |
mkdir ..\dist\%NGING_EXECUTOR%_%GOOS%_%GOARCH%
go build -tags "bindata sqlite%BUILDTAGS%" -ldflags="-X main.BUILD_TIME=%NGING_BUILD% -X main.COMMIT=%NGING_COMMIT% -X main.VERSION=%NGING_VERSION% -X main.LABEL=%NGING_LABEL% -X main.BUILD_OS=%GOOS% -X main.BUILD_ARCH=%GOARCH%" -o ../dist/%NGING_EXECUTOR%_%GOOS%_%GOARCH%/... | admpub/nging | tool/inc-build.bat | bat | agpl-3.0 | 1,347 |
@echo off
SET FLASHFILE=%1
IF "%FLASHFILE%" == "" SET FLASHFILE="flash.bin"
SET FLASHDIR=%cd%
set FLASHDIR=%FLASHDIR:\=/%
set FLASHFILE=%FLASHFILE:\=/%
rem Using OpenOCD 0.7.0 JTAG:
rem cd C:\arm\openocd-0.7.0\openocd-0.7.0
rem bin\openocd-0.7.0.exe -f interface\olimex-arm-usb-tiny-h.cfg -f board\atmel_sam3s_ek.cfg -... | Crystal-Photonics/crystalBoot | mcu/flash_chip.bat | bat | lgpl-2.1 | 933 |
java -Djava.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory -Djava.naming.provider.url=iiop://localhost:8087 -cp .;%JUNIT_HOME%\junit.jar junit.swingui.TestRunner TestClient
| HaiderRazvi/IIOP.Net | IntegrationTests/JavaRMIIIOPAsClient/TestClient/testGui.bat | bat | lgpl-2.1 | 185 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem sandbox startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Windo... | VladimirAlekxeev/java_study_tst | sandbox/build/scripts/sandbox.bat | bat | apache-2.0 | 2,099 |
call ".\admin\builders\nativew64_build.bat" -s %~dp0\..
| statisticalbiotechnology/maracluster | quickbuild64.bat | bat | apache-2.0 | 57 |
@ECHO OFF
set PROJECT_DIR=%1
set BUILD_DIR=%2
set ASSETS_DIR=%3
set SOURCE_FLAG_FILE=%PROJECT_DIR%\flag\flag.png
if exist %SOURCE_FLAG_FILE% (
goto convert
)
set SOURCE_FLAG_FILE=%PROJECT_DIR%\flag\flag.svg
if exist %SOURCE_FLAG_FILE% (
goto convert
)
echo Flag file does not exist.
echo Please provide a fla... | AnySoftKeyboard/AnySoftKeyboard | addons/StoreStuff/assets/logo-base/generate.bat | bat | apache-2.0 | 1,466 |
@echo off
set ALL_DIR=%cd%
set ALL_MEM=128m
set ALL_MAX_MEM=1024m
set CLASSPATH="%ALL_DIR%"\System\Jar;"%ALL_DIR%"\System\Jar\*;"%ALL_DIR%"\System
set STARTUP_ARGS=-Xmx%ALL_MAX_MEM% -Xms%ALL_MEM% -Djava.library.path="%ALL_DIR%\System\Lib" -Djna.library.path="%ALL_DIR%\System\Lib"
@Rem set MAIN_CLASS=com.all.log... | josdem/client | client/src/main/os/windows/scripts/AllDotComClient.bat | bat | apache-2.0 | 478 |
java -jar target/knowledge-based-reasoning-framework-v1.0-jar-with-dependencies.jar | intelligent-decision-support-systems/knowledge-based-reasoning-framework | run_krf.bat | bat | apache-2.0 | 83 |
@setlocal
@cd ../source/core/visualizer/shaders
@glslangValidator.exe -V -o fullscreen_triangle_vs.spv -S vert fullscreen_triangle_vs.glsl
@glslangValidator.exe -V -o final_resolve_ps.spv -S frag final_resolve_ps.glsl
@(echo #include "visualizer/shaders/fullscreen_triangle_vs.spv.h" & echo.) > fullscreen_triangle_vs.... | RichieSams/lantern | dev/compile_shaders.bat | bat | apache-2.0 | 569 |
@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... | nToklo/ntokloapi-python | docs/make.bat | bat | apache-2.0 | 7,273 |
Rem ---- initial set up ----------
REM user can pass in a parameter if they want the temporary scratch area to be somewhere else than r:\fsbuild (which is a RAM drive)
REM the folder must exist
set FSDIR=%CD%
setlocal
set "tmp=r:\fsbuild"
IF %1.==. GOTO No1
set "tmp=%1"
:No1
call windows-toolchain.b... | grahamegrieve/fhirserver | build/windows-all.bat | bat | bsd-3-clause | 424 |
REM SET BUILD=Debug
SET BUILD=Release
COPY ..\src\ServiceStack.Text\bin\%BUILD%\*.* ..\..\ServiceStack\release\latest\
COPY ..\src\ServiceStack.Text\bin\%BUILD%\*.* ..\..\ServiceStack\release\latest\ServiceStack.Text\
COPY ..\src\ServiceStack.Text\bin\%BUILD%\*.* ..\..\ServiceStack\lib
COPY ..\src\ServiceStack.Text\b... | mono/ServiceStack.Text | build/copy.bat | bat | bsd-3-clause | 848 |
@echo off
set xv_path=D:\\Xilinx\\Vivado\\2015.4\\bin
call %xv_path%/xsim vga_sync_time_impl -key {Post-Implementation:sim_1:Timing:vga_sync} -tclbatch vga_sync.tcl -log simulate.log
if "%errorlevel%"=="0" goto SUCCESS
if "%errorlevel%"=="1" goto END
:END
exit 1
:SUCCESS
exit 0
| lasalvavida/Zybo-Open-Source-Video-IP-Toolbox | video_ip/vga_sync_ref/vga_sync_ref.sim/sim_1/impl/timing/simulate.bat | bat | mit | 279 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S04_ExclusiveLock.TestCase_S04_TC04_GetExclusiveLock_FileAlreadyLockedOnServer_Case2 /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pau... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S04_TC04.cmd | bat | mit | 322 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S04_ExpandRowRops_CollapseorExpandRow_TestSuite.MSOXCTABL_S04_ExpandRowRops_CollapseorExpandRow_TestSuite2 /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\MS-OXC... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S04_ExpandRowRops_CollapseorExpandRow_TestSuite2.cmd | bat | mit | 351 |
@echo off
call bapp_w32c @parfile.bld
| mrev11/ccc3 | tools/z/m.bat | bat | lgpl-2.1 | 38 |
setenv bootargs console=${console} console=tty1 root=/dev/mmcblk0p2 rootwait panic=10 ${extra}
load mmc 0:1 ${fdt_addr_r} ${fdtfile} || load mmc 0:1 ${fdt_addr_r} boot/${fdtfile}
load mmc 0:1 ${kernel_addr_r} zImage || load mmc 0:1 ${kernel_addr_r} boot/zImage || load mmc 0:1 ${kernel_addr_r} uImage || load mmc 0:1 ${k... | ebutera/meta-sunxi | recipes-bsp/u-boot/files/boot.cmd | bat | mit | 427 |
@echo off
:: +-------------------------------------------------------------------------
:: |
:: | WPN-XM Server Stack - Updater for PHARs (Global Installation)
:: |
:: +-----------------------------------------------------------------------<3
IF EXIST "%~dp0composer.phar" (
"%~dp0php.exe" "%~dp0\composer... | WPN-XM/WPN-XM | startfiles/update-phars.bat | bat | mit | 542 |
@echo OFF
bin\sh.exe bin\easyrsa-shell-init.sh | durd07/4G | vpn/openvpn/easy-rsa-master/distro/windows/EasyRSA-Start.bat | bat | gpl-2.0 | 46 |
cmd_sound/core/built-in.o := arm-eabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-timer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o sound/core/snd-rawmidi.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/core/.built-in.o.cmd | bat | gpl-2.0 | 192 |
@echo off
set FXC="%DXSDK_DIR%\Utilities\bin\x64\fxc.exe" -nologo
if not exist data mkdir data
%FXC% /T vs_4_0 /E Vertex /Fo data/vertex.fx shader/cubemap.hlsl
%FXC% /T ps_4_0 /E Pixel /Fo data/pixel.fx shader/cubemap.hlsl
| sectopod/gfx-rs | examples/skybox/compile.cmd | bat | apache-2.0 | 223 |
@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... | seap-udea/tQuakes | util/SpiceyPy/docs/make.bat | bat | gpl-2.0 | 6,705 |
%~d0
cd %~dp0
java -Xms256M -Xmx1024M -cp ../lib/advancedPersistentLookupLib-1.0.jar;../lib/commons-collections-3.2.jar;../lib/dom4j-1.6.1.jar;../lib/geronimo-stax-api_1.0_spec-1.0.jar;../lib/jboss-serialization.jar;../lib/log4j-1.2.15.jar;../lib/mysql-connector-java-5.1.30-bin.jar;../lib/poi-3.11-20141221_modified... | assoumo/GAlter | web/jobs/ImportEtudiant/ImportEtudiant/ImportEtudiant_run.bat | bat | mit | 651 |
@echo off
java -jar clockwork-2d.jar
| konrad92/clockwork-2d | run.bat | bat | mit | 38 |
@ECHO OFF
SET A_PORT=8787
SET A_DBG=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=%A_PORT%,server=y,suspend=y
java.exe %A_DBG% -cp .\target\classes info.jchein.nr/SizeTrieBitSet | jheinnic/reactor-readnums | readnums-app/debugLaunch.bat | bat | mit | 187 |
dotnet pack src/GladLive.Module.System.Library/ -c Release
dotnet pack src/GladLive.Module.System.Server/ -c Release
| GladLive/GladLive.Module.System | MyGet.bat | bat | mit | 117 |
@echo off
@mode con cp select=936 >nul
@call "C:\nginxstack\scripts\setenv.bat"
main.exe %* | wyrover/dev-stack-tool | bin/run_laravel.bat | bat | mit | 91 |
REM dir/x gives the short file names.
REM you need to get these paths correct to nodejs, ARM, spark-cli, dfu files
set PATH=C:\Windows;C:\Windows\System32;c:\progra~1\nodejs;c:
\progra~1\GNUTOO~1\4947E~1.920\bin;H:\AEE653~1\cp12\spark\dfu;H:
\APPLIC~1\npm
echo "*************************************" >>myoutput.tx... | hpssjellis/dfu-util-windows-spark-core-photon | basics.bat | bat | mit | 638 |
@echo off
setlocal
call "%%~dp0__init__\__init__.bat" || exit /b
"%CALLF_EXE_PATH%" /shell-exec runas /no-sys-dialog-ui /attach-parent-console "${COMSPEC}" "/k"
pause
| andry81/contools | Utilities/tests/manual/contools/callf/40-test--01-shell_exec_runas--04-new_console_if_elevated--01-user_input.bat | bat | mit | 180 |
@ECHO OFF
CALL build_nopause.bat
ECHO.
PAUSE | stever/windar | nsis/build.bat | bat | mit | 47 |
SET IK_SOURCE_TOP_DIR=C:\
:: place machine dependent paths here using the COMPUTERNAME Environment Variable
IF [%COMPUTERNAME%]==[ZAXSCDVFBG] SET IK_SOURCE_TOP_DIR=I:\Data\Programs\Cambium
| ATMakersOrg/OpenIKeys | original/IntelliKeys/WindowsOld/Win/SetEnvironment.cmd | bat | mit | 189 |
call api ffff.ffglparamset "{\"instance\": \"Twisted\", \"param\":\"Twirl\", \"val\": 0.1}"
call api ffff.ffglparamset "{\"instance\": \"Twisted\", \"param\":\"Twirl\", \"val\": 0.9}"
call api ffff.ffglparamset "{\"instance\": \"Twisted\", \"param\":\"Twirl\", \"val\": 0.1}"
call api ffff.ffglparamset "{\"instance\": \... | nosuchtim/VizBench | bin/loopytest.bat | bat | mit | 736 |
cmd_fs/ext4/xattr_user.o := arm-eabi-gcc -Wp,-MD,fs/ext4/.xattr_user.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-proto... | HCDRJacob/wildfire-kernel | fs/ext4/.xattr_user.o.cmd | bat | gpl-2.0 | 150,814 |
@echo off
cd build
jom test
cd ..
@echo on | chronoxor/Depth | system/NMakeJOM-7-test.bat | bat | gpl-2.0 | 42 |
cmd_fs/bio.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/.bio.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fn... | mattkelly/linux-2.6-xlnx | fs/.bio.o.cmd | bat | gpl-2.0 | 26,535 |
cmd_drivers/video/msm/mhl_v2/sii8240/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/video/msm/mhl_v2/sii8240/built-in.o drivers/video/msm/mhl_v2/sii8240/sii8240.o drivers/video/msm/mhl_v2/sii8240/sii8240_platform.o
| friedrich420/Note-3-AEL-Kernel | drivers/video/msm/mhl_v2/sii8240/.built-in.o.cmd | bat | gpl-2.0 | 270 |
deps_config := \
virt/kvm/Kconfig \
arch/arm/kvm/Kconfig \
lib/xz/Kconfig \
lib/Kconfig \
crypto/asymmetric_keys/Kconfig \
drivers/crypto/ux500/Kconfig \
drivers/crypto/nx/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/evm/Kconf... | heijingjie/fs_linux_3.10.58 | include/config/auto.conf.cmd | bat | gpl-2.0 | 26,588 |
cmd_arch/arm/kernel/head.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/kernel/.head.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kernel/nexu... | hch-im/nexus4_kernel | arch/arm/kernel/.head.o.cmd | bat | gpl-2.0 | 7,963 |
cmd_sound/pci/vx222/built-in.o := rm -f sound/pci/vx222/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pci/vx222/built-in.o
| sembre/kernel_totoro_update3 | common/sound/pci/vx222/.built-in.o.cmd | bat | gpl-2.0 | 137 |
cmd_fs/sysfs/built-in.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/inode.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/bin.o fs/sysfs/group.o
| AOSP-ZEUS/android_kernel_samsung_n1 | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 258 |
deps_config := \
lib/xz/Kconfig \
lib/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/apparmor/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib... | eugene373/Kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 21,256 |
c:\python25\python setup.py build -cmingw32
c:\python25\python setup.py bdist_wininst
c:\python25\python setup.py install
| commonsense/divisi | winbuild.bat | bat | gpl-3.0 | 125 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.