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
set file="DEMO5"
if exist %file%.obj del %file%.obj
if not exist %file%.asm goto errasm
..\..\..\bin\nasm -f win64 %file%.asm -o %file%.obj
if errorlevel 1 goto errasm
..\..\..\bin\GoLink.exe /entry main DEMO5.obj kernel32.dll user32.dll
if errorlevel 1 goto errlink
if exist %file%.obj del %file... | thlorenz/nasmx | demos/win64/DEMO5/demo5.bat | bat | bsd-2-clause | 478 |
@echo off
if not exist build mkdir build
cd build
if not exist "Visual Studio 11 2012 Win64" mkdir "Visual Studio 11 2012 Win64"
cd "Visual Studio 11 2012 Win64"
call "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" x64
cmake-gui.exe ..\..
if exist docgl.sln start /MAX Devenv docgl.sln
cd ... | Qlex42/docgl | Build Visual Studio 11 2012 Win64.bat | bat | bsd-3-clause | 327 |
@ECHO OFF
title Press any key to compile mod from sources...
echo ================================
echo CONFIGURES ECLIPSE PROJECT FILES
echo ================================
pause
title Building Mod From Sources...
gradlew cleanCache --refresh-dependencies setupDecompWorkspace setupDevWorkspace eclipse build
pause | Maxwolf/MC-ItemRender | install.bat | bat | mit | 319 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSMTGS.S01_CreateGetDeleteCalendarRelatedItem.MSOXWSMTGS_S01_TC10_ModifyOccurrenceWithDailyPatternAndNumberedRange /testcontainer:..\..\MS-OXWSMTGS\TestSuite\bin\Debug\MS-OXWSMTGS_TestSuite.dll /runconfig:..\..\MS-OXWSMTGS\M... | XinwLi/Interop-TestSuites-1 | ExchangeWebServices/Source/Scripts/MS-OXWSMTGS/RunMSOXWSMTGS_S01_TC10_ModifyOccurrenceWithDailyPatternAndNumberedRange.cmd | bat | mit | 357 |
@echo off
set __app__="NukeX"
set __exe__="C:\Program Files\The Foundry\NUKE\Nuke10.0v2\Nuke10.0"
if not exist %__exe__% goto :missing_app
start %__app__% %__exe__% --nukex %*
goto :eof
:missing_app
echo ERROR: %__app__% not found in %__exe__%
exit /B 1
| mindbender-studio/setup | bin/windows/nuke10.bat | bat | mit | 266 |
@echo run gradlew clean first!
gradlew checkstyleMain 1> checkstyleout.txt 2>&1
| mayonghui2112/helloWorld | sourceCode/testMaven/onjava8/src/main/java/chkstyle.bat | bat | apache-2.0 | 80 |
inject.exe --run "E:\Games\SteamLibrary\steamapps\common\Path of Exile\PathOfExileSteam.exe" --inject --steam-app-id 238960 --export Load --add-path --path-resolution --module cerberus.dll | geota/hadesmem | scripts/x86/poe.bat | bat | mit | 188 |
@ECHO OFF
rem XBMC for Windows install script
rem Copyright (C) 2005-2013 Team XBMC
rem http://xbmc.org
rem Script by chadoe
rem This script generates nullsoft installer include files for xbmc's languages
rem and pvr addons
rem languages
IF EXIST languages.nsi del languages.nsi > NUL
IF EXIST xbmc-pvr-addons.nsi del ... | koying/xbmc-vidonme | project/Win32BuildSetup/genNsisIncludes.bat | bat | gpl-2.0 | 1,347 |
@echo OFF
SETLOCAL
echo "===== calling runLifecycle for sacs ====="
set EXAMPLE_LANG=sacs
call %FUNCTIONS% :runLifecycle
call %FUNCTIONS% :lifecycleCheckResults >> run.log
| osrf/opensplice | build/scripts/overnight/example_automation_scripts/examples/dcps/Lifecycle/cs/standalone/RUN.bat | bat | apache-2.0 | 188 |
#!/bin/sh
export PATH=$PATH:../mips-x86.linux-xgcc
gmake
| yl2695/CS162 | nachos/test/go.bat | bat | bsd-3-clause | 57 |
@echo off
:: -----------------------------------------------------------------------------
:: Project: OpenGTS - Open GPS Tracking System
:: URL : http://www.opengts.org
:: File : dbconfig.bat
:: -----------------------------------------------------------------------------
:: This script provides a very rough appr... | byrao123/clickfortech | nbproject/dbConfig.bat | bat | apache-2.0 | 879 |
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
:: laws.
::
:: DISCLAIMER
:: This disclaimer is not a license and does not gran... | SWORDfpga/ComputerOrganizationDesign | labs/lab12/lab12/ipcore_dir/RAM_B/simulation/functional/simulate_isim.bat | bat | gpl-3.0 | 2,996 |
executable = ../job_dagman_noop_node-node_conditional.pl
arguments = $(nodename)
universe = scheduler
output = job_dagman_noop_node-$(nodename).out
error = job_dagman_noop_node-$(nodename).err
log = job_dagman_noop_node-dir.log
Notification = NEVER
queue
| bbockelm/htcondor | src/condor_tests/job_dagman_noop_node-subdir/job_dagman_noop_node-dir.cmd | bat | apache-2.0 | 286 |
@echo off
echo *
echo *
echo * ModSecurityIIS - list dependencies
echo *
echo *
echo * This script is likely to be used as part as a debugging process.
echo *
echo *
echo * The main function of this script is to list all ModSecurityIIS runtime
echo * dependencies, including system dependencies, to check if there is a... | irtnog/ModSecurity | iis/wix/list_dependencies.bat | bat | apache-2.0 | 2,042 |
@%*
| bbauya/kudu | Kudu.Core/Scripts/starter.cmd | bat | apache-2.0 | 4 |
set JAVAHOME=c:\j2sdk1.4.1_05
set CL=.\src;
set SRC=src\infomosaic\securexml\*.java
set SRC=%SRC% src\infomosaic\securexml\applet\*.java
mkdir build\netscape\javascript
copy src\netscape\javascript\*.class build\netscape\javascript
%JAVAHOME%\bin\javac -classpath %CL% -target 1.2 -sourcepath . -d .\build %SRC%
| SrivastavaConsultingGroup/DigitalSignature | Xmlsign/Programming/JavaApplet/infomosaic/compile.bat | bat | mit | 315 |
echo This script requires fontforge
rem "C:\Program Files (x86)\FontForge\fontforge" -script convertall.sh certh.svg certh
"C:\Program Files (x86)\FontForge\fontforge" -script convertall.sh fontextend2.svg font-extend font-extend/font
rem "C:\Program Files (x86)\FontForge\fontforge" -script convertall.sh firefont.sv... | mirreck/my4x | my4x-webapp/src/main/svg/convert.bat | bat | mit | 346 |
set PATH=%PATH%;C:\Qt\5.3.2\bin
qmake "USE_QRCODE=1" "USE_UPNP=1" denarius-qt.pro
mingw32-make -f Makefile.Release
pause | carsenk/denarius | compile-win-qt5.bat | bat | mit | 120 |
call settings.cmd
docker exec -it %CONTAINER_NAME% /bin/bash --login
| spikewilliams/spydock | connect_to_container.bat | bat | mit | 73 |
::-------------------------------------------------------------------------------------------------------
:: Copyright (C) Microsoft. All rights reserved.
:: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
::------------------------------------------------------... | arunetm/ChakraCore_0114 | test/runtests.cmd | bat | mit | 18,219 |
@echo off
set NUGET=.nuget\nuget
::=============================================================================
:: NOTE: do not push this to public repos!
:: sample snippet for the .gitignore
**/*.secure*
**/*.secret*
::----------------------------------------------------------------------------
:: following sc... | moljac/HolisticWare.System.Data.DataSetExtensions | publish.cmd | bat | mit | 745 |
java -cp target\rabbitmq-tester-0.0.1-SNAPSHOT-shaded.jar talkingscott.rabbitmq_tester.PublisherApp %*
| talkingscott/rabbitmq-tester | publisher.bat | bat | mit | 103 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\foreman\nf.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\foreman\nf.js" %*
) | somenathghosh/Chat_Client | node_modules/.bin/nf.cmd | bat | mit | 168 |
move .\dist\js\*.js .\dist\js\elm.js
copy .\dist\js\elm.js src\assets\lib\elm.js
xcopy /d /s /y .\src\assets .\src\signmaker\assets
xcopy /d /s /y .\src\assets .\published\assets
xcopy /d /s /y .\src\signmaker .\published\signmaker\
xcopy /d /s /y .\src\assets "..\..\SignWriter\SignWriter Studio\SignWriterStudio... | JonathanDDuncan/QuickSignEditor | copy over.cmd | bat | mit | 342 |
@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... | vinayinvicible/django-route | docs/make.bat | bat | mit | 7,759 |
bcc32 -w- -v dqagst.c dqags.c dqk21.c dqext.c dqsort.c
| ESSS/cquadpack | bat/xdqags.bat | bat | mit | 56 |
rem Generate the MDB file needed by UnityVS and Monodevelop for debugging
rem For information on how to setup your debugging environment.
rem see https://github.com/neuoy/KSPTrajectories/blob/master/CONTRIBUTING.md
@echo off
rem get parameters that are passed by visual studio post build event
SET TargetName=%1
SET KS... | Kerbas-ad-astra/KSPTrajectories | buildscripts/UnityDebug/prepare-debug.bat | bat | mit | 835 |
@echo off
@echo ==================================================
@echo Building rabbitBusExamples
@echo ==================================================
@echo ==================================================
@echo Checking for nuget.exe in your PATH ...
@echo ==================================================
w... | derekgreer/rabbitBusExamples | build.bat | bat | mit | 4,263 |
cmd_drivers/media/usb/uvc/built-in.o := rm -f drivers/media/usb/uvc/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/uvc/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/media/usb/uvc/.built-in.o.cmd | bat | gpl-2.0 | 145 |
@%~dp0\busybox.exe gzip %*
| witwall/busybox-w32 | gzip.bat | bat | gpl-2.0 | 27 |
cmd_drivers/ata/built-in.o := ld -m elf_i386 -r -o drivers/ata/built-in.o drivers/ata/libata.o drivers/ata/ahci.o drivers/ata/sata_svw.o drivers/ata/ata_piix.o drivers/ata/ata_generic.o
| madhwang/linuxKernel | drivers/ata/.built-in.o.cmd | bat | gpl-2.0 | 190 |
cmd_drivers/mfd/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/mfd/built-in.o drivers/mfd/tps65023.o
| tenorntex/lhbalanced | drivers/mfd/.built-in.o.cmd | bat | gpl-2.0 | 116 |
cmd_sound/soc/samsung/built-in.o := rm -f sound/soc/samsung/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD sound/soc/samsung/built-in.o
| chase2534/gtab47.freekern | sound/soc/samsung/.built-in.o.cmd | bat | gpl-2.0 | 251 |
cmd_net/ipv6/udplite.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.udplite.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/.udplite.o.cmd | bat | gpl-2.0 | 31,648 |
@echo off
echo ^<^<^<dhcp^>^>^>
wmic path Win32_NetworkAdapterConfiguration get Description, dhcpenabled
| oposs/check_mk_mirror | agents/windows/plugins/mk_dhcp_enabled.bat | bat | gpl-2.0 | 108 |
cmd_fs/devpts/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/devpts/built-in.o fs/devpts/devpts.o
| TeamGlide/LiteKernel | fs/devpts/.built-in.o.cmd | bat | gpl-2.0 | 130 |
cmd_libbb/print_flags.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.print_flags.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 ... | ThinkIntegrate/busybox | libbb/.print_flags.o.cmd | bat | gpl-2.0 | 11,383 |
cmd_drivers/mmc/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/mmc/built-in.o drivers/mmc/core/built-in.o drivers/mmc/card/built-in.o drivers/mmc/host/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/mmc/.built-in.o.cmd | bat | gpl-2.0 | 178 |
cmd_drivers/media/dvb-frontends/dib7000m.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/dib7000m.ko drivers/media/dvb-frontends/dib7000m.o drivers/media/dvb-frontends/dib7000m.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/dvb-frontends/.dib7000m.ko.cmd | bat | gpl-2.0 | 315 |
cmd_drivers/media/parport/built-in.o := rm -f drivers/media/parport/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD drivers/media/parport/built-in.o
| chase2534/gtab47.freekern | drivers/media/parport/.built-in.o.cmd | bat | gpl-2.0 | 263 |
@pyw.exe D:\code\my code\mcb.pyw %*
| WaR1o/SimpleScripts | multiclipboard/mcb.bat | bat | gpl-3.0 | 37 |
/*
//###########################################################################
//
// FILE: DSP2833x_Headers_BIOS.cmd
//
// TITLE: DSP2833x Peripheral registers linker command file
//
// DESCRIPTION:
//
// This file is for use in BIOS applications.
//
// Linker command file to place the peripher... | tengyong1012/ProjectModule28335 | DSP2833x_headers/cmd/DSP2833x_Headers_BIOS.cmd | bat | gpl-3.0 | 8,529 |
cd ..
del /s /q build
mkdir build
cd build
cmake -G "Visual Studio 15 2017" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo
pause | KozGit/DOOM-3-BFG-VR | neo/cmake-vs2017-32bit.bat | bat | gpl-3.0 | 126 |
@echo off
call "../../ThirdParty/Binaries/premake/premake5.exe" --file=../Solution/Cooker.lua vs2013 | YoannLaala/GorillaEngine | Premake/Windows/Cooker.VS2013.bat | bat | gpl-3.0 | 101 |
ppc386 -B -dCONSOLEAPP -Fu"D:\developpement\UIBSVN\trunk\source" -Sd -O3 -OG3p3ru -CX AppServer.dpr
pause | padcom/aplaster | components/uib/misc/AppServer/Samples/Skeleton/compilefpc.bat | bat | gpl-3.0 | 106 |
nuget pack PDF.NET.SOD.Core.nuspec
nuget pack PDF.NET.SOD.nuspec
nuget pack PDF.NET.SOD.Access.Provider.nuspec
nuget pack PDF.NET.SOD.MemoryStorage.Extensions.nuspec
nuget pack PDF.NET.SOD.MySQL.Provider.nuspec
nuget pack PDF.NET.SOD.ODataClient.Extensions.nuspec
nuget pack PDF.NET.SOD.Oracle.Provider.nuspec
nuget pack... | znlgis/sod | src/SOD/NuGet/createnupkg.bat | bat | lgpl-2.1 | 650 |
deltree /y analcrsh
deltree /y analcrshd
deltree /y modcrc
deltree /y modcrcd
deltree /y procserv
deltree /y procservd
| BygoneWorlds/anet | src/aeh/analaeh/clean.bat | bat | lgpl-2.1 | 120 |
net session >nul 2>&1
if %errorlevel% neq 0 (
echo ERROR: Please run this script by right-clicking it and choosing
echo "Run as administrator". If a "User Account Control" popup appears
echo after you do this, please then click "Yes".
echo.
echo Exiting
pause
exit 1
) | modalexii/utils | cmd/check_admin.bat | bat | unlicense | 305 |
::icacls e: /setowner *S-1-5-32-544 /T /C
::takeown /f g:\* /a /r /d Y
::icacls e: /reset /T /C
::Admins
icacls f: /grant:r *S-1-5-32-544:(OI)(CI)F /grant:r *S-1-5-32-545:(OI)(CI)F /inheritance:e /T /C /Q
::Users
::icacls e: /grant:r *S-1-5-32-545:(OI)(CI)F /inheritance:e /T /C | anex5/windows-scripts | ntfs_acl.cmd | bat | unlicense | 284 |
@echo off
::
:: The Batchography book by Elias Bachaalany -- http://amzn.to/1X3tQ4K
::
::
:: Auto interpret anything
::
:main
setlocal
set do_delay=1
:: At least 3 arguments should be passed
if "%3"=="" goto :help
set do_cls=
set do_showftime=
set extra_args=
... | PassingTheKnowledge/Batchography | useful_scripts/autox.bat | bat | apache-2.0 | 2,731 |
/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/keytool -genkey -alias evanschambers.com -keyalg RSA -keystore BoardbotDebug.jks -keysize 2048
/Library/Java/JavaVirtualMachines/jdk1.7.0_71.jdk/Contents/Home/bin/keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -storepass android -ke... | ECLabs/BotBoard-Mobile | Droid/keystoreforboardbot.bat | bat | apache-2.0 | 361 |
@echo off
coffee -b -c -m -o ../_out . | andersnygaard/chutzpah | Samples/Compilation/CoffeeScript/compile.bat | bat | apache-2.0 | 41 |
@echo off
if "%OS%" == "Windows_NT" setlocal
rem ---------------------------------------------------------------------------
rem Start/Stop Script for the CATALINA Server
rem
rem Environment Variable Prequisites
rem
rem CATALINA_HOME May point at your Catalina "build" directory.
rem
rem CATALINA_BASE (... | WilliamGoossen/epsos-common-components.gnomonportal | bin/catalina.bat | bat | apache-2.0 | 9,139 |
cl /MT /I ..\..\..\driver\c 01_connect.c ..\..\..\driver\c\libsednamt.lib
cl /MT /I ..\..\..\driver\c 02_load.c ..\..\..\driver\c\libsednamt.lib
cl /MT /I ..\..\..\driver\c 03_load_coll.c ..\..\..\driver\c\libsednamt.lib
cl /MT /I ..\..\..\driver\c 04_query.c ..\..\..\driver\c\libsednamt.lib
cl /MT /I ..\..\..\driv... | sedna/sedna | examples/api/c/build.bat | bat | apache-2.0 | 818 |
@echo off
rem ============================================================================
rem == User defined environment variables ==
rem ============================================================================
set OUTPUT=output
set EXECUTABLE="C:\Program Files (x86)\Microso... | nsip/Sif3Framework-dotNet | Scripts/BAT/Code generation/GenerateSifAuDataModelClasses.bat | bat | apache-2.0 | 1,201 |
echo off
:: ***************************************************************************
:: * WARRANTY DISCLAIMER
:: ***************************************************************************
:: * THIS SCRIPT IS BEING PROVIDED TO YOU "AS IS". DELL DISCLAIMS ANY
:: * AND ALL WARRANTIES, EXPRESS,... | vmwaresamples/AirWatch-samples | Windows-Samples/Tools & Utilities/In-Place Upgrade Windows 7 to 10 for Dell Devices/Win10upgrade/DellCommandConfigure/X86/cctk_x86_winpe_5.bat | bat | bsd-3-clause | 7,810 |
start ..\bin\Mosa.Tool.Launcher.exe -q -a -qemu -map -asm -debugger -tcpserver -threading-off -base 0x00300000 ..\bin\Mosa.UnitTests.x86.exe
rem start ..\bin\Mosa.Tool.Debugger.exe
| kiootic/MOSA-Project | Demos/Run-UnitTests.bat | bat | bsd-3-clause | 182 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\modernizr\bin\modernizr" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\modernizr\bin\modernizr" %*
) | gofaster-git/gofasterapp | node_modules/.bin/modernizr.cmd | bat | mit | 188 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S19_Sync.MSASCMD_S19_TC13_Sync_Tasks_FilterType /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S19_TC13_Sync_Tasks_FilterType.cmd | bat | mit | 282 |
@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... | PyRsw/PyRsw | docs/make.bat | bat | mit | 7,240 |
@echo off
.nuget\NuGet.exe install FAKE -Version 3.5.4
packages\FAKE.3.5.4\tools\FAKE.exe build.fsx %1
| sq5gvm/Unity.IO.Compression | build.bat | bat | mit | 103 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: This file is part of IfcOpenShell. ::
:: ... | iras/IfcOpenShell-1 | win/vs-cfg.cmd | bat | gpl-3.0 | 7,729 |
cd D:\cloud\LYM
REM perl D:\cloud\LYM\cmd\PG_confGenerator-v3.prl effe\configuration\LYM_effe-head-single.csv effe\scenarios\LYM_effeTerreEtMer-scenario-v1.csv effe\shaders\LYM_Drawing_effe-FS.glsl effe\shaders\LYM_Drawing_effe-FS_full.glsl effe\shaders\LYM_Composition_effe-FS.glsl effe\shaders\LYM_Composition_effe-FS_... | yukao/Porphyrograph | LYM-projects/batFiles/project-archives/TerreEtMer/effeTerreEtMer.PG-single.bat | bat | gpl-3.0 | 1,026 |
#--- Monitoring commands for OpsMgr role: osa_lxc_nova_cert
command[osa_lxc_procs] = sudo /etc/nagios/plugins/check-lxc.sh nova_cert check-procs.rb '-p nova-cert -w 80 -c 320 -W 1 -C 1'
| open-power-ref-design-toolkit/opsmgr | plugins/provisioning/osa-newton/nagios/commands/osa_lxc_nova_cert.cmd | bat | apache-2.0 | 188 |
@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... | psiorx/drake | drake/doc/make.bat | bat | bsd-3-clause | 7,247 |
cmd_crypto/crypto.o := arm-linux-ld -EL -r -o crypto/crypto.o crypto/api.o crypto/cipher.o crypto/compress.o
| beebingoo/linux-2.6.32.2 | crypto/.crypto.o.cmd | bat | gpl-2.0 | 113 |
CALL BootDPRO
IF %ERRORLEVEL% NEQ 0 (
echo Aborting.
exit /b %ERRORLEVEL%
)
CALL TestDPRO
| dolphinsmalltalk/Dolphin | BootAndTestDPRO.cmd | bat | mit | 94 |
@rem for some reason this causes script to exit
@rem npm cache clean
call rd /q /s node_modules
call npm cache clean
call npm install --fallback-to-build=false --toolset=v140 | paulovieira/tilemill-clima | tilemill/platforms/windows/build.bat | bat | bsd-3-clause | 174 |
@echo off
install\bin\httpd.exe -X | ngkim/cloudify-recipes | services/apacheLB/run.bat | bat | apache-2.0 | 34 |
@echo off
if "%OS%" == "Windows_NT" setlocal
setlocal enabledelayedexpansion
rem %~dp0 is expanded pathname of the current script under NT
set LIQUIBASE_HOME="%~dp0\.."
set CP=.
for /R %LIQUIBASE_HOME% %%f in (liquibase*.jar) do set CP=!CP!;%%f
for /R %LIQUIBASE_HOME%\lib %%f in (*.jar) do set CP=!CP!;%%f
for /R %LI... | dyk/liquibase | liquibase-core/src/main/resources/dist/sdk/liquibase-sdk.bat | bat | apache-2.0 | 674 |
::
:: 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 ... | agoncharuk/ignite | modules/clients/src/test/bin/start-nodes.cmd | bat | apache-2.0 | 2,894 |
@echo off
:: This should be less complicated and convoluted.
set datetime=%date:~6,4%-%date:~3,2%-%date:~0,2%
::--%time:~0,2%-%time:~3,2%-%time:~6,2%
set logdir=benchmarks\%datetime%
mkdir %logdir%
echo Started %time% %date%.
@echo on
:: Thread scaling benchmarks for single functions.
call scripts\benchmark -m all ... | popular-parallel-programming/quad-ropes | scripts/benchmark-all.bat | bat | mit | 3,527 |
dotnet build --configuration release ..\EdiEngine.sln
nuget.exe pack config.nuspec -Symbols -SymbolPackageFormat snupkg
| olmelabs/EdiEngine | _nuget/pkg.bat | bat | mit | 121 |
@echo off
docker run --rm ^
-v "%CD%:/pwd" ^
-v //var/run/docker.sock:/var/run/docker.sock ^
-v //usr/bin/docker:/usr/bin/docker ^
javanile/pwd > .pwd.var
set /p PWD=<.pwd.var
docker run -it --rm ^
-w "%PWD%" ^
-v "%CD%:%PWD%" ^
-v //var/run/docker.sock:/var/run/docker.sock ^
-v //usr... | francescobianco/francescobianco.github.io | make.bat | bat | mit | 375 |
@echo off
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\tools\powershell\BuildAll.ps1' -Force -ErrorAction Stop"
if NOT ["%errorlevel%"]==["0"] pause
| vc3/ExoWeb | ExoWeb/Client/BuildScripts.bat | bat | mit | 169 |
cmd_drivers/staging/generic_serial/built-in.o := rm -f drivers/staging/generic_serial/built-in.o; arm-linux-gnueabi-ar rcsD drivers/staging/generic_serial/built-in.o
| jpsminix/minix5 | drivers/staging/generic_serial/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_net/sunrpc/svcauth.o := gcc -Wp,-MD,net/sunrpc/.svcauth.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-larg... | namgk/kernel-tut | net/sunrpc/.svcauth.o.cmd | bat | gpl-2.0 | 19,716 |
cmd_net/ieee802154/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o net/ieee802154/built-in.o net/ieee802154/6lowpan_iphc.o
| heyoufei2/yocto3.14.38_kernel | net/ieee802154/.built-in.o.cmd | bat | gpl-2.0 | 130 |
@echo off
taskkill /F /IM XDesProc.exe | agasy18/BallFight | BallFight/Dll Access Error Fixer.bat | bat | gpl-2.0 | 38 |
cmd_net/bluetooth/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o net/bluetooth/built-in.o net/bluetooth/bluetooth.o net/bluetooth/rfcomm/built-in.o net/bluetooth/bnep/built-in.o net/bluetooth/hidp/built-in.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | net/bluetooth/.built-in.o.cmd | bat | gpl-2.0 | 267 |
cmd_lib/built-in.o := ld -m elf_x86_64 -r -o lib/built-in.o lib/div64.o lib/sort.o lib/parser.o lib/halfmd4.o lib/debug_locks.o lib/random32.o lib/bust_spinlocks.o lib/hexdump.o lib/iomap.o lib/iomap_copy.o lib/devres.o lib/locking-selftest.o lib/spinlock_debug.o lib/hweight.o lib/plist.o lib/list_debug.o lib/bitrev.... | dnh34/proj1 | lib/.built-in.o.cmd | bat | gpl-2.0 | 367 |
cmd_drivers/misc/cb710/built-in.o := rm -f drivers/misc/cb710/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/misc/cb710/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/misc/cb710/.built-in.o.cmd | bat | gpl-2.0 | 136 |
set APP="TicTacToe"
#Deploy new version
bin/clean
bin/package
test -f /tmp/%APP% && rm -r /tmp/%APP%
cp -r build/install/%APP% /tmp
#Run application
/tmp/%APP%/bin/%APP%
| BigMcSoftware/TicTacToe | bin/deploy.bat | bat | gpl-2.0 | 175 |
cmd_kernel/module.o := arm-eabi-gcc -Wp,-MD,kernel/.module.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno... | HCDRJacob/wildfire-kernel | kernel/.module.o.cmd | bat | gpl-2.0 | 149,808 |
cmd_drivers/video/built-in.o := mips-openwrt-linux-uclibc-ld -m elf32btsmip -r -o drivers/video/built-in.o drivers/video/fb_notify.o drivers/video/backlight/built-in.o drivers/video/omap2/built-in.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/drivers/video/.built-in.o.cmd | bat | gpl-2.0 | 204 |
cmd_net/ethernet/built-in.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/ethernet/built-in.o net/ethernet/eth.o
| AOSP-ZEUS/android_kernel_samsung_n1 | net/ethernet/.built-in.o.cmd | bat | gpl-2.0 | 169 |
cmd_arch/arm/lib/setbit.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.setbit.o.d -nostdinc -isystem /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/radug/Android/ke... | RaduG/2.6.29-RaKern-2x-Hero | arch/arm/lib/.setbit.o.cmd | bat | gpl-2.0 | 1,530 |
cmd_drivers/cpufreq/built-in.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/cpufreq/built-in.o drivers/cpufreq/cpufreq.o drivers/cpufreq/cpufreq_stats.o drivers/cpufreq/cpufreq_performance.o drivers/cpufreq/cpufreq_powersave.o drivers/cpufreq/cpufreq_userspace.o drivers/cpufreq/cpufre... | p500-ics-cm9/Franco-ICS-Kernel | drivers/cpufreq/.built-in.o.cmd | bat | gpl-2.0 | 510 |
echo 1%1 2%2 3%3 >> extract_command.log | darkrip/ema | source/test/ema.packs.test/test.data/extract_command.bat | bat | gpl-2.0 | 39 |
cmd_drivers/lguest/built-in.o := rm -f drivers/lguest/built-in.o; /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs drivers/lguest/built-in.o
| denzfarid/rndc-kernel | drivers/lguest/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_net/bluetooth/rfcomm/rfcomm.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o net/bluetooth/rfcomm/rfcomm.o net/bluetooth/rfcomm/core.o net/bluetooth/rfcomm/sock.o net/bluetooth/rfcomm/tty.o ; scripts/mod/modpost net/bluetooth/rfcomm/rfcomm.o
| lindsaytheflint/stone | net/bluetooth/rfcomm/.rfcomm.o.cmd | bat | gpl-2.0 | 318 |
@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/SupplierAdmin.bat | bat | gpl-2.0 | 369 |
python %USERPROFILE%/local/init/util_git1.py "git push" | Erotemic/local | windows/oldscripts/gg-push.bat | bat | gpl-3.0 | 59 |
REM Create a release folder
mkdir %GOPATH%\src\github.com\dh1tw\gorigctl\release\
REM copy the needed shared libraries and the binary
%MSYS_PATH%\usr\bin\bash -lc "cp /mingw%MSYS2_BITS%/**/libhamlib-2.dll /c/gopath/src/github.com/dh1tw/gorigctl/release/"
%MSYS_PATH%\usr\bin\bash -lc "cp /mingw%MSYS2_BITS%/**/libgcc_s_... | dh1tw/gorigctl | ci/build-windows-bundle.bat | bat | gpl-3.0 | 1,081 |
@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%"=="Window... | Zorox3/Atomic-Power | gradlew.bat | bat | lgpl-2.1 | 2,309 |
@SET PATH=%PATH%;C:\Program Files\MSBuild\12.0\Bin;C:\Program Files (x86)\MSBuild\12.0\Bin;C:\Windows\Microsoft.NET\Framework\v4.0.30319
@Call Package.cmd
@if NOT ["%errorlevel%"]==["0"] (
exit /b %errorlevel%
)
@.nuget\Nuget.exe Push publish\*.nupkg
@if NOT ["%errorlevel%"]==["0"] (
exit /b %errorlevel%
)
| Allors/allors.binary | Publish.cmd | bat | lgpl-3.0 | 320 |
@ECHO OFF
:start
SET /A numToGuess=%RANDOM% * 10 / 32768 + 1
SET guess=0
ECHO I'm thinking of a number from 1 to 10...
PAUSE
ECHO (I didn't know computers could think either)
SET /P guess=Okay, back to what I was saying; what number am I thinking of? %=%
IF %numToGuess%==%guess% (
ECHO TU ERES MUY AWESOME!!!
ECHO.... | FracturedRetina/Batch | number-guess.bat | bat | unlicense | 576 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\.npminstall\gulp\3.9.1\gulp\bin\gulp.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\.npminstall\gulp\3.9.1\gulp\bin\gulp.js" %*
) | DHclly/webDemo | nodeJsDemo/example/gulp/node_modules/.bin/gulp.cmd | bat | unlicense | 220 |
@echo off
setlocal
rem
rem Copyright (c) 1999, 2012 Tanuki Software, Ltd.
rem http://www.tanukisoftware.com
rem All rights reserved.
rem
rem This software is the proprietary information of Tanuki Software.
rem You shall use it only in accordance with the terms of the
rem license agreement you entered into with Tanuki ... | shamim8888/SMSlib-ParallelPort | smslib-v3.5.3-MyBuild/dist/classes/Pause SMSlib-NT.bat | bat | apache-2.0 | 2,893 |
REM read a text file and move it to a new location.
REM specify a text file with relative (to this script) or absolute file paths. This will move them to a new folder (parameter 2).
REM ---------------------------------
REM parameter 1: location of text file
REM parameter 2: folder to move files to
SET fileList="%~1"
S... | dannytsang/bulkFileMover | move.bat | bat | apache-2.0 | 650 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.