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 Copyright (C) 2004, 2005 Pingtel Corp.
REM
REM
ECHO ??? Setting MSVC Vars...
IF NOT "%SIPXPHONE_MSVC_BASE%" == "" GOTO SET_MSVC_VARS
SET SIPXPHONE_MSVC_BASE=C:\Program Files\Microsoft Visual Studio .NET 2003\VC7
:SET_MSVC_VARS
call "%SIPXPHONE_MSVC_BASE%\bin\VCVARS32.bat"
:BUILD... | sipXtapi/sipXtapi | sipXcallLib/sipXtapi/build.win32/build_code.bat | bat | lgpl-2.1 | 564 |
::Copied from https://github.com/fsprojects/VisualFSharpPowerTools/blob/master/build.cmd
:: Apache 2 License.
@echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
packages\FAKE\tools\FAKE.exe build.fsx %*
pause | OzieGamma/OCA-Assembler | build.cmd | bat | apache-2.0 | 316 |
:: Build file for Windows systems
cl /Ox /MD /EHsc spice2xyzv.cpp /I ../../../windows/inc/spice ../../../windows/lib/x86/cspice.lib
| jherico/celestia | src/tools/spice2xyzv/build.bat | bat | gpl-2.0 | 133 |
@if not defined _echo @echo off
setlocal
set __ThisScriptShort=%0
set __ThisScriptFull=%~f0
set __ThisScriptPath=%~dp0
REM =========================================================================================
REM ===
REM === Parse arguments
REM ===
REM =============================================================... | krk/coreclr | tests/setup-stress-dependencies.cmd | bat | mit | 3,242 |
cmd_drivers/ieee802154/built-in.o := rm -f drivers/ieee802154/built-in.o; arm-eabi-ar rcs drivers/ieee802154/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | drivers/ieee802154/.built-in.o.cmd | bat | gpl-2.0 | 121 |
:: 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... | Pacobo/pruebaG | platforms/android/cordova/lib/install-device.bat | bat | mit | 1,038 |
setenv bootargs 'console=tty0 console=ttyS2,115200n8 mpurate=1000 nohz=off vram=16M omapfb.mode=dvi:640x480MR-16@60 omapdss.def_disp=dvi omapfb.vram=0:8M,1:4M,2:4M root=/dev/ram0 rw rootfstype=ext2 initrd=0x81600000,32M ramdisk_size=32768 mem=99M@0x80000000 mem=384M@0x88000000'
fatload mmc 0 0x80200000 uImage
fatload m... | wwright2/dcim3-angstrom1 | sources/meta-angstrom/recipes-angstrom/angstrom/angstrom-uboot-scripts/ramdisk-dsplink.cmd | bat | mit | 364 |
setenv bootargs console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p2 rootwait
fatload mmc 0 $kernel_addr_r Image
fatload mmc 0 $fdt_addr_r sun50i-a64-bananapi-m64.dtb
booti $kernel_addr_r - $fdt_addr_r
| masahir0y/buildroot-yamada | board/bananapi/bananapi-m64/boot.cmd | bat | gpl-2.0 | 204 |
@ECHO OFF
set CurrentDir="%~dp0"
set BaseDir="%CurrentDir:~1,-10%"
echo Uncompressing:
for %%f in (%BaseDir%\downloads\*.zip) do (
echo %%~nf
%BaseDir%\bin\unzip.exe -q -n %%f -d %BaseDir%\downloads\%%~nf
) | danbys/tutorial-httpd-tomcat | scripts/uncompess.bat | bat | mit | 211 |
@echo off
REM The creation of this build script (and associated files) was only possible using the
REM work that was done on the BoxStarter Project on GitHub:
REM http://boxstarter.codeplex.com/
REM Big thanks to Matt Wrock (@mwrockx} for creating this project, thanks!
if '%1'=='/?' goto help
if '%1'=='-help' goto h... | gep13/ContinuousIntegrationDemos | CIDemoProjectpsake/build.bat | bat | mit | 951 |
@echo off
call qt-path.bat
set PATH=%PATH%;%QT_SHARED_PATH%\bin
call "build/release/cppn-x.exe" | Evolving-AI-Lab/cppnx | run.bat | bat | mit | 98 |
git submodule foreach --recursive "git add *||true"
git submodule foreach --recursive "git commit -m '.'||true"
git submodule foreach --recursive "git push||true" | nemundo/framework | package/project_builder/commit_submodul.bat | bat | mit | 162 |
SETLOCAL
if "%ANT_HOME%"=="" set ANT_HOME=C:\JavaPrograms\apache-ant-1.6.2
if "%JAVA_HOME%"=="" set JAVA_HOME=C:\JavaPrograms\j2sdk1.4.2
call %ANT_HOME%\bin\ant.bat
ENDLOCAL | vonwenm/JANEL | Test/TestLaunchFail/runant.bat | bat | mit | 177 |
@echo off
echo Start!
set CURRENT_DIR=%~dp0
cd/d %CURRENT_DIR%
:inputBranchName
echo Please input the branchName:
set/p BRANCH_NAME=
if exist "%CURRENT_DIR%%BRANCH_NAME%" (
echo=
echo ==============================================
echo ERROR!
echo >Folder [%BRANCH_NAME%] has existed,
echo >please confirm!
echo... | OptimusZhang/bakSelfSettings | 30_KnowHow/Bat/CheckoutBranch4KDDI.bat | bat | mit | 437 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%PROGRAMFILES(X86)%\MSBuild\14.0\Bin\MsBuild.exe" /m /v:n "%DIR%DavidLievrouw.Utils.proj" /target:BuildDeployPackNuGet /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/builddeploypacknuget.log
pause | DavidLievrouw/Utils | build/builddeploypacknuget.cmd | bat | mit | 278 |
@echo Off
set configuration=%1
if "%configuration%" == "" (
set configuration=debug
)
set version=%2
if "%version%" == "" (
set version=1
)
%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild src/Build.proj /nologo /m /v:m /t:CodeCoverage /p:VisualStudioVersion=12.0;CONFIGURATION="%configuration%";ASSEMBLY_BU... | richardkundl/demodeploy | test.cmd | bat | mit | 431 |
@ECHO OFF
SET module=%1
SHIFT
:GETTEMPNAME
set PYTHONSTARTUP=%TMP%\import-%RANDOM%.py
if exist "%PYTHONSTARTUP%" GOTO :GETTEMPNAME
echo import %module% > %PYTHONSTARTUP%
python %1 %2 %3 %4 %5 %6 %7 %8 %9
| joeyespo/import | import.bat | bat | mit | 207 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=... | xclouder/u3d_autobuilder | Assets/AutoBuilder/Editor/AndroidBuilder/gradle/bin/gradle.bat | bat | mit | 2,394 |
cmd_mm/fadvise.o := arm-linux-androideabi-gcc -Wp,-MD,mm/.fadvise.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoconf.h... | tenorntex/lhbalanced | mm/.fadvise.o.cmd | bat | gpl-2.0 | 26,580 |
cmd_sound/soc/codecs/snd-soc-msm-stub.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o sound/soc/codecs/snd-soc-msm-stub.o sound/soc/codecs/msm_stub.o
| Algesat/BladeApex2 | sound/soc/codecs/.snd-soc-msm-stub.o.cmd | bat | gpl-2.0 | 164 |
if exist "%CONFIGURATIONBUILDDIR%\BuildOutput.htm" del "%CONFIGURATIONBUILDDIR%\BuildOutput.htm"
if not exist "%CONFIGURATIONBUILDDIR%\obj%PlatformArchitecture%\preprocessor\BuildLog.htm" GOTO SkipANGLEProjects
echo _________________________________________________________ >> "%CONFIGURATIONBUILDDIR%\BuildOutput.htm"... | teamfx/openjfx-9-dev-rt | modules/javafx.web/src/main/native/Tools/win/AssembleBuildLogs/AssembleLogs.cmd | bat | gpl-2.0 | 19,246 |
cmd_net/netfilter/nf_conntrack.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o net/netfilter/nf_conntrack.o net/netfilter/nf_conntrack_core.o net/netfilter/nf_conntrack_standalone.o net/netfilter/nf_conntrack_expect.o net/netfilter/nf_conntrack_helper.o net/netfilter/nf_conn... | 0xD34D/kernel_amazon_tate | net/netfilter/.nf_conntrack.o.cmd | bat | gpl-2.0 | 607 |
cmd_sound/isa/galaxy/built-in.o := rm -f sound/isa/galaxy/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD sound/isa/galaxy/built-in.o
| domintech/PandaBoard-LinuxKernel | sound/isa/galaxy/.built-in.o.cmd | bat | gpl-2.0 | 228 |
cmd_sound/core/info.o := arm-none-linux-gnueabi-gcc -Wp,-MD,sound/core/.info.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mac... | srinugnt2000/linux-2.6.37 | sound/core/.info.o.cmd | bat | gpl-2.0 | 25,131 |
cmd_net/core/gen_estimator.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,net/core/.gen_estimator.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERN... | yohanes/Acer-BeTouch-E130-Linux-Kernel | net/core/.gen_estimator.o.cmd | bat | gpl-2.0 | 27,065 |
cmd_drivers/video/mxc/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-ld -EL -r -o drivers/video/mxc/built-in.o drivers/video/mxc/ldb.o drivers/video/mxc/mipi_dsi.o drivers/video/mxc/mxcfb_hx8369_wvga.o drivers/video/mxc/mxc_hdmi.o ... | FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/video/mxc/.built-in.o.cmd | bat | gpl-2.0 | 545 |
@echo off
rem $Id$
call "%ANT_HOME%\bin\ant" -buildfile installer.xml
call "%JAVA_HOME%\bin\java" -cp ./lib/*;"%JAVA_HOME%/lib/tools.jar" -Djava.library.path=lib -Dlog4j.configuration=file:log4j-build.properties -Dincludes="src/*/plugin.xml,src/plugins/*/plugin.xml" org.drftpd.tools.installer.Wrapper | d-fens/drftpd | build.bat | bat | gpl-2.0 | 301 |
cmd_drivers/usb/serial/spcp8x5.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/serial/spcp8x5.ko drivers/usb/serial/spcp8x5.o drivers/usb/serial/spcp8x5.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/serial/.spcp8x5.ko.cmd | bat | gpl-2.0 | 275 |
cmd_ipc/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o ipc/built-in.o ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/ipcns_notifier.o ipc/syscall.o ipc/ipc_sysctl.o
| kannu1994/crespo_kernel | ipc/.built-in.o.cmd | bat | gpl-2.0 | 241 |
cmd_drivers/usb/serial/oti6858.ko := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -T /home/cgil/udoo/kernel_oficial_source/scripts/module-common.lds --build-id -o drivers/usb/serial/oti6858.ko drivers/usb/serial/oti6858.o drivers/usb/serial/oti6858.mod.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/usb/serial/.oti6858.ko.cmd | bat | gpl-2.0 | 273 |
cmd_drivers/i2c/muxes/built-in.o := rm -f drivers/i2c/muxes/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/i2c/muxes/built-in.o
| kannu1994/crespo_kernel | drivers/i2c/muxes/.built-in.o.cmd | bat | gpl-2.0 | 188 |
echo off
record test.log
hello
help
history
exit
| hnwyllmm/console | test.cmd | bat | gpl-2.0 | 49 |
cmd_drivers/scsi/scsi_wait_scan.ko := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -T /media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/scripts/module-common.lds --build-id -o drivers/scsi/scsi_wait_scan.ko drivers/scsi/scsi_wait_scan.o drivers/scsi/scsi_wait_scan.mod.o
| sktjdgns1189/android_kernel_iriver_MX100 | drivers/scsi/.scsi_wait_scan.ko.cmd | bat | gpl-2.0 | 287 |
cmd_drivers/mtd/mtdcore.o := arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/mtd/.mtdcore.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch... | srinugnt2000/linux-2.6.37 | drivers/mtd/.mtdcore.o.cmd | bat | gpl-2.0 | 22,647 |
PUSHD c:\mmj2\doc\mmj2Service
:STEP1
javac @TjavacTCompilePaths.txt @TSvcCallbackCallerClasses.txt
IF ERRORLEVEL 1 GOTO :OUCH
:STEP2
java -Xincgc -Xms64M -Xmx128M -classpath .;c:\mmj2\doc\mmj2Service;c:\mmj2\mmj2jar\mmj2.jar TSvcCallbackCaller doc\mmj2Service\TSvcCallbackCallerRunParms.txt Y c:\mmj2 c:\mmj2\data c:\m... | digama0/mmj2 | doc/mmj2Service/TSvcCallbackCaller.bat | bat | gpl-2.0 | 561 |
@echo off
if not exist ATmega8u2Code/HexFiles/batchisp.exe (
echo.
echo The program used to flash the memory couldn't be found...
echo Did you move this .bat file? Or delete something in the ATmega8u2Code folder?
echo Press any key to exit...
goto EXIT
)
echo.
echo Abracadabra!
cd ATmega8u2Code/HexFiles
echo Attemptin... | michaelmoskie/Duinobox_New | UnoJoyWin/TurnIntoAJoystick.bat | bat | gpl-3.0 | 1,316 |
# install dependencies using pip
py -m pip install typedload
py -m pip install xtermcolor
py -m pip install PyQt5
| ltworf/relational | windows/pipscript.bat | bat | gpl-3.0 | 114 |
md mus
cd mus
d88cut ..\LIBERTY_A.D88 DRIVER.BIN 0 0x16 0x4 0x1300
d88cut ..\LIBERTY_A.D88 MUS00.BIN 0 0x10 0x05 0xc00
d88cut ..\LIBERTY_A.D88 MUS01.BIN 0 0x11 0x03 0x800
d88cut ..\LIBERTY_A.D88 MUS02.BIN 0 0x11 0x05 0x1000
d88cut ..\LIBERTY_A.D88 MUS03.BIN 0 0x12 0x04 0x800
d88cut ..\LIBERTY_A.D88 MUS04.BIN 0 0x13 0... | rururutan/hoot-patches | pc88/ides/liberty/cut/cut.bat | bat | gpl-3.0 | 651 |
@echo off
:Start
Cls
color 07
echo. |----------------------------------------------|
echo. |----------------------------------------------|
echo. | USB Enable\Disable - By: Hossam Hassan Sakr |
echo. |----------------3 May 2016--------------------|
echo. |----------------------------------------------|
echo.
... | HossamHSakr/Windows-Utilities | USB EnableDisable .bat | bat | gpl-3.0 | 1,013 |
@echo off
..\..\perl\perl\bin\perl.exe ..\lib\publish_overall_main_page.pl
pause
| drj826/sml-library | bin/publish_overall_main_page.bat | bat | gpl-3.0 | 82 |
:EndDateAndTime
set end=%time%
set options="tokens=1-4 delims=:."
for /f %options% %%a in ("%start%") do set start_h=%%a&set /a start_m=100%%b %% 100&set /a start_s=100%%c %% 100&set /a start_ms=100%%d %% 100
for /f %options% %%a in ("%end%") do set end_h=%%a&set /a end_m=100%%b %% 100&set /a end_s=100%%c %% 100&se... | myfreeer/nogui | bin/timer_end.bat | bat | gpl-3.0 | 2,216 |
@echo off
:top
CLS
::<---- Ins WDD Verzeichnis wechseln ---->
(if exist "%TEMP%\dir.bat" call "%TEMP%\dir.bat") && (if exist "%TEMP%\dir.bat" del "%TEMP%\dir.bat")
cd %curdir% >NUL
COLOR 1F
::<---- Versionsinformationen ---->
set currentversion=438
set build=Pre-Alpha
set WDDpath=%cd%
::<---- URLs -->
set url=http://... | Brawl345/WiiDataDownloader | WDD.bat | bat | mpl-2.0 | 13,074 |
cd ..
START java -Xmx4G -Xms1G -server -XX:+AggressiveOpts -XX:NewSize=512M -cp "classes;build/classes/main;lib/*" org.loklak.LoklakServer >> data/loklak.log 2>&1 & echo $! > data/loklak.pid
echo "loklak server started at port 9000, open your browser at http://localhost:9000"
| daminisatya/loklak_server | bin/start.bat | bat | lgpl-2.1 | 277 |
@powershell -c "invoke-pester %~dp0\..\test"
| rivy/scoop | dbin/test.cmd | bat | unlicense | 45 |
g682>682.in
Q682<682.in
| dk00/old-stuff | misc/t.bat | bat | unlicense | 24 |
ECHO OFF
%program_TC% %left_folder%\%1 %right_folder%\%1 %target_folder%\%1 | dmilos/color | example/test/bat/check_1palette.bat | bat | apache-2.0 | 89 |
CALL CMakeCommon.bat
ECHO *** Set CB MGW specifics and run CMake ***
SET CB_OUTPUTDIR="%OUTPUTDIR%\CB_MGW"
CMake.exe -DBUILD_SHARED_LIBS=OFF -G"CodeBlocks - MinGW Makefiles" -H"%SRCROOTDIR%" -B%CB_OUTPUTDIR%
PAUSE | LiberatorUSA/GUCEF | projects/CMake/RunCMake_Static_CodeBlocks_MinGW.bat | bat | apache-2.0 | 221 |
# 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/file/upload/base64' \
--header 'x-api-key: {{x-api-key}}' \
--form 'file=data:image/gif;base64,R0lGODlhEA... | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/File Upload for Small Files (up to 50KB)/Upload Small File from Base64/cURL/UploadSmallFileFromBase64.cmd | bat | apache-2.0 | 847 |
@setlocal
@if "%1" == "" echo need a directory && goto :eof
@set OUT=%TEMP%\count_pdf_pages.out
@echo. > "%OUT%"
@for /r "%~1" %%i in ( index*.html ) do @grep "pages=" %%i | sed "s+<i>pages=+pg +;s+</i></font></a>++" >> "%OUT%"
@awk '/pg/ { pdf += 1; cnt += $2; } END { print "PDF Docs = ", pdf, " Pages = ", cnt; }' ... | oharasteve/eagle | samples/www/utilities/count_pdf_pages.bat | bat | apache-2.0 | 331 |
@echo off
setlocal enableextensions
mkdir NuGetSupport.6.1 2> NUL
copy /y ..\src\resharper-nuget\bin\Release\*.6.1.* NuGetSupport.6.1\
mkdir NuGetSupport.7.1 2> NUL
copy /y ..\src\resharper-nuget\bin\Release\*.7.1.* NuGetSupport.7.1\
mkdir NuGetSupport.8.0 2> NUL
copy /y ..\src\resharper-nuget\bin\Release\*.8.0.* Nu... | JetBrains/resharper-nuget | install/Prepare-Release.bat | bat | apache-2.0 | 336 |
@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... | hanneshapke/pyexif | docs/make.bat | bat | bsd-3-clause | 6,459 |
set doBuild=false
if "%2" == "DebugWithBower" set doBuild=true
if "%2" == "Release" set doBuild=true
if "%doBuild%" == "true" goto Build
goto:eof
:Build
set PATH=%1.bin;%PATH%
cd %~dp0
IF NOT EXIST %~dp0\node_modules\grunt call npm install
call bower install
call grunt copy
goto:eof | ZNS/EliteTracker | ZNS.EliteTracker/App_Build/build.cmd | bat | bsd-3-clause | 285 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\..\..\cssesc\bin\cssesc" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\..\..\cssesc\bin\cssesc" %*
) | mohammed52/something.pk | node_modules/css-loader/node_modules/css-selector-tokenizer/node_modules/.bin/cssesc.cmd | bat | mit | 200 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_MEETS.S02_Meeting.MSMEETS_S02_TC12_AddMeetingWithExistingUID /testcontainer:..\..\MS-MEETS\TestSuite\bin\Debug\MS-MEETS_TestSuite.dll /runconfig:..\..\MS-MEETS\MS-MEETS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-MEETS/RunMSMEETS_S02_TC12_AddMeetingWithExistingUID.cmd | bat | mit | 289 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSSYNC.S03_OperateSyncFolderHierarchyOptionalElements.MSOXWSSYNC_S03_TC01_SyncFolderHierarchy_WithoutOptionalElements /testcontainer:..\..\MS-OXWSSYNC\TestSuite\bin\Debug\MS-OXWSSYNC_TestSuite.dll /runconfig:..\..\MS-OXWSSYN... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSSYNC/RunMSOXWSSYNC_S03_TC01_SyncFolderHierarchy_WithoutOptionalElements.cmd | bat | mit | 360 |
/******************************************************************************
*
* light_isl29023_ccs.cmd - CCS linker configuration file for light_isl29023.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is suppl... | jhnphm/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c129x-boostxl-senshub/light_isl29023/light_isl29023_ccs.cmd | bat | gpl-3.0 | 2,808 |
echo "BEGIN BUILDING AND RUNNING EXAMPLES IN WINDOWS..."
call windowsbuild.bat
echo "END BUILDING AND RUNNING EXAMPLES IN WINDOWS..."
echo "THE TESTS PASSED IF THE WORD 'FAIL' WAS NOT PRINTED ABOVE"
| abeels/bde | groups/bdl/bdl+inteldfp/EXAMPLES/RUNWINDOWS.bat | bat | apache-2.0 | 203 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"jruby" -S "jirb_swing" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"%~dp0jruby.exe" "%~dpn0" %*
| gitmeri/studio3 | plugins/org.jruby/bin/jirb_swing.bat | bat | gpl-3.0 | 144 |
msbuild.exe
| EntelectChallenge/2015-SpaceInvaders-Bot-CSharp | compile.bat | bat | mit | 12 |
@echo off
cls
if not exist packages\FAKE\tools\Fake.exe (
.nuget\NuGet.exe install FAKE -OutputDirectory packages -ExcludeVersion
)
packages\FAKE\tools\FAKE.exe build.fsx %*
| fsprojects/DynamicsNAVProvider | build.cmd | bat | apache-2.0 | 176 |
@ECHO OFF
REM (C) 2015 see Authors.txt
REM
REM This file is part of MPC-HC.
REM
REM MPC-HC is free software; you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
REM the Free Software Foundation; either version 3 of the License, or
REM (at your option) any later... | ElvisZuo/MPC_HC | common.bat | bat | gpl-3.0 | 5,837 |
@echo // Copyright (C) 1996-2011 Markus F.X.J. Oberhumer
@echo //
@echo // DOS 16-bit
@echo // Microsoft Visual C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
set CC=cl -nologo -AL
set CF=-O -Gf -Gs -Gy -W3 %CFI%
set LF=%BLIB% -Fm
%CC% %CF% -c @b\src.rsp
@if errorlevel 1 goto error
... | zarboz/XBMC-PVR-mac | tools/darwin/depends/liblzo2/B/dos16/vc.bat | bat | gpl-2.0 | 864 |
:: 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"); yo... | Ramanujakalyan/Inherit | ui/plugins/com.phonegap.plugins.facebookconnect/platforms/android/cordova/lib/list-started-emulators.bat | bat | unlicense | 1,077 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already installed make sure... | fuzeman/vox | deploy.cmd | bat | mit | 3,035 |
@echo off
title cts test
set log=log.txt
if exist %log% (
del %log%
)
set "CTS_ROOT="
call:checkPath aapt
call:checkPath adb
:: call:checkPath java
:: call:logd checkjava
call:logd check java version
for /f %%a in ('java -version 2^>^&1 ^| findstr "1\.[678]"') do (
set JAVA_VERSION=%%a
... | oriensi/android-script | cts/cts-tradefed.bat | bat | mit | 5,513 |
C:\Windows\Microsoft.Net\Framework\v2.0.50727\csc.exe /nologo /out:Build\transfr.exe /recurse:Source\* /reference:..\..\Build\BouncyCastle.Crypto.dll /reference:..\..\Build\OpenTransfr.dll
@pause
Build\Standalone\transfr node:root
@pause | OpenTransfr/Core | Implementations/Libraries/CSharp/Examples/CommandLine/Compile.bat | bat | mit | 237 |
python setup.py build
python setup.py install | Profcorron/dbReportingWrapper | INSTALL.bat | bat | mit | 46 |
call "c:\Utilites\nodejs\nodevars.bat"
copy /Y ..\source\*.* ..\prod\*.*
cd ..\prod\
for %%F IN (*.js) DO uglifyjs %%F -m -o %%F
pause | Leonid-SPB/MoveVideosApp | scripts/genprod.cmd | bat | mit | 134 |
@echo off
:: -----------------------------------------------
:: Language: Spanish
:: Author: Joaquin Cabrera (jmcc3001@gmail.com)
:: -----------------------------------------------
:: Code Page: 850
:: Encoding: OEM 850
set PHRASE_0_0=^^!^^!^^! PELIGRO ^^!^^!^^!
set PHRASE_0_1=Magic Builder tiene que est... | pvpgn/pvpgn-magic-builder | module/i18n/ESN.bat | bat | mit | 3,566 |
start "" "C:\Program Files (x86)\Windows Media Player\wmplayer.exe" | ocdtrekkie/HAController | scripts/scanmusic.bat | bat | mit | 67 |
@echo off
echo Building...
echo Compressing game...
%COMSPEC% /c 7z a -tzip ./build/game.love ./game/*
echo Done compressing!
echo Bundling exe...
%COMSPEC% /c copy /b "C:\Program Files\LOVE\love.exe"+.\build\game.love .\build\game.exe
echo Done bundling!
echo Copying DLL's...
%COMSPEC% /c xcopy /ey "C:\Program File... | TheWaffleDimension/lua-dungeon-crawler | build.bat | bat | mit | 474 |
build --with-opengl --with-dx11 --with-sokol --with-bgfx --with-sff vs2017 | thennequin/ImWindow | scripts/build 2017 all.bat | bat | mit | 74 |
Echo "-> Setting up build paths"
set releaseDir="../Latest Release/"
cd %releaseDir%
set releaseDir=%cd%
cd ..\bin\Debug\
set zenToolkitBuildDir=%cd%
cd %releaseDir%
Echo "-> Deleting previous toolkit dll"
if exist Zenntrix_Toolkit.dll DEL "Zenntrix_Toolkit.dll"
Echo "-> Deleting debug files"
DEL "*.pdb"
Echo "-> L... | zenntrix/Web_Toolkit | Zenntrix_Toolkit/Build/Compile_Zenntrix_Toolkit.bat | bat | mit | 780 |
py -3 launcher.py
pause | arsenypoga/ImageboardDownloader | install.bat | bat | mit | 23 |
set CURRENT_ROOT=%~dp0
set PAN=%~d0
%PAN%
cd %CURRENT_ROOT%
cd ..\..\
set PROJECT_ROOT=%cd%
echo %PROJECT_ROOT%
set UNITY_PATH="C:\Program Files\Unity\Editor\Unity.exe"
set slua_path=%PROJECT_ROOT%\Assets\Slua\LuaObject
echo %slua_path%
rd /s /q %slua_path%
echo "del slua sccuess "
set StreamingPath=%PR... | tenvick/hugula | Client/tools/autobuild/buildandroid.bat | bat | mit | 1,322 |
windres mingw.rc -o mingwres.o
g++ -D UNICODE -D _WIN32_IE=0X0300 -D _WIN32_WINNT=0x0500 -mwindows -s -Os ../EventListener.cpp mingwres.o ../../../amalgamated/rfc_amalgamated.cpp -lcomctl32 -lole32 -o Example.exe | hasaranga/RFC-Framework | examples/Example4/mingw/mingw_compile.bat | bat | mit | 212 |
cmd_drivers/video/omap2/displays/built-in.o := rm -f drivers/video/omap2/displays/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/video/omap2/displays/built-in.o
| sembre/kernel_totoro_update3 | common/drivers/video/omap2/displays/.built-in.o.cmd | bat | gpl-2.0 | 176 |
cmd_fs/nfs_common/built-in.o := rm -f fs/nfs_common/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs fs/nfs_common/built-in.o
| p500-ics-cm9/Franco-ICS-Kernel | fs/nfs_common/.built-in.o.cmd | bat | gpl-2.0 | 149 |
cmd_arch/arm/lib/io-readsw-armv4.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.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... | dizgustipated/BOCA-2.6.35.14 | arch/arm/lib/.io-readsw-armv4.o.cmd | bat | gpl-2.0 | 1,961 |
cmd_arch/arm/lib/csumipv6.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.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=a... | HCDRJacob/wildfire-kernel | arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 1,335 |
cmd_drivers/md/dm-mirror.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o drivers/md/dm-mirror.o drivers/md/dm-raid1.o
| spacecaker/Stock_spacecaker_kernel | drivers/md/.dm-mirror.o.cmd | bat | gpl-2.0 | 177 |
@echo off
:: getdefaultconfig.bat
:: Grep for marc records
:: $Id: getdefaultconfig.bat
setlocal
::Get the current batch file's short path
for %%x in (%0) do set scriptdir=%%~dpsx
for %%x in (%scriptdir%) do set scriptdir=%%~dpsx
::echo BatchPath = %scriptdir%
if EXIST %scriptdir%SolrMarc.jar goto doit
push... | techlib/VUFIND-1 | import/bin/getdefaultconfig.bat | bat | gpl-2.0 | 493 |
:: -------------------------------------------------------------------
::
:: This is a MS-DOS script, it works only on Windows operating systems.
:: It launches MATAWS.
::
:: v.1.4.0
::
:: -------------------------------------------------------------------
::
:: Mataws - Multimodal Approach for Automatic WS Semantic An... | vlabatut/mataws | run.bat | bat | gpl-2.0 | 3,015 |
cmd_arch/arm/lib/csumpartial.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartial.o.d -nostdinc -isystem /opt/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/cody/build_kernel/SGH-I927_Kernel/LiteKernel/LiteKERNEL/arch/arm/include -Iarch/arm/include/generated -... | TeamGlide/LiteKernel | arch/arm/lib/.csumpartial.o.cmd | bat | gpl-2.0 | 2,453 |
cmd_drivers/media/dvb-frontends/stv0297.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/dvb-frontends/stv0297.ko drivers/media/dvb-frontends/stv0297.o drivers/media/dvb-frontends/stv0297.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/dvb-frontends/.stv0297.ko.cmd | bat | gpl-2.0 | 311 |
cmd_fs/isofs/dir.o := arm-none-linux-gnueabi-gcc -Wp,-MD,fs/isofs/.dir.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davi... | srinugnt2000/linux-2.6.37 | fs/isofs/.dir.o.cmd | bat | gpl-2.0 | 23,475 |
cmd_drivers/mtd/nftlcore.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/mtd/.nftlcore.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__... | yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/mtd/.nftlcore.o.cmd | bat | gpl-2.0 | 15,192 |
@ECHO OFF
CLS
ECHO WoW Server Started %time:~0,5% %date:~1%
:SERVERLOOP
authserver.exe
ECHO Trinity Restarted %time:~0,5% %date:~1%
ECHO.
GOTO SERVERLOOP
:END | TigerDue/Files | batch files/auth restarter.bat | bat | gpl-2.0 | 165 |
cmd_arch/arm/boot/Image := arm-poky-linux-gnueabi-objcopy -O binary -R .comment -S vmlinux arch/arm/boot/Image
| heyoufei2/yocto3.14.38_kernel | arch/arm/boot/.Image.cmd | bat | gpl-2.0 | 112 |
choco install -y googlechrome
choco install -y firefox
choco install -y autohotkey.install
choco install -y nodejs.install
choco install -y notepadplusplus.install
choco install -y git.install
choco install -y git
choco install -y gitextensions
choco install -y powershell
choco install -y fiddler ... | tzerb/VisualStudioTools | Choco/new machine.bat | bat | gpl-2.0 | 439 |
cmd_drivers/input/misc/capella_cm3602.o := arm-eabi-gcc -Wp,-MD,drivers/input/misc/.capella_cm3602.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/includ... | HCDRJacob/wildfire-kernel | drivers/input/misc/.capella_cm3602.o.cmd | bat | gpl-2.0 | 148,344 |
cmd_crypto/crypto_algapi.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o crypto/crypto_algapi.o crypto/algapi.o crypto/scatterwalk.o crypto/proc.o
| jashasweejena/VibeKernel | crypto/.crypto_algapi.o.cmd | bat | gpl-2.0 | 216 |
cmd_drivers/mmc/card/mmc_block.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/mmc/card/mmc_block.o drivers/mmc/card/block.o drivers/mmc/card/queue.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/mmc/card/.mmc_block.o.cmd | bat | gpl-2.0 | 216 |
cmd_drivers/macintosh/built-in.o := rm -f drivers/macintosh/built-in.o; GNUTARGET=elf32-powerpc ppc_4xx-ar rcs drivers/macintosh/built-in.o
| mattkelly/linux-2.6-xlnx | drivers/macintosh/.built-in.o.cmd | bat | gpl-2.0 | 141 |
cmd_drivers/net/usb/ipheth.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/net/usb/ipheth.ko drivers/net/usb/ipheth.o drivers/net/usb/ipheth.mod.o
| avareldalton85/rpi2-linux-rt | drivers/net/usb/.ipheth.ko.cmd | bat | gpl-2.0 | 259 |
@ECHO OFF
cd ..\src
dmc frontend.c adapter.c graphics.c BFont.c opengl.c ttf.c input.c ^
..\lib\OpenGL32.Lib ..\lib\SDL.lib ..\lib\SDL_ttf.lib ..\lib\SDL_image.lib ^
..\..\libarcomage\lib\lua51.lib ^
..\..\libarcomage\lib\arcomage.lib ^
..\..\libarcomage\lib\phobos.lib ^
-I..\include -L/SUBSYSTEM:WINDOWS -o..... | GreatEmerald/Arcomage-Clone | utils/compileWindows.cmd | bat | gpl-3.0 | 439 |
pyrcc5.exe contract.qrc -o contract_rc.py
pyinstaller.exe -n 会子管理 -w -i images/contract.ico contract.pyw
asciidoctor README.adoc -o dist/会子管理/README.html
pause | xlongfeng/agreement | pyinstaller.bat | bat | gpl-3.0 | 178 |
@echo off
git commit --amend -m %1
| th3mon/scripts | bash/windows/change-message.cmd | bat | gpl-3.0 | 36 |
@echo off
setlocal
call win32env.bat
python "%ODMBASE%\run.py" %*
endlocal
if defined ODM_NONINTERACTIVE (
exit
) | pierotofy/OpenDroneMap | winrun.bat | bat | gpl-3.0 | 121 |
@echo off
java -jar %~dp0\run-on-desktop.jar %*
| yujiorama/windowlickr | tools/src/scripts/run-on-desktop.bat | bat | gpl-3.0 | 49 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.