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 CLS %header% echo. if not exist "Programme\HackMii Installer" mkdir "Programme\HackMii Installer" echo Downloade den HackMii Installer... start /min/wait Support\wget -c -l1 -r -nd --retr-symlinks -t10 -T30 --random-wait --reject "*.html" --reject "%2A" --reject "get.php@file=hackmii_installer_v1.0*" "http:...
Brawl345/WiiDataDownloader-Module
HackMii Installer herunterladen.bat
bat
isc
521
@echo off REM Script to install the updates net user Administrator p@ssw0rd /active:yes SET install_dir=%~dp0 REM Getting rid of the \ at the end SET install_dir=%install_dir:~0,-1% cd %install_dir% dir /b %install_dir%\*.cab > updatelist.txt for /f "delims=" %%i in (updatelist.txt) do ( echo Processing %%i call...
Leeway213/BSP-aw1689
loong/pctools/windows/buildscripts/iot-adk-addonkit/Templates/installupdates.cmd
bat
mit
393
doskey comit =python c:\Windows\ComIt\runWithoutRequests.py $*
iMshyam/ComIt
alias.cmd
bat
mit
63
:: Sample batch script for Post-Job Bot Event :: If you enable 'For all commands, use job details as arguments' :: some details about the just-finished job will be appended to the :: command as arguments. :: :: Argument order is as follows for render operations after each job completes :: %1 => The row in...
dataclay/event-scripts
Windows/post-job.bat
bat
mit
1,388
Setlocal EnableDelayedExpansion @rem BUILD SOLUTIONS C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild META\make.msbuild /t:All /m /nodeReuse:false || exit /b !ERRORLEVEL! C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild tonka\make.msbuild /t:All /m /nodeReuse:false || exit /b !ERRORLEVEL! @rem RUN TON...
pombredanne/metamorphosys-desktop
metamorphosys/jenkins_build.cmd
bat
mit
771
set Path=%PATH%;"C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin\" makecert -r -pe -n "CN=ChangeDynamix LLC" -sr localmachine -a sha1 -cy authority -sky signature -sv changedynamix.ca.pvk changedynamix.ca.cer makecert -pe -n CN="WinPCAP NDIS 6.x Filter Driver" -a sha1 -sky signature -eku 1.3.6.1.5.5.7.3.3 -ic ...
SageAxcess/pcap-ndis6
cert/create_cs_cert.cmd
bat
mit
469
PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\ call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" msbuild steamworks4j.sln /p:Configuration=ReleaseDLL /p:Platform=Win32 /t:Rebuild move steamworks4j.dll ..\natives\libs\steamworks4j.dl...
franzbischoff/steamworks4j
build-natives/build-win.bat
bat
mit
631
#!/usr/bin/env bats ## tests with https://github.com/sstephenson/bats die() { echo "$@" >/dev/stderr exit 1 } export DOCKHACK_SKIP_UID_CHECK=1 ################################################################################ ## mocked docker command #which docker &>/dev/null || die "ERROR: docker must be inst...
tavisrudd/dockhack
tests.bat
bat
mit
1,708
@echo off ipython notebook Numba_Demo_002.ipynb ipython nbconvert Numba_Demo_002.ipynb --to slides --post serve pause
rressi/MyNotebooks
Numba_Demo_002.bat
bat
mit
117
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=Bot-Chucky if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not ...
MichaelYusko/Bot-Chucky
docs/make.bat
bat
mit
808
del *.exe del *.obj call "%VS140COMNTOOLS%\..\..\VC\bin\vcvars32.bat" cl /D _CONSOLE /W4 /O2 calc-ram.cpp
pavel-pimenov/sandbox
console-test/memory/compile-calc-ram-vc2015.bat
bat
mit
109
cmd_drivers/mtd/lpddr/built-in.o := rm -f drivers/mtd/lpddr/built-in.o; mips-openwrt-linux-uclibc-ar rcsD drivers/mtd/lpddr/built-in.o
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/linux-ar71xx_generic/linux-3.10.4/drivers/mtd/lpddr/.built-in.o.cmd
bat
gpl-2.0
136
@echo off SETLOCAL REM http://dev.exiv2.org/projects/exiv2/repository/ SET EXIV2_COMMIT=3364 REM http://sourceforge.net/p/libjpeg-turbo/code/ SET LIBJPEG_COMMIT=1093 rem error 1406 rem https://github.com/madler/zlib/commits SET ZLIB_COMMIT_LONG=50893291621658f355bc5b4d450a8d06a563053d rem https://g...
stoneyang/LuminanceHDR
build/msvc/build.cmd
bat
gpl-2.0
30,612
cmd_drivers/base/dd.o := arm-eabi-gcc -Wp,-MD,drivers/base/.dd.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/autoconf.h...
timmytim/honeybutter_kernel
drivers/base/.dd.o.cmd
bat
gpl-2.0
24,002
cmd_drivers/mmc/core/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/mmc/core/built-in.o drivers/mmc/core/mmc_core.o
kannu1994/crespo_kernel
drivers/mmc/core/.built-in.o.cmd
bat
gpl-2.0
188
@echo off taskkill /f /im paraengineclient.exe taskkill /f /im cmd.exe
NPLPackages/TableDB
setup/stopNPL.bat
bat
gpl-2.0
70
cmd_kernel/irq/handle.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/irq/.handle.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/include -Wall -Wund...
b8e5n/KTG-kernel_es209ra
kernel/irq/.handle.o.cmd
bat
gpl-2.0
21,499
cmd_drivers/media/usb/dvb-usb/dvb-usb-dib0700.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/media/usb/dvb-usb/dvb-usb-dib0700.o drivers/media/usb/dvb-usb/dib0700_core.o drivers/media/usb/dvb-usb/dib0700_devices.o
avareldalton85/rpi2-linux-rt
drivers/media/usb/dvb-usb/.dvb-usb-dib0700.o.cmd
bat
gpl-2.0
286
cmd_kernel/sys_ni.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,kernel/.sys_ni.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...
mjmccall/Kernel
kernel/.sys_ni.o.cmd
bat
gpl-2.0
2,034
@echo off cd .. setlocal ENABLEDELAYEDEXPANSION cmdwiz setfont 8 & cls set /a W=176, H=80 set /a W8=W/2, H8=H/2 mode %W8%,%H8% & cmdwiz showcursor 0 set FNT=1& rem 1 or a if "%FNT%"=="a" mode 30,10 for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==FNT if not %%v==W if not %%v==H set "%%v=" set /a XC=0, YC=0, XC...
misol1/cmdgfx
legacy/noserver-wave-cube.bat
bat
gpl-2.0
4,147
cmd_sound/soc/s6000/built-in.o := rm -f sound/soc/s6000/built-in.o; ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/soc/s6000/built-in.o
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
sound/soc/s6000/.built-in.o.cmd
bat
gpl-2.0
163
@echo off del /q res_mods\xvm\res\clanicons\RU\nick\programist434.png del /q res_mods\xvm\res\clanicons\RU\nick\Morozochka.png del /q res_mods\xvm\res\clanicons\RU\nick\gipof1s.png
malinin1991/wcaticon
clear.bat
bat
gpl-3.0
180
:: This sets up the bare windows7 system :: with my basic preferences :: Installed drivers :: Installed chrome :: Installed dropbox :: Dropbox "https://github.com/Erotemic/local/archive/master.zip" set HOME=%USERPROFILE% set APP_PATH=%HOME%\local\apps set PATH=%APP_PATH%;%PATH% :: Install Drivers :: Install WGET ...
Erotemic/local
init/_freshstart-win/win7.bat
bat
gpl-3.0
1,580
@ECHO OFF IF EXIST %cd%\fwservice.exe ( c:\windows\microsoft.net\framework\v4.0.30319\installutil.exe %cd%\fwsyslog.exe ) ELSE ( GOTO FNFAbort ) ECHO. ECHO Batch complete. ECHO. GOTO EOB :FNFAbort ECHO. ECHO Batch aborted! File fwsyslog.exe not found in current directory. ECHO. :EOB ECHO ON
NuclearBacon/FWSyslog
Batch/installservice.bat
bat
gpl-3.0
302
@echo off %~d0 cd "%~dp0" call rebuild_orca.bat 105 TreeList105
sebkirche/treelist
PB/rebuild_105.bat
bat
gpl-3.0
66
cd paperbak-1.10.src del PAPERBAK.RES del PaperBak.bpr ren paperbak.h paperback.h ren paperbak.mak paperback.mak cd .. patch -p0 -E -i PaperBack-1.20.RA0193.EN.patch
art-drobanov/PaperBack
PaperBack-1.20.RA0193(EN+RU).patch/forward_to_PaperBack-1.20.RA0193.EN.bat
bat
gpl-3.0
171
@echo off rem HTMLParser Library - A java-based parser for HTML rem http:remhtmlparser.org rem Copyright (C) 2006 Derrick Oswald rem rem Revision Control Information rem rem $URL: file:///svn/p/htmlparser/code/tags/HTMLParserProject-2.1/src/main/bin/beanybaby.cmd $ rem $Author: derrickoswald $ rem $Date: 2006-...
socialwareinc/html-parser
src/main/bin/beanybaby.cmd
bat
lgpl-3.0
1,921
@"%~dp0edit.bat" %*
kodybrown/dos
open.bat
bat
unlicense
21
PAUSE
opensourcegamedev/Updater
exampleStart.bat
bat
apache-2.0
5
@ECHO OFF SET RepoRoot=%~dp0..\..\.. %RepoRoot%\eng\build.cmd -projects %~dp0**\*.csproj /p:SkipIISNewHandlerTests=true /p:SkipIISNewShimTests=true %*
aspnet/AspNetCore
src/Servers/IIS/build.cmd
bat
apache-2.0
151
set AUTH_TOKEN=123456& ^ set HTTP_PORT=8080& ^ set MQTT_URL=mqtt://localhost& ^ set MQTT_USER=user ^ set MQTT_PASS=pass ^ set DOMAIN=infra& ^ set TLD=ictu& ^ set SCRIPT_BASE_DIR=X:\mnt\data\scripts& ^ set DATA_DIR=X:\mnt\data& ^ set PIPEWORKS_CMD=eth0 -i eth0 @CONTAINER_NAME@ dhclient& ^ nodemon index.coffee
ICTU/docker-dashboard-agent-compose
run-dev.bat
bat
apache-2.0
310
@echo off echo ¿ªÊ¼Ìá½»´úÂëµ½±¾µØ²Ö¿â echo µ±Ç°Ä¿Â¼ÊÇ£º%cd% echo ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ mvn clean package install echo; echo Åú´¦ÀíÖ´ÐÐÍê±Ï£¡ echo; pause;
danlley/myteay-common-tools
install.bat
bat
apache-2.0
196
@echo off rem rem Collective Knowledge rem rem See CK LICENSE.txt for licensing details. rem See CK Copyright.txt for copyright details. rem rem Developer: Grigori Fursin rem rem CK entry point rem Set default path by detecting the path to this script set ck_path=%~dp0\.. rem Check if CK_ROOT is defined and used it...
gmarkall/ck
bin/ck.bat
bat
bsd-3-clause
571
del *.o fasm asm_code.asm asm_code.o gcc -c mcities.c gcc -c system/kolibri.c gcc -c system/stdlib.c gcc -c system/string.c gcc -c system/ctype.c ld -nostdlib -T kolibri.ld -o mcities asm_code.o kolibri.o stdlib.o string.o ctype.o mcities.o objcopy mcities -O binary kpack mcities del *.o pause
devlato/kolibrios-llvm
programs/games/mcities/compile.bat
bat
mit
294
call target.bat %1\haxe.exe %2\compile-%TARGET%.hxml
silentorb/garden
compile.bat
bat
mit
57
cmd_arch/arm/vfp/entry.o := /home/milind/toolchain/arm-eabi-4.6/bin/arm-eabi-gcc -Wp,-MD,arch/arm/vfp/.entry.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/generated -Iin...
sai9615/MY-kernel-for-grand-I9082
dragon/arch/arm/vfp/.entry.o.cmd
bat
gpl-2.0
3,348
cmd_fs/jbd/checkpoint.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/jbd/.checkpoint.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri...
matteocrippa/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/jbd/.checkpoint.o.cmd
bat
gpl-2.0
15,700
echo off rem Parameters set postgresbindir=C:\Program Files (x86)\PostgreSQL\9.5\bin set postgresport=5433 set postgresusername=postgres rem List all sql files in the dir dir *.sql rem Prompt user to give filename to restore set /p filename="SQL filename to restore? " call "%postgresbindir%\psql.exe" --host localh...
Raphcal/sigmah
scripts/cli/restore_SigmahCentral_dumpFile.bat
bat
gpl-3.0
391
@echo off rem rem ADOBE SYSTEMS INCORPORATED rem Copyright 2007 Adobe Systems Incorporated rem All Rights Reserved. rem rem NOTICE: Adobe permits you to use, modify, and distribute this file rem in accordance with the terms of the license agreement accompanying it. rem rem rem acompc.bat script for Windows. rem Thi...
ArcherSys/ArcherSys
drives/Flex/bin/acompc.bat
bat
mit
565
@echo off set VISUAL_STUDIO_INSTALL_PATH=C:\Program Files (x86)\Microsoft Visual Studio 14.0 call "%VISUAL_STUDIO_INSTALL_PATH%\VC\vcvarsall.bat" x86_amd64 powershell -ExecutionPolicy RemoteSigned -File run_package_dot_bat_instead_64.ps1
robertgrimm/ds3_c_sdk
win32/package_64.bat
bat
apache-2.0
242
@echo off for /D %%f in (*) do for %%i in (%%f\*.vcxproj) do call :SUB_RENAME "%%i" goto END :SUB_RENAME set filename=%~n1 if "%filename:~-4%" == "2012" goto END if "%filename:~-4%" == "2010" goto END if "%filename:~-4%" == "2008" goto END if "%filename:~-4%" == "2005" goto END if "%filename:~-4%" == "2003" ...
akrzemi1/Mach7
media/papers/OpenPatternMatching/artifact/code/msvc/rename-vcxproj.bat
bat
bsd-3-clause
575
mingw32-make.exe mingw
dodoru/renderer.gua
build_win_mingw.bat
bat
apache-2.0
22
REM other targets are: REM 'build' REM 'test' REM 'test-integration' @ECHO OFF call build test-integration
net-commons/common-logging
build-dev.cmd
bat
apache-2.0
113
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\optipng-bin\cli.js" %* ) ELSE ( node "%~dp0\..\optipng-bin\cli.js" %* )
subtirelumihail/addit-game
node_modules/gulp-imagemin/node_modules/image-min/node_modules/.bin/optipng.cmd
bat
mit
133
perl C:\DATA\Projects\SetWindows7LockScreen\setLockScreenToBing.pl
ChrisYounger/Bing-Lockscreen-Background
run.bat
bat
mit
68
..\AutoGenXml\bin\Debug\AutoGenXml.exe -C %1 -T %2
putridparrot/AutoGenXml
Samples/Run.bat
bat
mit
50
cmd_drivers/media/video/samsung/jpeg_v2x/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/media/video/samsung/jpeg_v2x/built-in.o drivers/media/video/samsung/jpeg_v2x/jpeg_dev.o drivers/media/video/samsung/jpeg_v2x/jpeg_dec.o drivers/media/video/samsung/jpeg_v2x/jpeg_enc....
arshull/GalaTab3_Kernel
drivers/media/video/samsung/jpeg_v2x/.built-in.o.cmd
bat
gpl-2.0
420
cmd_drivers/staging/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/staging/built-in.o drivers/staging/staging.o drivers/staging/media/built-in.o drivers/staging/iio/built-in.o
FEDEVEL/tmp-imx6-tiny-rex-linux
drivers/staging/.built-in.o.cmd
bat
gpl-2.0
287
cmd_crypto/ahash.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,crypto/.ahash.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/i...
mjmccall/Kernel
crypto/.ahash.o.cmd
bat
gpl-2.0
23,769
# ========== Copyright Header Begin ========================================== # # OpenSPARC T1 Processor File: sjm_4.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/tso_ciop_diags/tso_prod_cons_dma2/sjm_4.cmd
bat
gpl-2.0
1,520
cmd_net/sched/built-in.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o net/sched/built-in.o net/sched/sch_generic.o net/sched/sch_api.o net/sched/sch_blackhole.o net/sched/cls_api.o net/sched/act_api.o net/sched/act_police.o net/sched/sch_fifo.o net/sched/sch_ingress.o net/sched/cls_u32.o
yohanes/Acer-BeTouch-E130-Linux-Kernel
net/sched/.built-in.o.cmd
bat
gpl-2.0
308
"C:\Games\OpenArena\dev\netradiant-20120705-win32\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "dev" -game "oa" "C:\Games\OpenArena\dev\maps\oac_bases3plus8.map" "C:\Games\OpenArena\dev\netradiant-20120705-win32\q3map2.exe" -fs_basepath "C:\Games\OpenArena" -fs_game "dev" -game "oa" -vis "C:\Games\OpenArena\d...
NeonKnightOA/oaassets
tools/compile-scripts/batch/oac_bases3plus8.bat
bat
gpl-2.0
650
cmd_lib/libcrc32c.o := arm-eabi-gcc -Wp,-MD,lib/.libcrc32c.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/autoconf.h -D_...
timmytim/honeybutter_kernel
lib/.libcrc32c.o.cmd
bat
gpl-2.0
19,301
cmd_sound/ppc/built-in.o := rm -f sound/ppc/built-in.o; /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/ppc/built-in.o
kannu1994/crespo_kernel
sound/ppc/.built-in.o.cmd
bat
gpl-2.0
164
cmd_lib/gen_crc32table := gcc -Wp,-MD,lib/.gen_crc32table.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu89 -o lib/gen_crc32table lib/gen_crc32table.c source_lib/gen_crc32table := lib/gen_crc32table.c deps_lib/gen_crc32table := \ /usr/include/stdc-predef.h \ /usr/include/s...
avareldalton85/rpi2-linux-rt
lib/.gen_crc32table.cmd
bat
gpl-2.0
1,522
cmd_drivers/net/tulip/built-in.o := ld -m elf_i386 -r -o drivers/net/tulip/built-in.o drivers/net/tulip/tulip.o
namgk/kernel-tut
drivers/net/tulip/.built-in.o.cmd
bat
gpl-2.0
116
cmd_crypto/shash.o := arm-eabi-gcc -Wp,-MD,crypto/.shash.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/inclu...
bigbiff/i717-GB-Kernel
crypto/.shash.o.cmd
bat
gpl-2.0
27,750
cmd_drivers/char/hw_random/via-rng.o := gcc -Wp,-MD,drivers/char/hw_random/.via-rng.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-decl...
namgk/kernel-tut
drivers/char/hw_random/.via-rng.o.cmd
bat
gpl-2.0
18,391
"%GBC%\fart.exe" "%NESTP%.xml" [ROM] "%ROMF%" "%GBC%\fart.exe" "%NESTP%.xml" [ROMPTH] "%GBG%\%GAM%\%CONS%\%NES%\%CSTM%" "%GBC%\fart.exe" "%VNES%.ini" [ROMPTH] "%GBG%\%GAM%\%CONS%\%NES%\%CSTM%" "%GBC%\fart.exe" "%MEDN%*.cfg" [ROMPTH] "%GBG%\%GAM%\%CONS%\%NFAM%\%CSTM%"
HoodlumDTX/rom-jacket
NFAMinject.bat
bat
gpl-2.0
272
REM Developer acrefawn. Contact me: t.me/acrefawn REM I recommend that you do not touch the options below unless you know what you are doing. @ECHO off pushd "%~dp0" SETLOCAL EnableExtensions EnableDelayedExpansion MODE CON cols=70 lines=40 shutdown.exe /A 2>NUL 1>&2 SET ver=2.1.7 SET mn=Ewbf SET firstrun=0 F...
Undertrey/ZcashMinerAutorun
Ewbfautorun.bat
bat
gpl-3.0
49,328
Santas_helpers\nheqminer -l zec-eu1.nanopool.org:6666 -u 12/1 -t 3 -cd 0 1 2 3
patel344/Mr.Miner
Mr.Mining/MikeTheMiner/dist/Santas_helpers/Zcash_Start.bat
bat
gpl-3.0
79
copy "C:\Users\Administrator\Documents\Tencent Files\12442835\FileRecv\zj.txt" ..\data copy "C:\Users\Administrator\Documents\Tencent Files\12442835\FileRecv\zj1.txt" ..\data copy "C:\Users\Administrator\Documents\Tencent Files\12442835\FileRecv\zj3.txt" ..\data copy "C:\Users\Administrator\Documents\Tencent Files\1244...
ikylin/stocks
models/trendtest/data/T0002/signals/ff_mkmoney/通达信数据转换.bat
bat
gpl-3.0
1,175
..\..\..\exe\x64-Release\CVISMOKE++.exe --input input.profile.dic
acuoci/CVI
examples/solver2d.detailed/example01-cylindrical-fromdisk-profile/Run-profile.bat
bat
gpl-3.0
65
E: cd E:\openerp-7.0-20130711-231036 # python openerp-server -c install/openerp-server.conf python autoreload "./openerp" ".py,.xml,.conf" "python openerp-server -c install/openerp-server.conf" pause
Johnzero/OE7
v7.bat
bat
agpl-3.0
199
echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("%~nx0 h %1",0)(window.close)&&exit :begin "C:\Program Files\Adobe\Adobe Photoshop CC 2018\Photoshop.exe" %2 cls
sansna/windows.bat
ps.bat
bat
lgpl-3.0
198
vcpkg install oniguruma:x64-windows-static mkdir build-x64-windows-static cd build-x64-windows-static cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_GENERATOR_PLATFORM=x64 -DUSE_STATIC_RTL=ON cmake --build . --config Release Release\onig...
myd7349/Ongoing-Study
cpp/CMake/vcpkg/oniguruma_example/build-x64-windows-static.bat
bat
lgpl-3.0
339
@echo off call top2010.bat 1e-2 02-tiny
mgreter/ephem.js
src/top2010/top2010-02-tiny.bat
bat
lgpl-3.0
44
@echo off set LIB=..\..\win32\lib;%LIB% cl /W3 /nologo /DXMLAPI=__declspec(dllimport) /I..\..\include /Fe..\..\win32\bin\zenstory zenstory.c parsifal.lib @echo Run it using: win32\bin\zenstory ^< stories.xml
LiberatorUSA/GUCEF
dependencies/libparsifal/samples/zenstory/build.bat
bat
apache-2.0
208
@echo off setlocal chcp 1252 > nul for %%i in (NuGet.exe) do set nuget=%%~dpnx$PATH:i if "%nuget%"=="" goto :nonuget cd "%~dp0" if not exist dist md dist if not %errorlevel%==0 exit /b %errorlevel% call build /v:m && for %%i in (pkg\*.nuspec) do NuGet pack %%i -Symbols -OutputDirectory dist goto :EOF :nonuget echo NuG...
elmah/Elmah
pack.cmd
bat
apache-2.0
416
@call jake runtests-parallel tests=%* @done
RyanCavanaugh/scripts
rtp.cmd
bat
apache-2.0
46
@echo Off setlocal :: use MSBuild from .net framework by default set MsBuildExe="%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild" :: prefer vs2019, vs2017, vs2015 then vs2013 if exist "%PROGRAMFILES%\Microsoft Visual Studio\2019\Professional\MSBuild\Current\Bin\MSBuild.exe" ( set MsBuildExe="%PROGRAMFILES%\Mi...
projectkudu/KuduSync.NET
BuildNugetPackages.cmd
bat
apache-2.0
2,586
@ECHO OFF SETLOCAL CLS ECHO. ECHO. Initializing Avast download. bitsadmin.exe /transfer "Avast Installer" https://ninite.com/avast/ninite.exe %USERPROFILE%\Downloads\avast.exe ECHO. The Avast Installer is opening in another window... %USERPROFILE%\Downloads\avast.exe ECHO. The Avast installation is complete. ECHO. Del...
JustinMuniz/Computer-Shop-Utilities
Windows/Batch/Build-Scripts/Install-Avast.bat
bat
bsd-2-clause
422
@echo off set PATH=C:\Program Files (x86)\CMake\bin;C:\Program Files\CMake\bin;C:\Program Files\mingw-w64\x86_64-5.3.0-win32-sjlj-rt_v4-rev0\mingw64\bin;%PATH% cmake -G "MinGW Makefiles" .. mingw32-make
gtalusan/stlink
scripts/mingw64-build.bat
bat
bsd-3-clause
205
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S01_Cell.TestCase_S01_TC15_UploadContents_InvalidEtag /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-FSSHTTPB\MS-...
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S01_TC15.cmd
bat
mit
363
@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...
ckuethe/micropython-mlx90614
docs/make.bat
bat
mit
6,741
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S12_QueryChanges.TestCase_S12_TC25_QueryChanges_ReservedIsIgnored /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_S12_TC25.cmd
bat
mit
303
cmd_fs/reiserfs/item_ops.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/reiserfs/.item_ops.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef ...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/reiserfs/.item_ops.o.cmd
bat
gpl-2.0
18,071
rem --------------------------------------------------------------------------- rem Set CLASSPATH and Java options rem rem $Id: setclasspath.bat 289088 2005-02-15 22:17:53Z markt $ rem --------------------------------------------------------------------------- rem Make sure prerequisite environment variables are set i...
simeshev/parabuild-ci
3rdparty/apache-tomcat-4.1.39/bin/setclasspath.bat
bat
lgpl-3.0
2,171
set PGPASSWORD=pass psql -U postgres -f create_db.sql psql -U postgres -f createTables.sql pause
roman-sd/java-a-to-z
chapter_009/json/src/main/resourses/run.bat
bat
apache-2.0
97
@echo off set Configuration=Release if /i "%1"=="DEBUG" set Configuration=Debug if /i "%2"=="DEBUG" set Configuration=Debug %windir%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe .nuget\nuget.targets /t:RestorePackages echo abc | powershell -NonInteractive -NoProfile -ExecutionPolicy unrestricted -Comma...
mwrock/RequestReduce
build.bat
bat
apache-2.0
628
@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...
valery-barysok/skyscanner-python-sdk
docs/make.bat
bat
apache-2.0
6,467
@echo off set cosnames="omninames" set orb="omniORB" set port=%1 rem set OMNIORB_USEHOSTNAME=localhost set PATH=%PATH%;%OMNI_ROOT%\bin\x86_win32 if NOT DEFINED port set port=2809 for /f %%x in ('hostname') do @set hosts=%%x if %orb%=="omniORB" goto omni if %orb%=="tao" goto tao goto other :omni ...
eisoku9618/openrtm_aist-release
win32/OpenRTM-aist/bin/rtm-naming.bat
bat
lgpl-3.0
822
# Default to (primary) SD rootdev=mmcblk0p2 if itest.b *0x28 == 0x02 ; then # U-Boot loaded from eMMC or secondary SD so use it for rootfs too echo "U-boot loaded from eMMC or secondary SD" rootdev=mmcblk1p2 fi setenv bootargs console=${console} console=tty1 root=/dev/${rootdev} rootwait panic=10 ${extra} load mmc 0...
net147/meta-sunxi
recipes-bsp/u-boot/files/arm/boot.cmd
bat
mit
642
REM set msbuild path set MsbuildBin=%ProgramFiles(x86)%\MSBuild\12.0\Bin set POSHTOOLROOT=%~dp0 REM msbuild.exe to the command path set PATH=%MsbuildBin%;%PATH%
Microsoft/poshtools
setenv.cmd
bat
apache-2.0
168
@echo off start-all WebServer
celophi/melia
start-web.bat
bat
gpl-3.0
31
@echo off perl "%~dpn0" %*
mwcampbell/texinfo
util/texi2any.bat
bat
gpl-3.0
29
@echo off rem ********************************************************************* rem ** the phing build script for Windows based systems rem ** $Id$ rem ********************************************************************* rem This script will do the following: rem - check for PHP_COMMAND env, if found, use it. re...
devrantukan/symfony
vendor/phing/phing/bin/phing.bat
bat
mit
1,663
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\.0.5.0@jsesc\bin\jsesc" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\.0.5.0@jsesc\bin\jsesc" %* )
MacroLin/practice
webpack+react(练习)/node_modules/.0.1.5@regjsparser/node_modules/.bin/jsesc.cmd
bat
mit
198
echo off SETLOCAL enabledelayedexpansion cd .. call setEnv.cmd echo on "%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.account.GetAccountSettings %* ENDLOCAL
jonathanmcelroy/DataCommunicationsProgram456
twitter4j/bin/account/getAccountSettings.cmd
bat
gpl-2.0
199
/****************************************************************************/ /* AM335x_PRU.cmd */ /* Copyright (c) 2015 Texas Instruments Incorporated */ /* */ /* ...
JoseRGarciaP/PRU_PID_DEMO_UPDATED
pru_firmware/V9/PRU_PID_0/AM335x_PRU.cmd
bat
gpl-3.0
3,634
@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 re...
neilbeveridge/zuul-netty
zuul-perf-tests/tools/apache-jmeter-2.9/bin/jmeter-n.cmd
bat
apache-2.0
1,871
@echo off REM REM Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved. REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. REM REM This code is free software; you can redistribute it and/or modify it REM under the terms of the GNU General Public License version 2 only, as REM publi...
ohpauleez/soymacchiato
src/hotspot/agent/make/start-debug-server-windbg.bat
bat
gpl-2.0
1,567
@REM @REM Licensed to the Apache Software Foundation (ASF) under one or more @REM contributor license agreements. See the NOTICE file distributed with @REM this work for additional information regarding copyright ownership. @REM The ASF licenses this file to You under the Apache License, Version 2.0 @REM (th...
mitch-kyle/message-board
support/apache-cassandra-2.2.1/bin/sstableloader.bat
bat
apache-2.0
1,396
@echo off .paket\paket.bootstrapper.exe if errorlevel 1 ( exit /b %errorlevel% ) .paket\paket.exe restore -v if errorlevel 1 ( exit /b %errorlevel% )
jwood803/Demos
Demos/PaketDemo/build.cmd
bat
mit
154
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 echo ##### Ìáʾ£º¶ÁÈ¡ÅäÖÃÎļþ ##### if exist ..\config.bat call ..\config.bat if exist ..\..\config.bat call ..\..\config.bat if exist ..\..\..\config.bat call ..\..\..\config.bat if exist ..\..\..\..\config.bat call ..\..\..\..\config.bat if exist ..\..\..\..\..\c...
dios-game/dios
src/oslibs/libcurl/setup.win64.bat
bat
mit
2,994
REM mkdir .\dev\pr REM mkdir .\dev\pr\bin REM mkdir .\dev\pr\lib REM :±¸·Ýpr°æ REM copy /y .\bin\*.dll .\dev\pr\bin REM copy /y .\lib\*.lib .\dev\pr\lib :Çл»Îª¿ª·¢°æ copy /y .\dev\dev\bin\*.dll .\bin copy /y .\dev\dev\lib\*.lib .\lib copy /y .\dev\dev\bin\*.exe .\bin
zhenghecn/JQBolt
HelloBolt7_Sample/convert_to_dev.bat
bat
mit
275
set artifacts=%~dp0artifacts if exist %artifacts% rd /q /s %artifacts% call dotnet restore src/Es.Extensions.Logging.NLog call dotnet pack src/Es.Extensions.Logging.NLog -c release -o %artifacts% pause
vla/Es.Extensions.Logging.NLog
build.cmd
bat
mit
216
:: Execute a Ruby command with the current version @ setlocal EnableDelayedExpansion @ call "%~dp0common_vars.cmd" @ set PARAMS=%* :: If we are executing a Ruby script, search for the version inside the directory :: of this script instead of searching in the current directory @ if "%~1" == "ruby" ( set PA...
genezys/rbenv-cmd
libexec/rbenv_exec.cmd
bat
mit
2,426
@setlocal @ECHO off SET CONFIGURATION=Release SET CMDHOME=%~dp0 @REM Remove trailing backslash \ set CMDHOME=%CMDHOME:~0,-1% pushd "%CMDHOME%" @cd SET OutDir=%CMDHOME%\..\Binaries\%CONFIGURATION% set TESTS=%OutDir%\Tester.dll %OutDir%\TesterInternal.dll if []==[%TEST_FILTERS%] set TEST_FILTERS=-trait "Category=BVT...
Joshua-Ferguson/orleans
src/Test.cmd
bat
mit
677
REM ----------------------------------------------------------- REM --- PHP_EXCEL / LIBXL EXTENSION REM ----------------------------------------------------------- @ECHO OFF SET DIR=%~dp0 SET DIR=%Dir:~0,-1%\.. CD %DIR%\phpdev\vc11\x64\php-5.6.9\ext @ECHO. @ECHO cloning php_excel repository... git clone https://gith...
mipaaa/win-php-sdk-builder
ext/php_excel_5.6.x_x64.bat
bat
mit
1,493