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
cmd_modutils/modprobe-small.o := gcc -Wp,-MD,modutils/.modprobe-small.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 -...
rennman/copfvtci
build/busybox-1.25.1/modutils/.modprobe-small.o.cmd
bat
apache-2.0
10,829
@echo off REM Licensed to the Apache Software Foundation (ASF) under one or more REM contributor license agreements. See the NOTICE file distributed with REM this work for additional information regarding copyright ownership. REM The ASF licenses this file to You under the Apache License, Version 2.0 REM (the "Li...
gillesgagniard/wso2-wsf-cpp-gg
wsf_c/axis2c/build/win32/bindist.bat
bat
apache-2.0
983
@echo off FOR /F "tokens=1,2 delims==" %%G IN (environment.properties) DO (set %%G=%%H) TITLE Inventory mvn package exec:java -f %flowing%\zeebe\java\inventory\
flowing/flowing-retail
runner/windows-cmd/zeebe-inventory.bat
bat
apache-2.0
160
echo off if not "%JAVA_HOME%" == "" goto gotJavaHome echo The JAVA_HOME environment variable is not defined echo This environment variable is needed to run this program goto exit :gotJavaHome if exist %JAVA_HOME%\bin\server\jvm.dll ( set JVM=%JAVA_HOME%\bin\server\jvm.dll ) else ( set JVM=%...
rjptegelaar/liquid-relay
external-resources/uninstallServiceIa64.bat
bat
apache-2.0
651
@ECHO OFF SETLOCAL PowerShell -NoProfile -NoLogo -ExecutionPolicy ByPass -Command "[System.Threading.Thread]::CurrentThread.CurrentCulture = ''; [System.Threading.Thread]::CurrentThread.CurrentUICulture = '';& '%~dp0\eng\build.ps1' -all -nobuild -restore %*; exit $LASTEXITCODE"
aspnet/AspNetCore
restore.cmd
bat
apache-2.0
279
call %~dp0start_matlab_windows "C:\Program Files\MATLAB\R2018b\bin\win64\matlab.exe" %*
AlliedTesting/pgmex-jdbc-perf-test
install/start_matlab2018b_win64.bat
bat
bsd-3-clause
89
@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 You can launch cspybat by typing the name of this batch file followed @REM by the name of the debug...
MSP-EricLoeffler/MSPBSL_USB_Tool
settings/CDC_UART_Bridge_F6638.cspy.bat
bat
bsd-3-clause
1,312
@ECHO OFF SETLOCAL SET EL=0 ECHO ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ %~f0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ SET PATH=%CD%;%PATH% SET msvs_version=2013 IF "%msvs_toolset%"=="14" SET msvs_version=2015 IF NOT "%NODE_RUNTIME%"=="" SET "TOOLSET_ARGS=%TOOLSET_ARGS% --runtime=%NODE_RUNTIME%" IF NOT "%NODE_RUNTIME_VERSION%"=="" SET "TOO...
tsufeki/node-sqlite3
scripts/build-appveyor.bat
bat
bsd-3-clause
7,071
@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...
AlexPereverzyev/spidy
docs/make.bat
bat
bsd-3-clause
6,699
call ..\..\..\venv\Scripts\activate.bat
weijia/iconizer
iconizer/activate.bat
bat
bsd-3-clause
39
del *.nupkg nuget pack Chance.MvvmCross.Plugins.UserInteraction.nuspec
brianchance/MvvmCross-UserInteraction
nuspec/pack.bat
bat
mit
71
@ECHO OFF CLS :MENU ECHO. ECHO ............................................... ECHO Trinitycore dbc/db2, maps, vmaps, mmaps extractor ECHO ............................................... ECHO PRESS 1, 2, 3 OR 4 to select your task, or 5 to EXIT. ECHO ............................................... ECHO. ECHO 1 - Extrac...
Ragebones/StormCore
contrib/extractor.bat
bat
gpl-2.0
1,589
@echo off if "%OS%"=="Windows_NT" @setlocal rem %~dp0 is expanded pathname of the current script under NT set DEFAULT_PENROSE_SERVER_HOME=%~dp0..\..\.. if "%PENROSE_SERVER_HOME%"=="" set PENROSE_SERVER_HOME=%DEFAULT_PENROSE_SERVER_HOME% set DEFAULT_PENROSE_SERVER_HOME= rem Slurp the command line arguments...
identityxx/penrose-server
samples/federation/bin/nis.bat
bat
gpl-2.0
2,648
@echo off setlocal set OEDIR=%cd% if exist "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" ( call "%ProgramFiles(x86)%\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" ) ELSE ( if exist "%ProgramFiles(x86)%\Microsoft Visual Studio 11.0\VC\bin\vcvars32.bat" ( call "%ProgramFiles(x86)%\Mi...
ftovagliari/ocamleditor-mingw
src/ocamleditor.bat
bat
gpl-3.0
824
@echo off rem rem Copyright (c) 2001-2003, Jean Tessier rem All rights reserved. rem rem Redistribution and use in source and binary forms, with or without rem modification, are permitted provided that the following conditions rem are met: rem rem * Redistributions of source code must retain the above copyr...
simeshev/parabuild-ci
3rdparty/depfind101/bin/OOMetrics.bat
bat
lgpl-3.0
3,115
powershell.exe -noprofile -nologo -command "Import-Module '%~dp0AzRMTester.psd1'; Test-AzureRMTemplate %*; if ($error.Count) { exit 1}"
robotechredmond/azure-quickstart-templates
test/template-tests/Test-AzureRMTemplate.cmd
bat
mit
137
@REM @REM Copyright (c) 2012-2015 Codenvy, S.A. @REM All rights reserved. This program and the accompanying materials @REM are made available under the terms of the Eclipse Public License v1.0 @REM which accompanies this distribution, and is available at @REM http://www.eclipse.org/legal/epl-v10.html @REM @REM Contribu...
bmicklea-ce/che
assembly-sdk/src/assembly/extInstall.bat
bat
epl-1.0
1,615
::FileSystemTestPC.exe u_test.LUA ::pause FileSystemTestPC.exe u_test.LUA >TestLog.log
michaelforfxhelp/master
third_party/lua/Other/Run.bat
bat
mpl-2.0
95
<<<<<<< HEAD <<<<<<< HEAD @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\strip-ansi\cli.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\strip-ansi\cli.js" %* ======= @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\strip-ansi\cli.js" %* ) ELSE ( @SETLOCAL @SET PA...
ArcherSys/ArcherSys
node_modules/yo/node_modules/yosay/node_modules/.bin/strip-ansi.cmd
bat
mit
666
@rem Used by the buildbot "compile" step. cmd /c Tools\buildbot\external.bat call "%VS71COMNTOOLS%vsvars32.bat" cd PCbuild devenv.com /useenv /build Debug pcbuild.sln
xbmc/atv2
xbmc/lib/libPython/Python/Tools/buildbot/build.bat
bat
gpl-2.0
166
@echo // Copyright (C) 1996-2010 Markus F.X.J. Oberhumer @echo // @echo // DOS 16-bit @echo // Borland C/C++ + Borland PowerPack 1.0 (DPMI16) @echo // @call b\prepare.bat @if "%BECHO%"=="n" echo off bcc -ml -2 -WX -O1 -w -Isrc -Iacc %CFI% -e%BEXE% @b\src.rsp %BLDLIBS% @if errorlevel 1 goto error @c...
nmacs/lm3s-uclinux
tools/lzop-1.03/B/dos16/bc_pp.bat
bat
gpl-2.0
407
@echo off echo "Started..." mkdir app\src\main\jniLibs\armeabi DEL /F /Q app\src\main\jniLibs\armeabi\libtox4j.so echo "Removed old version: libtox4j.so" echo "Downloading latest version: libtox4j.so" powershell -Command "(New-Object Net.WebClient).DownloadFile('https://jenkins.libtoxcore.so/job/tox4j-android-arm/lastS...
mGhassen/Antox
download-dependencies.bat
bat
gpl-3.0
1,221
@if not defined _echo @echo off setlocal if /I [%1] == [-?] goto Usage :Build call %~dp0build-managed.cmd -BuildPackages=true %* exit /b %ERRORLEVEL% :Usage echo. echo There are new changes on how we build. Use this script only for generic echo build instructions that apply for both build native and build managed. e...
hongdai/wcf
build.cmd
bat
mit
648
@echo off echo Compiling strings "Tools\xmltodb.exe" -c Strings\Config.xml -x Strings\String -f *.xml -d bin\L10n.db
qlw/sqlyog-community
localization/compile.bat
bat
gpl-2.0
126
cmd_drivers/cpuidle/built-in.o := arm-eabi-ld -EL -r -o drivers/cpuidle/built-in.o drivers/cpuidle/cpuidle.o drivers/cpuidle/driver.o drivers/cpuidle/governor.o drivers/cpuidle/sysfs.o drivers/cpuidle/governors/built-in.o
R-M-S/RMS_EXPERIMENTAL_Kernel
drivers/cpuidle/.built-in.o.cmd
bat
gpl-2.0
227
cls call ../../../language/src/locatevc.bat cl /c /DEBUG mylib.c -I"..\..\..\language\include" link /DEBUG mylib.obj ..\..\..\lib\ring.lib /DLL /OUT:mylib.dll /SUBSYSTEM:CONSOLE,"5.01" del mylib.obj
ring-lang/ring
extensions/tutorial/updatetable/buildvc.bat
bat
mit
200
@echo off echo. echo Accord.NET Framework all projects configurations builder echo ========================================================= echo. echo This Windows batch file will use Visual Studio 2013 to echo compile the Debug and Release versions of the framework. echo. set DEVENV="C:\Program Files (x86)\Micro...
AnnaPeng/framework
Build.cmd
bat
lgpl-2.1
1,002
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents...
mauriciovancine/enm_r
data/temp/raster/maxent/5963631648/species_explain.bat
bat
mit
644
@ECHO OFF "D:\Program Files (x86)\Atmel\AVR Tools\AvrAssembler2\avrasm2.exe" -S "C:\Data\EmbeddedSystems\I2C_Master_Project\I2C_Master_Code_Dev\I2C_Master_lib\asm\labels.tmp" -fI -W+ie -C V2E -o "C:\Data\EmbeddedSystems\I2C_Master_Project\I2C_Master_Code_Dev\I2C_Master_lib\asm\I2C_Master_lib.hex" -d "C:\Data\EmbeddedSy...
CmdrZin/chip_avr_asm_lib
I2C_Master_lib/I2C_Master_lib_Release_0/asm/AvrBuild.bat
bat
mit
713
SET MSBUILD_PATH="%ProgramFiles(x86)%\MSBuild\14.0\bin" %MSBUILD_PATH%\msbuild src\ArgeHeiwako.NET.sln /p:Configuration="Release 4.0" %MSBUILD_PATH%\msbuild src\ArgeHeiwako.NET.sln /p:Configuration="Release 4.5" %MSBUILD_PATH%\msbuild src\ArgeHeiwako.NET.sln /p:Configuration="Release 4.6" Pause
me-software/ArgeHeiwako.NET
build_nupack.cmd
bat
mit
303
taskkill /im "nw.exe" /f call gulp :: start "" "cmd" /c "node run.js" start program.exe "node-webkit\nw.exe" "" EXIT
fellmirr/zTorrent
build.bat
bat
mit
116
..\premake\premake5.exe vs2017 ..\premake\premake5.exe gmake @PAUSE
bluebackblue/brownie
source/premake.bat
bat
mit
69
:: Purpose: Enables RDP on a Vista/7/8/10 system remotely :: Requirements: 1. Run this script with a network admin account :: 2. reg.exe, psexec.exe, and ntrights.exe must be in any of these locations: :: a) the directory you run the script from :: b) c:\window...
bmrf/standalone_scripts
RDP_remote_enabler.bat
bat
mit
5,946
@echo off :: BatchGotAdmin :------------------------------------- REM --> Check for permissions IF "%PROCESSOR_ARCHITECTURE%" EQU "amd64" ( >nul 2>&1 "%SYSTEMROOT%\SysWOW64\cacls.exe" "%SYSTEMROOT%\SysWOW64\config\system" ) ELSE ( >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" )...
haberdashPI/csd-ta-assign
setup/setup.JuMP.bat
bat
mit
1,092
@SETLOCAL enableextensions enabledelayedexpansion @ECHO OFF SET CURRENT_DIR=%cd% :NODE_READY WHERE "node">nul 2>nul IF NOT %errorlevel%==0 ( SET ERRORMSG= GOTO :ERR ) ECHO . :NODE_GYP_READY WHERE "node-gyp">nul 2>nul IF NOT %errorlevel%==0 ( SET ERRORMSG=Could not find node-gyp GOTO :ERR ) ECHO === node-gyp is r...
biud436/MV
Windows/Resolutions/node-gyp-all_build.bat
bat
mit
1,321
REM default path `app/Console/Views/dbal/lib/import/select_users.sql` or real path C:/tmp/select_users.sql php.exe ../../index.php dbal:import "select_users.sql" TIMEOUT /T 30
bsa-git/silex-mvc
app/Console/scripts/dbal/run_sql_file.bat
bat
mit
176
@echo off setlocal enabledelayedexpansion set DIR=%~dp0 set IN_FILE=%DIR%\fileassoc.reg set OUT_FILE=%DIR%\fileassoc_full_path.reg set PLACEHOLDER=__CWD__ echo %IN_FILE% rem move one level up cd %DIR% cd .. set DIR=%cd% echo %DIR% set EXECUTABLE_DIR=!DIR:\=\\! set EXECUTABLE_PATH=%EXECUTABLE_DIR%...
camunda/bpmn-io-modeler
resources/platform/win32/support/register_fileassoc.bat
bat
mit
608
echo off cls echo Starting Bot... node --harmony index.js pause
Vatora/Waifubot
start.bat
bat
mit
64
cmd_drivers/clocksource/built-in.o := rm -f drivers/clocksource/built-in.o; /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ar rcs drivers/clocksource/built-in.o
mjmccall/Kernel
drivers/clocksource/.built-in.o.cmd
bat
gpl-2.0
166
cmd_sound/usb/caiaq/built-in.o := rm -f sound/usb/caiaq/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs sound/usb/caiaq/built-in.o
p500-ics-cm9/Franco-ICS-Kernel
sound/usb/caiaq/.built-in.o.cmd
bat
gpl-2.0
155
cmd_sound/isa/ad1816a/built-in.o := rm -f sound/isa/ad1816a/built-in.o; /home/aashir/android/toolchain/linaro/bin/arm-eabi-ar rcsD sound/isa/ad1816a/built-in.o
emwno/android_kernel_U8500
sound/isa/ad1816a/.built-in.o.cmd
bat
gpl-2.0
161
prog='dbrowcount' in=TEST/dbcolstats_ex.in cmp='diff -c '
gitpan/Fsdb
TEST/dbrowcount_ex.cmd
bat
gpl-2.0
58
@ECHO OFF REM IF NOT /%OS%/ == /Windows_NT/ GOTO NOT_NT IF /%SystemDrive%/ == // GOTO NOT_SystemDrive IF /%SystemRoot%/ == // GOTO NOT_SystemRoot REM REM IF NOT EXIST 5Mrtg.Exe GOTO NOT_5Mrtg IF NOT EXIST 5Mrtg.Reg GOTO NOT_Reg REM REM REM SystemDrive=C: REM SystemRoot=C:\WINNT REM START 5mrtg.Reg REM C...
Distrotech/mrtg
contrib/nt-services/install.cmd
bat
gpl-2.0
769
cmd_fs/devpts/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/devpts/built-in.o fs/devpts/devpts.o
tcp209/kernel_samsung_epic4gtouch
build/epic4gtouch/fs/devpts/.built-in.o.cmd
bat
gpl-2.0
170
cmd_arch/arm/lib/io-readsw-armv4.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/incl...
doadin/samsung-kernel-msm7x30-Doadin
arch/arm/lib/.io-readsw-armv4.o.cmd
bat
gpl-2.0
1,838
cmd_drivers/ata/libata-sff.o := gcc -Wp,-MD,drivers/ata/.libata-sff.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-declaration -Os -Wfr...
namgk/kernel-tut
drivers/ata/.libata-sff.o.cmd
bat
gpl-2.0
23,346
cmd_drivers/cpuidle/built-in.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/cpuidle/built-in.o drivers/cpuidle/cpuidle.o drivers/cpuidle/driver.o drivers/cpuidle/governor.o drivers/cpuidle/sysfs.o drivers/cpuidle/governors/built-in.o
wujiku/superstar-kernel-shooter-2.3.4gb
drivers/cpuidle/.built-in.o.cmd
bat
gpl-2.0
276
cmd_/source/linux-3.x-virtual-headers/usr/include/linux/caif/.install := perl scripts/headers_install.pl /source/linux-3.x-virtual-headers/include/linux/caif /source/linux-3.x-virtual-headers/usr/include/linux/caif arm caif_socket.h if_caif.h; perl scripts/headers_install.pl /source/linux-3.x-virtual-headers/include/li...
javilonas/NCam
cross/armv7-marvell-linux-gnueabi-hard/arm-marvell-linux-gnueabi/libc/usr/include/linux/caif/..install.cmd
bat
gpl-3.0
583
@ECHO OFF set LOCAL_FOP_HOME=C:\mySoftware\Scenario\ScenarioServerFramework\3rdPart\fop-0.20.5\ set LIBDIR=%LOCAL_FOP_HOME%lib set TESTCLASSPATH=%LOCAL_FOP_HOME%build\fop.jar set TESTCLASSPATH=%TESTCLASSPATH%;%LIBDIR%\xml-apis.jar set TESTCLASSPATH=%TESTCLASSPATH%;%LIBDIR%\xercesImpl-2.2.1.jar set TESTCLASSPATH=%TESTC...
mwzero/Criteria
src/Test/TEST_JniHelper/execute.bat
bat
gpl-3.0
875
@echo off rem rem Copyright by The HDF Group. rem Copyright by the Board of Trustees of the University of Illinois. rem All rights reserved. rem rem This file is part of HDF5. The full HDF5 copyright notice, including rem terms governing use, modification, and redistribution, is contained in rem the files COPY...
ngcurrier/ProteusCFD
TPLs/hdf5/hdf5-1.8.10-patch1/windows/fortran/test/checkfortrantests.bat
bat
gpl-3.0
3,370
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\.2.0.1@nugget\bin.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\.2.0.1@nugget\bin.js" %* )
jameswu525/javastudy
HelloWorld/StudySrc/robot/node_modules/.3.3.0@electron-download/node_modules/.bin/nugget.cmd
bat
gpl-3.0
200
@echo off setLOCAL set RUN_FILE=run.bat IF "%~2"=="" ( call :ERROR "Invalid arguments" GOTO FINALLY ) set OLD_JAR=%~1 set UPDATE_JAR=%~2 set ARGS= :LOOP IF "%~3"=="" GOTO CONTINUE set ARGS=%ARGS% "%~3" SHIFT GOTO LOOP :CONTINUE IF not EXIST %OLD_JAR% ( call :ERROR "Can not find previous ...
nemolovich/MinecraftRcon
MinecraftRconGUI/downloads/update.cmd
bat
gpl-3.0
1,355
@ECHO OFF REM ################################################## REM ### FICHIER DE CONFIG GRACETHD-LAYERS REM ################################################## :GL_CONFIG_GRACETHDLAYERS REM ################################################## REM ### CONFIG GRACETHD-LAYERS REM ############## config_layers ########...
GraceTHD-community/GraceTHD-Check
conf/config_layers.bat
bat
gpl-3.0
3,820
mkdir x64 cd x64 cmake -DQT5_DIR=D:/dev/Qt/5.7/msvc2013_64/lib/cmake -G "Visual Studio 12 Win64" ../.. PAUSE
easyaspi314/MidiEditor
scripts_to_build/build_vc12_x64_abreheret.bat
bat
gpl-3.0
108
@Echo off reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v ValidateAdminCodeSignatures /t REG_DWORD /d 00000000 /f Pause
CHEF-KOCH/regtweaks
Win 10/All Versions/Security/Validate Admin Code Signatures/Disable ValidateAdminCodeSignatures.bat
bat
mpl-2.0
146
@echo off if exist "%~dp0local\update" ( for %%D in (commons,config,configSample,local,localSample,jvm,servers,store) do ( if not exist "%~dp0%%D" ( mkdir "%~dp0%%D" ) ) if exist "%~dp0local\update\o2server\version.o2" ( echo "update o2server." for %%D in (commons,config,configSample,local,localSample,...
o2oa/o2oa
o2server/start_windows.bat
bat
agpl-3.0
1,609
set php=C:\xampp\php\php.exe set abs_root=C:\Users\olivi\Dropbox\Privat\__github\phpaddr\release set abs_zips=%abs_root%\php-addressbook set /P version="Enter the version: " echo %version% rmdir %abs_zips% /s /q REM REM Get the newest sources from subversion REM - See: http://stackoverflow.com/questions/1625406/us...
chatelao/php-addressbook
utils/simple_build.bat
bat
agpl-3.0
1,759
@ECHO off REM REM Automated Build Script to automate the deploying of the project. This is currently very project specific and REM only calls the project specific deploy script, however in the future the system may include options in the REM configuration file that would allow uploading somewhere, like itch.io REM REM...
timbeaudet/build_automation
batch/abs_deploy.bat
bat
unlicense
1,059
@echo off set PS_SCRIPT=%~dp0\dumpbin2.ps1 powershell -ExecutionPolicy RemoteSigned -STA -File "%PS_SCRIPT%" %* pause
bugoodby/bugoodbylib
script/ps1/cli/dumpbin/dumpbin2.bat
bat
unlicense
124
set version=2.1.3 dotnet pack -p:PackageVersion=%version% .\NEvilES.Abstractions -o ..\Packages dotnet pack -p:PackageVersion=%version% .\NEvilES -o ..\Packages dotnet pack -p:PackageVersion=%version% .\NEvilES.Testing -o ..\Packages dotnet pack -p:PackageVersion=%version% .\NEvilES.DataStore.SQL -o ..\Packages dot...
CRGCode/NEvilES
src/Build Local Packages.bat
bat
apache-2.0
401
python ../main.py -URL=https://slo-tech.com/forum/t698837/0 -skipfirstpost -out=TXT/Superposition.txt -labels 1080p 4K 8K -outputformat ANONYMOUS LIST
galme/Slo-Tech-Benchmark-Scraper
TEST/Superposition.bat
bat
apache-2.0
150
set exe=%cd%\build-publish-to-nuget.cmd cd ../src/RpcLite %exe% pause
aolyn/RpcLite
nuget-pack/publish-to-nuget-RpcLite.cmd
bat
lgpl-3.0
71
::!/bin/bash :: utente root set user="portale" :: password utente root set password="fragole" :: indirizzo host set host="localhost" :: nome del database set database="portale" :: path di mysqldump.exe, esempio: /path/to/mysqldump.exe set mysqldump="C:\wamp\bin\mysql\mysql5.5.24\bin\mysqldump" %mysqldump% -u%use...
Giambapisasale/WP-Angular-Bootstrap
wordpress/dumpAndRestore/dump.bat
bat
apache-2.0
373
@echo off if "%COHORTE_HOME%" == "" ( echo [ERROR] the system environment variable COHORTE_HOME is not defined! exit /b 1 ) if "%PYTHON_INTERPRETER%"=="" ( echo [WARNING] the system environment variable PYTHON_INTERPRETER is not defined! echo we will try to use 'python' by default! set PYTHON_INTERPRE...
ahmadshahwan/cohorte-platforms
bin/cohorte-create-node.bat
bat
apache-2.0
411
@echo off if /i "%~1" == "set_vcver" goto :set_vcver if /i "%~1" == "set_vcvars" call :set_vcvars %~2 & goto :EOF setlocal rem examples: rem --------------------------------------------------------------- rem build.bat rem build.bat vc rem build.bat vc 32 debug sln rem build.bat gcc 64 rem ...
FarGroup/FarManager
far/build.bat
bat
bsd-3-clause
4,557
@if (@X)==(@Y) @end /* JScript comment @echo off setlocal for /f "tokens=* delims=" %%v in ('dir /b /s /a:-d /o:-n "%SystemRoot%\Microsoft.NET\Framework\*jsc.exe"') do ( set "jsc=%%v" ) if not exist "%~n0.exe" ( "%jsc%" /nologo /out:"%~n0.exe" "%~dpsfnx0" ) %~n0.exe %* 2>nul endlocal & exit /b %errorlevel% ...
TheBigBear/batch.scripts
hybrids/.net/ProcessStartJS.bat
bat
mit
4,785
@echo OFF SETLOCAL echo "===== calling runLifecycle for sacpp =====" set EXAMPLE_LANG=sacpp call %FUNCTIONS% :runLifecycle call %FUNCTIONS% :lifecycleCheckResults >> run.log
osrf/opensplice
build/scripts/overnight/example_automation_scripts/examples/dcps/Lifecycle/cpp/standalone/RUN.bat
bat
apache-2.0
186
@echo off setlocal REM Set intermediate env vars because the %VAR:x=y% notation below REM (which replaces the string x with the string y in VAR) REM doesn't handle undefined environment variables. This way REM we're always dealing with defined variables in those tests. set CHK_HOME=_%AWS_AUTO_SCALING_HOME% if "%CHK_...
coen-hyde/dotfiles
libs/aws-autoscaling-cli/bin/as-describe-auto-scaling-notification-types.cmd
bat
mit
526
/usr/sbin/secstate list
quark-pat/CLIP
packages/secstate/secstate/testing/tests/list_xccdf/commands/list.cmd
bat
apache-2.0
24
@echo off echo. echo --- Calcium Example --------------------------------------------- goto doit :usage echo. goto end :doit SETLOCAL ENABLEDELAYEDEXPANSION IF NOT DEFINED PROACTIVE set PROACTIVE=%CD%\..\.. call "..\init.bat" SET DESCRIPTOR=nqueens_args\GCMEnvironmentApplication.xml SET VIRTUALNODE=local %JAVA_C...
jrochas/scale-proactive
examples/calcium/calcium_nqueens.bat
bat
agpl-3.0
512
echo "Building release..." set RELEASE_DIR=release set OUTPUT_DIR=%cd%\dependencies\release_files set CURRENT_DIR=%cd% set AMD64=%RELEASE_DIR%\amd64 set X86=%RELEASE_DIR%\x86 mkdir "%RELEASE_DIR%" mkdir "%AMD64%" mkdir "%X86%" set VCARGS32="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat"...
irtnog/ModSecurity
iis/build_release.bat
bat
apache-2.0
2,132
@echo off rm results logs/* set x=1000 :loop php controller.php --commas --log-suffix=-%x:~-3% 1>>results set /A x+=1 if %x% leq 1999 goto loop
es1024/Treasure-Hunting-Controller
loop.bat
bat
mit
145
cmd_kernel/time/built-in.o := arm-linux-androideabi-ld -EL -r -o kernel/time/built-in.o kernel/time/timekeeping.o kernel/time/ntp.o kernel/time/clocksource.o kernel/time/jiffies.o kernel/time/timer_list.o kernel/time/timecompare.o kernel/time/timeconv.o kernel/time/posix-clock.o kernel/time/alarmtimer.o kernel/time...
MihawkHu/Android_scheduler
kernel/goldfish/kernel/time/.built-in.o.cmd
bat
mit
414
set prefixes_any=-prefix dc/home/environment/service/any/tag/any/ set prefixes_service=-prefix dc/home/environment/service/%SERVICE_NAME%/tag/any/ start \consul.exe agent -config-dir=/config if "%1" == "cmd" ( %* ) else ( \envconsul.exe -consul %CONSUL_HOST%:8500 -sanitize -upcase %prefixes_any% %prefixes_service%...
StefanScherer/dockerfiles-windows
node-consul-env/run.cmd
bat
mit
331
@echo off :: check if we have the .iso file (if we don't have it, the VM won't start!) if not exist %HOME%\.boot2docker\boot2docker.iso ( echo boot2docker.iso not found in %HOME%\.boot2docker\, downloading version 1.7.1... if not exist "%HOME%\.boot2docker" mkdir %HOME%\.boot2docker curl -L -o %HOME%\.boot2docke...
tknerr/bills-kitchen
files/tools/scripts/b2d-start.bat
bat
mit
3,137
@echo off pushd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'Silentl...
Horusiath/Hyperion
build.cmd
bat
mit
1,440
:user_configuration :: About AIR application packaging :: http://livedocs.adobe.com/flex/3/html/help.html?content=CommandLineTools_5.html#1035959 :: http://livedocs.adobe.com/flex/3/html/distributing_apps_4.html#1037515 :: NOTICE: all paths are relative to project root set APP_DIR="bin" set DIST_PATH=dist set D...
22Round/maleo_mapp
bat/back_bats/SetupApp.bat
bat
mit
2,444
@echo off IF EXIST lex.yy.c del lex.yy.c IF EXIST spl.tab.c del spl.tab.c IF EXIST spl.exe del spl.exe
mechacrash/SPL-Compiler
clean.bat
bat
mit
103
@echo off php "%~dp0update-docs.php" %*
Remo/punic
bin/update-docs.cmd
bat
mit
44
setlocal :: Change to this script's directory cd /d %~dp0 set NuGet=%~dp0.nuget\nuget.exe rmdir /Q /S NuGetPackages mkdir NuGetPackages %NuGet% pack ProcessRunner\ProcessRunner.csproj -Build -Properties "Configuration=Release" -Symbols -OutputDirectory NuGetPackages
MortenHoustonLudvigsen/ProcessRunner
Pack.cmd
bat
mit
270
nasm -fwin32 muziks.asm "c:\Program Files\CodeBlocks\MinGW\bin\ar" r muziks.lib muziks.obj "c:\Program Files\CodeBlocks\MinGW\bin\strip" -x muziks.lib "c:\Program Files\CodeBlocks\MinGW\bin\gcc" -s -c test.c "c:\Program Files\CodeBlocks\MinGW\bin\ld" test.o muziks.lib -L"c:\Program Files\CodeBlocks\MinGW\lib" -lker...
unic0rn/asmforce
muziks/build.bat
bat
mit
434
@echo off set JAR_FILE= pushd lib for /f "delims=" %%i in ('dir /b /a-d /s "example-spring-hibernate-atomikos*.jar"') do (set JAR_FILE=%%i) popd call java -jar %JAR_FILE% pause
jimmyblylee/example-spring-hibernate
src/spring-hibernate-atomikos/src/main/bin/run.bat
bat
mit
180
@echo off del src.zip 7z a -tzip -x!zip.bat src.zip * pause
SigmaHyperon/nano
praktomat/Java/zip/zip.bat
bat
mit
62
start ./Jam/MSVC11/GlanceEngineSDK.sln
DanWatkins/GlanceEngineSDK
Open GlanceEngineSDK in MSVC11.bat
bat
mit
38
cmd_fs/block_dev.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,fs/.block_dev.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
fs/.block_dev.o.cmd
bat
gpl-2.0
24,781
cmd_sound/pci/echoaudio/built-in.o := rm -f sound/pci/echoaudio/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/pci/echoaudio/built-in.o
freebsdmax/gsmart1315_kernel
sound/pci/echoaudio/.built-in.o.cmd
bat
gpl-2.0
213
cmd_net/ipv4/fib_hash.o := arm-eabi-gcc -Wp,-MD,net/ipv4/.fib_hash.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...
bigbiff/i717-GB-Kernel
net/ipv4/.fib_hash.o.cmd
bat
gpl-2.0
33,920
cmd_net/xfrm/built-in.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/xfrm/built-in.o net/xfrm/xfrm_policy.o net/xfrm/xfrm_state.o net/xfrm/xfrm_hash.o net/xfrm/xfrm_input.o net/xfrm/xfrm_output.o net/xfrm/xfrm_algo.o net/xfrm/xfrm_sysctl.o net...
freebsdmax/gsmart1315_kernel
net/xfrm/.built-in.o.cmd
bat
gpl-2.0
341
ctx buildcomp hello -b rvct-example.bc -e rvct.env -o release
scalado/contexo
examples/ctx_rvct.bat
bat
gpl-2.0
62
cmd_drivers/gpio/built-in.o := arm-linux-androideabi-ld -EL -r -o drivers/gpio/built-in.o drivers/gpio/gpiolib.o
tenorntex/lhbalanced
drivers/gpio/.built-in.o.cmd
bat
gpl-2.0
118
cmd_drivers/w1/slaves/w1_ds2760.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/w1/slaves/w1_ds2760.ko drivers/w1/slaves/w1_ds2760.o drivers/w1/slaves/w1_ds2760.mod.o
avareldalton85/rpi2-linux-rt
drivers/w1/slaves/.w1_ds2760.ko.cmd
bat
gpl-2.0
279
cmd_drivers/tty/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/tty/built-in.o drivers/tty/tty_io.o drivers/tty/n_tty.o drivers/tty/tty_ioctl.o drivers/tty/tty_ldisc.o drivers/tty/tty_buffer.o drivers/tty/tty_port.o drivers/tty/tty_mutex.o drivers/tt...
asopov/linux-tpt-2.6.39
drivers/tty/.built-in.o.cmd
bat
gpl-2.0
439
cmd_sound/pci/vx222/built-in.o := rm -f sound/pci/vx222/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/vx222/built-in.o
arshull/GalaTab3_Kernel
sound/pci/vx222/.built-in.o.cmd
bat
gpl-2.0
161
cmd_arch/arm/boot/msm8974-sec-hlte-r09.dtb := /home/friedrich420/kernel/note3/N3NB7KernelGIT2/scripts/dtc/dtc -O dtb -o arch/arm/boot/msm8974-sec-hlte-r09.dtb -b 0 -d arch/arm/boot/.msm8974-sec-hlte-r09.dtb.d arch/arm/boot/dts/msm8974/msm8974-sec-hlte-r09.dts source_arch/arm/boot/msm8974-sec-hlte-r09.dtb := arch/arm/...
friedrich420/Note-3-Kernel
arch/arm/boot/.msm8974-sec-hlte-r09.dtb.cmd
bat
gpl-2.0
2,242
cmd_sound/soc/au1x/built-in.o := rm -f sound/soc/au1x/built-in.o; /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ar rcs sound/soc/au1x/built-in.o
wujiku/superstar-kernel-shooter-2.3.4gb
sound/soc/au1x/.built-in.o.cmd
bat
gpl-2.0
158
cmd_fs/jbd2/jbd2.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/jbd2/jbd2.o fs/jbd2/transaction.o fs/jbd2/commit.o fs/jbd2/recovery.o fs/jbd2/checkpoint.o fs/jbd2/revoke.o fs/jbd2/journal.o
doadin/samsung-kernel-msm7x30-Doadin
fs/jbd2/.jbd2.o.cmd
bat
gpl-2.0
235
@ECHO OFF IF EXIST .\secagent.jar ( IF EXIST .\working ( RMDIR /S /Q .\working ECHO. ECHO Previous results have been removed ECHO. ) CD ..\.. ECHO After Crawl is Complete, hit Ctrl-C to stop Benchmark Tomcat instance. ECHO When it asks "Terminate batch job (Y/N)?" E...
h3xstream/Benchmark
tools/HCL/runBenchmark_wHCL.bat
bat
gpl-2.0
903
rmdir installer mkdir installer ghc --make scotch copy scotch.exe installer robocopy scotch.lib installer/scotch.lib /e makensisw winstaller.nsi rmdir installer /s /q
bendmorris/scotch
build_winstaller.bat
bat
gpl-3.0
184
set PRODUCTNAME=hagen set STAGE=%TEMP%\%PRODUCTNAME%-stage set WIXBIN=%ProgramFiles(x86)%\WiX Toolset v3.8\bin del /s /q %STAGE% robocopy /mir /s %~dp0..\..\tta.build\Release-AnyCPU\bin" %STAGE% /xf *.xml /xf *.pdb /xd test "%WIXBIN%\heat" dir %STAGE% -cg ProductComponents -ag -sreg -sfrag -o %~dp0Files.wxs -var var.B...
mockfrog/ttaudio
setup/update-Files.cmd
bat
gpl-3.0
352
REM @echo off call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat" msbuild /m ..\WinCDEmu.sln /property:Platform=Win32 /property:Configuration="Release (Kernel-mode)" || goto error msbuild /m ..\WinCDEmu.sln /property:Platform=x64 /property:Configuration="Release (Kernel-mode)" || goto error msbuild /m ..\WinCDEmu.sln /prop...
sysprogs/WinCDEmu
_distr/make.bat
bat
lgpl-3.0
1,490