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 :: BatchGotAdmin - https://sites.google.com/site/eneerge/home/BatchGotAdmin - modified by niikoo :------------------------------------- REM --> Check for permissions AT >NUL REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto ...
niikoo/NProj
Other/Fix_x2utilGH.dll_missing.bat
bat
apache-2.0
893
@setlocal enabledelayedexpansion REM Parse Arguments. set RoslynRoot=%~dp0 set BuildConfiguration=Debug REM Because override the C#/VB toolset to build against our LKG package, it is important REM that we do not reuse MSBuild nodes from other jobs/builds on the machine. Otherwise, REM we'll run into issues such as ...
ericfe-ms/roslyn
cibuild.cmd
bat
apache-2.0
6,326
call "%VS%\VC\vcvarsall.bat" x86 msbuild.exe /m:4 /p:Configuration="%CONFIGURATION%" /p:Platform="%PLATFORM%" /t:"%TARGET%" /p:SignMode="TestSign" %SOLUTION%.sln if errorlevel 1 goto error exit 0 :error exit 1
xenserver/win-xenvss
proj/msbuild.bat
bat
bsd-2-clause
211
@echo off set PARAMS=%2 %3 %4 %5 %6 %7 %8 %9 %SHIFT% :: BatchGotAdmin :------------------------------------- :: --> Check for permissions net session >nul 2>&1 :: --> If error flag not set, we do have administrator permission. if %errorLevel% == 0 ( goto hasAdmin ) :requestAdmin echo Requesting admin...
lygstate/NotepadStarter
starter/request-admin.bat
bat
bsd-3-clause
1,510
@ECHO OFF :: Usage: buildall.bat :: Build all configurations for all solutions. call buildbase.bat ..\vs2017\secp256k1.sln 15 ECHO. CALL buildbase.bat ..\vs2015\secp256k1.sln 14 ECHO. CALL buildbase.bat ..\vs2013\secp256k1.sln 12 ECHO. PAUSE
pmienk/secp256k1
builds/msvc/build/buildall.bat
bat
mit
244
@echo off setlocal echo> ~tmp~.mak #### echo> ~ver~.mak #### :loop if "%1" == "" goto :end if "%1" == "--srcdir" goto :srcdir if "%1" == "srcdir" goto :srcdir if "%1" == "--target" goto :target if "%1" == "target" goto :target if "%1" == "--with-static-linked-ext" goto :extstatic if "%1" == "--extout" ...
acangiano/ruby-benchmark-suite
benchmarks/rdoc/ruby_trunk/symbian/configure.bat
bat
mit
3,794
:: Purpose: Installs a package :: Requirements: Run this script with Administrator rights :: Author: vocatus on reddit.com/r/sysadmin ( vocatus.gate@gmail.com ) // PGP key ID: 0x07d1490f82a211a2 :: History: 1.0.5 + Add proper console and logfile logging :: 1.0.4 ! Remove pre-exist...
bmrf/pdq_deploy_packs
repository/mozilla/firefox_esr/x86/Firefox ESR x86.bat
bat
mit
4,554
@echo off set "VIRTUAL_ENV=C:\Users\Rodrigo\Desktop\projeto\Novos-Bandeirantes\backend\venv" if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) else ( if not defined PROMPT ( set "PROMPT=$P$G" ) set "_OLD_VIRTUAL_PROMPT=%PROMPT%" ) set "PROMPT=(venv) %PROMPT%" if not defined _...
IuryAlves/Novos-Bandeirantes
backend/venv/Scripts/activate.bat
bat
mit
569
..\sharplua.interactive\bin\debug\sharplua.interactive generateIntellisense.slua -NOI >generatedIntellisense.txt
Stevie-O/SharpLua
Scripts/generateIntellisense.bat
bat
mit
112
for /f "tokens=* delims= " %%a in ('dir /b /a-d "%GBE%\%EMUZ%\%KEGS%\xgs.rom"') do SET APL2GSBIOS=%%~a for /f "tokens=* delims= " %%a in ('dir /b /a-d "%GBE%\%EMUZ%\%KEGS%\*APPLE2GS*.rom2"') do set APL2GSBIOS=%%~a for /f "tokens=* delims= " %%a in ('dir /b /a-d "%GBE%\%EMUZ%\%KEGS%\ROM 03"') do SET APL2GSBIOS=%%~a ...
HoodlumDTX/rom-jacket
extinjAPL2GS1.bat
bat
gpl-2.0
923
@rem ---------------------------------------------------- @rem MAME Testing script @rem (Windows only at the moment, sorry!) @rem @rem Initial setup of the script: @rem @rem 1. Create a fresh directory mametest/ @rem 2. Copy this script into it (mametest/runtest.cmd) @rem 3. Copy a mame.ini with your ...
Luke-Nukem/mame-144-vector_mod
src/tools/runtest.cmd
bat
gpl-2.0
6,097
@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...
FaradayRF/Faraday-Software
docs/make.bat
bat
gpl-3.0
7,469
::arg:filename @echo off set filename=%1 for /F %%A in ("%filename%") do If %%~zA equ 0 del %filename%
pmanwatkar/puppetModules
actions/files/FIleHandlingWindows/delete_empty_file.bat
bat
gpl-3.0
104
@echo off REM this genereates the pbs_version.h file. REM exit if pbs_version.h exists if exist "..\..\src\include\pbs_version.h" ( goto :eof ) if exist "..\..\src\include\pbs_version.h.in" ( copy "..\..\src\include\pbs_version.h.in" "..\..\src\include\pbs_version.h" ) REM find pbs_version from pbspro.spec set p...
vinodchitrali/pbspro
win_configure/projects.VS2008/gen_pbs_version.bat
bat
agpl-3.0
1,162
@echo off bapp_w32_ @parfile.bld
mrev11/ccc3
tools/tdccmp/m.bat
bat
lgpl-2.1
34
@set FIG_DIR=%~dp0 @"ruby.exe" --external-encoding UTF-8 --internal-encoding UTF-8 -r "%FIG_DIR%..\lib\fig\command\initialization.rb" -e "exit Fig::Command.new.run_fig_with_exception_handling ARGV" %*
klimkin/fig
bin/fig.bat
bat
bsd-3-clause
202
avrdude -c stk500 -P com2 -p atmega128 -U hfuse:w:0xDB:m -U lfuse:w:0xEF:m avrdude -c stk500 -P com2 -p atmega128 -U flash:w:main.hex:i pause;
leeku11/kbdmod
tools/flash.bat
bat
gpl-2.0
142
@echo off 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 rem (the "Li...
cbas317/DeskeraHRM
bin/catalina.bat
bat
gpl-3.0
13,363
@rem Silent mode, basic UI, no reboot e:\setup64 /s /v "/qb REBOOT=R"
jetbrains-infra/packer-builder-vsphere
examples/windows/setup/vmtools.cmd
bat
mpl-2.0
70
@echo off pushd SET mypath=%~dp0 SET SHOME_BIN=%mypath:~0,-1% IF NOT DEFINED SORCER_HOME ( IF EXIST "%SHOME_BIN%\common-run.xml" ( SET SORCER_HOME=%SHOME_BIN%\.. ) ELSE ( ECHO Problem setting SORCER_HOME, please set this variable and point it to the main SORCER installation directory! ) ) I...
mwsobol/SORCER
bin/nsh.bat
bat
apache-2.0
1,311
@echo off cd bin/debug/wServer wServer
dthnider/PhoenixRealms-master
wServer.bat
bat
gpl-3.0
38
REM This script installs R-devel from SVN trunk on Windows. REM REM This script assumes you have 'wget' on your path, as it REM is used to download. You can find a binary here: REM REM https://eternallybored.org/misc/wget/wget64.exe REM REM We use SVN to checkout R trunk from SVN. REM If you need a Windows SVN cli...
jar1karp/rstudio
src/cpp/tools/install-r-devel.cmd
bat
agpl-3.0
5,385
@echo off REM Windows script for running unit tests REM You have to run server and capture some browser first REM REM Requirements: REM - NodeJS (http://nodejs.org/) REM - Testacular (npm install -g testacular) set BASE_DIR=%~dp0 testacular start "%BASE_DIR%\..\config\testacular.conf.js" %*
zzsoszz/nodejshtttpserver
webapps/ng-module-boilerplate/scripts/test.bat
bat
apache-2.0
294
@echo off rem rem Copyright 2016 Samsung Electronics All Rights Reserved. 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 r...
heejin-kim/TizenRT
os/tools/kconfig.bat
bat
apache-2.0
4,213
@echo off if exist "dados.txt" (goto adicionar) else (goto fim) rem dir /b "pdfs" >> dados.txt :adicionar :::::::::: echo. >> dados.txt echo [lista-de-arquivos]>> dados.txt dir /b pdfs>> dados.txt echo ######## echo # okay # echo ######## echo. pause exit :fim :::: echo ############################## echo # err...
theuves/theuves-aps
pasta/adicionar.bat
bat
mit
400
@echo on set expath=%1 md external xcopy %expath%\external external /s /q /y
Madhust/ej-cli
bash_scripts/externalcopy.bat
bat
mit
79
@echo off REM originally by http://superuser.com/a/1042670 control /name Microsoft.Personalization /page pageWallpaper taskkill /F /IM cmd.exe exit
tonY1883/misc-utils
scripts/batch/Win10LegacyWallpaperChooser.cmd
bat
mit
151
@echo Generating object file avr-gcc -c -mmcu=avr6 -o crt1-atmega2560.o crt1-atmega2560.S @echo Renaming .o to ._o rename crt1-atmega2560.o crt1-atmega2560._o
pvrego/adaino
project/tools/gnat-lib/crt1-atmega2560.bat
bat
mit
159
tools\nuget.exe update -self if not exist JoseRT\bin\Release\nupkg mkdir JoseRT\bin\Release\nupkg if not exist JoseRT\bin\Release\nupkg\content mkdir JoseRT\bin\Release\nupkg\content if not exist "JoseRT\bin\Release\nupkg\lib\portable-wpa8.1+win8.1" mkdir "JoseRT\bin\Release\nupkg\lib\portable-wpa8.1+win8.1" copy Jos...
dvsekhvalnov/jose-rt
build-nupkg.cmd
bat
mit
520
cmd_drivers/w1/slaves/built-in.o := rm -f drivers/w1/slaves/built-in.o; /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ar rcsD drivers/w1/slaves/built-in.o
domintech/PandaBoard-LinuxKernel
drivers/w1/slaves/.built-in.o.cmd
bat
gpl-2.0
231
cmd_drivers/gpio/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/gpio/built-in.o drivers/gpio/gpiolib.o drivers/gpio/pca953x.o
chrnueve/udooImaxdi
kernel_oficial_source/drivers/gpio/.built-in.o.cmd
bat
gpl-2.0
170
cmd_drivers/pinctrl/built-in.o := rm -f drivers/pinctrl/built-in.o; arm-linux-gnueabi-ar rcsD drivers/pinctrl/built-in.o
qubir/PhoenixA20_linux_sourcecode
drivers/pinctrl/.built-in.o.cmd
bat
gpl-2.0
122
cmd_fs/ramfs/built-in.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/ramfs/built-in.o fs/ramfs/ramfs.o
garwynn/D710SPR_GB27_Kernel
fs/ramfs/.built-in.o.cmd
bat
gpl-2.0
142
cmd_drivers/usb/class/built-in.o := /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/usb/class/built-in.o drivers/usb/class/cdc-acm.o
SeoDongMin/Gace_kernel
drivers/usb/class/.built-in.o.cmd
bat
gpl-2.0
156
@REM @file @REM Windows batch file to setup a WORKSPACE environment @REM @REM Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> @REM This program and the accompanying materials @REM are licensed and made available under the terms and conditions of the BSD License @REM which accompanies this...
miguelinux/vbox
src/VBox/Devices/EFI/Firmware/edksetup.bat
bat
gpl-2.0
4,200
cmd_drivers/usb/misc/trancevibrator.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/usb/misc/trancevibrator.ko drivers/usb/misc/trancevibrator.o drivers/usb/misc/trancevibrator.mod.o
avareldalton85/rpi2-linux-rt
drivers/usb/misc/.trancevibrator.ko.cmd
bat
gpl-2.0
295
cmd_drivers/base/power/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/base/power/built-in.o drivers/base/power/sysfs.o drivers/base/power/generic_ops.o drivers/base/power/main.o drivers/base/power/wakeup.o drivers/base/power/runtime.o drivers/b...
PrestigeMod/SHW-M440S
drivers/base/power/.built-in.o.cmd
bat
gpl-2.0
368
@echo off call ..\cfg.bat gmake copy eos_fsum.exe f:\_tools\eos_fsum.exe
HulaSamsquanch/1100d_lantern
installer/5DC.111/build_scripts/eos_tools_v11/1D_5D_40D_30D_400D_check_sum/0.bat
bat
gpl-2.0
79
cmd_drivers/misc/built-in.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/misc/built-in.o drivers/misc/pmem.o drivers/misc/uid_stat.o drivers/misc/eeprom/built-in.o
MadRocker/experimental-2.6.29-MadRocker
drivers/misc/.built-in.o.cmd
bat
gpl-2.0
220
cmd_drivers/media/video/msm/built-in.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/media/video/msm/built-in.o drivers/media/video/msm/msm_qrd.o drivers/media/video/msm/msm_camera.o drivers/media/video/msm/msm_v4l2.o drivers/media/video/ms...
freebsdmax/gsmart1315_kernel
drivers/media/video/msm/.built-in.o.cmd
bat
gpl-2.0
474
cmd_drivers/media/video/gspca/built-in.o := rm -f drivers/media/video/gspca/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/media/video/gspca/built-in.o
kannu1994/crespo_kernel
drivers/media/video/gspca/.built-in.o.cmd
bat
gpl-2.0
212
@echo off start " " index.html exit
xaiki/canaima-semilla
perfiles/institucional/inclusiones-iso/autorun.bat
bat
gpl-3.0
40
@echo off SET U=..\..\Utils\makeKmp.py echo Making ABNT2 %U% ABNT2.txt PTBR.kmp echo Making EN %U% EN.txt EN.kmp echo Making SPA %U% SPA.txt SPA.kmp echo Making FR %U% FR.txt FR.kmp echo Making JP %U% JP.txt JP.kmp pause
fbelavenuto/msx1fpga
Support/Keymaps/_makeFiles.cmd
bat
gpl-3.0
221
<<<<<<< HEAD goto="init" /* %~nx0 ::---------------------------------------------------------------------------------------------------------------------------------- :about ::---------------------------------------------------------------------------------------------------------------------------------- title Windows...
CHEF-KOCH/regtweaks
Win 10/All Versions/ESD to WIM/esd_wim.cmd
bat
mpl-2.0
7,042
set TESTTOOLPATH="C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\CommonExtensions\Microsoft\TestWindow" set RUNNERPATH="C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE" %RUNNERPATH%\mstest.exe /testcontainer:FramesharpUniversity.DomainService.Test\bin\debug\FramesharpUniversity.DomainS...
ElmoLabs/FramesharpUniversity-CSharp
runtests.bat
bat
lgpl-3.0
335
ECHO Usage: dep.bat <yourpassword> webworks run --devicepass %1
anpho/one
1.0/one/dep.bat
bat
apache-2.0
64
mkdir %1deps\Debug\lib mkdir %1deps\Debug\bin mkdir %1deps\Debug\include mkdir %1deps\Release\lib mkdir %1deps\Release\bin mkdir %1deps\Release\include mkdir %1deps\include REM boost for /f %%f in ('dir /b %1\packages\boost_*') do xcopy %1packages\%%f\lib\native\address-model-32\lib %1deps\Debug\lib /y /s for /f %%f i...
gigagg/GiGaSdk
vendors/VS2015/copydep.bat
bat
apache-2.0
6,090
REM Install python client in Windows. REM Windows doesn't have symbolic link that this repo uses. REM This batch script provides a workaround for symbolic link by copying the folders over. ( python --version>nul 2>&1 && ( echo "Python environment found." ) python --version copy ..\kubernetes\base\* ..\kubernetes\...
kubernetes-client/python
scripts/windows-setup-fix.bat
bat
apache-2.0
356
pushd test if exist .qmake.stash del /a .qmake.stash qmake hello.pro if %ErrorLevel% neq 0 exit /b 1 nmake if %ErrorLevel% neq 0 exit /b 1 :: Only test that this builds nmake clean if %ErrorLevel% neq 0 exit /b 1 qmake qtwebengine.pro if %ErrorLevel% neq 0 exit /b 1 nmake if %ErrorLevel% neq 0 exit /b 1 popd
conda-forge/qt-feedstock
recipe/run_test.bat
bat
bsd-3-clause
310
set PYTHONPATH=%CD%\..\DarunGrim2\ pushd Src\ c:\python26\python DarunGrim3Server.py pause
jenix21/DarunGrim
Bin/DarunGrim3/StartDaunGrim3Server.bat
bat
bsd-3-clause
95
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S12_QueryChanges.TestCase_S12_TC16_QueryChanges_AllowFragments_Zero /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTT...
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S12_TC16.cmd
bat
mit
377
@ECHO OFF ECHO %username% ECHO %computername% ipconfig | findstr /b /c:" IPv4" ipconfig /all| find "Physical Address" echo %time% SET varYYYY=%DATE:~10,4% SET varMM=%DATE:~4,2% SET varDD=%DATE:~7,2% SET varTodaysDate=%varYYYY%-%varMM%-%varDD% ECHO %varTodaysDate% call batch2.bat >> %computername%.txt
dmodoomsirius/DmodCode
Batch/batch2.bat
bat
mit
307
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off :: ---------------------- :: KUDU Deployment Script :: Version: 0.2.2 :: ---------------------- :: Prerequisites :: ------------- :: Verify node.js installed where node 2>nul >nul IF %ERRORLEVEL% NEQ 0 ( echo Missing node.js executable, please install node.js, if already i...
greymind/generator-greymind
app/templates/deploy.cmd
bat
mit
3,664
vagrant ssh -c "touch /vagrant/refresh.html"
Spekl/spekl.github.io
refresh.bat
bat
gpl-2.0
45
@echo off goto nokaka history > c:\tmptmp00.tmp iff "%@lines[c:\tmptmp00.tmp]" LE "2" .or. "%@line[c:\tmptmp00.tmp,%@dec[%@lines[c:\tmptmp00.tmp]]]" == "x" then if exist c:\TigsSets.bat call c:\TigsSets.bat if exist c:\TigsHist.dat history /r c:\TigsHist.dat endiff :nokaka ::getpal > c:\tmptmp00.tmp ::if...
pip/Octology
dox/Jobz/7Studios/CygPip/bin/m.bat
bat
gpl-3.0
1,901
# bars.bat mkdir "01 - Carol of the Bells" gawk -f bars4.awk -v filename="01 - Carol of the Bells_bars.txt" "01 - Carol of the Bells_bars.txt" move /Y "01 - Carol of the Bells*.*" "01 - Carol of the Bells" mkdir "01 - Joy To The World" gawk -f bars4.awk -v filename="01 - Joy To The World_bars.txt" "01 - Joy To The Worl...
smeighan/xLights
songs/bars.bat
bat
gpl-3.0
9,771
java -cp bin LinLogLayout 2 examples/WorldImport1999.el WorldImport1999.lc
VijayKrishna/linloglayout
StartExample.bat
bat
lgpl-2.1
76
@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...
kcompher/abstract_rendering
sphinx/make.bat
bat
bsd-3-clause
6,723
@echo off rem tail.bat -d <lines> <file> SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION IF NOT "%1"=="-d" GOTO Err IF "%2"=="" GOTO Err IF "%3"=="" GOTO Err :displayfile SET skiplines=%2 SET sourcefile=%3 rem *** Get the current line count of file *** FOR /F "usebackq tokens=3,3 delims= " %%l IN (`find ...
SanderMertens/opensplice
build/scripts/overnight/example_automation_scripts/examples/win_batch/tail.bat
bat
gpl-3.0
604
"C:\Program Files (x86)\gnuplot\bin\gnuplot.exe" k-recall.plt "C:\Program Files (x86)\gnuplot\bin\gnuplot.exe" k-precision.plt "C:\Program Files (x86)\gnuplot\bin\gnuplot.exe" r-recall.plt "C:\Program Files (x86)\gnuplot\bin\gnuplot.exe" r-precision.plt
bombehub/PPR_PPV
gnuplot/第三章/youtube/plot.bat
bat
apache-2.0
253
@rem Builds and deploys Tundra x64 using the INSTALL project, so that you can run the NSIS install script. @cd .. @call MakeInstall.cmd "Visual Studio 9 2008 Win64" -DINSTALL_BINARIES_ONLY:BOOL=ON
jesterKing/naali
tools/Windows/Installer/VS2008/MakeInstallX64.cmd
bat
apache-2.0
197
@ECHO OFF Set VCDIR=D:\Program Files\Microsoft Visual C++ Toolkit 2003 Set PATH=%VCDIR%\bin;%PATH% Set INCLUDE=%VCDIR%\include;%INCLUDE% Set LIB=%VCDIR%\lib;%LIB% cl /O1 ShellLink.cpp /LD /link kernel32.lib user32.lib uuid.lib ole32.lib /OPT:NOWIN98 /NODEFAULTLIB /ENTRY:DllMain @PAUSE
freaktechnik/nightingale-hacking
tools/win32/nsis/contrib/ShellLink/build.bat
bat
gpl-2.0
295
/opt/pbench-agent/tool-scripts/datalog/proc-vmstat-datalog 3 /var/lib/pbench-agent/pbench-user-benchmark_ndk-test-1_2018.05.23T03.21.32/1/reference-result/tools-default/proc-vmstat/proc-vmstat-stdout.txt
gurbirkalsi/pbench
agent/util-scripts/samples/pbench-copy-results/test-41/pbench/pbench-user-benchmark_rht-test-1_2019.09.27T14.21.33/1/reference-result/tools-default/alphaville/proc-vmstat/proc-vmstat.cmd
bat
gpl-3.0
204
universe = java executable = x_java_Sleep.class log = job_core_perhold-true_java.log output = job_core_perhold-true_java.out error = job_core_perhold-true_java.err hold = false periodic_hold = (time() - QDate) > 5 Notification = NEVER arguments = x_java_Sleep 40 queue
htcondor/htcondor
src/condor_tests/job_core_perhold-true_java.cmd
bat
apache-2.0
273
copy LICENSE.md bin copy README.md bin ".nuget\NuGet.exe" pack httpcontext-shim.nuspec -BasePath bin
xuanvu/httpcontext-shim
pack-nuget.bat
bat
mit
100
@rem FOR /L %%C IN (0, 1, 999) DO @C:\Factory\Tools\ld2.exe /c %%C C:\Factory\Tools\ld2.exe /cz
stackprobe/Factory
Tools/ldzz.bat
bat
mit
96
python "convtobmp.py" %*
Hyrasso/Filtrage
images/converter.bat
bat
mit
24
echo OFF echo Astrometric reduction on OS Windows set /A inParam=0 for %%x in (%*) do Set /A inParam+=1 echo %inParam% set /A expParam=2 set /A expParamArcsecpix=4 IF /I "%inParam%" NEQ "%expParam%" ( IF /I "%inParam%" NEQ "%expParamArcsecpix%" ( echo "Error in input parameter" exit ) ) set imgName=%1 set ...
franaisd1a/repo_diprima
Dottorato/Algoritm_streak_detection/CPP/algoritm_streak_detection_cpp/prova.bat
bat
mit
884
cd ./batch start signalServer.bat start taskProcessorServer.bat start staticPort.bat start adminClient.bat start cpuClient.bat start browser.bat
qwerty2016/VideoStreamInDataChannel
scalablePeerConnection/forwardTest(tempRoom).bat
bat
mit
144
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\flow-parser\tools\inspect_ast.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\flow-parser\tools\inspect_ast.js" %* )
ChrisMichaelPerezSantiago/CodetrotterFinalProject
node_modules/.bin/flowparse.cmd
bat
mit
206
C:\MongoDB\bin\mongod.exe --dbpath "C:\Users\Benjamin\OneDrive\workspace\BenCRM\data" C:\MongoDB\bin\mongo.exe
bnguyen86/BenCRM
mongoload.bat
bat
mit
110
echo Starting Tethys... cd startup\windows start cmd /k "tethys django.cmd" start cmd /k "tethys celery.cmd" tethys opensite.cmd
JosePedroMatos/Tethys
tethys runserver.cmd
bat
mit
132
@echo off del /F /Q MyStrategy.exe compilation.log result.txt
Irioth/go-codewizards
wipe.bat
bat
mit
66
cmd_kernel/async.o := arm-linux-androideabi-gcc -Wp,-MD,kernel/.async.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/generated/autoco...
tenorntex/lhbalanced
kernel/.async.o.cmd
bat
gpl-2.0
20,038
cmd_fs/xattr.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/.xattr.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs...
mattkelly/linux-2.6-xlnx
fs/.xattr.o.cmd
bat
gpl-2.0
25,921
cmd_drivers/i2c/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/i2c/built-in.o drivers/i2c/i2c-boardinfo.o drivers/i2c/i2c-core.o drivers/i2c/i2c-dev.o drivers/i2c/busses/built-in.o drivers/i2c/chips/built-in.o drivers/i2c/algos/built-in.o
EAVR/EV3.14
ev3sources/extra/linux-03.20.00.13/drivers/i2c/.built-in.o.cmd
bat
gpl-2.0
255
cmd_scripts/basic/fixdep := gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c source_scripts/basic/fixdep := scripts/basic/fixdep.c deps_scripts/basic/fixdep := \ $(wildcard include/config/his/driver.h) ...
G2Mini-DevTeam/android_kernel_lge_msm8226
scripts/basic/.fixdep.cmd
bat
gpl-2.0
3,888
cmd_drivers/net/ethernet/adaptec/built-in.o := rm -f drivers/net/ethernet/adaptec/built-in.o; /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar rcsD drivers/net/ethernet/adaptec/built-in.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/net/ethernet/adaptec/.built-in.o.cmd
bat
gpl-2.0
272
cmd_usr/initramfs_data.cpio := /bin/bash /home/friedrich420/kernel/s4/S4GEKernel/scripts/gen_initramfs_list.sh -o usr/initramfs_data.cpio -d
friedrich420/S4-GPE-AEL-Kernel-4.4.3
usr/.initramfs_data.cpio.cmd
bat
gpl-2.0
143
@echo off python.exe -m rf_scanner %*
Tset-Noitamotua/_learnpython
playground/_robot.bat
bat
gpl-2.0
37
:: set directories set toRootDir=.. set targetDirName=sd2snes set binDirName=%toRootDir%\bin set utilsDirName=%toRootDir%\utils set snesDirName=%toRootDir%\snes set srcDirName=%toRootDir%\src set verilogDirName=%toRootDir%\verilog\sd2snes :: make target directory mkdir %targetDirName% :: bs-x binary (and others) co...
borti4938/sd2snes
misc/get_new_fwfiles.bat
bat
gpl-2.0
1,122
cmd_arch/arm/lib/lshrdi3.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lshrdi3.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/...
timmytim/honeybutter_kernel
arch/arm/lib/.lshrdi3.o.cmd
bat
gpl-2.0
1,347
cmd_arch/arm/boot/compressed/piggy.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/boot/compressed/.piggy.o.d -nostdinc -isystem /home/sunghun/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include -incl...
sktjdgns1189/android_kernel_iriver_MX100
arch/arm/boot/compressed/.piggy.o.cmd
bat
gpl-2.0
1,102
cmd_sound/core/built-in.o := /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o sound/core/built-in.o sound/core/snd.o sound/core/snd-hwdep.o sound/core/snd-timer.o sound/core/snd-hrtimer.o sound/core/snd-pcm.o sound/core/snd-page-alloc.o sound/core/snd-rawmi...
jashasweejena/VibeKernel
sound/core/.built-in.o.cmd
bat
gpl-2.0
404
cmd_arch/x86/oprofile/../../../drivers/oprofile/oprof.o := gcc -Wp,-MD,arch/x86/oprofile/../../../drivers/oprofile/.oprof.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...
namgk/kernel-tut
drivers/oprofile/.oprof.o.cmd
bat
gpl-2.0
17,492
cmd_drivers/gpu/msm/kgsl_log.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/gpu/msm/.kgsl_log.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inclu...
b8e5n/KTG-kernel_es209ra
drivers/gpu/msm/.kgsl_log.o.cmd
bat
gpl-2.0
26,197
deps_config := \ arch/arm64/mm/Kconfig \ lib/xz/Kconfig \ lib/Kconfig \ arch/arm64/crypto/Kconfig \ crypto/asymmetric_keys/Kconfig \ drivers/crypto/ux500/Kconfig \ drivers/crypto/nx/Kconfig \ drivers/crypto/caam/Kconfig \ drivers/crypto/Kconfig \ crypto/async_tx/Kconfig \ crypto/Kconfig \ security/integrity...
satgass/android_kernel_hisense_msm8916
kout/include/config/auto.conf.cmd
bat
gpl-2.0
26,311
cmd_sound/core/snd-pcm.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/core/snd-pcm.o sound/core/pcm.o sound/core/pcm_native.o sound/core/pcm_lib.o sound/core/pcm_timer.o sound/core/pcm_misc.o sound/core/pcm_memory.o
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
sound/core/.snd-pcm.o.cmd
bat
gpl-2.0
247
cmd_drivers/media/common/tuners/tuner-types.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/common/tuners/tuner-types.ko drivers/media/common/tuners/tuner-types.o drivers/medi...
Envious-Data/shinano-sirius_msm8974abpro
drivers/media/common/tuners/.tuner-types.ko.cmd
bat
gpl-2.0
354
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=mocpy if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not...
tboch/mocpy
docs/make.bat
bat
gpl-3.0
809
@echo off npm install && node_modules\.bin\hubot.cmd --name "elbot" %*
syohex/elbot
bin/hubot.cmd
bat
gpl-3.0
72
rem Build Objects candle -out obj\%1\EnvManSetup.wixobj EnvManSetup.wxs candle -out obj\%1\Files.wixobj Files.wxs rem Build Msi light obj\%1\*.wixobj -out bin\%1\EnvManSetup.msi
vsetchinfc/envman
EnvManSetup/Build.cmd
bat
gpl-3.0
180
java -Xmx200m -cp AddonDowner.jar com.addondowner.AddonDowner
johlra/AddonDowner
artifact/AddonDowner.bat
bat
gpl-3.0
61
@echo off python %~dp0\ccg2xml.py %*
bkiefer/openccg
bin/ccg2xml.bat
bat
lgpl-2.1
39
@echo off set curpath=%~dp0 cd .. set KBE_ROOT=%cd% set KBE_RES_PATH=%KBE_ROOT%/kbe/res/;%curpath%/;%curpath%/scripts/;%curpath%/res/ set KBE_BIN_PATH=%KBE_ROOT%/kbe/bin/server/ if defined uid (echo UID = %uid%) else set uid=%random%%%32760+1 cd %curpath% call "kill_server.bat" echo KBE_ROOT = %KBE_ROO...
Orav/kbengine
assets/start_server.bat
bat
lgpl-3.0
1,017
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=testing if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was n...
TakesxiSximada/TIL
sphinx/tutorial/make.bat
bat
apache-2.0
811
@echo OFF REM Copyright (2016) Michael Baer, Daniel Bonrath, All rights reserved. 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 R...
ClockworkOrigins/m2etis
dependencies/build-common.bat
bat
apache-2.0
2,008
cmd_util-linux/ipcs.o := gcc -Wp,-MD,util-linux/.ipcs.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.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototyp...
rennman/copfvtci
build/busybox-1.25.1/util-linux/.ipcs.o.cmd
bat
apache-2.0
10,589
@echo off rem %~dp0 is expanded pathname of the current script under NT SET CP="%~dp0;%~dp0/lib/oxygen.jar;%~dp0/lib/author.jar;%~dp0/classes" rem The single command line argument represents the file to be opened. SET OXYGEN_JAVA=java.exe if exist "%~dp0\jre\bin\java.exe" SET OXYGEN_JAVA="%~dp0\jre\bin\java.e...
CDLUC3/datashare
oxygen/largeFileViewer.bat
bat
bsd-3-clause
576
<<<<<<< HEAD <<<<<<< HEAD @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\mkdirp\bin\cmd.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\mkdirp\bin\cmd.js" %* ======= @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\mkdirp\bin\cmd.js" %* ) ELSE ( @SETLOCAL @SET PA...
ArcherSys/ArcherSys
node_modules/yo/node_modules/fullname/node_modules/npmconf/node_modules/.bin/mkdirp.cmd
bat
mit
666