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 echo [INFO] Install jar to local repository. cd %~dp0 call mvn clean install -Dmaven.test.skip=true pause
jxjjdccj/smile
springside4-master/modules/metrics/install.bat
bat
apache-2.0
116
:: Include configurations call mi_mini_pppoe_relay_config.cmd ::::::::::::::::::::::::::::::::::::::::::::: :: Please update configurations above only :: ::::::::::::::::::::::::::::::::::::::::::::: SET STORAGE_DIR=/extdisks/sda1/xiaomi_router SET PROGRAM_DIR=%STORAGE_DIR%/pppoe_relay_mi_mini :: router co...
deren/mi_mini_pppoe_relay
mi_mini_pppoe_relay_install.bat
bat
mit
1,624
@ECHO OFF "C:\Program Files\Atmel\Atmel Toolchain\AVR Assembler\Native\2.1.39.1005\avrassembler\avrasm2.exe" -S labels.tmp -fI -W+ie -C V2 -o bootloader.hex -d bootloader.obj -e bootloader.eep -m bootloader.map -l bootloader.lst bootloader.asm
JanSkalny/AVR
contrib/bootloader/firmware/AvrBuild.bat
bat
mit
246
@ECHO OFF REM ------------------------------------------------------------------- REM This file needs to be saved as UTF-8 with the option "No Mark" REM Note that your CMD prompt may need to use Lucida Console in REM order to display foreign characters correctly REM ----------------------------------------------...
Roenbaeck/sisula
Sisulate.bat
bat
mit
7,482
:: Run python scons, if possible @goto start :log @for %%I in (%*) do @echo.%~nx0: %%~I 1>&2 @goto :EOF :start @setlocal @set ErrorLevel=0 @pushd . @%~d0 @cd %~p0 :: Try and use scons in the path... @for %%I in ("scons.exe" "scons.bat" "scons.cmd" "scons.py") do @( if exist "%%~dp$PATH:I" ( cal...
m0tive/fsm
make.bat
bat
mit
1,519
..\..\Tools\phantomjs-1.8.1-windows\phantomjs.exe run-jasmine.js SpecRunner.html pause
dlidstrom/Tasks
Tasks.Tests/Web/run.bat
bat
mit
89
@echo off IF "%1%" == "" GOTO display_help SETLOCAL SET msbuild_version=%1 SET msbuild_platform=%2 IF "%msbuild_platform%" == "" SET msbuild_platform=x64 SET msbuild_configuration=%3 IF "%msbuild_configuration%" == "" SET msbuild_configuration=Release SET msbuild_toolset=%4 GOTO build :display_help echo Syntax...
lanyudhy/Halite-II
environment/zstd-1.3.0/build/VS_scripts/build.generic.cmd
bat
mit
1,804
cmd_arch/arm/crypto/aes-armv4.o := /home/beto/android/lp/scripts/gcc-wrapper.py /home/beto/toolchain/bin/arm-eabi-gcc -Wp,-MD,arch/arm/crypto/.aes-armv4.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 -Iinclude -in...
IndieBeto/StockLP
arch/arm/crypto/.aes-armv4.o.cmd
bat
gpl-2.0
1,405
@windres rc\cmdwiz.rc rc\cmdwiz.o @windres rc\cmdwiz-ascii.rc rc\cmdwiz-ascii.o @windres rc\gotoxy-extended.rc rc\gotoxy-extended.o @windres rc\gotoxy.rc rc\gotoxy.o @set WARN=-Wall -Wextra -Werror -Wpedantic -Wformat=2 -Wno-unused-parameter -Wshadow -Wwrite-strings -Wredundant-decls -Wnested-externs -Wstrict-prototype...
misol1/gotoxy
makeall.bat
bat
gpl-2.0
902
cmd_drivers/misc/ti-st/built-in.o := rm -f drivers/misc/ti-st/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/misc/ti-st/built-in.o
chase2534/gtab47.freekern
drivers/misc/ti-st/.built-in.o.cmd
bat
gpl-2.0
254
cmd_drivers/media/common/tuners/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/common/tuners/built-in.o drivers/media/common/tuners/tuner-xc2028.o drivers/media/common/tuners/tuner-simple.o drivers/media/common/tuners/tuner-types.o driver...
tcp209/kernel_samsung_epic4gtouch
build/epic4gtouch/drivers/media/common/tuners/.built-in.o.cmd
bat
gpl-2.0
580
@rem @rem @rem Copyright 1990-2006 Sun Microsystems, Inc. All Rights Reserved. @rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER @rem @rem This program is free software; you can redistribute it and/or @rem modify it under the terms of the GNU General Public License version @rem 2 only, as published ...
tommythorn/yari
shared/cacao-related/phoneme_feature/midp/src/ams/jams/mvm/batch/usertest_g.bat
bat
gpl-2.0
1,188
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem ## @rem Gradle startup script for Windows ## @rem ...
kjunias/ApressProSpringMVC
gradlew.bat
bat
gpl-2.0
2,504
# DO NOT EDIT THIS FILE # # Please edit /boot/armbianEnv.txt to set supported parameters # setenv load_addr "0x32000000" setenv kernel_addr_r "0x34000000" setenv fdt_addr_r "0x4080000" setenv overlay_error "false" # default values setenv rootdev "/dev/mmcblk1p1" setenv verbosity "1" setenv console "both" setenv bootlo...
armbian/build
config/bootscripts/boot-meson64.cmd
bat
gpl-2.0
7,823
rem rem gcc -Wall -O3 -fomit-frame-pointer -DNDEBUG -D_REENTRANT -m32 -march=i686 -I. -I.. -s -o tpsieve-x86-linux ../main.c ../sieve.c ../clock.c ../util.c app.c -lm -lpthread rem gcc -Wall -O3 -fomit-frame-pointer -DNDEBUG -D_REENTRANT -m32 -march=i686 -mtune=k8 -msse2 -I. -I.. -s -o tpsieve-x86-linux-sse2 ../main.c...
Ken-g6/PSieve
lms/make-bins.bat
bat
gpl-2.0
1,319
REM run python file 'open_browser_cmd' from within nplab and pass the file location call conda.bat activate base python -m nplab.ui.open_browser_cmd %1 cmd /k
nanophotonics/nplab
nplab/ui/open_browser_cmd.bat
bat
gpl-3.0
160
@echo off Set filename=%1 For %%A in ("%filename%") do ( Set folder=%%~dpA Set name=%%~nxA ) @REM scp -P 5522 %filename% root@localhost:/home/root/%name% @REM ssh -p 5522 root@localhost '/usr/bin/opkg -o / install %name%; luna-send -n 1 palm://com.palm.applicationManager/rescan {};' @REM ssh -p 552...
webOS-ports/org.webosports.app.pdf
tools/ports-install.bat
bat
gpl-3.0
628
@REM This batch file has been generated by the IAR Embedded Workbench @REM C-SPY Debugger, as an aid to preparing a command line for running @REM the cspybat command line utility using the appropriate settings. @REM @REM Note that this file is generated every time a new debug session @REM is initialized, so you ma...
presslab-us/ZigBee_OpenEVSE
OpenEVSE/CC2530DB/settings/OpenEVSE.CoordinatorEB.cspy.bat
bat
gpl-3.0
1,867
@echo off echo. echo ====================================================== echo Uninstall Visual Studio 2010 Code Snippets for the lab echo ====================================================== echo. for /f "tokens=2,*" %%a in ('reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Fo...
Evilazaro/MCSDAzureTraining
Design and Implement Cloud Services/HOLs/HOL-FederatedAuthWebRole/Source/Setup/Cleanup.cmd
bat
agpl-3.0
703
cmd_/home/metaldoctor/ko/hello.ko := ld -r -m elf_x86_64 -T ./scripts/module-common.lds --build-id -o /home/metaldoctor/ko/hello.ko /home/metaldoctor/ko/hello.o /home/metaldoctor/ko/hello.mod.o
megastallman/hello_world_playground
ko/.hello.ko.cmd
bat
agpl-3.0
195
@echo off call ruby --version if %errorlevel% == 0 ( ruby -rwebrick -e "system 'start http://localhost:8000'; WEBrick::HTTPServer.new(DocumentRoot: '.', Port: 8000, RequestCallback: Proc.new{|req,res| res['Access-Control-Allow-Origin'] = '*'}).start" -Eascii-8bit:ascii-8bit exit /b 0 ) call python --v...
vivliostyle/vivliostyle-ui
scripts/start-webserver.bat
bat
agpl-3.0
774
@echo on :: vcvarsall.bat sets various env vars like PATH, INCLUDE, LIB, LIBPATH for the :: specified build architecture call "C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 :: Remove quotes from script args setlocal enabledelayedexpansion set args= for %%x in (%*)...
GNOME/glib
.gitlab-ci/test-msvc.bat
bat
lgpl-2.1
910
vcpkg install zopfli:x64-windows mkdir build-x64-windows cd build-x64-windows cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_GENERATOR_PLATFORM=x64 cmake --build . --config Release pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/zopfli_test/build-x64-windows.bat
bat
lgpl-3.0
263
@echo off %~dp0\win32\nw.exe
hellolobster/nwshell
bin/win32/browser.bat
bat
unlicense
28
@echo off ::Project UppercuT - http://uppercut.googlecode.com ::No edits to this file are required - http://uppercut.pbwiki.com SET DIR=%~d0%~p0% call "%DIR%build.bat" if %ERRORLEVEL% NEQ 0 goto errors SET NANT="%DIR%lib\Nant\nant.exe" SET build.config.settings="%DIR%settings\UppercuT.config" %NANT%...
ferventcoder/bombali
zip.bat
bat
apache-2.0
489
@echo off :: Path of the cURL executable set CURL="curl.exe" :: Direct URL of source PDF file. set SOURCE_FILE_URL=https://bytescout-com.s3.amazonaws.com/files/demo-files/cloud-api/pdf-to-excel/sample.pdf :: Comma-separated list of page indices (or ranges) to process. Leave empty for all pages. Example: '0,2-5,7-'. s...
bytescout/ByteScout-SDK-SourceCode
Cloud API Server/PDF To Excel API/cURL/Convert PDF To XLS From URL/ConvertPdfToXlsFromUrl.cmd
bat
apache-2.0
1,031
cmd_libbb/bb_askpass.o := gcc -Wp,-MD,libbb/.bb_askpass.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-protot...
rennman/copfvtci
build/busybox-1.25.1/libbb/.bb_askpass.o.cmd
bat
apache-2.0
10,204
@echo off rem ########################################################################## rem # Copyright 2002-2013 LAMP/EPFL rem # rem # This is free software; see the distribution for copying conditions. rem # There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A rem # PARTICULAR PURPOSE. rem ##########...
chenc10/Spark-PAF
build/scala-2.10.5/bin/scala.bat
bat
apache-2.0
4,469
REM running from the command line cscript.exe BarcodesFromTIFF.vbs multipage.tif pause
bytescout/ByteScout-SDK-SourceCode
BarCode Reader SDK/VBScript/Decode page by page from TIFF/run.bat
bat
apache-2.0
86
#!/bin/bash for i in *.png; do j=${i//\.png/}; convert -scale 50% $i ${j}_small.png; done mv *_small.png smaller for i in *.jpg; do j=${i//\.jpg/}; convert -scale 50% $i ${j}_small.jpg; done mv *_small.jpg smaller
nagyistoce/koalacloud
tutorial/images/convert_script.bat
bat
apache-2.0
220
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=udemy if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not f...
udemy-course/udemy
docs/make.bat
bat
apache-2.0
807
SET ORG_DIR=%cd% cd /d %~dp0 del /S /Q objs\*.obj cd /d %ORG_DIR% nmake
LomoX-Offical/nginx-openresty-windows
src/nginx/build_nginx.bat
bat
bsd-2-clause
73
@ECHO OFF SETLOCAL cd Build-Scripts :menuLOOP cls echo. echo.================ Windows System Helper Scripts ================ ECHO.================ (c) 2016 - 2017 Justin Muniz ================ echo. echo. for /f "tokens=1,2,* delims=_ " %%A in ('"findstr /b /c:":menu_" "%~f0""') do ( echo. %%B ...
JustinMuniz/Computer-Shop-Utilities
Windows/Batch/Batch-Menu.bat
bat
bsd-2-clause
672
msbuild /t:clean,build /property:Configuration=Debug;Platform=Win32 msbuild /t:clean,build /property:Configuration=Release;Platform=Win32 msbuild /t:clean,build /property:Configuration=Debug;Platform=x64 msbuild /t:clean,build /property:Configuration=Release;Platform=x64 set WIXBIN="c:\Program Files (x86)\WiX Toolset...
CardContact/sc-hsm-embedded
msvc/build_all.bat
bat
bsd-3-clause
1,001
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S06_SyncICSContentsDeletion_TestSuite.MSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite3 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.testsetti...
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite3.cmd
bat
mit
337
cmd_arch/arm/lib/clear_user.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.clear_user.o.d -nostdinc -isystem /home/milind/toolchain/arm-eabi-4.6/bin/../lib/gcc/arm-eabi/4.6.x-google/include -I/home/milind/work/kernel/android_kernel_samsung_i9082/arch/arm/include -Iarch/arm/include/gene...
sai9615/MY-kernel-for-grand-I9082
dragon/arch/arm/lib/.clear_user.o.cmd
bat
gpl-2.0
2,192
taskkill -im freecad.exe /f @echo OFF echo cadquery-freecad-module required @echo ON cd %~p0 start "" "d:\FreeCAD_015\bin\freecad" main_generator.py all :: start "" "d:\FreeCAD_015\bin\freecad" main_generator.py 254single 1-10 :: start "" "d:\FreeCAD_015\bin\freecad" main_generator.py 254dual 1-10 :: start "" "d:\Free...
poeschlr/kicad-3d-models-in-freecad
cadquery/FCAD_script_generator/Standoff_female_female/create_model-all.bat
bat
gpl-2.0
671
cmd_drivers/scsi/scsi_wait_scan.ko := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o drivers/scsi/scsi_wait_scan.ko drivers/scsi/scsi_wait_scan.o drivers/scsi/scsi_wait_scan.mod.o
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/drivers/scsi/.scsi_wait_scan.ko.cmd
bat
gpl-2.0
204
rm userlib/* java -jar build\apache-ivy-2.4.0\ivy-2.4.0.jar -ivy ivy.xml -retrieve "userlib/[artifact]-[revision].[ext]" rem java -jar build\apache-ivy-2.4.0\ivy-2.4.0.jar -help
ako/CsvServices
runivy.cmd
bat
apache-2.0
177
CALL "%~dp0\..\release.bat" @"%OSPL_HOME%\bin\ospl.exe" %1 if %ERRORLEVEL% EQU 0 goto success :failure @echo off set /p var=Please press Return to close the terminal. goto end :success call :gettime t1 call :wait 300 call :gettime t2 set /A tt = (t2-t1)/100 goto :end :wait call :gettime wait0 :w2 call :gettime wait1...
PrismTech/opensplice
install/bin/osplctrl.bat
bat
gpl-3.0
514
@ECHO OFF SETLOCAL SET EXITCODE=0 SET install=false SET clean=false SET package=false SET addon= SET store= SETLOCAL EnableDelayedExpansion FOR %%b IN (%*) DO ( IF %%b == install ( SET install=true ) ELSE ( IF %%b == clean ( SET clean=true ) ELSE ( IF %%b == package ( SET package=true ) ELSE ( I...
cjmayo/xbmc
tools/buildsteps/windows/make-addons.bat
bat
gpl-2.0
4,385
phpunit --verbose --bootstrap test-init.php %1 %2 %3 %4 %5 %6 tests
lemirage/le-mirage
www/filemanager/connectors/php/inc/wideimage/test/run.bat
bat
mit
68
@ECHO OFF :: This is a port of git-new-workdir to run on Windows with msysgit. :: The original can be found there: :: http://git.kernel.org/?p=git/git.git;a=blob_plain;f=contrib/workdir/git-new-workdir;hb=HEAD :: The script was tested on Windows 7 with git version 1.7.4.msysgit.0. :: https://github.com/joero74/git-ne...
Pavuucek/ArachNGIN
git-new-workdir.cmd
bat
mit
2,887
@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...
BrianHicks/emit
docs/make.bat
bat
mit
5,092
cd debug TestQRect.exe cd ../
dNaga392/TestQt
QtCore/TestQRect/test.bat
bat
mit
30
@Echo off Echo ÇëÊäÈë°æ±¾ºÅ£º :Input Set /p Version= If "%Version%"=="" Goto Input For /f "tokens=1-4 delims=." %%a In ("%Version%") Do ( If "%%a"=="" Goto Input If "%%b"=="" Goto Input If "%%c"=="" Goto Input If "%%d"=="" Goto Input ) For /f "tokens=1-2 delims=." %%a In ("%Version%") Do ...
Streamlet/GoogleHelper
Build/Build.cmd
bat
mit
2,037
cd / C: dir cd "Program Files" dir pause
ifairy/CSharpExample
CSharpExample/CSharpBasic/ConApp/Resource/testcmd.cmd
bat
mit
41
if (%1)==(!!!) goto Action for %%a in (su,sh,es) do call %0 !!! %%a goto Exit :Action for %%a in (0,1,2,3) do icl /DCoder%2 /DModel%%a aridemo.cpp /link /OUT:%2_v%%a_i.exe :Exit
igor-bezkrovny/range-coder
compression.ru/aridemo06/src/make.bat
bat
mit
183
cmd_drivers/mmc/core/mmc_core.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/mmc/core/mmc_core.o drivers/mmc/core/core.o drivers/mmc/core/bus.o drivers/mmc/core/host.o drivers/mmc/core/mmc.o drivers/mmc/core/mmc_ops.o drivers/mmc/core/sd.o drivers/mmc/core/sd_ops.o driv...
DJSteve/StreakKernel
drivers/mmc/core/.mmc_core.o.cmd
bat
gpl-2.0
507
cmd_drivers/video/output.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/video/.output.o.d -nostdinc -isystem /home/azure/Kernel/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/home/azure/Kernel/rndc-kernel/arch/arm/include -include include/linux/autoconf....
denzfarid/rndc-kernel
drivers/video/.output.o.cmd
bat
gpl-2.0
117,400
cmd_mm/util.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,mm/.util.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/arch/arm/include -in...
mjmccall/Kernel
mm/.util.o.cmd
bat
gpl-2.0
20,615
cmd_net/netrom/built-in.o := rm -f net/netrom/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD net/netrom/built-in.o
avareldalton85/rpi2-linux-rt
net/netrom/.built-in.o.cmd
bat
gpl-2.0
178
cmd_sound/core/snd-timer.o := /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/snd-timer.o sound/core/timer.o
garwynn/D710SPR_GB27_Kernel
sound/core/.snd-timer.o.cmd
bat
gpl-2.0
149
cmd_arch/arm/lib/ucmpdi2.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-gcc -Wp,-MD,arch/arm/lib/.ucmpdi2.o.d -nostdinc -isystem /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/../lib/gcc/arm-linux-gnueabihf/4.7.3/include -I/home/josh/TF700-du...
JoinTheRealms/TF700-dualboot-stockbased
arch/arm/lib/.ucmpdi2.o.cmd
bat
gpl-2.0
1,707
deps_config := \ lib/xz/Kconfig \ lib/Kconfig \ drivers/crypto/caam/Kconfig \ drivers/crypto/Kconfig \ crypto/async_tx/Kconfig \ crypto/Kconfig \ security/integrity/ima/Kconfig \ security/apparmor/Kconfig \ security/tomoyo/Kconfig \ security/smack/Kconfig \ security/selinux/Kconfig \ security/Kconfig \ lib...
tyeo098/MK908-Kernel-NAND
include/config/auto.conf.cmd
bat
gpl-2.0
21,945
call D:\"Program Files"\"Microsoft Visual Studio .NET 2003"\Vc7\bin\vcvars32.bat bash -x release_builder.sh
sdottaka/cvsnt-sjis
tonys scripts/release_builder.bat
bat
gpl-2.0
110
cmd_drivers/net/ethernet/faraday/built-in.o := rm -f drivers/net/ethernet/faraday/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD drivers/net/ethernet/faraday/built-in.o
Envious-Data/shinano-sirius_msm8974abpro
drivers/net/ethernet/faraday/.built-in.o.cmd
bat
gpl-2.0
215
@ECHO OFF setlocal DISABLEDELAYEDEXPANSION SET BIN_TARGET=%~dp0/../consolidation/self-update/scripts/release php "%BIN_TARGET%" %*
mamont77/easydrupal
vendor/bin/release.bat
bat
gpl-2.0
131
@echo off REM REM This batch file calls the OutputTestTerminal class which displays to the REM terminal the results of translation via Language256, LanguageInt and REM LanguageUnicode. Note that your terminal may not present the output REM correctly (the output is in Unicode). REM java -classpath . uk.ac.umist....
assistech-iitd/Edutactile
legal/translate/transt.bat
bat
gpl-2.0
369
cmd_drivers/staging/rtl8712/r8712u.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/staging/rtl8712/r8712u.ko drivers/staging/rtl8712/r8712u.o drivers/staging/rtl8712/r8712u.mod.o
avareldalton85/rpi2-linux-rt
drivers/staging/rtl8712/.r8712u.ko.cmd
bat
gpl-2.0
291
@echo off setlocal ENABLEDELAYEDEXPANSION set W=80 set H=50 mode con lines=%H% cols=%W% cls call :SETDELIMITS 12 30 %H% set CNT=0 set CNT2=0&for /F "tokens=*" %%i in (fxcmds.dat) do set SRC!CNT2!=%%i&set /A CNT2+=1 set /A NOFL=%CNT2%&set CNT2=0 set CNT3=0&for /F "tokens=*" %%i in (gamescmds.dat) do set BSRC!CNT3!=%%i...
misol1/gotoxy
gotoxy-examples/testscroll2.bat
bat
gpl-2.0
1,420
@echo off call cleanup set THIS_DIR=%CD% MKDIR ..\build pushd ..\build if "%Platform%" EQU "x86" ( cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX=%THIS_DIR%\install32 ) else ( cmake .. -G"NMake Makefiles" -DCMAKE_INSTALL_PREFIX=%THIS_DIR%\install64 ) nmake nmake install nmake test popd call run_nsi...
bug400/lifutils
windows/build_lifutils.cmd
bat
gpl-2.0
337
@call "%~dp0set_path.bat" :: Check Visual Studio 2005 :: ======================== @call "%~dp0..\_src\eidmw\SetPathVs2005.bat" @if %ERRORLEVEL%==0 goto find_vs2005 @echo [TIP] Use set_path.bat script to define PTEID_DIR_VS_2005 @goto end :find_vs2005 @echo [INFO] Using PTEID_DIR_VS_2005=%PTEID_DIR_VS_2005...
12019/svn.gov.pt
windows/make_edt_win.bat
bat
gpl-3.0
1,974
@echo off title Instalacion de WhatsApp por USB en Android... -Aldo color 2A MODE CON: COLS=64 LINES=20 echo. echo. echo. echo. WhatsApp v3.16.380 echo. echo. echo. echo. echo Preparando ADB... adb devices > NUL :install cls echo. echo Asegurate de que el dispositivo tiene depuracion e...
aldoeliacim/usbWAinstaller
install.bat
bat
gpl-3.0
520
@rem Do not edit! This file is generated by New-VSCodeTask.ps1 @echo off if "%1" == "!" goto start chcp 65001 > nul PowerShell.exe -NoProfile -ExecutionPolicy Bypass "& 'D:\Documents\Projects\PSJira\Build\Invoke-Build.ps1' -File 'D:\Documents\Projects\PSJira\Build\PSJira.build.ps1' %1" exit :start shift start PowerShel...
PSJira/PSJira
.vscode/tasks.cmd
bat
gpl-3.0
490
rem 1. Open Command Prompt with Administrator rights. rem 2. You can view a list of all features installed on your Windows OS. Dism /Online /Get-Features /Format:Table rem 1 Dism /Online /Get-Features /Format:Table rem 3. Install IIS-DefaultDocument feature with all related features by using /All switch. Dism /Onlin...
fcenobi/script
installiis.cmd
bat
gpl-3.0
737
@echo off SETLOCAL if "%1"=="" goto Help set _method=%1 set _forw=0 if f==%_method:~0,1% set _forw=1 if -==%_method:~2,1% set _lit=-c :Loop if "%3"=="" goto Continue if 1==%_forw% ( echo. echo ^>^> exomizer raw %3 %_lit% -o %3.exo echo. exomizer raw %3 %_lit% -o %3.exo ) else ( echo. echo ^>^> exomizer r...
antoniovillena/zxuno
hardware/kartusho/snapshots/compress.bat
bat
gpl-3.0
1,029
@echo off d:\neogeo\asw\asw main -L d:\neogeo\asw\p2bin main -r $000000-$01FFFF d:\neogeo\sgcc\flip main.bin 052-p1.p1 d:\neogeo\sgcc\pad 052-p1.p1 524288 255 copy 052-p1.p1 d:\mame\roms\ssideki\052-p1.p1 copy 052-s1.s1 d:\mame\roms\ssideki\052-s1.s1
neogeodev/NGAcidTests
LagTest/make.bat
bat
unlicense
261
@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%"=...
CoreMedia/job-dsl-plugin
gradlew.bat
bat
apache-2.0
2,424
@echo off @rem First Boot... if “%1%” == “precustomization” ( echo Do precustomization tasks @rem during this boot the hostname is set, which requires a reboot @rem we also enable winrm over http, plaintext, long timeout, more memory etc cmd.exe /c winrm quickconfig -q cmd.exe /c winrm quickconfig -transport:http c...
chef-partners/kitchen-vcair
examples/windows_customization.bat
bat
apache-2.0
2,048
@echo off if "%JAVA_HOME%" == "" goto nojava set DIR=%~dp0 cd %DIR% cd .\templates\defaultproject call runtemplate.cmd %1 cd ..\.. goto end :nojava echo set JAVA_HOME echo you must install java use the wizard pause goto end :end
neoautus/lucidj
extras/AntInstaller/AntInstaller-beta0.8/wizard.cmd
bat
apache-2.0
234
@echo off REM hlslcc pushd hlslcc\projects p4 edit %THIRD_PARTY_CHANGELIST% ..\lib\... REM vs2013 x64 pushd vs2013 msbuild hlslcc.sln /target:Clean,hlslcc_lib /m /p:Platform=x64;Configuration="Release" msbuild hlslcc.sln /target:Clean,hlslcc_lib /m /p:Platform=x64;Configuration="Debug" popd REM vs2013 x86 pu...
PopCap/GameIdea
Engine/Source/ThirdParty/hlslcc/UE4_BuildThirdPartyLib.bat
bat
bsd-2-clause
1,106
@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
AutomatedTestFramework/migration/bin/script_test_transform.bat
bat
bsd-3-clause
4,123
# Find cTuning (auto-tuning) plugin and set environment call ck set env tags=plugin,openme,ctuning,target-os-android5-arm bat_file=tmp-ck-env.bat --bat_new --print && call tmp-ck-env.bat && del /Q tmp-ck-env.bat if %errorlevel% neq 0 exit /b %errorlevel% echo Copying plugin to remote device ... rem adb push %CK_ENV_PL...
supriyantomaftuh/ck-autotuning
program/demo-codelet-openme-auto-tuning-plugins/_run_with_plugins_android5-arm.bat
bat
bsd-3-clause
664
@echo off IF NOT X%_BUILDARCH%==X GOTO PERFORM echo You must run this batch file from the WDK Build Environment. GOTO QUIT :PERFORM echo **************************************** echo ** Cleaning directory ** echo **************************************** build -cqZ 2>nul del /s /q obj del /s /q *.log ...
ijsf/delayman
clean.bat
bat
bsd-3-clause
361
python DumpInfo.py "T:\mat\Projects\ResearchTools\Binary\StaticAnalysis\DarunGrim2\src\TestCases\MS09-034 Cumulative Security Update for Internet Explorer (972260)\Diff.dgf" 1 63044f92 python DumpInfo.py "T:\mat\Projects\ResearchTools\Binary\StaticAnalysis\DarunGrim2\src\TestCases\MS09-034 Cumulative Security Update f...
jenix21/DarunGrim
Src/Scripts/Test/TestDumpInfo.bat
bat
bsd-3-clause
377
@echo Off set config=%1 if "%config%" == "" ( set config=Debug ) %WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild .\src\Stripe.csproj /p:Configuration="%config%" /v:M /fl /flp:LogFile=msbuild.log;Verbosity=Normal /nr:false if "%config%" == "Release" ( .nuget\nuget pack .\src\Stripe.csproj -Build -Symbols -Prop...
ChadBurggraf/stripe-dotnet
build.cmd
bat
mit
350
cmd_init/built-in.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o init/built-in.o init/main.o init/version.o init/mounts.o init/noinitramfs.o init/calibrate.o
matteocrippa/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/init/.built-in.o.cmd
bat
gpl-2.0
189
@echo off "%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\4.5\mdoc.exe" %*
Code0100Food/3DEngine
MonoScripting/MonoScripting/DATA/bin/mdoc.bat
bat
mit
78
@echo off "%~dp0\mono.exe" %MONO_OPTIONS% "%~dp0\..\lib\mono\..\ironpython\\ipy.exe" %*
Code0100Food/3DEngine
MonoScripting/MonoScripting/DATA/bin/ipy.bat
bat
mit
88
echo off cd %~dp0 cd .. echo on Core D FE6 Structure 0x6676F0 -input:%1 "-output:%~dp1Tutorial.txt" -addEndGuards Core D FE6 Structure 0x6677A0 -input:%1 "-output:%~dp1Ch1.txt" -addEndGuards Core D FE6 Structure 0x667868 -input:%1 "-output:%~dp1Ch2.txt" -addEndGuards Core D FE6 Structure 0x667960 -input:%1 "-output:%~...
diegoisawesome/AME
Dependencies/Hacking/Event assembler/Event assembler/bin/Release/Scripts/Disassemble FE6 chapters.cmd
bat
gpl-3.0
3,425
rem *** Create the import library for the dll *** dlltool --dllname dll.dll --def dll.def --output-lib libdll.a rem *** Compile the dll *** gcc -c -o dll.o dll.c rem *** Link the dll *** gcc -s -mdll -o dll.dll -Wl,--base-file,dll.b dll.o dlltool --dllname dll.dll --base-file dll.b --output-exp dll.e --de...
rinrin-/cygwin-alternative
winsup/mingw/samples/simpledll/makedll.bat
bat
gpl-2.0
752
@echo off if "%1" == "" goto build if "%1" == "build" goto build if "%1" == "all" goto build if "%1" == "init" goto init if "%1" == "clean" goto clean REM Invalid argument echo Invalid argument, please check README.win32 goto end REM initialize ocp-build and create _obuild directory :init if not exist "_obuild/" ocp...
OCamlPro/flow
make.bat
bat
bsd-3-clause
870
cmd_scripts/genksyms/parse.tab.o := gcc -Wp,-MD,scripts/genksyms/.parse.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -Iscripts/genksyms -c -o scripts/genksyms/parse.tab.o scripts/genksyms/parse.tab.c source_scripts/genksyms/parse.tab.o := scripts/genksyms/parse.tab.c deps_scripts...
jmztaylor/android_kernel_htc_a3ul_new
scripts/genksyms/.parse.tab.o.cmd
bat
gpl-2.0
2,374
@if not defined _echo @echo off setlocal set INIT_TOOLS_LOG=%~dp0init-tools.log if [%PACKAGES_DIR%]==[] set PACKAGES_DIR=%~dp0packages\ if [%TOOLRUNTIME_DIR%]==[] set TOOLRUNTIME_DIR=%~dp0Tools set DOTNET_PATH=%TOOLRUNTIME_DIR%\dotnetcli\ if [%DOTNET_CMD%]==[] set DOTNET_CMD=%DOTNET_PATH%dotnet.exe if [%BUILDTOOLS_SOU...
shrah/corert
init-tools.cmd
bat
mit
4,159
rem ------------------------------------------------------------------------- rem remove Audit Record Repository v2.x rem required for installation of Audit Record Repository v3.x rem ------------------------------------------------------------------------- mkdir ..\dcm4chee-arr.old mkdir ..\dcm4chee-arr.old\lib mkdir...
medicayun/medicayundicom
dcm4jboss-all/tags/DCM4CHEE_2_11_0_BRANCHA_TAG2/dcm4jboss-build/bin/uninstall-dcm4chee-arr-old.bat
bat
apache-2.0
737
@echo on @setlocal set PACK_FILENAME=%1 set PACK_VERSION=%2 set BASE_DIR=%3 set OUT_DIR=%4 REM Get the information about NuGet.exe call "%~dp0..\..\..\build\scripts\LoadNuGetInfo.cmd" call %NugetExe% pack %PACK_FILENAME% -Version %PACK_VERSION% -BasePath %BASE_DIR% -OutputDirectory %OUT_DIR% -NoPackageAnalysis
pdelvo/roslyn
src/Setup/DevDivPackages/Pack.cmd
bat
apache-2.0
317
:: Task API for Houdini :: Create and launch from Houdini working directory :: :: This file is called whenever a user launches Houdini :: :: Arguments: :: %1: Name of task, e.g. fx, sim :: :: Example: :: $ p999_Meindbender_Sync :: $ sh010 :: $ Houdini fx @echo off :: if user doesn't have app installed if Not ...
pyblish/pyblish-mindbender
bin/houdini.bat
bat
mit
1,892
cd C:\Users\username\AppData\Roaming\GridcoinResearch ifexist windows-snapshot.zip del windows-snapshot.zip mkdir snapshot copy blk0001.dat snapshot copy peers.dat snapshot XCOPY C:\Users\username\AppData\Roaming\GridcoinResearch\chainstate C:\Users\username\AppData\Roaming\GridcoinResearch\snapshot /S XCOPY C:\Users\u...
grctest/grcnode
BackEnd/Nodes/Snapshot/windows-snapshot.bat
bat
mit
969
nuget.exe pack Binaries\Package.nuspec
alphamax/TinyWorkflow
Sources/Nuget/BuildPackage.bat
bat
mit
38
:: Copyright 2017 <chaishushan{AT}gmail.com>. All rights reserved. :: Use of this source code is governed by a BSD-style :: license that can be found in the LICENSE file. setlocal cd %~dp0 :: ---------------------------------------------------------------------------- :: Setup MSVC :: VS2015 if not "x%V...
chai2010/guetzli-js
build-win64.bat
bat
mit
1,098
@Set title=Testing... @(@Title %title%) @echo Finding Gateway Internal IP ::# Define a temp variable 'DefaultGateway' @For /f "tokens=3" %%* in ( 'route.exe print ^|findstr "\<0.0.0.0\>"' ) Do @Set "DefaultGateway=%%*" @echo Ping to Gateway ( "%DefaultGateway%") (No reply means no connection with the gat...
Nekuake/FastInternetTest
Test.bat
bat
mit
491
@echo off rd /s /q tools\Addins\Cake.Genymotion rem .\build.cmd tools\cake\cake test.cake
ghuntley/Cake.Genymotion
test.cmd
bat
mit
90
echo off set /p newpass="New Password: " netsh wlan refresh hostednetwork %newpass% echo "Password changed successfully" pause exit
lesh1k/win-ap-management
changePass_wifiAP.bat
bat
cc0-1.0
137
@echo off call "%~dp0\o4w_env.bat" cd /d "%OSGEO4W_ROOT%\apps\alkis-import" start "ALKIS-Import" /B pythonw alkisImport.py
norBIT/alkisimport
alkis-import-osgeo4w-v2.cmd
bat
gpl-2.0
127
@echo off PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH% del ..\*.a make all -s
lukasmonk/lucaschess
LCEngine/irina/xmk_GCC.bat
bat
gpl-2.0
86
cmd_arch/x86/boot/setup.elf := ld -m elf_i386 -T arch/x86/boot/setup.ld arch/x86/boot/a20.o arch/x86/boot/cmdline.o arch/x86/boot/copy.o arch/x86/boot/cpu.o arch/x86/boot/cpucheck.o arch/x86/boot/edd.o arch/x86/boot/header.o arch/x86/boot/main.o arch/x86/boot/mca.o arch/x86/boot/memory.o arch/x86/boot/pm.o arch/x86/b...
namgk/kernel-tut
arch/x86/boot/.setup.elf.cmd
bat
gpl-2.0
580
# ========== 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_basic1/pio_rnd_basic1_rand_0_sjm/sjm_5.cmd
bat
gpl-2.0
13,673
# (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 grant...
myriadrf/A2300
hdl/wca/hal/FiFo512Core32W32R/simulation/functional/simulate_ncsim.bat
bat
gpl-2.0
3,145
cmd_fs/aio.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.aio.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/...
yohanes/Acer-BeTouch-E130-Linux-Kernel
fs/.aio.o.cmd
bat
gpl-2.0
22,079