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 on REM REM Copyright (c) 2005-2019 Intel Corporation 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 requir...
Formlabs/tbb
examples/parallel_for/tachyon/msvs/win8ui/copy_libraries_and_assets.bat
bat
apache-2.0
2,413
@echo off echo = sholan = sholan %1.sl output/%1.shasm echo = shasm = shasm -i output/%1.shasm -o output/%1.sx %2 echo = execution = shogun output/%1.sx %3
redxdev/shogun-old
scripts/shun.bat
bat
mit
156
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_SITESS.S01_MigrateSite.MSSITESS_S01_TC12_ImportingFailureLogPathEmpty /testcontainer:..\..\MS-SITESS\TestSuite\bin\Debug\MS-SITESS_TestSuite.dll /runconfig:..\..\MS-SITESS\MS-SITESS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-SITESS/RunMSSITESS_S01_TC12_ImportingFailureLogPathEmpty.cmd
bat
mit
302
netsh http add iplisten ipaddress=0.0.0.0:8001 pause
Yegoroff/NConfig
Samples/WcfConfiguration/Host/Allow listener on win7.bat
bat
mit
52
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S02_OperationOnContentType.MSLISTSWS_S02_TC20_DeleteContentTypeXmlDocument_Success /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /uniqu...
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S02_TC20_DeleteContentTypeXmlDocument_Success.cmd
bat
mit
327
echo off if "%1"=="" goto usage if "%2"=="" goto usage if "%3"=="" goto usage if "%1"=="+" goto add if "%1"=="-" goto subtract :add cat opus.str %2 | sort | uniq > %3 goto finis :subtract rem only strip if full line matches sed "s/$/$/" %2 > foo$$ dsrgrep -vf foo$$ opus.str > %3 rm foo$$ goto finis :usage echo usag...
mindcont/OpenSource
Microsoft DOS/Word 1.1a CHM Distribution/Opus/tools/makestr.bat
bat
cc0-1.0
482
@echo off @rem $Id$ call "%~dp0gssetgs.bat" %GSC% -P- -dSAFER -q -dNODISPLAY -dWRITESYSTEMDICT -- font2c.ps %1 %2 %3 %4 %5 %6 %7 %8 %9
westbury/CCPDFConverter
install-files/lib/font2c.bat
bat
gpl-2.0
136
cmd_net/core/netfilter.o := gcc -Wp,-MD,net/core/.netfilter.o.d -nostdinc -iwithprefix include -D__KERNEL__ -Iinclude -Wall -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float -mpreferred-stack-boundary=2 -march=i686 -Iinclude/asm-i386/mach-default -DKBUILD_BASENAME=netfilte...
binhqnguyen/lena
nsc/linux-2.6/net/core/.netfilter.o.cmd
bat
gpl-2.0
12,034
@rem @rem To use this with Visual Studio .Net @rem Tools->External Tools... @rem Add @rem Title - Vim @rem Command - d:\files\util\vim_vs_net.cmd @rem Arguments - +$(CurLine) $(ItemPath) @rem Init Dir - Empty @rem @rem Coutesy of Brian Sturk @rem @rem --remote-silent +%1 is a comma...
pip/Octology
dox/Jobz/7Studios/CygPip/bin/vim71/tools/vim_vs_net.cmd
bat
gpl-3.0
820
python updateopenihm.pyw
tectronics/open-ihm
src/openihm/openihmupdator.bat
bat
lgpl-3.0
24
start /D"C:\Users\ag\Workspaces\Eclipse 3.7 Java\sentinel.orig\cron"
NCIP/cadsr-sentinel
software/cron/o.cmd
bat
bsd-3-clause
68
@echo off echo begin palm-vertx deploy set BASE_DIR=%cd% set WORK_DIR=%BASE_DIR%\..\ cd %WORK_DIR% echo folder£º%cd% call mvn clean deploy -Ppkg -U -Dmaven.test.skip=true pause
yuan-hui/yh-frame
yh-tool/build/deploy.bat
bat
apache-2.0
182
@rem Used by the buildbot "test" step. cd PCbuild call rt.bat -q -d -x64 -uall -rw
google/google-ctf
third_party/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/test-amd64.bat
bat
apache-2.0
86
cd ../bin/images dir *.pgm /b /s >> "../files.txt" cd .. WaldboostDetector_30.exe -id files.txt -oc aglobal_8_dataset.csv -bs 8 -dm aglobal -t WaldboostDetector_30.exe -id files.txt -oc aglobal_16_dataset.csv -bs 16 -dm aglobal -t WaldboostDetector_30.exe -id files.txt -oc aglobal_32_dataset.csv -bs 32 -dm aglobal -t ...
mmaci/vutbr-fit-waldboost-detector
tests/final_dataset_30.bat
bat
mit
856
schtasks /create /tr "ipconfig /renew" /st 02:00 /sc once /tn iprenew @echo off echo: echo Press any key to exit... pause > nul cls exit
ratimid/Scripting
Mix/Usefull/schtask IPRenew.bat
bat
mit
138
@ echo off rem 本文件撰写者:雪山凌狐 rem 版本号:V1.2 rem 时间:20170324 rem 功能:自动把项目文件夹文件加入暂存并提交 rem 文件编码:Utf-8无BOM格式编码 echo ----------------------git status before---------------------- git status echo. echo ----------------------git add file--------------------------- git add -A echo. echo ----------------------git status now------...
ganeling888/online-grading
commit.bat
bat
mit
901
@echo off call gpuopen_fx_update_vs_files.bat amd_shadowfx pause
GPUOpen-Effects/ShadowFX
premake/gpuopen_shadowfx_update_vs_files.bat
bat
mit
64
wget https://eternallybored.org/misc/wget/current/wget.exe -O "..\apps\wget.exe" wget https://eternallybored.org/misc/wget/current/wget64.exe -O "..\apps\wget64.exe"
Ianonn21/vm-utils
scripts/download-wget.cmd
bat
mit
165
@echo off chcp 1250 > nul PATH=%PATH%;G:\oraclexe\sqldeveloper\jdk\bin
feliposz/learning-stuff
java/caelum-java/bkp/dev.bat
bat
mit
71
SET RESOLUTION=360p SET RESOLUTION_QUALITY=HQ CALL "%~dp0.\export-x264.cmd" %*
jakegough/AVScripts
export-x264-360p-HQ.cmd
bat
mit
79
call NuGet-Settings.cmd "%MSBUILD_EXE%" %NUGET_PROJECT% /t:Nuget-Clean "%MSBUILD_EXE%" %NUGET_PROJECT% /t:Build /p:Configuration="Nuget Net 3.5" "%MSBUILD_EXE%" %NUGET_PROJECT% /t:Build /p:Configuration="Nuget Net 4.0" "%MSBUILD_EXE%" %NUGET_PROJECT% /t:Build /p:Configuration="Nuget Net 4.5" "%NUGET_EXE%" pack "%NUGE...
bitbandi/MiningRigRentalsApi
Build.NuGet/NuGet-Package.bat
bat
mit
407
python checkJournal.py pause
RobotCasserole1736/RobotCasserole2017
BBB/deploy/checkJournal.bat
bat
mit
31
@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...
sherpaman/MolToolPy
doc/Sphinx/make.bat
bat
gpl-2.0
7,738
# ========== Copyright Header Begin ========================================== # # OpenSPARC T1 Processor File: sjm_5.cmd # Copyright (c) 2006 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES. # # The above named program is free software; you can redistribute it and/or # modify ...
trivoldus28/pulsarch-verilog
verif/diag/assembly/raw_random/pio_rnd_basic4_usr_mode_sas1_int/pio_rnd_basic4_usr_mode_sas1_int_rand_0_sjm/sjm_5.cmd
bat
gpl-2.0
8,493
cmd_drivers/usb/class/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/usb/class/built-in.o drivers/usb/class/cdc-acm.o
friedrich420/Note-3-AEL-Kernel
drivers/usb/class/.built-in.o.cmd
bat
gpl-2.0
173
cmd_drivers/char/vc_screen.o := gcc -Wp,-MD,drivers/char/.vc_screen.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generi...
dnh34/proj1
drivers/char/.vc_screen.o.cmd
bat
gpl-2.0
15,084
cmd_drivers/mtd/onenand/built-in.o := rm -f drivers/mtd/onenand/built-in.o; arm-linux-androideabi-ar rcs drivers/mtd/onenand/built-in.o
tenorntex/lhbalanced
drivers/mtd/onenand/.built-in.o.cmd
bat
gpl-2.0
137
cmd_fs/nls/nls_ascii.o := arm-eabi-gcc -Wp,-MD,fs/nls/.nls_ascii.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-m...
bigbiff/i717-GB-Kernel
fs/nls/.nls_ascii.o.cmd
bat
gpl-2.0
17,001
mysql -u root -p < Delete.sql mysql -u root -p Arlo < ArloSave.sql
SOSIEISTY/SOSIE
Base de données/Restore_Database.bat
bat
gpl-2.0
66
cmd_scripts/bin2c := gcc -Wp,-MD,scripts/.bin2c.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/bin2c scripts/bin2c.c deps_scripts/bin2c := \ scripts/bin2c.c \ /usr/include/stdc-predef.h \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/i386-linux-gnu/...
madhwang/linuxKernel
scripts/.bin2c.cmd
bat
gpl-2.0
1,005
cmd_sound/pci/cs5535audio/built-in.o := rm -f sound/pci/cs5535audio/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/pci/cs5535audio/built-in.o
utkanos/android_htc_mecha_kernel_5slot
sound/pci/cs5535audio/.built-in.o.cmd
bat
gpl-2.0
207
@echo off if [%1]==[help] goto :help set game=goddess_v3 if [%1]==[justcompile] goto :compile if [%1]==[clean] goto :clean cd ..\script if not exist %game%.spt goto :noscript echo Compilando script ..\..\..\src\utils\msc3_mk1.exe %game%.spt 24 > nul copy msc.h ..\dev\my > nul copy msc-config.h ..\dev\my > nul copy ...
mojontwins/churrera
examples/goddess/dev/compile.bat
bat
gpl-2.0
3,762
cmd_arch/arm/oprofile/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o arch/arm/oprofile/built-in.o arch/arm/oprofile/oprofile.o
arshull/GalaTab3_Kernel
arch/arm/oprofile/.built-in.o.cmd
bat
gpl-2.0
170
@echo off call q2pro-x86.cmd +set cl_async 1 +set cl_protocol 36 +set cl_maxpackets 0 +set cl_instantpacket 1 +set r_maxfps 120 +set cl_maxfps 120 +set cl_updaterate 0 +set sv_lan_force_rate 1 +set sv_fps 60
qbism/coopx
launchers/q2pro-pre-configured-x86.cmd
bat
gpl-2.0
209
cmd_fs/proc/proc.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o fs/proc/proc.o fs/proc/mmu.o fs/proc/task_mmu.o fs/proc/inode.o fs/proc/root.o fs/proc/base.o fs/proc/generic.o fs/proc/array.o fs/proc/proc_tty.o fs/proc/cmdline.o fs/proc/cpuinfo.o fs/proc/devices.o fs/proc/interrupts.o fs/proc/loadavg.o fs/proc/...
sembre/kernel_totoro_update3
common/fs/proc/.proc.o.cmd
bat
gpl-2.0
471
cmd_sound/core/oss/pcm_oss.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,sound/core/oss/.pcm_oss.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERN...
yohanes/Acer-BeTouch-E130-Linux-Kernel
sound/core/oss/.pcm_oss.o.cmd
bat
gpl-2.0
22,358
cmd_networking/libiproute/ll_proto.o := gcc -Wp,-MD,networking/libiproute/.ll_proto.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-str...
muthumani2/Muthu-busybox
networking/libiproute/.ll_proto.o.cmd
bat
gpl-2.0
10,467
echo off echo copying ... source target echo %1\bin %2\bin copy %1\bin\*.* %2\bin > NUL :disk2 echo Insert Helios Installation Disk 2 into drive %1  pause if not exist %1\bin\y*.* goto disk2 echo copying ... source ...
axelmuhr/Helios-NG
text/C40/install2.bat
bat
gpl-3.0
3,236
@echo off REM Script generated automatically by tecmake v4.15 ..\bin\Win64\iupview.exe %*
xuminic/ezthumb
external/iup/srcview/iupview.bat
bat
gpl-3.0
90
@echo off gulp production
th3mon/scripts
bash/windows/build-production.cmd
bat
gpl-3.0
27
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). :: All rights reserved. :: Contact: Nokia Corporation (qt-info@nokia.com) :: :: This file is part of the tools applications of the Qt Toolkit. :: :: $QT_BEGIN_LICENSE:LGP...
radekp/qt
tools/installer/batch/delete.bat
bat
lgpl-2.1
2,289
"%JAVA_HOME%\bin\javac.exe" -d . Test2.java pause
captain-mayhem/captainsengine
Compiler/test/compile.bat
bat
lgpl-2.1
50
@echo off chcp 65001 setlocal enableextensions enabledelayedexpansion set SRCPATH=%~1 if not defined SRCPATH call :PRINT_USAGE set DESTPATH=%~2 if not defined DESTPATH set DESTPATH=%cd% set SRCENC=%~3 if not defined SRCENC set SRCENC=cp1251 set DESTENC=%~4 if not defined DESTENC set DESTENC=utf-8 s...
anex5/windows-scripts
convert-encoding.cmd
bat
unlicense
998
@echo off set CURDIR=%CD% set NOTETITLE=%* python "%CURDIR%\..\PyEvernote\ImportEvernoteTemplate.py" --open-note --notebook "2-Actions" action --context @Agenda --action-title "%NOTETITLE%" @echo on
itamaro/evernote-utils
QuickNotes/@agenda.bat
bat
apache-2.0
204
@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...
mattgreene/f5-openstack-lbaasv2-driver
docs/make.bat
bat
apache-2.0
7,273
@ruby.exe %~dp0reverse_valid %*
puppetlabs/pxp-agent
lib/tests/resources/modules/reverse_valid.bat
bat
apache-2.0
31
SET DIR=%~d0%~p0% SET INSTANCE=(local) osql -S %INSTANCE% -d PeopleSalesDM -E -i %DIR%PeopleSalesDM\DDL\CreateDMTableStructuresDDL.sql
ferventcoder/ssis-vs-code
WarehouseToDataMart.Database/PublishDataMart.cmd
bat
apache-2.0
138
@echo off if "%1" NEQ "" (set "new_mot=/file %~f1") else (set "new_mot=") @echo RH850 Flash Pragramming %1 ... %~dp0\RFP\RFPV3.exe /silent %~dp0\i3la\i3la_1536k.rpj /log "log.txt" %new_mot% if %ErrorLevel% NEQ 0 ( echo Fail!!! Result code: %ErrorLevel% type log.txt pause ) else ( del log.txt echo Done. )
bk1472/rh850_osek
build/util/Download_by_E1/flash1.bat
bat
bsd-2-clause
314
vendor\bin\propel.bat model:build
phlopsi/php-access-control
propel_model_build.bat
bat
mit
33
@erase lang.inc @echo lang fix en >lang.inc @fasm crownscr.asm crownscr @erase lang.inc @pause
devlato/kolibrios-llvm
programs/demos/crownscr/trunk/build_en.bat
bat
mit
94
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPERM.S03_NegativeOrErrorValidation.MSOXCPERM_S03_TC02_RetrieveFolderPermissionNotImplementedError /testcontainer:..\..\MS-OXCPERM\TestSuite\bin\Debug\MS-OXCPERM_TestSuite.dll /runconfig:..\..\MS-OXCPERM\MS-OXCPERM.testsetti...
OfficeDev/Interop-TestSuites
ExchangeMAPI/Source/Scripts/MS-OXCPERM/RunMSOXCPERM_S03_TC02_RetrieveFolderPermissionNotImplementedError.cmd
bat
mit
337
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S13_PutChanges.TestCase_S13_TC09_PutChanges_DataPackageReservedIgnore /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique pause
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S13_TC09.cmd
bat
mit
307
#./gradlew.bat clean install ./gradlew.bat bintrayUpload
boomsya/-SmartWizard
publish.cmd
bat
gpl-3.0
56
@echo off REM REM dex2jar - Tools to work with android .dex and java .class files REM Copyright (c) 2009-2013 Panxiaobo 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 ...
kanytu/reverse-suite
tools/dex2jar/d2j-apk-sign.bat
bat
apache-2.0
813
:: Created by npm, please don't edit manually. @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\ansi\examples\imgcat\index.js" %* ) ELSE ( node "%~dp0\..\ansi\examples\imgcat\index.js" %* )
stephenlorenz/sproutstudy
sproutStudy_web/yo/node_modules/bower/node_modules/read-package-json/node_modules/npmlog/node_modules/.bin/imgcat.cmd
bat
apache-2.0
207
@ECHO OFF REM Builds css files by sassc and generates static html site. REM REM Created by Alexander Borsuk <me@alex.bio> from Minsk, Belarus. SETLOCAL REM Use PHP from the PATH. SET php=php.exe SET generate_command=%php% generate.php www docs for %%f in (bin\sassc*%PROCESSOR_ARCHITECTURE%.exe) do SET sassc=%%f SET ...
deathbaba/phaina
build.cmd
bat
apache-2.0
690
rem This file was contributed by Ralf Junker. rem rem MS Windows batch file to run pcretest on testfiles with the correct options. rem rem Assumes that this file as well as pcretest.exe is located in the PCRE root folder. rem rem Output written to a newly generated subfolder named "testdata". if not exist .\testout\ m...
Schnaffon/clamav-devel
win32/3rdparty/pcre/RunTest.bat
bat
gpl-2.0
866
cmd_sound/core/snd-hwdep.o := arm-eabi-ld -EL -r -o sound/core/snd-hwdep.o sound/core/hwdep.o
MrHyde03/android_kernel_samsung_espressovzw
sound/core/.snd-hwdep.o.cmd
bat
gpl-2.0
98
@echo off REM Copyright (c) .NET Foundation and contributors. All rights reserved. REM Licensed under the MIT license. See LICENSE file in the project root for full license information. powershell -NoProfile -NoLogo -Command "& \"%~dp0build.ps1\" %*; exit $LastExitCode;" if %errorlevel% neq 0 exit /b %errorlevel%
seancpeters/templating
build.cmd
bat
mit
317
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies). :: Contact: Qt Software Information (qt-info@nokia.com) :: :: This file is part of the Windows installer of the Qt Toolkit. :: :: Commercial Usage :: Licensees holding va...
rk34cj/qt-extend-4.4.3
qtopiacore/qt/tools/installer/batch/extract.bat
bat
gpl-2.0
3,191
@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...
netpie/peewee-async
docs/make.bat
bat
mit
6,713
@echo off echo Cleaning... del /f /q /s *.bak del /f /q /s *.dcu del /f /q /s *.ddp del /f /q /s *.~bpg del /f /q /s *.~dsk del /f /q /s *.~pas del /f /q /s *.~dfm del /f /q /s *.~ddp del /f /q /s *.~dpr del /f /q /s *.local del /f /q /s *.identcache del /f /q /s *.tvsconfig del /f /q /s *.bpl del /f /q /s *.dcp del /f...
fabriciocolombo/delphi-rest-client-api
Clean.bat
bat
apache-2.0
389
@ECHO OFF SET HS_GEN=..\..\..\..\..\..\spinel\bin\x64\Debug\hs_gen :: --- 32-bit keys --- :: :: There appears to be an Intel compiler bug when using more than :: 16 registers per lane so try a wider subgroup and narrower merging kernels :: :: The current crop of Intel compilers are spilling way too much... :: %HS_G...
Hikari-no-Tenshi/android_external_skia
src/compute/hs/cl/intel/gen8/u32/gen.bat
bat
bsd-3-clause
2,853
@echo off "%WSFC_HOME%\bin\wsclient" --soap --no-mtom --no-wsa http://localhost:9090/axis2/services/echo < "%WSFC_HOME%\samples\bin\wsclient\data\echo.xml"
notxarb/wsf-php
wsf_c/wsclient/samples/echo.bat
bat
apache-2.0
158
"%PYTHON%" setup.py install --single-version-externally-managed --record record.txt if errorlevel 1 exit 1
pelson/conda-recipes-scitools
pyugrid/bld.bat
bat
gpl-3.0
107
@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 (t...
lemining/loadtest_sample
tools/apache-jmeter-2.13/bin/mirror-server.cmd
bat
gpl-2.0
1,223
@echo off setlocal EnableDelayedExpansion 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 t...
manuranga/wso2-axis2
modules/samples/script/userguide/client_scripts/TestEchoBlockingDualClient.bat
bat
apache-2.0
1,235
@echo off set AppName=GoPcBackup set AppExe=%AppName%.exe set AppFolder=%AppName%App set DevServer=main set ExeFolder=\\%DevServer%\GoPcBackup\DotNet EXEs echo. echo *** Rebuild All %AppName% Versions *** if exist ..\README.md goto ErrorExit if exist ..\Windows\*.* goto ErrorExit echo. echo ...
GeorgeSchiro/GoPcBackup
GoPcBackupApp/BuildAll.cmd
bat
mit
2,686
@rem = ' vim: set filetype=perl: '; @rem = ' --*-Perl-*-- '; @rem = ' @echo off setlocal set PATH=%~dp0\perl\bin;%~dp0\bin;%PATH% perl -w "%~f0" %* exit /B %ERRORLEVEL% '; # StorScore # # Copyright (c) Microsoft Corporation # # All rights reserved. # # MIT License # # Permission is hereby granted, free of charge, to ...
Microsoft/StorScore
parse_results.cmd
bat
mit
52,457
cd ../src "../.venv/Scripts/python.exe" web.py pause
Flyingfox646/flyingfox
run/waitress.cmd
bat
mit
53
@call set_vars.bat @if not "%WAITQT%" == "1" goto continue @echo Ensure Qt installer has finished. @pause :continue @bash patch_files.sh @cd %ROOTPATH% @echo building qt - qmake... @set COINNAME=Gridcoin echo %EWBLIBS% @set QMPS=BOOST_INCLUDE_PATH=%EWBLIBS%/%BOOST%^ BOOST_LIB_PATH=%EWBLIBS%/%BOOST%/stage/lib^ B...
fooforever/Gridcoin-Research
contrib/easywinbuilder/4b_build_qt.bat
bat
mit
1,196
cd /d %~dp0 call "D:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat" amd64 rem call %comspec% /k ""D:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"" amd64 cmake -G"NMake Makefiles" pause
longlongwaytogo/Learning.test
vscode/msbuild/nmake_Generate.bat
bat
mit
228
cls cd ../ mkdir buildMSVC cd buildMSVC cmake -G"Visual Studio 14 2015 Win64" ../src -DCMAKE_BUILD_TYPE="Debug;Release;RelWithDebInfo" >> ..\buildScripts\cmakeoutput.log > ..\buildScripts\cmakeoutput.log cd ../buildScripts start notepad++ cmakeoutput.log
solarbro/devScripts
msBuildScripts/buildVS2015.bat
bat
mit
255
call pyinstaller -F KDAT.py
GavinGL/workspace
KDAT/src/createEXE.bat
bat
mit
27
cmd_arch/arm/mm/pabort-legacy.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.pabort-legacy.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-e...
srinugnt2000/linux-2.6.37
arch/arm/mm/.pabort-legacy.o.cmd
bat
gpl-2.0
1,739
cmd_drivers/sensor/compass/built-in.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/sensor/compass/built-in.o drivers/sensor/compass/ak8973b.o
dizgustipated/BOCA-2.6.35.14
drivers/sensor/compass/.built-in.o.cmd
bat
gpl-2.0
171
cmd_block/blk-lib.o := arm-eabi-gcc -Wp,-MD,block/.blk-lib.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/inc...
bigbiff/i717-GB-Kernel
block/.blk-lib.o.cmd
bat
gpl-2.0
28,235
cmd_drivers/power/fsm/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/power/fsm/built-in.o drivers/power/fsm/AXA_Charging_State.o drivers/power/fsm/AXC_Charging_FSM.o drivers/power/fsm/AXC_FSM_Stress_Tester.o ; scripts/mod/modpos...
lindsaytheflint/stone
drivers/power/fsm/.built-in.o.cmd
bat
gpl-2.0
351
@echo off if not exist "TestResults" mkdir "TestResults" tools\NUnit\bin\nunit-console.exe SharpCover.nunit /xml=TestResults\NUnitResults-SharpCover.xml
SteGriff/NCover
run_NUnit.cmd
bat
gpl-2.0
156
cmd_arch/arm/lib/setbit.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.setbit.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/.setbit.o.cmd
bat
gpl-2.0
1,794
cmd_drivers/mtd/lpddr/built-in.o := rm -f drivers/mtd/lpddr/built-in.o; /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ar rcs drivers/mtd/lpddr/built-in.o
mjmccall/Kernel
drivers/mtd/lpddr/.built-in.o.cmd
bat
gpl-2.0
160
cmd_arch/arm/lib/csumpartialcopyuser.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.o.d -nostdinc -isystem /home/beto/toolchain/bin/../lib/gcc/arm-eabi/4.7.4/include -I/home/beto/android/lp/arch/arm/include -Iarch/arm/include/generated ...
IndieBeto/StockLP
arch/arm/lib/.csumpartialcopyuser.o.cmd
bat
gpl-2.0
2,374
cmd_fs/notify/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o fs/notify/built-in.o fs/notify/fsnotify.o fs/notify/notification.o fs/notify/group.o fs/notify/inode_mark.o fs/notify/mark.o fs/notify/vfsmount_mark.o fs/notify/dnotify/built-...
lindsaytheflint/stone
fs/notify/.built-in.o.cmd
bat
gpl-2.0
427
cmd_drivers/input/misc/uinput.o := arm-eabi-gcc -Wp,-MD,drivers/input/misc/.uinput.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 ...
HCDRJacob/wildfire-kernel
drivers/input/misc/.uinput.o.cmd
bat
gpl-2.0
146,806
cmd_drivers/i2c/algos/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/i2c/algos/built-in.o drivers/i2c/algos/i2c-algo-bit.o
PrestigeMod/SHW-M440S
drivers/i2c/algos/.built-in.o.cmd
bat
gpl-2.0
200
xcopy /Y "map.fbx" "..\Assets\Models\map.fbx"
SandroHc/AB-Operation-Shadowy-Situation
_Models/copy.bat
bat
gpl-3.0
45
cmd_arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h := /bin/bash '/build/linux-oP9w_T/linux-3.16.7-ckt9/arch/x86/syscalls/syscallhdr.sh' '/build/linux-oP9w_T/linux-3.16.7-ckt9/arch/x86/syscalls/syscall_32.tbl' 'arch/x86/syscalls/../include/generated/uapi/asm/unistd_32.h' 'i386' '' ''
ruibarreira/linuxtrail
usr/src/linux-headers-3.16.0-4-amd64/arch/x86/include/generated/uapi/asm/.unistd_32.h.cmd
bat
gpl-3.0
297
@ECHO OFF SETLOCAL ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION CHCP 1252 SET "HB_RB=E:\DVD-Rips\ruby E:\DVD-Rips\hb\hb.rb" CALL !HB_RB! --create-encode-log --qsv --hbpreset bluray --main --input F: --output "d:\Video\#title#.mkv" --min-length 01:00:00 --input-eject PAUSE
KingDaveRa/hb_rb
scripts/convert_f_bluray_movie_profile.cmd
bat
gpl-3.0
269
@echo off java.exe -jar minikakofonix.jar %1 %2 %3 %4 %5 %6 %7 %8 %9
filipjonckers/minikakofonix
minikakofonix.cmd
bat
gpl-3.0
69
:: Usage: <OldFile> <NewFile> [-format] IScriptConverter.exe "bbcode_smart_crypterlinks_de.txt" "bbcode_smart_crypterlinks_de_.txt" -format pause
geskill/intelligen
src/sdk/tools/IScriptConverter/convert.bat
bat
gpl-3.0
147
@ECHO OFF :: :: set_Debug_x64_2010.bat -- :: :: Written by Joe Mistachkin. :: Released to the public domain, use at your own risk! :: SET CONFIGURATION=Debug CALL "%~dp0\set_x64_2010.bat"
rohitlodha/DenverDB
ado/Setup/set_Debug_x64_2010.bat
bat
agpl-3.0
190
debug\gtest -n=/mw2/commdll/win/dll/wintcp.dll %1 %2 %3 %4
BygoneWorlds/anet
demo/gtest/tests/ru.bat
bat
lgpl-2.1
60
shift bcc32 -v -p -Ic:\bcc55\include -Od -a -N -d -w -W -WM -c -DWINCIT %0 %1 %2 %3 %4 %5 %6 %7 %8 %9
dylancarlson/citplus
mkdbw.bat
bat
unlicense
104
netsh interface tcp show global netsh interface tcp set global autotuninglevel=disabled netsh interface tcp show global pause
bernardladenthin/BroomCabinet
WindowsHelper/DisableAutotuninglevel.bat
bat
apache-2.0
130
@ECHO OFF spark-submit.cmd^ --master "local[*]"^ --driver-memory 1G^ --executor-memory 4G^ --repositories http://repo.boundlessgeo.com/main^ --packages org.geotools:gt-ogr-bridj:14-SNAPSHOT,org.geotools:gt-cql:14-SNAPSHOT^ --conf spark.driver.extraJavaOptions="-DGDAL_LIBRARY_NAME=gdal111"^ --driver-library-path ...
mraad/ibn-battuta
broadcast-density.cmd
bat
apache-2.0
466
@echo off set SYSDIR=D:\android-sdk-windows\AVD\cust-image\android-sdk-2.1\images set DATADIR=D:\android-sdk-windows\AVD\cust-image\android-sdk-2.1\images set SKINDIR=D:\android-sdk-windows\AVD\cust-image\skins ..\tools\emulator.exe -sysdir %SYSDIR% -datadir %DATADIR% -skindir %SKINDIR% -sdcard %SKINDIR%\FakeSD...
span999/build-scripts
emulator/scripts/sdk21WVGA.bat
bat
apache-2.0
394
@echo off if "%1" == "html" ( vagrant up && vagrant ssh --command "/ohana/dev/generate_html.sh" if errorlevel 1 exit /b 1 goto end ) if "%1" == "sums" ( vagrant up && vagrant ssh --command "/ohana/dev/calculate_sums.sh" if errorlevel 1 exit /b 1 goto end ) if "%1" == "clean" ( vagrant destroy --force if erro...
bigfix/platform-releases
dev/make.bat
bat
apache-2.0
357
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=PyramidRestfulFramework if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not...
danpoland/pyramid-restful-framework
docs/make.bat
bat
bsd-2-clause
791
copy ..\BuildWin\bin\Service\fuse4Win.dll . /Y copy ..\BuildWin\bin\Service\win_service.exe . /Y copy ..\BuildWin\bin\Service\fuse4Win-xp.dll .\XP /Y copy ..\BuildWin\bin\Service\win_service-xp.exe .\XP /Y copy ..\..\pfs-gui\build-pCloud-qt_static-Release\release\pCloud.exe . /Y call sign.bat pCloud.exe call sign.ba...
pcloudcom/pfs
WinInstaller/BuildAll.bat
bat
bsd-2-clause
547
#====================================================================== # Loading DBs #====================================================================== cd $(TOP)/db dbLoadRecords("PSH0-CTRL-SUP-BOY.db") #====================================================================== # Loading Substitution Files #======...
ControlSystemStudio/org.csstudio.iter
products/org.csstudio.iter.css.product/demo/m-TEST/src/main/epics/iocBoot/iocCTRL-SUP-PSH0CORE/dbToLoad.cmd
bat
epl-1.0
715