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 |
|---|---|---|---|---|---|
call C:\Users\mochuan.zhb\newworkspace\BundleBuilder\batch\1.bat
call C:\Users\mochuan.zhb\newworkspace\BundleBuilder\batch\2.bat
call C:\Users\mochuan.zhb\newworkspace\BundleBuilder\batch\3.bat
call C:\Users\mochuan.zhb\newworkspace\BundleBuilder\batch\4.bat
call C:\Users\mochuan.zhb\newworkspace\BundleBuilder\batch\5... | nuptboyzhb/AndroidPluginFramework | 第五课-动态启动插件中的Activity/BundleBuilder/batch/build.bat | bat | apache-2.0 | 327 |
@ECHO OFF
:: Location of msbuild - using .NET 4. Change if necessary.
SET msbuild="%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe"
IF '%1'=='' (SET configuration=Release) ELSE (SET configuration=%1)
IF '%2'=='' (SET platform="Any CPU") ELSE (SET platform=%2)
%msbuild% "../source/DependencySharp.sln" /t:Rebu... | evanwon/dependencysharp | scripts/build-release.bat | bat | apache-2.0 | 596 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\Users\BAUDOGI1\Documents\Laboratory\lab\lang\ruby\Ruby23-x64\bin\ruby.exe" "C:/Users/BAUDOGI1/Documents/Laboratory/lab/lang/ruby/Ruby23-x64/bin/rhc" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\Users\BAUDOGI1\Documents\Laboratory\lab\lang\ruby\Ruby23-x64\bin\ruby.ex... | wpm-org/wpm | lang/ruby/Ruby23-x64/bin/rhc.bat | bat | apache-2.0 | 335 |
$JRESET
$JWAASPRN,129,137
$JBIN,94,1
$JBIN,95,1
$JBIN,96,10
$JBIN,80,1
@
$JBIN,94,0
$JBIN,95,0
$JBIN,96,0
$JBIN,80,0
| illarionov/RtkGps | assets/commands/cres_raw_10hz.cmd | bat | bsd-2-clause | 128 |
:: 4. Webpack build
IF EXIST "%DEPLOYMENT_TARGET%\webpack.config.js" (
pushd "%DEPLOYMENT_TARGET%"
echo "Installing Webpack"
call :ExecuteCmd !NPM_CMD! install -g webpack
echo "Building website using Webpack"
call :ExecuteCmd webpack --config webpack.config.js --display-error-details
if !ERRORLEVEL! NEQ 0 ... | sahat/megaboilerplate | generators/deployment/modules/webpack-build.cmd | bat | mit | 340 |
@echo off
call configuration.bat
call setup.bat
msbuild monoprog.vcxproj /property:Configuration=Debug
msbuild monoprog.vcxproj /property:Configuration=Release
cucumber -f progress %*
| getopenmono/appveyor-test-1 | acceptancetest.bat | bat | mit | 187 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WEBSS.S07_OperationsOnColumns.MSWEBSS_S07_TC08_UpdateColumns_UpdateFieldWithMultipleMethodNoFields /testcontainer:..\..\MS-WEBSS\TestSuite\bin\Debug\MS-WEBSS_TestSuite.dll /runconfig:..\..\MS-WEBSS\MS-WEBSS.testsettings /uniqu... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-WEBSS/RunMSWEBSS_S07_TC08_UpdateColumns_UpdateFieldWithMultipleMethodNoFields.cmd | bat | mit | 327 |
@rem Licensed to the Apache Software Foundation (ASF) under one
@rem or more contributor license agreements. See the NOTICE file
@rem distributed with this work for additional information
@rem regarding copyright ownership. The ASF licenses this file
@rem to you under the Apache License, Version 2.0 (the
@rem "L... | grundprinzip/Impala | thirdparty/hive-0.13.1-cdh5.4.0-SNAPSHOT/hcatalog/bin/templeton.cmd | bat | apache-2.0 | 3,001 |
..\..\..\output-MinGW-i386\host-tools\tools\cabman\cabman.exe -M raw -S rappmgr.cab rapps\*.txt
| svn2github/reactos | base/applications/rapps/CreateCabFile.bat | bat | gpl-2.0 | 96 |
/******************************************************************************
*
* grlib_demo_ccs.cmd - CCS linker configuration file for grlib_demo.
*
* Copyright (c) 2012-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying thi... | cergatgmu/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/ek-tm4c123gxl-boostxl-kentec-s1/grlib_demo/grlib_demo_ccs.cmd | bat | gpl-3.0 | 2,802 |
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\dumpbin.exe" /exports SDL2_mixer_ext.dll > SDL2_mixer_ext_exports.txt
pause
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\lib" /def:SDL2_mixer_ext.def /OUT:SDL2_mixer_ext.lib
| Wohlhabend-Networks/LunaDLL | LunaDll/libs/sdl/bin/update_exports.bat | bat | gpl-3.0 | 249 |
@echo off
rem
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
r... | MikeThomsen/nifi | nifi-registry/nifi-registry-core/nifi-registry-resources/src/main/resources/bin/run-nifi-registry.bat | bat | apache-2.0 | 1,956 |
@rem File: "openwatcom.bat"
@rem
@rem This is a batch file to compile Gambit with the Open Watcom compiler
@rem (this compiler can be obtained at no charge from
@rem http://openwatcom.mirrors.pair.com/). It is assumed a full installation
@rem of the Open Watcom compiler has been done and that the system is
@rem ... | jazzscheme/gambit | misc/openwatcom.bat | bat | apache-2.0 | 8,124 |
@ECHO OFF
SET basedir=%~dp0
CD %basedir%
java -server -cp "lib/*" org.ngrinder.NGrinderAgentStarter --mode=monitor --command=stop %* | nanpa83/ngrinder | ngrinder-sh/src/main/shell/stop_monitor.bat | bat | apache-2.0 | 132 |
cmd_sound/pci/au88x0/built-in.o := rm -f sound/pci/au88x0/built-in.o; arm-eabi-ar rcs sound/pci/au88x0/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/pci/au88x0/.built-in.o.cmd | bat | gpl-2.0 | 115 |
@echo off
rem Copyright by the original author or authors.
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in compliance with the License.
rem You may obtain a copy of the License at
rem
rem http://www.apache.org/licenses/LICENSE-2.0
rem
rem Unless... | HashEngineering/darkcoinj | tools/wallet-tool.cmd | bat | apache-2.0 | 1,021 |
c:\masm611\bin\ml /coff /Zi /c /Flgvmat32.lst gvmat32.asm
| OS2World/APP-INTERNET-Webalizer | zlib/contrib/asm386/mkgvmt32.bat | bat | gpl-2.0 | 58 |
@ECHO OFF
::
:: Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
:: For licensing, see LICENSE.html or http://ckeditor.com/license
::
:: Use this file to quickly run the sample in a Windows environment.
::
adl application.xml ../../
| geobretagne/popp | web/sites/all/libraries/ckeditor/_samples/adobeair/run.bat | bat | gpl-3.0 | 261 |
"C:\Program Files\Java\jdk1.7.0_10\bin\java.exe" -classpath "C:\Users\luc4s_000\workspace\battlematrix\bin;C:\Program Files\eclipse\plugins\org.junit_4.10.0.v4_10_0_v20120426-0900\junit.jar;C:\Program Files\eclipse\plugins\org.hamcrest.core_1.1.0.v20090501071000.jar;C:\Users\luc4s_000\workspace\battlematrix\lib\axis.ja... | luc4sdreyer/battlematrix | Client1.bat | bat | mit | 836 |
@echo off
IF NOT EXIST "composer.phar" (
php -r "eval('?>' . file_get_contents('https://getcomposer.org/installer'));"
) ELSE (
php composer.phar self-update
)
IF EXIST "composer.lock" (
set COMPOSER=composer.json
php composer.phar update
) ELSE (
set COMPOSER=composer.json
php composer.phar in... | ampize/ampize | ampize.bat | bat | mit | 327 |
cd source/external/gitsubmodules/glfw
mkdir build_dll
cd build_dll
cmake -DBUILD_SHARED_LIBS=ON -G "Visual Studio 15 Win64" ../
msbuild GLFW.sln
xcopy /s/e/y src\Debug\*.dll ..\..\..\dll\win
xcopy /s/e/y src\Debug\*.lib ..\..\..\lib\win
pause
| zhangdoa/InnocenceEngine-C- | buildGLFWWin-VS15.bat | bat | mit | 247 |
@echo off
SETLOCAL
cd create
call 01-wix-prepare-%ARCH%
call 05-wix-collect-%ARCH%
call 07-wix-compile-%ARCH%
call 09-wix-link-%ARCH%
cd ..
| mgreter/libsass-msi-installer | 09-create.cmd | bat | mit | 141 |
@echo off
setlocal enabledelayedexpansion
set projectname=MyApp
echo Node
cmd /c node --version
if %errorlevel% == 1 goto end
echo Grunt
cmd /c grunt --version
if %errorlevel% == 1 goto end
echo Bower
cmd /c bower --version
if %errorlevel% == 1 goto end
echo Yeoman
cmd /c yo --version
rem if %errorlevel% == ... | nikson/devops | scripts/node-app-deploy.bat | bat | mit | 1,328 |
set PATH=%PATH%;C:\Qt\4.8.5\bin
qmake Doubloons-qt.pro clean
mingw32-make -f Makefile release-uninstall
del /Q /F build\*.*
pause | 9kot9/doubloons | clean_windows.bat | bat | mit | 130 |
@echo off
java -cp .;../10_bin;./10_bin;./02_lib/ccOutils.jar org.capcaval.ccoutils.lafabrique.LaFabrique %*
| CapCaval/ccProjects | 30_sample/laFab.bat | bat | mit | 117 |
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.MSBuildTasks.proj" /p:IsPrerelease="true";PrereleaseName="beta" /target:PushNuGet /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/pushnuget.log
pause | DavidLievrouw/MSBuildTasks | build/pushnuget-beta.cmd | bat | mit | 308 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=zof
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not f... | byllyfish/pylibofp | doc/sphinx/make.bat | bat | mit | 807 |
setlocal
call settings.bat
git clone -b next https://github.com/protobuf-c/protobuf-c.git
rem git clone -b next https://github.com/alex85k/protobuf-c.git
cd protobuf-c/build-cmake
%CMAKE%
%ER%
%MAKEC% clean
%MAKEC% VERBOSE=1 install
%ER%
if "%Variant%" == "Debug" (
ctest -VV
%ER%
)
echo =========== OK %0 ==... | alex85k/winbuilds | build_protobuf-c.bat | bat | cc0-1.0 | 345 |
cmd_drivers/media/video/msm/server/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/media/video/msm/server/built-in.o drivers/media/video/msm/server/msm_cam_server.o
| hch-im/nexus4_kernel | drivers/media/video/msm/server/.built-in.o.cmd | bat | gpl-2.0 | 179 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/trivkins.o := ld -m elf_i386 -r -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/trivkins.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/emc/kinematics/trivkins.o
| CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.trivkins.o.cmd | bat | gpl-2.0 | 217 |
cmd_arch/arm/lib/sha1.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/drive2/Android/CM9/kernel/samsung/epic4gtouch/arc... | tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,752 |
cmd_net/ipv6/exthdrs.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.exthdrs.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/m... | srinugnt2000/linux-2.6.37 | net/ipv6/.exthdrs.o.cmd | bat | gpl-2.0 | 31,563 |
cmd_crypto/arc4.o := arm-eabi-gcc -Wp,-MD,crypto/.arc4.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KER... | timmytim/honeybutter_kernel | crypto/.arc4.o.cmd | bat | gpl-2.0 | 19,223 |
cmd_scripts/kconfig/lxdialog/checklist.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.checklist.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/checklist.o scripts/kconfig/lxdialog/checklist.c
deps_scr... | mattkelly/linux-2.6-xlnx | scripts/kconfig/lxdialog/.checklist.o.cmd | bat | gpl-2.0 | 2,091 |
cmd_sound/soc/codecs/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-tlv320aic3x.o
| srinugnt2000/linux-2.6.37 | sound/soc/codecs/.built-in.o.cmd | bat | gpl-2.0 | 143 |
cmd_net/ipv4/ip_output.o := gcc -Wp,-MD,net/ipv4/.ip_output.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -... | dnh34/proj1 | net/ipv4/.ip_output.o.cmd | bat | gpl-2.0 | 18,518 |
cmd_arch/arm/mach-msm/dma_test.ko := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -T /home/peter/Kernel/R800x/2.3.3/kernel/scripts/module-common.lds --build-id -o arch/arm/mach-msm/dma_test.ko arch/arm/mach-msm/dma_test.o arch/arm/mach-msm/dma_test.mod.o
| paxchristos/R800x-2.3.3-Kernel | arch/arm/mach-msm/.dma_test.ko.cmd | bat | gpl-2.0 | 317 |
deps_config := \
lib/xz/Kconfig \
lib/Kconfig \
drivers/virtio/Kconfig \
drivers/lguest/Kconfig \
drivers/vhost/Kconfig \
virt/kvm/Kconfig \
arch/x86/kvm/Kconfig \
drivers/crypto/caam/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/app... | jpastuszek/linux-3.0.6-gentoo-ec2 | include/config/auto.conf.cmd | bat | gpl-2.0 | 18,027 |
cmd_drivers/media/usb/gspca/gspca_sq905.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/usb/gspca/gspca_sq905.ko drivers/media/usb/gspca/gspca_sq905.o drivers/media/usb/gspca/gspca_sq905.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/usb/gspca/.gspca_sq905.ko.cmd | bat | gpl-2.0 | 311 |
>>> class Book:
... """Information about a book."""
...
>>> type(str)
<class 'type'>
>>> type(Book)
<class 'type'>
>>> dir(Book)
['__class__', '__delattr__', '__dict__', '__dir__', '__doc__', '__eq__',
'__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__',
'__le__', '__lt__', '__module__', '_... | simontakite/sysadmin | pythonscripts/practicalprogramming/oop/book_simple.cmd | bat | gpl-2.0 | 1,319 |
:: Used to automate everything for Collision so he can be lazy.
:: Requirements - Everything needs to be located in your windows path, except MSVC2015
:: 7Zip
:: WINSCP - Optional, it will just not upload the file automatically if you don't have it.
:: - "open downloads" is the command that selects the downloads alias... | AeanSR/simc | WinReleaseScripts/WinCompileUpload_32.bat | bat | gpl-3.0 | 2,498 |
..\..\..\..\wget http://www.kashmiragaurang.com/web_stuff/Fonts_G/msyh.ttf
..\..\..\..\wget http://www.kashmiragaurang.com/web_stuff/Fonts_G/msyhbd.ttf | mimepp/umspx | htdocs/umsp/font/msyh/msyh_download.bat | bat | gpl-3.0 | 152 |
call call_Uncrustify.bat ..\audio-router\ cpp
call call_Uncrustify.bat ..\audio-router\ h
call call_Uncrustify.bat ..\audio-router-gui\ cpp
call call_Uncrustify.bat ..\audio-router-gui\ h
call call_Uncrustify.bat ..\bootstrapper\ cpp
call call_Uncrustify.bat ..\bootstrapper\ h
call call_Uncrustify.bat ..\do\ cpp
call c... | wolfreak99/audio-router | Uncrustify/RUNME.bat | bat | gpl-3.0 | 348 |
@echo off
C:\xampp\php\php.exe C:\xampp\htdocs\smsgateway\snackit.php
C:\xampp\php\php.exe C:\xampp\htdocs\smsgateway\kirim_sms.php
| toeko190684/smsgateway | autoreply.bat | bat | gpl-3.0 | 132 |
@echo off
ctime -begin teengine.ctm
set OutputFile=engine.exe
set OutputDir=..\build\Debug\
set ObjOutputDir=..\build\engine.dir\Debug\
set CommonMacros =/D GLEW_STATIC /D WIN32 /D _WINDOWS /D _DEBUG /D _MBCS /D_CRT_SECURE_NO_WARNINGS
set CommonCompilerFlags=/Od /MDd /DEBUG /Oi /W4 /GS /TP /Zc:wchar_t /Zi /Gm- -EH... | Toffanim/ToffanimEngine | scripts/compileTE.bat | bat | gpl-3.0 | 1,534 |
@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... | KristofferC/FeynSimul | doc/make.bat | bat | gpl-3.0 | 5,102 |
@echo off
rem Usage: ccg-parse -h
call ccg-env
%JAVA_CMD% opennlp.ccg.Parse %1 %2 %3 %4 %5 %6 %7 %8 %9
| OpenCCG/openccg | bin/ccg-parse.bat | bat | lgpl-2.1 | 110 |
start python C:\Workarea\GitHub\DevApiServer\api.py | ASSISTments/id-converter | start_api.bat | bat | unlicense | 51 |
java junit.swingui.TestRunner org.example.antbook.junit.SimpleTest | timofeysie/catechis | swing.bat | bat | apache-2.0 | 66 |
del output\rrpginlua.rpk
rdk p
rdk c
copy output\rrpginlua.rpk ..\..\..\..\rrpg\ClienteMobile\resources\complementosPadroes\rrpginlua.rpk
..\..\..\..\rrpg\ClienteMobile\resources\CompilarResource.exe
copy output\rrpginlua.rpk ..\..\..\..\rrpg\ClienteV8\resources\complementosPadroes\rrpginlua.rpk
..\..\..\..\rrpg\Clien... | rrpgfirecast/firecast | Plugins/Core/rrpginlua/compile.bat | bat | apache-2.0 | 355 |
@echo off
setlocal
call tomcat-config.bat
set MAIN_CLASS=org.apache.catalina.startup.Bootstrap
set JAVA_VM=%JAVA_HOME%/jre/bin/server/jvm.dll
IF NOT X%SERVICE_USER%==X SET SERVICE_FLAGS=--ServiceUser %SERVICE_USER% --ServicePassword %SERVICE_PASSWORD%
if "%OS%"=="Windows_NT" goto nt
echo This script only works with ... | equella/Equella | Source/Tools/UpgradeInstallation/resources/daemon/win32/tomcat.bat | bat | apache-2.0 | 3,423 |
echo on
@echo -------------------------------------------------------------------------------------
@echo SWIG generating 1. platform independent csharp library code AND
@echo 2. platform INDEPENDENT wrapper c++ code (that builds into platform DEPENDENT wrapper dll)
@echo -----------------------------------------... | tectronics/exodusdb | swig/projects/python/prebuildpython.cmd | bat | mit | 1,190 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S05_RopCopyToSuccessSynchronously_TestSuite.MSOXCPRPT_S05_RopCopyToSuccessSynchronously_TestSuite7 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.tes... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S05_RopCopyToSuccessSynchronously_TestSuite7.cmd | bat | mit | 343 |
@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... | RedisLabs/redis-completion | docs/make.bat | bat | mit | 5,116 |
cmd_drivers/clocksource/built-in.o := rm -f drivers/clocksource/built-in.o; /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ar rcsD drivers/clocksource/built-in.o
| EPDCenter/android_kernel_archos_97_titan | drivers/clocksource/.built-in.o.cmd | bat | gpl-2.0 | 245 |
@Title Install Adempiere Server
@Rem $Header: /cvsroot/adempiere/install/Adempiere/RUN_setup.bat,v 1.19 2005/09/08 21:54:12 jjanke Exp $
@Echo off
@if not "%JAVA_HOME%" == "" goto JAVA_HOME_OK
@Set JAVA=java
@Echo JAVA_HOME is not set.
@Echo You may not be able to start the required Setup window !!
@Echo ... | arthurmelo88/palmetalADP | adempiere_360/install/build/Adempiere/RUN_silentsetup.bat | bat | gpl-2.0 | 2,078 |
@echo off
c:\4dos\qmodem\qmpro.exe
call m
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/qm.bat | bat | gpl-3.0 | 45 |
@ECHO OFF
rmdir /s /q ".\WebRTC dll\debug"
rmdir /s /q ".\WebRTC dll\release"
rmdir /s /q ".\WebRTC C# Sample\obj"
rmdir /s /q ".\WebRTC C Sample\Debug"
rmdir /s /q ".\.klocwork"
rmdir /s /q ".\WebRTC C Sample\.klocwork"
del ".\*.sdf"
del ".\Debug\*.pdb"
del ".\Debug\*.ilk"
del ".\WebRTC dll\*.sdf"
del ".\WebRTC C# Sam... | PearLtd/iWebRTC | clean.bat | bat | apache-2.0 | 545 |
set VC_PATH=x86
if "%ARCH%"=="64" (
set VC_PATH=x64
)
set MSC_VER=2019
rem :: This should always be present for VC installed with VS. Not sure about VC installed with Visual C++ Build Tools 2015
rem FOR /F "usebackq tokens=3*" %%A IN (`REG QUERY "HKEY_LOCAL_MACHINE\Software\Microsoft\DevDiv\VC\Servicing\14.0\IDE.... | pytorch/text | packaging/vs2019/install_runtime.bat | bat | bsd-3-clause | 1,875 |
@ECHO ON
CALL ciscripts\appveyor\build.cmd
CALL gulp publish:github --verbose
| Aluxian/Messenger-for-Desktop | ciscripts/appveyor/build_deploy.cmd | bat | mit | 79 |
erase temp_files, %1_file,temp
REM for /f %%a IN ('dir ..\reports\%1_*.txt /B') do echo "%%~na" >>temp_files
dir ..\reports\%1_*.txt /B > temp
gawk -f remove_file_extension.awk temp > temp_files
gawk -f name_decoder_2var.awk %VAR% temp_files >> %1_file
FOR %%m in (delivery_prob,overhead_ratio, average_energy,dead_... | tinda/probenet | automators/per_router_2var.bat | bat | gpl-3.0 | 825 |
@ECHO OFF
SETLOCAL ENABLEDELAYEDEXPANSION
IF _%1_==_AUTO_ (
GOTO MakeDirs
)
IF _%2_==__ (
ECHO Usage %0 ^<basedir^> ^<depth^> ^[^hash_bits^]
ECHO.
ECHO Where ^<basedir^> is the session directory
ECHO ^<depth^> is the number of levels defined in session.save_path
ECHO ^[hash_bits^]... | tukusejssirs/eSpievatko | spievatko/espievatko/prtbl/srv/php-5.5.11/ext/session/mod_files.bat | bat | gpl-3.0 | 1,366 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `... | cjh1/StarCluster | docs/sphinx/make.bat | bat | gpl-3.0 | 3,081 |
/* Test PERLREXX.DLL */
/* Example:
perlrexx.cmd BEGIN {push @INC, 'lib'} use OS2::REXX; REXX_eval "address cmd\n'copyy'";
*/
call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'
call SysLoadFuncs
parse arg args
retval = runperl(args)
say 'retval = "'retval'"'
exit 0
addperl: procedure
parse arg perlf
p... | rhuitl/uClinux | user/perl/os2/perlrexx.cmd | bat | gpl-2.0 | 1,997 |
set fileName=UniformLoad_main.py
set fromPath=D:\AbaqusPython\UniformLoad\
set toPath=d:\simulia\temp
copy %fromPath%%fileName% %toPath% /y
abaqus cae noGUI=%fileName%
| zjkl19/AbaqusPython | main.bat | bat | mit | 171 |
@echo off
:main
if not exist ..\src\modules\Eluna\.git goto eluna:
if not exist ..\src\tools\Extractor_projects\.git goto extractors:
goto endpoint:
:eluna
copy Patch_Easybuild_Mangos3.cmd ..\src\modules\Eluna\.git
goto main:
:extractors
mkdir ..\src\tools\Extractor_projects
copy Patch_Easybuild_Mangos3.cmd ..\src\to... | mangostools/EasyBuild | Patch_Easybuild_Mangos3.cmd | bat | mit | 369 |
@echo off
set TAGDIR=C:\TreeTagger
set BIN=%TAGDIR%\bin
set CMD=%TAGDIR%\cmd
set LIB=%TAGDIR%\lib
set TAGOPT=%LIB%\french.par -token -lemma -sgml -no-unknown
if "%2"=="" goto label1
perl %CMD%\tokenize.pl -f -a %LIB%\french-abbreviations %1 | %BIN%\tree-tagger %TAGOPT% > %2
goto end
:label1
if "%1"=="" goto label2
... | kagklis/profile-analysis | TreeTagger/bin/tag-french.bat | bat | mit | 480 |
@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... | arruda/wowa | docs/make.bat | bat | mit | 5,091 |
@echo off
ruby '../lib/demo_package'
| timcolonel/wow | test/demo_package/bin/demo.bat | bat | mit | 37 |
del tests\_data\admin.json
vendor\bin\codecept.bat run acceptance A01InstallCest.php --steps --html --debug>bresult.txt | litepubl/cms | utils/build/test/install.bat | bat | mit | 121 |
@echo off
setlocal enabledelayedexpansion
SET lastfolder=0
SET dest=0
SET windest=0
SET src=0
SET winsrc=0
SET last=0
SET winsrc=%1
SET src=%winsrc:\=/%
SET src=/cygdrive/%src:~1,1%%src:~3,-1%
SET windest=%2
SET dest=%windest:\=/%
SET dest=/cygdrive/%dest:~1,1%%dest:~3,-2%
echo Src: %src%
echo (win: %winsrc%)
echo ... | DorianVasco/syncback-hard-links | syncback-hard-links.bat | bat | mit | 1,690 |
@echo off
setlocal
set PROJECT_DIR=%~dp0..
set BUILD_DIR=%PROJECT_DIR%\build\windows64_vs14
if not exist "%BUILD_DIR%" mkdir "%BUILD_DIR%" || goto error
pushd "%BUILD_DIR%" || goto error
:: Configure cmake.
call cmake -G "Visual Studio 14 2015 Win64" "%PROJECT_DIR%" || goto error
:: Build the application.
call cmake... | suikki/simpleSDL | platforms/build_windows64_vs14.cmd | bat | mit | 470 |
@echo off
rem Get the command line arguments.
set CMD_LINE_ARGS=
:setupArgs
rem if %1a==a goto doneArgs
rem set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1
rem shift
rem goto setupArgs
:doneArgs
if not "%MICA_HOME%"=="" goto runDemo
if not exist "../lib/mica.jar" goto noMicaHome
set MICA_HOME=../
goto runDemo
:noMicaHo... | justacoder/mica | bin/MiRunApp.bat | bat | mit | 867 |
/******************************************************************************
*
* qs_ek-lm3s8962_ccs.cmd - CCS linker configuration file for qs_ek-lm3s8962.
*
* Copyright (c) 2007-2013 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is suppl... | jbabyhacker/ece3849 | qs_ek-lm3s8962/qs_ek-lm3s8962_ccs.cmd | bat | mit | 2,804 |
@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... | jepio/pers_engine | docs/make.bat | bat | gpl-2.0 | 5,106 |
cmd_drivers/hid/built-in.o := /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/hid/built-in.o drivers/hid/hid.o drivers/hid/usbhid/built-in.o
| SeoDongMin/Gace_kernel | drivers/hid/.built-in.o.cmd | bat | gpl-2.0 | 164 |
@echo off
REM Set default values to use AppVeyor's built-in Qt.
set QTDIR32=C:\Qt\5.7\msvc2013
set QTDIR64=C:\Qt\5.7\msvc2013_64
set QTCompileVersion=5.7.1
REM If the AppVeyor cache couldn't recover qt570.7z,
REM try to fetch Qt 5.7.0 from slepin.fr.
if not exist qt570.7z (
curl -kLO https://www.slepin.fr/obs-plugi... | PicoCentauri/obs-websocket | CI/install-setup-qt.cmd | bat | gpl-2.0 | 584 |
cmd_libbb/strrstr.o := gcc -Wp,-MD,libbb/.strrstr.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-prototypes -... | valentinthirion/android-tracebox-busybox | libbb/.strrstr.o.cmd | bat | gpl-2.0 | 10,157 |
@ECHO OFF
"C:\Program Files\PHP7\php-cgi.exe" -b localhost:2005
IF ERRORLEVEL 1 PAUSE
| hsleisink/hiawatha | extra/windows/PHP7-FastCGI.bat | bat | gpl-2.0 | 91 |
cmd_drivers/net/8139too.o := gcc -Wp,-MD,drivers/net/.8139too.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-la... | namgk/kernel-tut | drivers/net/.8139too.o.cmd | bat | gpl-2.0 | 23,124 |
@echo off
REM we'll have to update this as the version of dosbox goes up.
set DOSBOX="\DOSBox-0.74\DOSBox.exe"
IF EXIST "%ProgramFiles%%DOSBOX%" SET DOSBOXPATH="%ProgramFiles%%DOSBOX%"
IF EXIST "%ProgramFiles(x86)%%DOSBOX%" set DOSBOXPATH="%ProgramFiles(x86)%%DOSBOX%"
%DOSBOXPATH% -c "mount c: ." -c "set PATH=... | jasonjayr/The-Evil-Wrath-Of-Zargon | run_win.bat | bat | gpl-2.0 | 387 |
cmd_fs/lockd/svc4proc.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/lockd/.svc4proc.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__ -mlit... | yohanes/Acer-BeTouch-E130-Linux-Kernel | fs/lockd/.svc4proc.o.cmd | bat | gpl-2.0 | 29,296 |
cmd_sound/soc/codecs/snd-soc-cs8427.o := /home/tcmis/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o sound/soc/codecs/snd-soc-cs8427.o sound/soc/codecs/cs8427.o
| ibuddler/M2ATT | sound/soc/codecs/.snd-soc-cs8427.o.cmd | bat | gpl-2.0 | 184 |
cmd_coreutils/sync.o := arm-linux-musleabihf-gcc -Wp,-MD,coreutils/.sync.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 -Wunde... | ThinkIntegrate/busybox | coreutils/.sync.o.cmd | bat | gpl-2.0 | 11,342 |
cmd_drivers/clocksource/built-in.o := rm -f drivers/clocksource/built-in.o; /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs drivers/clocksource/built-in.o
| paxchristos/R800x-2.3.3-Kernel | drivers/clocksource/.built-in.o.cmd | bat | gpl-2.0 | 211 |
cmd_net/netfilter/netfilter.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | net/netfilter/.netfilter.o.cmd | bat | gpl-2.0 | 232 |
cmd_drivers/mtd/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/mtd/built-in.o drivers/mtd/mtd.o drivers/mtd/cmdlinepart.o drivers/mtd/mtdchar.o drivers/mtd/mtd_blkdevs.o drivers/mtd/mtdblock.o drivers/mtd/chips/built-in.o drivers/mtd/lpddr/built-in.o drivers/mtd/maps/built-in.... | chrnueve/udooImaxdi | kernel_oficial_source/drivers/mtd/.built-in.o.cmd | bat | gpl-2.0 | 469 |
cmd_drivers/acpi/sleep/main.o := gcc -Wp,-MD,drivers/acpi/sleep/.main.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=gene... | dnh34/proj1 | drivers/acpi/sleep/.main.o.cmd | bat | gpl-2.0 | 15,321 |
@echo off
set /p ip_address=ip_address(192.168.0.7):
if "%ip_address%"=="" (set ip_address=192.168.0.7)
set ip_port=343
set /p hostname=hostname(hitrobot):
if "%hostname%"=="" (set hostname=hitrobot)
@echo updating pkg ...
pscp -pw %ip_port% -r ./pkg/* %hostname%@%ip_address%:/home/%hostname%/
pause | hitrobotgroup/hitrobotgroup.github.io | bin/update.cmd | bat | gpl-2.0 | 300 |
cmd_drivers/media/rc/keymaps/built-in.o := rm -f drivers/media/rc/keymaps/built-in.o; /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/media/rc/keymaps/built-in.o
| TeamGlide/LiteKernel | drivers/media/rc/keymaps/.built-in.o.cmd | bat | gpl-2.0 | 174 |
@echo off
call setup_mssdk71.bat
cd .
nmake -f gm_hdlcodercpu_eml.mk
@if errorlevel 1 goto error_exit
exit /B 0
:error_exit
echo The make command returned an error of %errorlevel%
An_error_occurred_during_the_call_to_make
| sandeshghimire/model-based-fpga-desing | matlab_model/slprj/accel/gm_hdlcodercpu_eml/gm_hdlcodercpu_eml.bat | bat | gpl-2.0 | 225 |
cmd_scripts/dtc/dtc.o := ccache gcc -Wp,-MD,scripts/dtc/.dtc.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O3 -fomit-frame-pointer -fgcse-las -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc.o scripts/dtc/dtc.c
source_scripts/dtc/dtc.o := scripts/dtc/dtc.c
deps_scripts/dtc/dtc.o := \
/usr/include/s... | friedrich420/Note-3-Kernel | scripts/dtc/.dtc.o.cmd | bat | gpl-2.0 | 3,123 |
@echo off
rem Obtiene la lista de argumentos de la linea de comandos
set ARGS=%1 %2 %3 %4 %5 %6 %7 %8 %9
if not "%OS%"=="Windows_NT" goto Win9x
set ARGS=%*
goto endif
:Win9x
shift
if "%9"=="" goto endif
set ARGS=%ARGS% %9
goto Win9x
:endif
set JVM=%JAVA_HOME%\bin\java %JAVA_RUN_OPTS%
%JVM% es.tid.corba.TIDNoti... | AlvaroVega/TIDNotifJ | tools/TIDNotif/Channel.bat | bat | gpl-2.0 | 363 |
cmd_arch/arm/boot/compressed/head.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/boot/compressed/.head.o.d -nostdinc -isystem /home/hacker/codesourcery/lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/hacker/android/kernels/shooter-2.6.35-kernel/arch/arm/include -Ii... | wujiku/superstar-kernel-shooter-2.3.4gb | arch/arm/boot/compressed/.head.o.cmd | bat | gpl-2.0 | 2,108 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=pywb
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found.... | ikreymer/pywb | docs/make.bat | bat | gpl-3.0 | 802 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"F:\atomicApe\babun\cygwin\home\bananas\Ruby22\bin\ruby.exe" "F:/atomicApe/babun/cygwin/home/bananas/Ruby22/bin/sass-convert" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"F:\atomicApe\babun\cygwin\home\bananas\Ruby22\bin\ruby.exe" "%~dpn0" %*
| justathoughtor2/atomicApe | cygwin/bin/sass-convert.bat | bat | gpl-3.0 | 290 |
@echo off
D:
cd D:\mssql2mysql
start python main.py
exit | yongerq/mssql2mysql | bin/start.bat | bat | gpl-3.0 | 60 |
java -Djava.library.path=%CD%\HelloWorld HelloWorld.TestHelloWorld
java -Djava.library.path=%CD%\InstanceFieldAccess InstanceFieldAccess.TestInstanceFieldAccess
| ckelsel/java-native-interface-jni-tutorial | src/run.bat | bat | gpl-3.0 | 163 |
@_createDB.bat Oracle Oracle_Demo True | SkylineNando/Delphi | Delphi/Database/FireDAC/Bin/createOracle.bat | bat | mpl-2.0 | 38 |
@echo off
start "patcher" /min p99-patcher.exe --eval "(p99-patcher:main)"
start "browser" /max http://localhost:4444 | ahungry/p99-patcher | p99-patcher.bat | bat | agpl-3.0 | 117 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.