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 |
|---|---|---|---|---|---|
net start carbonator | lhoworko/carbonator | Carbonator/start-service.cmd | bat | mit | 20 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMSG.S06_ReloadCachedInformation.MSOXCMSG_S06_TC01_RopReloadCachedInformation /testcontainer:..\..\MS-OXCMSG\TestSuite\bin\Debug\MS-OXCMSG_TestSuite.dll /runconfig:..\..\MS-OXCMSG\MS-OXCMSG.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCMSG/RunMSOXCMSG_S06_TC01_RopReloadCachedInformation.cmd | bat | mit | 312 |
@echo off
setlocal
CD /d "%~dp0"
::Test If script has Admin Priviledges/is elevated
REG QUERY "HKU\S-1-5-19" 2> NUL
IF %ERRORLEVEL% NEQ 0 (
ECHO Please run this script as an administrator
pause
EXIT /B 1
)
cls
echo Setup Options
echo =============
echo.
echo 1. Check dependencies.
echo Note: requires i... | sayar/fullstack-training-kit | HOLs/HOL-GoingLiveWindowsAzureWebSites/Source/Setup.cmd | bat | mit | 909 |
raco make lang/python.rkt
raco make lang/reader.rkt | pedropramos/PyonR | make.bat | bat | mit | 51 |
cmd_sound/usb/6fire/built-in.o := rm -f sound/usb/6fire/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD sound/usb/6fire/built-in.o
| friedrich420/Note-3-AEL-Kernel | sound/usb/6fire/.built-in.o.cmd | bat | gpl-2.0 | 166 |
@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 lic... | hyokun31/wisekb-management-platform | wisekb-uima-ducc/apache-uima/apache-activemq/bin/activemq.bat | bat | apache-2.0 | 4,174 |
echo off
cls
echo *********************************************************
echo make sure you are running this entire shell in admin mode
echo *********************************************************
pause
echo on
cd modules
cd mDAL
call install.cmd
call link.cmd
cd..
cd..
cd server
call linkDALs.cmd
npm install
cd..... | javuio/MySQLNodeBootstrapAngular | install.cmd | bat | mit | 326 |
make clean
make MCU=atmega168
copy SelfTest.hex SelfTest168.hex
pause
| rchicoli/asuro-lib | examples/SelfTest/make168-all.bat | bat | gpl-2.0 | 71 |
@rem Copyright 2017 gRPC 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 required by applicable ... | yang-g/grpc | tools/internal_ci/windows/grpc_build_artifacts.bat | bat | apache-2.0 | 946 |
IF DEFINED APPVEYOR (
REM mkdir "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Microsoft.Common.targets\ImportBefore"
REM copy packages\MSBuild.SonarQube.Runner.Tool.1.0.0\tools\Targets\SonarQube.Integration.ImportBefore.targets "C:\Program Files (x86)\Microsoft Visual Studio\2017\Commun... | coenm/PlaygroundCoreDotNet | .scripts/InitializeSonarqubeAnalysis.bat | bat | mit | 2,012 |
@echo off
:: %License%
SetLocal DisableDelayedExpansion
set Result=1
set Arg1=%1
SetLocal EnableDelayedExpansion
if not .!Arg1! == . EndLocal & call :Usage & goto Exit
EndLocal
:DoWork
taskkill /im adb.exe /f 2>nul
set Result=%ErrorLevel%
:: ErrorLevel 128 means the process was not found, which in our case is a ... | code-glue/WinScripts | KillAdb.bat | bat | mit | 834 |
cmd_usr/initramfs_data.cpio := /bin/bash /home/mihawk/GitHub/Android_scheduler/kernel/goldfish/scripts/gen_initramfs_list.sh -o usr/initramfs_data.cpio -d
| MihawkHu/Android_scheduler | kernel/goldfish/usr/.initramfs_data.cpio.cmd | bat | mit | 157 |
cmd_drivers/net/ethernet/broadcom/built-in.o := rm -f drivers/net/ethernet/broadcom/built-in.o; arm-linux-androideabi-ar rcsD drivers/net/ethernet/broadcom/built-in.o
| MihawkHu/Android_scheduler | kernel/goldfish/drivers/net/ethernet/broadcom/.built-in.o.cmd | bat | mit | 168 |
#
# Collect & kick items
#
debuglevel 5
setvariable item %1
var maxexp 34
Collect:
save collect
match Kick You manage to collect
match Wait ...wait
put play $play.song $play.style
put collect %item
matchwait 3
goto Collect
Wait:
pause 1
goto %s
Kick:
save Kick
matchre CheckEXP You take a step back|Now w... | joemcbride/outlander | scripts/collect.cmd | bat | mit | 550 |
@echo off
SETLOCAL ENABLEDELAYEDEXPANSION
set SCRIPT_PATH=%~dp0
set SCRIPT_PATH_ESCAPE=%SCRIPT_PATH:\=\\%
If %PROCESSOR_ARCHITECTURE% == x86 (
for /f "delims=" %%i in ('C:\Windows\Sysnative\wsl.exe wslpath -ua "%SCRIPT_PATH_ESCAPE%"') do set "SCRIPT_PATH_WSL=%%i"
) Else (
for /f "delims=" %%i in ('wsl.exe wslpat... | weikinhuang/dotfiles | utils/wsl/native-wrappers/git.bat | bat | mit | 624 |
@echo off
%~dp0bin\windows\python36\python.exe %~dp0avalon.py %* | mottosso/mindbender-setup | avalon.bat | bat | mit | 64 |
Rem convert_ui_py.bat [ui file name without extension, e.g. Linker]
%python3%\python -m PyQt5.uic.pyuic %1.ui -o %1.py | rmlockwood/FLExTrans | convert_ui_py.bat | bat | mit | 118 |
@echo off
call vars.cmd
rem Build GitHub for Visual Studio
NuGet restore .\GitHubVS.sln
msbuild .\GitHubVS.sln /p:DeployExtension=False
rem Build GitHub Essentials
NuGet restore .\src\GitHub.VisualStudio.16.sln
msbuild .\src\GitHub.VisualStudio.16.sln /p:DeployExtension=False
| github/VisualStudio | build.cmd | bat | mit | 280 |
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/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/isa/ad1848/built-in.o
| chase2534/gtab47.freekern | sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 248 |
cmd_sound/spi/built-in.o := rm -f sound/spi/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs sound/spi/built-in.o
| damageless/linux-kernel-ican-tab | sound/spi/.built-in.o.cmd | bat | gpl-2.0 | 178 |
"C:\Program Files\HTML Help Workshop\hhc" ..\..\_src\Help\Approach.hhp
move /Y ..\..\_src\Help\Approach.chm .\Approach.chm
SET %ERRORLEVEL% = 0
if %1 NEQ 1 goto return
echo Performing copying...
copy .\Approach.chm ..\..\Setup\Common32\
:return | kerido/koapch | _proj/Help/Build.cmd | bat | gpl-2.0 | 250 |
cmd_sound/core/snd-hwdep.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/snd-hwdep.o sound/core/hwdep.o
| arshull/GalaTab3_Kernel | sound/core/.snd-hwdep.o.cmd | bat | gpl-2.0 | 147 |
cmd_sound/pci/oxygen/built-in.o := rm -f sound/pci/oxygen/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs sound/pci/oxygen/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | sound/pci/oxygen/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_drivers/char/hw_random/built-in.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/char/hw_random/built-in.o drivers/char/hw_random/rng-core.o
| 0xD34D/kernel_amazon_tate | drivers/char/hw_random/.built-in.o.cmd | bat | gpl-2.0 | 199 |
cmd_net/bluetooth/bluetooth.o := arm-linux-gnueabi-ld -EL -r -o net/bluetooth/bluetooth.o net/bluetooth/af_bluetooth.o net/bluetooth/hci_core.o net/bluetooth/hci_conn.o net/bluetooth/hci_event.o net/bluetooth/mgmt.o net/bluetooth/hci_sock.o net/bluetooth/hci_sysfs.o net/bluetooth/lib.o net/bluetooth/l2cap_core.o net... | jpsminix/minix5 | net/bluetooth/.bluetooth.o.cmd | bat | gpl-2.0 | 385 |
cmd_drivers/media/video/exynos/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/exynos/built-in.o drivers/media/video/exynos/mdev/built-in.o drivers/media/video/exynos/fimc-lite/built-in.o drivers/media/video/exynos/fimc-is/built-in.o... | PrestigeMod/SHW-M440S | drivers/media/video/exynos/.built-in.o.cmd | bat | gpl-2.0 | 368 |
@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 I18NS... | WoLpH/pg_query_analyser | docs/make.bat | bat | gpl-3.0 | 5,125 |
: EnergyPlus Batch File for EP-Launch Program
: Created on: 8 Mar 2000 by J. Glazer
: Based on: RunE+.bat 17 AUG 99 by M.J. Witte
: Revised: 17 Jul 2000, Linda Lawrie (beta 3 release)
: 27 Sep 2000, Witte/Glazer - add saves for EP-Macro results
: 17 Oct 2000, Lawrie - remove wthrfl o... | Gerilla-Project/gerilla-for-grasshopper | GerillaInstall/Gerilla/gerillaBatchTemplate.bat | bat | gpl-3.0 | 19,989 |
@echo off
mkdir data
mkdir output
C:\Python27\python.exe -m pip install requests
C:\Python27\python.exe -m pip install bs4
C:\Python27\python.exe -m pip install easy_date
echo All set!
pause
| davidbouman/sugg-script | setup.bat | bat | gpl-3.0 | 199 |
cd html\texi
mkdir tmp
cd tmp
perl ..\..\..\jamal.pl ..\%1.texi.jam %1.texi
perl ..\..\..\t2h.pl %1.texi %1
mkdir ..\..\..\..\html\texi\
copy %1.texi ..\..\..\..\html\texi\
gzip %1.texi
copy %1.texi.gz ..\..\..\..\html\texi\
copy %1.html ..\..\..\..\html\texi\
gzip %1.html
copy %1.html.gz ..\..\..\..\html\texi\
hhc... | verhas/ScriptBasic | mksamples.cmd | bat | lgpl-2.1 | 818 |
@echo off
CALL config_igsn30_test.cmd
CALL classpath.cmd
java %PANFMP_TOOLS_JAVA_OPTIONS% -Dlog4j.configuration=file:%PANFMP_TOOLS_LOG4J_CONFIG% de.pangaea.metadataportal.harvester.Harvester %PANFMP_CONFIG% %1
| AuScope/NatPortalIGSN | panFMP/panFMP-1.1.0/scripts/harvest_igsn30_test.cmd | bat | lgpl-3.0 | 210 |
@headsup.py %* | SkyLined/headsup | headsup.cmd | bat | apache-2.0 | 14 |
@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 "Licens... | majetideepak/arrow | ci/appveyor-cpp-setup.bat | bat | apache-2.0 | 2,105 |
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -e DOCKER_HOST_IP=%DOCKER_HOST_IP% -e ZK=%DOCKER_HOST_IP%:2181 -it kafka_kafka:latest /bin/bash
| mvs5465/jpo-ode | docker/kafka/start-kafka-shell.cmd | bat | apache-2.0 | 157 |
@echo off
echo Installing HCK Controller and Studio. This will take a VERY long time!
echo SERIOUSLY! IT CAN TAKE OVER AN HOUR!
echo Grab yourself a meal!
echo Waiting 30s...
timeout /t 30 /nobreak > NUL
echo Performing the installation - be VERY patient!
"\\REPLACE-SMB-ADDRESS\qemu\Hardware Certification Kit\HCKSetup.... | igord-daynix/VirtHCK | guest_tools/RemoteHCK/CONTROLLER_INSTALL.bat | bat | bsd-3-clause | 997 |
@ECHO OFF
@setlocal
::
:: Edit this line to run the batch file for Qt environment.
::
::call "C:\Qt\Qt5.4.1-MinGW\5.4\mingw491_32\bin\qtenv2.bat"
::call "C:\Qt\Qt5.5.1-MinGW\5.5\mingw492_32\bin\qtenv2.bat"
::call "C:\Qt\Qt5.4.1\5.4\msvc2013_64_opengl\bin\qtenv2.bat"
call "C:\Qt\Qt5.5.1\5.5\msvc2013_64\bin\qte... | Akhilesh05/treefrog-framework | build.bat | bat | bsd-3-clause | 472 |
@echo off
SETLOCAL
TITLE Elasticsearch Service 1.4.0
if NOT DEFINED JAVA_HOME goto err
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
rem Detect JVM version to figure out appropriate executable to use
if not exist "%JAVA_HOME%\bin\java.exe" (
echo JAVA_HOME points to an invalid Java insta... | bfeldman24/clositt | lib/elasticsearch-1.4.0/bin/service.bat | bat | mit | 5,985 |
cmd_net/built-in.o := arm-eabi-ld -EL -r -o net/built-in.o net/socket.o net/core/built-in.o net/llc/built-in.o net/ethernet/built-in.o net/802/built-in.o net/sched/built-in.o net/netlink/built-in.o net/netfilter/built-in.o net/ipv4/built-in.o net/xfrm/built-in.o net/unix/built-in.o net/ipv6/built-in.o net/packet/bu... | TroNit/BlackDome_New_supersonic | net/.built-in.o.cmd | bat | gpl-2.0 | 501 |
@echo off
TITLE Elywing server software for Minecraft: Pocket Edition // No Real utility
cd /d %~dp0
if exist bin\php\php.exe (
set PHPRC=""
set PHP_BINARY=bin\php\php.exe
) else (
set PHP_BINARY=php
)
if exist Elywing*.phar (
set POCKETMINE_FILE=Elywing*.phar
) else (
if exist Elywing.phar (
set ... | H4PM/Elywing | start.cmd | bat | lgpl-3.0 | 990 |
"%PYTHON%" setup.py install
if errorlevel 1 exit 1
"%PYTHON%" setup.py test
:: Add more build steps here, if they are necessary.
:: See
:: http://docs.continuum.io/conda/build.html
:: for a list of environment variables that are set during the build process.
| kayarre/condarecipes | pyfr/bld.bat | bat | bsd-2-clause | 261 |
@ECHO OFF
ECHO + Testing w32-testival.exe:
IF NOT EXIST "%CD%\writeconsole-shellcodes\w32-writeconsole-shellcode.bin" (
ECHO * Cannot find w32-writeconsole-shellcode.bin for testing.
EXIT /B 0
)
ECHO + JMP to EIP
"%~dp0buildexew32-testival.exe" a[$]="%CD%\writeconsole-shellcodes\w32-write... | ohio813/testival | test-w32-testival.cmd | bat | bsd-3-clause | 1,888 |
@echo off
REM Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
REM for details. All rights reserved. Use of this source code is governed by a
REM BSD-style license that can be found in the LICENSE file.
setlocal
rem Handle the case where dart-sdk/bin has been symlinked to.
set DIR_NAME_WITH_S... | dart-lang/sdk | sdk/bin/dart2js_sdk.bat | bat | bsd-3-clause | 1,686 |
@echo off
set ELASTICSEARCH_HOME=%SOFTWARE_DIR%\elasticsearch-1.7.1
set PATH=%ELASTICSEARCH_HOME%\bin;%PATH% | sjahreis/seu-as-code.packages | co.elastic/elasticsearch/1.7.1/files/set-env-elasticsearch.cmd | bat | apache-2.0 | 109 |
@echo off
setlocal
for /f "tokens=1,2,4 delims=, " %%i in ('tools\m4 -P farversion.inc.m4') do (
set major=%%i
set minor=%%j
set build=%%k
)
set tag=builds/%major%.%minor%.%build%
for /f "tokens=2 delims=:" %%f in ('chcp') do set current_cp=%%f > nul
chcp 65001 > nul
echo ----------------------------------------... | FarGroup/FarManager | far/tag_build.bat | bat | bsd-3-clause | 1,830 |
@echo off
setlocal
"%~dp0\runclass.bat" -Dnet.shibboleth.idp.cli.arguments=net.shibboleth.idp.cli.ResolverTestArguments net.shibboleth.idp.cli.CLI %*
| OpenLiberty/open-liberty | dev/com.ibm.ws.security.saml.sso_fat.common/shibboleth-idp/4.1.0/bin/aacli.bat | bat | epl-1.0 | 151 |
@echo off
REM Copyright 2021 The Chromium Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM Helper batch file to launch windbg, either from a local install or from the
REM packaged Chromium toolchain.
REM There are windbg32.bat ... | nwjs/chromium.src | tools/win/windbg32.bat | bat | bsd-3-clause | 555 |
:: 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 not... | balazsbotond/sqoop-deb-package | sqoop_1.4.6-1/usr/lib/sqoop/bin/configure-sqoop.cmd | bat | apache-2.0 | 6,329 |
"%~dp0src\Build.cmd"
| TedDBarr/orleans | Build.cmd | bat | mit | 21 |
SET target=%1
IF "%target%"=="" SET target=Build
ClickToBuild %target% AzurePackage.proj
| mgrowan/Orchard | ClickToBuildAzurePackage.cmd | bat | bsd-3-clause | 92 |
@echo off
TITLE TeamCityTheatre -- Publish
rmdir /S /Q "./publish-output" & dotnet restore "./src/TeamCityTheatre.sln" && dotnet clean "./src/TeamCityTheatre.sln" --configuration Release --verbosity normal && cd "./src/TeamCityTheatre.Web" && npm ci && npm run build:release && cd .. && cd .. && dotnet publish "./src/Te... | amoerie/teamcity-theatre | publish.cmd | bat | mit | 442 |
@echo off
setlocal
call "%%~dp0__init__\__init__.bat" || exit /b
start "" /WAIT "%CALLFG_EXE_PATH%" /elevate /promote{ /attach-parent-console } "" "\"${COMSPEC}\" /c echo.\"{0} {1}\"" "1 2" "3 4"
pause
| andry81/contools | Utilities/tests/manual/contools/callf/03-test--02-elevate--03-existing_console.bat | bat | mit | 215 |
javac View.java
javac AutoCompleteTextField.java
javac DefTextArea.java
java View | alvisgage/Java-Projects | AutoCompleteText/build.bat | bat | mit | 81 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=source
set BUILDDIR=build
set SPHINXPROJ=lookit-api
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was ... | pattisdr/lookit-api | docs/make.bat | bat | mit | 812 |
@echo off
set ANT_OPTS=-Xmx200m -Dfile.encoding=UTF-8
echo Setting ant opts to: %ANT_OPTS%
ant -version
| exedio/mxsampler | setantenv.bat | bat | mit | 104 |
@echo off
set rt=
set rtver=
set osver=
for /f "usebackq" %%I in (`
dumpbin -dependents %1 ^|
findstr -r -i -c:"\<vcruntime.*\.dll$" -c:"\<msvcr.*\.dll$"
`) do (
set rt=%%~nI
)
for %%i in (a b c d e f g h i j k l m n o p q r s t u v w x y z) do @(
::- downcase
call set rt=%%rt:%%i=%%i%%
)
if "%rt%... | pmq20/ruby-compiler | ruby/win32/rtname.cmd | bat | mit | 758 |
@echo.
@echo babel components-src -d components --presets react,es2015
@babel components-src -d components --presets react,es2015 | VictorKoenders/react-utils | build.bat | bat | mit | 129 |
ring gendoc.ring
copy ringopengl45funcsdoc.txt ..\..\..\docs\source\ | ring-lang/ring | extensions/ringopengl/opengl45/document.bat | bat | mit | 68 |
@call dotnet --info
@call dotnet restore -v m ../
@if ERRORLEVEL 1 (
echo Error! Restoring dependencies failed.
exit /b 1
) else (
echo Restoring dependencies was successful.
)
@set project=..\src\Flurl.Http.CodeGen\Flurl.Http.CodeGen.csproj
@call dotnet run -c Release -p %project% ..\src\Flurl.Http\GeneratedExtens... | johnmbaughman/Flurl | Build/build.cmd | bat | mit | 673 |
cd /d %~dp0
set p=%VS110COMNTOOLS%
path %p:~0,-6%IDE\;
devenv /build Release .\Dongbo.Framework.sln
pause | gavin-hao/framework_aspnet | src/build.bat | bat | mit | 109 |
@echo off
rem Add path to Visual Studio 2019 Tools
if exist "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\Tools" set PATH=%PATH%;%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Enterprise\Common7\Tools
if exist "%ProgramFiles(x86)%\Microsoft Visual Studio\2019\Professional\Common7\Tools" set PA... | github/VisualStudio | vars.cmd | bat | mit | 865 |
@ECHO OFF
hosts.lnk | thinkingmedia/dos | hosts.cmd | bat | mit | 19 |
gcc -std=c99 -O3 -c emulator\*.c
gcc -shared -o _emulator.dll *.o
del *.o
| fogleman/DCPU-16 | build_emulator.bat | bat | mit | 74 |
@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... | jiarong/protocols | make.bat | bat | cc0-1.0 | 7,282 |
@rem ***************************************************************************
@rem Debrief - the Open Source Maritime Analysis Application
@rem http://debrief.info
@rem
@rem (C) 2000-2020, Deep Blue C Technology Ltd
@rem
@rem This library is free software; you can redistribute it and/or
@rem modify it under the ... | debrief/debrief | deploy/from_cd.bat | bat | epl-1.0 | 760 |
%1
cd %2
jar xvf %3 %4 %5 %6 %7 %8 %9 | GazeboHub/ghub-portal-doc | doc/modelio/GHub Portal/mda/JavaDesigner/bin/unjar.bat | bat | epl-1.0 | 39 |
cmd_net/netfilter/netfilter.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-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
| 0xD34D/kernel_amazon_tate | net/netfilter/.netfilter.o.cmd | bat | gpl-2.0 | 244 |
@echo off
cd ..
@rem Prepare env
mkdir build\bin\Win32\Release
call "%VS100COMNTOOLS%\vsvars32.bat"
@rem Build OpenSSL
cd srclib\OpenSSL
set PATH=c:\perl\bin;d:\dev\nasm;%PATH%
perl Configure VC-WIN32 --prefix=.\bin
call ms\do_nasm.bat
nmake -f ms\ntdll.mak
copy /y /b out32dll\ssleay32.lib ..\..\build\bin\Win32\Relea... | gureedo/eMule-IS-Mod | scripts/make_libs_release.bat | bat | gpl-2.0 | 810 |
cmd_kernel/irq/built-in.o := /home/darkspr1te/Desktop/Android/cm11/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o kernel/irq/built-in.o kernel/irq/irqdesc.o kernel/irq/handle.o kernel/irq/manage.o kernel/irq/spurious.o kernel/irq/resend.o kernel/irq/chip.o kernel/irq/dummychip.o kernel/irq/de... | darkspr1te/android_kernel_samsung_msm8916_a5 | out/kernel/irq/.built-in.o.cmd | bat | gpl-2.0 | 408 |
taskkill /IM serialport.exe /F
:check_net
if [%2]==[] goto check_process
set ping_host=%2
echo Check network status > COM1
ping %ping_host%
if errorlevel 1 goto check_net
:check_process
if [%1]==[] goto end
set process=%1
echo Check %process% status > COM1
tasklist /FO List> C:\log
type C:\log|find "%process%"
... | lmr/avocado-vt | shared/deps/finish/finish.bat | bat | gpl-2.0 | 1,286 |
cmd_drivers/mtd/onenand/built-in.o := rm -f drivers/mtd/onenand/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/mtd/onenand/built-in.o
| dizgustipated/BOCA-2.6.35.14 | drivers/mtd/onenand/.built-in.o.cmd | bat | gpl-2.0 | 160 |
cmd_arch/arm/lib/memset.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.memset.o.d -nostdinc -isystem /home/percy/sgy/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/percy/sgy/kernel/common/arch/arm/include -Iinclude -I../modules/include -include include/generated/autoconf.h ... | percy215/common | arch/arm/lib/.memset.o.cmd | bat | gpl-2.0 | 1,723 |
cmd_fs/debugfs/built-in.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o fs/debugfs/built-in.o fs/debugfs/debugfs.o
| spacecaker/Stock_spacecaker_kernel | fs/debugfs/.built-in.o.cmd | bat | gpl-2.0 | 175 |
cmd_arch/arm/boot/compressed/lib1funcs.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/boot/compressed/.lib1funcs.o.d -nostdinc -isystem /home/percy/sgy/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/percy/sgy/kernel/common/arch/arm/include -Iinclude -I../modules/include -include... | percy215/common | arch/arm/boot/compressed/.lib1funcs.o.cmd | bat | gpl-2.0 | 1,914 |
"$RTERM$" --no-restore --file=full_model.r --save > r_output.txt 2>&1 | jmarshallnz/epiclustR | run_R.bat | bat | gpl-2.0 | 70 |
cmd_drivers/char/built-in.o := mips-openwrt-linux-uclibc-ld -m elf32btsmip -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/misc.o
| shizhai/wprobe | build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/drivers/char/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cmd_drivers/pci/pcie/pcieportdrv.o := ld -m elf_i386 -r -o drivers/pci/pcie/pcieportdrv.o drivers/pci/pcie/portdrv_core.o drivers/pci/pcie/portdrv_pci.o drivers/pci/pcie/portdrv_bus.o
| namgk/kernel-tut | drivers/pci/pcie/.pcieportdrv.o.cmd | bat | gpl-2.0 | 187 |
@echo off
rem Ensure this Node.js and npm are first in the PATH
set PATH=%APPDATA%\npm;%~dp0;%PATH%
setlocal enabledelayedexpansion
pushd "%~dp0"
rem Figure out the node version.
set print_version=.\node.exe -p -e "process.versions.node + ' (' + process.arch + ')'"
for /F "usebackq delims=" %%v in (`%print_version%`... | MikeHanson/angular-cookie-service | StartKarmaDebug.cmd | bat | gpl-2.0 | 589 |
cpprsf2tsmell.sh AssertNoMessageALot.rsf -DASSERTION_ROULETTE -DASSERTION_ROULETTE_TRESHOLD=6
| carvalhomb/tsmells | tests/Pieces/AssertionRoulette/cpp/AssertNoMessageALot/AssertNoMessageALot.cmd | bat | gpl-2.0 | 95 |
@echo off
REM
REM Copyright 2010-2015 by David A. Parker <parker.david.a@gmail.com>
REM
REM This file is part of CheckValve, an HLDS/SRCDS query app for Android.
REM
REM CheckValve is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public License as published by
RE... | daparker/checkvalve-console-relay | bin/startup.bat | bat | gpl-3.0 | 6,702 |
cl ysmfile.cpp d88.cpp
| rururutan/hoot-patches | msx/falcom/ys/cut/comp.bat | bat | gpl-3.0 | 23 |
REM============================================================================
REM
REM Copyright Saab AB, 2008-2013 (http://safirsdkcore.com)
REM
REM Created by: Saab AB
REM
REM Purpose: Run database script using BSQL.
REM Note that the Mimer database 'SafirDb' must exist and run
REM before this scr... | SafirSDK/safir-sdk-core | examples/vehicledb/data/SQL/install_vehicledb_on_mimer.bat | bat | gpl-3.0 | 670 |
@rem Open "Visual Studio .NET Command Prompt" to run this script
@setlocal
@cd %~dp0
@rem PLAT: x64, Win32
@set PLAT=%1
@if "%PLAT%"=="" @set PLAT=x64
@rem CONFIG: win7, win10
@set CONFIG=%2
@if "%CONFIG%"=="" @set CONFIG=win10
@rem ARCH: x86, arm64
@set ARCH=%3
@if "%ARCH%"=="" @set ARCH=x86
@set OutDir=..\..\bu... | tnodir/fort | src/driver/msvcbuild.bat | bat | gpl-3.0 | 621 |
@echo off
ls /ad %*
| pip/Octology | dox/Jobz/7Studios/CygPip/bin/lsd.bat | bat | gpl-3.0 | 22 |
@echo off
REM **************************************************
REM ** Set console window properties **
REM **************************************************
REM TITLE Chef console
REM COLOR F0
REM **************************************************
REM ** Make sure we use the correct J2SE ... | ontometrics/ontokettle | bin/Kitchen.bat | bat | lgpl-2.1 | 2,363 |
@echo off
set ADA_INCLUDE_PATH=%ADA_INCLUDE_PATH%;%RADALIB_ROOT%\source
set ADA_OBJECTS_PATH=%ADA_OBJECTS_PATH%;%RADALIB_ROOT%\compiled
gnatmake -O2 Matrix_To_List.adb
del /q *.ali
del /q *.o
echo -----------
Matrix_To_List.exe test-matrix_toy_01.txt test-matrix_toy_01-list.txt 0
Matrix_To_List.exe test-matrix_toy_... | sergio-gomez/Radalib | tools/Matrix_To_List.bat | bat | lgpl-2.1 | 485 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=source
set SPHINXOPTS=-Dbreathe_projects.dlpack=../doxygen/xml -WT --keep-going
set BUILDDIR=build/latest
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if erro... | dmlc/dlpack | docs/make.bat | bat | apache-2.0 | 885 |
@echo off
rem
rem List commands previously typed
rem
doskey /history
| tschutter/AppData | bin/history.bat | bat | bsd-2-clause | 70 |
@echo off
mkdir tmp
echo Downloading RTLSDR Driver
httpget http://sdr.osmocom.org/trac/raw-attachment/wiki/rtl-sdr/RelWithDebInfo.zip tmp\RelWithDebInfo.zip
echo Downloading Zadig
set zadig_exe=zadig.exe
ver | findstr /l "5.1." > NUL
if %errorlevel% equ 0 set zadig_exe=zadig_xp.exe
httpget http://zadig.ak... | mwickert/SP-Comm-Tutorial-using-scikit-dsp-comm | hardware_configure/Windows_drivers/SDR#/install-rtlsdr.bat | bat | bsd-2-clause | 463 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | ericmoritz/fp | docs/make.bat | bat | bsd-2-clause | 5,097 |
:: -----------------------------------------------------------------------
:: <copyright file="NuGetPack.cmd" company="YamNet">
:: Copyright (c) 2014 YamNet contributors
:: </copyright>
:: -----------------------------------------------------------------------
@ECHO OFF
:: Accept command-line arguments:
:: * [-n] : ... | hhandoko/yam-dotnet | nuget/NuGetPack.cmd | bat | bsd-3-clause | 3,158 |
@echo off
REM ############################################################################################################################
REM # (c) 2015 Cisco and/or its affiliates. All rights reserved.
REM #
REM # This software is released under the Eclipse Public License. The details can be found in the file LICENS... | dvbu-test/PDTool | installer/PDTool-VCS.bat | bat | bsd-3-clause | 11,439 |
node web/js/server/server.js | dezvell/realtimechat | chat.bat | bat | bsd-3-clause | 28 |
REM This batch file requires ONE (1) parameter:
REM the path to the local copy of the Open SDK help sources ($/Publications/Projects/OpenSDK)
set ORIGDIR=%CD%
chdir .\Help\Working\Output\HtmlHelp1\html
REM Push docs to Open SDK WebHelp source
REM check out destination files
"C:\Program Files (x86)\Microsoft Visual... | HotDocsCorp/hotdocs-open-sdk | Help/pushdoc.bat | bat | bsd-3-clause | 1,353 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC34_GetListItemChanges_MetaInfo /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC34_GetListItemChanges_MetaInfo.cmd | bat | mit | 315 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../nesbot/carbon/bin/upgrade-carbon
php "%BIN_TARGET%" %*
| CalderaWP/Caldera-Forms | vendor/bin/upgrade-carbon.bat | bat | gpl-2.0 | 122 |
@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... | MHST14-16-Dream/Icinga-Mobile | docs/sphinx/make.bat | bat | gpl-3.0 | 6,715 |
::
:: 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 "L... | pathscale/stdcxx | generate.bat | bat | apache-2.0 | 912 |
rem Simple example to compile an OT wrapper.
set OT_PREFIX=C:\Python27\Lib\site-packages\openturns
set MINGW_PREFIX=%OT_PREFIX%\MinGW
@rem compile wrapper
%MINGW_PREFIX%\bin\gcc -Wl,--enable-auto-import wrapper.c -I%OT_PREFIX%\include -I%OT_PREFIX%\include\openturns -I%MINGW_PREFIX%\include -L%OT_PREFIX% -DH... | dbarbier/ot-svn | distro/windows/examples/mingw_wrapper_calling_shell_command/make.bat | bat | gpl-3.0 | 499 |
epicsEnvSet("IOC","")
epicsEnvSet("TOP", ".")
## Load record instances
dbLoadRecords "beam_line_example.db"
iocInit
epicsEnvShow EPICS_CA_SERVER_PORT
| mkeilman/sirepo | sirepo/package_data/template/webcon/lib/epics-boot.cmd | bat | apache-2.0 | 152 |
@ECHO OFF
REM ========== COPYRIGHT/COPYLEFT ==========
REM (C) 2016 Intel Deutschland GmbH
REM Author: Michael Soegtrop
REM Released to the public by Intel under the
REM GNU Lesser General Public License Version 2.1 or later
REM See https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
REM ========== B... | letouzey/coq-wip | dev/build/windows/MakeCoq_85pl3_abs_ocaml.bat | bat | lgpl-2.1 | 695 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.