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
@"%~dp0edit.bat" %* --editor "%bin%\apps\Sublime Text\sublime_text.exe" --force
kodybrown/dos
subl.bat
bat
unlicense
81
java -jar filegen-1.0.jar -i InputSample-TextFile.xlsx -s
alpinweiss/filegen
run-txt.bat
bat
apache-2.0
57
"c:\Program Files\PostgreSQL\9.6\bin\pg_dump.exe" --clean -E UTF8 -Fc -h localhost -d postgres -U postgres --no-owner > db.dmp
DeepSpace69/PartyFinder
db/dumpLocal.bat
bat
apache-2.0
126
::python main.py --gan_type GAN --dataset mnist --epoch 10 --checkpoint_dir Models\gan_mnist --result_dir results\gan_mnist --log_dir \TensorBoardLogs\gan_mnist python main.py --gan_type GAN --dataset cifar10 --epoch 256 --checkpoint_dir Models\gan_cifar10 --result_dir results\gan_cifar10 --log_dir \TensorBoardLogs\ga...
4thgen/DCGAN-CIFAR10
exec.bat
bat
apache-2.0
329
@echo off cd P:\temp g++ Main.cpp Main.exe -c pause
grzegorz2047/UAMRepo
DNIF/txtToHtml/start.bat
bat
apache-2.0
55
REM Start from a clean build directory rmdir /Q /S C:\d\ITKTubeTK-Build-Release REM Set environment variables set ITK_BUILD_DIR=C:\d\ITKTubeTk-Superbuild\ITK-build set TubeTK_BUILD_DIR=C:\d\ITKTubeTK-Build-Release\TubeTK-build REM Update the ITKTubeTK Dashboard scripts cd C:\d\ITKTubeTK-DashboardScripts SETLOCAL IF /...
KitwareMedical/TubeTK-DashboardScripts
NIH_Amazon_VS2015_TubeTK_Nightly.bat
bat
apache-2.0
1,445
REM Copyright 2015 Esri REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM http://www.apache.org/licenses/LICENSE-2.0 REM Unless required by applicable law or agreed to in writing...
Esri/street-data-processing-tools
InstallTools.bat
bat
apache-2.0
904
cmd_networking/tftp.o := gcc -Wp,-MD,networking/.tftp.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototyp...
rennman/copfvtci
build/busybox-1.25.1/networking/.tftp.o.cmd
bat
apache-2.0
10,777
@echo off rem Set the DB2PATH variable to your DB2 base path, e.g., c:\sqllib rem Set APRINC to your APR include directory rem Set APRLIB to your APR library directory set DB2PATH=c:\Program Files\IBM\sqllib set APRINC=c:\apr\include set APRLIB=c:\apr\lib cl -Od /nologo /c /I %APRINC% /D WIN32 db2hash.c hash.c link ...
tessus/db2-hash-routines
makertn.bat
bat
apache-2.0
538
rem -- Visual C++ 2013 x64 set %PATH%=%PATH_ORIGINAL% set CURRENT_BUILD=msvc2013-x64 call %GMIO_LOCAL_CI_ROOT%\create_build_dirs.bat %CURRENT_BUILD% call %GMIO_LOCAL_CI_ROOT%\build_msvc_target.bat debug "%PATH_MSVC2013%" amd64 call %GMIO_LOCAL_CI_ROOT%\build_msvc_target.bat release "%PATH_MSVC2013%" amd64 rem -- Vis...
fougue/gmio
scripts/local_build/userbuilds_TEMPLATE.bat
bat
bsd-2-clause
955
cl -nologo -Zm200 -Zc:wchar_t -O2 -MD -GR -EHsc -W3 -w34100 -w34189 -DWIN32 -DBAR_LIBRARY -D_CRT_SECURE_NO_WARNINGS -I"..\version-0.2" -c bar.cpp link /libpath:"..\version-0.2" /nologo /dynamicbase /nxcompat /incremental:no /dll /out:bar.dll bar.obj version-0.2.lib mt -nologo -manifest "..\empty.manifest" -outputreso...
gshep/linking-sample
bar/windows_make_good.bat
bat
bsd-3-clause
403
@echo off setlocal set ELECTRON_RUN_AS_NODE= pushd %~dp0\.. :: Get Code.exe location for /f "tokens=2 delims=:," %%a in ('findstr /R /C:"\"nameShort\":.*" product.json') do set NAMESHORT=%%~a set NAMESHORT=%NAMESHORT: "=% set NAMESHORT=%NAMESHORT:"=%.exe set CODE=".build\electron\%NAMESHORT%" :: Download Electron i...
microsoft/vscode
scripts/test.bat
bat
mit
788
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S19_Sync.MSASCMD_S19_TC04_Sync_Status3 /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S19_TC04_Sync_Status3.cmd
bat
mit
273
@echo off rem Runs CMake to configure nanodbc (static library) for Visual Studio 2017. rem Runs MSBuild to build the generated solution. rem rem Usage: rem 1. Copy build.bat to build.locale.bat (git ignored file) rem 2. Make your adjustments in the CONFIGURATION section below rem 3. Run build.local.bat 32|64 rem 4. Opt...
ChrisBFX/nanodbc
utility/build.bat
bat
mit
2,799
cmd_arch/arm/kernel/vmlinux.lds := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/ar...
jdlfg/Mecha-kernel-jdlfg
arch/arm/kernel/.vmlinux.lds.cmd
bat
gpl-2.0
3,954
@echo off setLocal EnableDelayedExpansion REM Path to core and library classes set MAIN=%~dp0\.. set CP=%MAIN%\target\classes;%MAIN%\lib\custom\*;%MAIN%\lib\* REM Options for virtual machine set BASEX_JVM=-Xmx1200m %BASEX_JVM% REM Run code java -cp "%CP%" %BASEX_JVM% org.basex.BaseX %*
dimitarp/basex
basex-core/etc/basex.bat
bat
bsd-3-clause
302
inject.exe --run "E:\Games\SteamLibrary\steamapps\common\Grand Theft Auto San Andreas\gta-sa.exe" --inject --steam-app-id 12120 --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x86/gtasa.bat
bat
mit
192
@echo off rem 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, Ver...
dana-i2cat/opennaas
platform/src/main/filtered-resources/bin/opennaas.bat
bat
lgpl-3.0
8,447
..\..\..\build\build\bin\Release\population_synthesizer.exe scenario.json
Symcies/polaris
apps/population_synthesizer/Sample_Data/Run.bat
bat
bsd-3-clause
73
:: set up the Visual Studio environment call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\vcvars32.bat" :: clone library's sources (OpenSSL 1.0.2 beta3) git clone -b OpenSSL_1_0_2-beta3 https://github.com/openssl/openssl.git openssl cd openssl :: generate makefiles for nmake perl Configure debug-VC-WIN32...
ScruffyFurn/IotKit
Weather Demo/lib/openssl-debug.bat
bat
mit
626
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem ## @rem Gradle startup script for Windows ## @rem ...
tjordanchat/rundeck
examples/json-plugin/gradlew.bat
bat
apache-2.0
4,048
robocopy C:\projects\obs-studio\build32\rundir\RelWithDebInfo C:\projects\obs-studio\build\ /E /XF .gitignore robocopy C:\projects\obs-studio\build64\rundir\RelWithDebInfo C:\projects\obs-studio\build\ /E /XC /XN /XO /XF .gitignore 7z a build.zip C:\projects\obs-studio\build\*
makeen/obs-studio
CI/before-deploy-win.cmd
bat
gpl-2.0
277
@echo off @call :find_erts_dir @set rebar_cng_dir=Rebar3 @set base_cng_dir=%ChocolateyInstall%/Lib @set rebar_escript_path=%base_cng_dir%/%rebar_cng_dir% for %%r in ("%rebar_escript_path%") do @(set rebar_escript_path=%%~sr) @%erts_bin_dir%/escript.exe %rebar_escript_path%/rebar3 %* @goto :eof :: Find the ERTS dir :...
OnorioCatenacci/ChocolateyPackages
Rebar/rebar3.cmd
bat
mit
1,348
autohotkey.exe autohotkey.ahk
TaDaa/.vim
dependencies/windows/autohotkey/work_autohotkey.cmd
bat
mit
29
nuget pack ZeroFormatter.nuspec nuget pack ZeroFormatter.Analyzer.nuspec nuget pack ZeroFormatter.Interfaces.nuspec nuget pack ZeroFormatter.Unity.nuspec
neuecc/ZeroFormatter
nuget/pack.bat
bat
mit
153
.\node-webkit\nw.exe --enable-logging launcher\
qwook/SJSUArcadeLauncher
run_launcher.bat
bat
mit
47
@echo off git pull if exist %~dp0composer.phar ( %~dp0php\php.exe %~dp0composer.phar self-update ) else ( %~dp0php\php.exe -r "readfile('https://getcomposer.org/installer');" | %~dp0php\php.exe ) %~dp0php\php.exe %~dp0composer.phar install -o --no-dev %~dp0php\php.exe %~dp0PhpUpdate config:init
Mactronique/php_updater
self_install.bat
bat
mit
311
makespritefont "8-bit Limit BRK" 8bit.font makespritefont "Orbitron" orbitron.font makespritefont "GreyscaleBasic" greyscale.font makespritefont "Play" play.font
lsempe/uipg
src/engine/tools/bin/makespritefont/example.bat
bat
mit
162
vectrast.exe -loadlev inlev.lev -rotate 5 -scale -47 47 -savelev outlev.lev >> log.txt
piskvorky/VectRast
examples/lev2lev.bat
bat
mit
86
echo off set RHAP_JARS_DIR=C:/ProgramData/IBM/Rational/Rhapsody/8.1.1/Share\LangJava\lib set FRAMEWORK_NONE_JARS=C:/ProgramData/IBM/Rational/Rhapsody/8.1.1/Share\LangJava\lib\oxf.jar;C:/ProgramData/IBM/Rational/Rhapsody/8.1.1/Share\LangJava\lib\anim.jar;C:/ProgramData/IBM/Rational/Rhapsody/8.1.1/Share\LangJava\lib\ani...
Etiene/nuitdelinfo
code_rhapsody/AppCitoyente/DefaultComponent/DefaultConfig/DefaultComponent.bat
bat
mit
3,966
@echo off Setlocal EnableDelayedExpansion set /p apiKey=Enter API Key:%=% .nuget\nuget setApiKey %apiKey% -source https://www.nuget.org SET /p deployDependencyInjection=Would you like to deploy the Core DependencyInjection Project? (y/n) %=% IF (!deployDependencyInjection!) EQU (y) ( .nuget\nuget pack LAN.Core.De...
G3N7/LAN.Core.DependencyInjection
NugetBuildAll.cmd
bat
mit
2,789
<<<<<<< HEAD <<<<<<< HEAD @echo off rem This Source Code Form is subject to the terms of the Mozilla Public rem License, v. 2.0. If a copy of the MPL was not distributed with this rem file, You can obtain one at http://mozilla.org/MPL/2.0/. if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) set ...
ArcherSys/ArcherSys
developer/addon-sdk-1.17/bin/deactivate.bat
bat
mit
1,721
ab.exe -n 1000 -c 30 http://localhost:7900/products @Echo off Echo press any key to continue... Pause >NUL exit
christophla/PerformanceSandbox
Tools/ApacheBench/MSSQL.WebAPI.IISExpress.Products.all.bat
bat
mit
114
cmd_sound/pci/rme9652/built-in.o := rm -f sound/pci/rme9652/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/rme9652/built-in.o
tcp209/kernel_samsung_epic4gtouch
build/epic4gtouch/sound/pci/rme9652/.built-in.o.cmd
bat
gpl-2.0
193
cmd_sound/soc/codecs/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-wm8993.o sound/soc/codecs/snd-soc-wm-hubs.o
sktjdgns1189/android_kernel_iriver_MX100
sound/soc/codecs/.built-in.o.cmd
bat
gpl-2.0
202
cmd_fs/pipe.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/.pipe.o.d -nostdinc -isystem /home/knesi/arm-2010q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/knesi/HD2/tiamat-kernel-4.0.2/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian ...
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
fs/.pipe.o.cmd
bat
gpl-2.0
28,536
cmd_drivers/char/built-in.o := arm-eabi-ld -EL -r -o drivers/char/built-in.o drivers/char/mem.o drivers/char/random.o drivers/char/tty_io.o drivers/char/n_tty.o drivers/char/tty_ioctl.o drivers/char/tty_ldisc.o drivers/char/tty_buffer.o drivers/char/tty_port.o drivers/char/tty_mutex.o drivers/char/pty.o drivers/cha...
timmytim/honeybutter_kernel
drivers/char/.built-in.o.cmd
bat
gpl-2.0
351
cmd_drivers/staging/zram/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/staging/zram/built-in.o drivers/staging/zram/zram.o
livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel
drivers/staging/zram/.built-in.o.cmd
bat
gpl-2.0
246
pushd "%GBC%\net\%LNCH%\%NEOPKT%" "%GBC%\fart.exe" "%MEDN%*.cfg" [MEDN] "%GBE%\%EMUZ%\%MEDN%" popd for /d %%g IN (*) DO ( if "%RECONF%"=="1" copy /Y "%GBC%\net\%LNCH%\%NEOPKT%\%MEDN%*.cfg" "%%~g" set CSTM=%%~g pushd "%%~g" call :injext CALL "%GBC%\Neopktinject.bat" popd ) exit /b :injext call "...
HoodlumDTX/rom-jacket
extinjNEOPKT.bat
bat
gpl-2.0
704
cmd_kernel/trace/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o kernel/trace/built-in.o kernel/trace/trace_clock.o kernel/trace/ring_buffer.o kernel/trace/trace.o kernel/trace/trace_output.o kernel/trace/trace_stat.o kernel/trace/trace_printk.o kernel/trace/trace_sched_switch.o kernel/trace/trace_nop....
IndieBeto/StockLP
kernel/trace/.built-in.o.cmd
bat
gpl-2.0
552
prog='dbfilealter' args='-F S' cmp='diff -cb '
gitpan/Fsdb
TEST/dbfilealter_ex.cmd
bat
gpl-2.0
47
cmd_drivers/media/video/davinci/built-in.o := rm -f drivers/media/video/davinci/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD drivers/media/video/davinci/built-in.o
Envious-Data/shinano-sirius_msm8974abpro
drivers/media/video/davinci/.built-in.o.cmd
bat
gpl-2.0
212
cmd_drivers/of/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/of/built-in.o drivers/of/base.o drivers/of/fdt.o drivers/of/address.o drivers/of/irq.o drivers/of/device.o drivers/of/platform.o drivers/of/gpio.o drivers/of/of_i2c.o drivers/of/of_net.o drive...
RittikBhowmik/Project-Crater-Kernel-GT-i9152
drivers/of/.built-in.o.cmd
bat
gpl-2.0
336
@echo off if "%1"=="" goto usage if "%2"=="" goto usage if "%3"=="" goto usage if "%4"=="" goto usage if "%WindowsSdkDir%" neq "" goto build if exist "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" goto initialize2k8on64Dev14 if exist "%ProgramFiles%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"...
HicServices/RDMP
Application/ResearchDataManagementPlatform/publish.bat
bat
gpl-3.0
2,838
C:\FHAC\hoettges\Kanalprogramme\QKan\qkan\doc\sphinx\make html >C:\FHAC\hoettges\Kanalprogramme\k_qkan\sphinx\protokoll.txt pause
hoettges/QKan
qkan/doc/sphinx/erzeuge doku.bat
bat
gpl-3.0
130
@echo off pushd %~dp0 :: Running prompt elevated :------------------------------------- REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( goto UACPrompt ) else ( goto gotA...
NenadJAustralia/PokemonGo-Map
Easy Setup/setup.bat
bat
agpl-3.0
1,222
php phpunit --include-path ../ --coverage-html coverage/ --verbose unit/ pause
kaisellgren/PHP-Security-Library
tests/runTests.bat
bat
lgpl-3.0
79
@echo off set prev=%cd% cd /D "%~dp0" java -jar RoboViz.jar %* cd %prev%
magmaOffenburg/RoboViz
scripts/roboviz.bat
bat
apache-2.0
75
@ECHO OFF set command=%1 set command=%command:/=\% set args=%~2 set exitCode=%3 "%command%" %args% set realExitCode=%ERRORLEVEL% if %exitCode% NEQ %realExitCode% ( echo got exit code %realExitCode%; expected %exitCode% exit /b -1 )
akb825/Cuttlefish
tool/test/run-test.bat
bat
apache-2.0
235
gradlew :base2:bintrayUpload
zhangchaoxu/backbone-android
upload.cmd
bat
apache-2.0
28
@echo off cls python main.py
bonny1992/oneplus-notificator-fixed
start.bat
bat
apache-2.0
29
@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/fsc.bat
bat
apache-2.0
4,461
REM configure windows credentials (for Windows Scheduled Task) set winUsr=YOUR_WINDOWS_USERNAME_GOES_HERE set winPwd=YOUR_WINDOWS_PASSWORD_GOES_HERE REM configure AWS credentials (for AWS CloudWatch) in awscreds.conf file REM configure base folder location (default is the location of this file, including executions v...
akashawasthi/AwsWinSysOps
AwsWinSysOps_Config.bat
bat
apache-2.0
540
setlocal EnableDelayedExpansion @echo on :: Make a build folder and change to it mkdir build if errorlevel 1 exit 1 cd build if errorlevel 1 exit 1 :: configure :: enable gnuradio components explicitly so we get build error when unsatisfied :: the following are disabled: :: DOXYGEN because we don't need docs in the...
ryanvolz/gnuradio-feedstock
recipe/bld.bat
bat
bsd-3-clause
1,967
@echo off rem Sets the class path to the BouncyCastle JCA provider. set CLASSPATH=.;..\lib\bcprov-jdk16-145.jar
pchapin/sprocket
bin/setClassPath.bat
bat
bsd-3-clause
115
:: Copy the WAR to tomcat's webapps dir, and start tomcat call setenv.bat rmdir %CATALINA_HOME%\webapps\TodoAngular /S /Q copy ..\target\TodoAngular.war %CATALINA_HOME%\webapps pushd %CATALINA_HOME%\bin call %CATALINA_HOME%\bin\catalina jpda start popd
kyroskoh/breeze.js.samples
java/TodoAngular/build/deployToTomcat.bat
bat
mit
254
@echo off rem rem Copyright (c) Microsoft. All rights reserved. rem Licensed under the MIT license. See LICENSE file in the project root for full license information. rem setlocal enabledelayedexpansion set CMDHOME=%~dp0 @REM Remove trailing backslash \ set CMDHOME=%CMDHOME:~0,-1% if "%SPARK_HOME%" == "" goto :spa...
hebinhuang/Mobius
scripts/sparkclr-submit.cmd
bat
mit
3,901
call doneclumps.bat call copysrc.bat
kstuedem/MuckyFoot-UrbanChaos
fallen/cdsrc.bat
bat
mit
38
cd src %ZGB_PATH%\..\env\make-3.81-bin\bin\make run BUILD_TYPE=ReleaseColor cd .. pause
mills32/GAMEBOY-DEMOS
12_Space_Ball/build_Color.bat
bat
gpl-3.0
87
java -jar "Hello VOA.ST.jar" echo enjoy it! laiqinyi@gmail.com, Mead Lai cmd /k pause
austgl/hello-pod-cast
archive/VOA_ST_DOWNLOAD/autorun.bat
bat
apache-2.0
90
@echo off for /d %%i in (*) do finkgo c %%i.nkar %%i.manifest %%i/*
NekoProject/NekoKun
NekoKun.Editor.Templates/make.cmd
bat
bsd-3-clause
67
set /p commit_message="Enter commit message: " git add . git commit -am "%commit_message%" git push origin master
carbonjs/carbon-framework
git-push.bat
bat
mit
114
cmd_drivers/ieee1394/built-in.o := rm -f drivers/ieee1394/built-in.o; arm-linux-ar rcs drivers/ieee1394/built-in.o
heyoufei/mini2440_kernel
drivers/ieee1394/.built-in.o.cmd
bat
gpl-2.0
116
cmd_drivers/net/arm/built-in.o := rm -f drivers/net/arm/built-in.o; arm-eabi-ar rcs drivers/net/arm/built-in.o
R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42
drivers/net/arm/.built-in.o.cmd
bat
gpl-2.0
112
@echo off ::go build option set TiDBBuildTS=%date:~0,10% %time:~1,7% for /f "delims=" %%i in ('git rev-parse HEAD') do (set TiDBGitHash=%%i) set LDFLAGS="-X github.com/pingcap/tidb/util/printer.TiDBBuildTS=%TiDBBuildTS% -X github.com/pingcap/tidb/util/printer.TiDBGitHash=%TiDBGitHash%" :: godep go get github.com/tools...
cumgun/gitea
vendor/github.com/pingcap/tidb/make.cmd
bat
mit
800
node server.js --port=9000 --appId=905795099486879
RupertAvery/ChatBoardJS
startme-local.cmd
bat
mit
50
@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 may wan...
lanwan/sportsir
settings/bsbc_tx.Release.cspy.bat
bat
mit
1,517
@echo off echo Updating OPE Code from SMC Server... PortableGit\bin\git.exe remote remove ope_smc_origin PortableGit\bin\git.exe remote add ope_smc_origin git://smc.ed/ope.git PortableGit\bin\git.exe pull ope_smc_origin master echo Update finished! pause
frankyrumple/ope
UpdateFromLocalSMCServer.cmd
bat
mit
257
@echo off rem There is issue with Webrick on JRuby > 1.7.10 - server doesn't stop on Ctrl-C rem https://github.com/jruby/jruby/issues/1115 rem This script is workaround which stops Webrick set /p WEBRICK_PID=<%~dp0\..\tmp\pids\server.pid taskkill /pid %WEBRICK_PID% /f && del "%~dp0\..\tmp\pids\server.pid"
ales-vilchytski/YAWU
bin/stop_webrick.bat
bat
mit
310
<<<<<<< HEAD <<<<<<< HEAD @echo off set "VIRTUAL_ENV=__VENV_DIR__" if not defined PROMPT ( set "PROMPT=$P$G" ) if defined _OLD_VIRTUAL_PROMPT ( set "PROMPT=%_OLD_VIRTUAL_PROMPT%" ) if defined _OLD_VIRTUAL_PYTHONHOME ( set "PYTHONHOME=%_OLD_VIRTUAL_PYTHONHOME%" ) set "_OLD_VIRTUAL_PROMPT=%PROMPT%" set "P...
ArcherSys/ArcherSys
Lib/venv/scripts/nt/activate.bat
bat
mit
1,907
cd typescript tsc @appFiles.txt --out ../javascript/app.js --target es5 tsc @workerFiles.txt --out ../javascript/worker.js --target es5
sbnietert/TypeScript-Ray-Tracer
compile.bat
bat
mit
135
set __IN_DIR__=%DEV_LIBS_DISTR%\Qt\qt-everywhere-src-5.10.0 set __OUT_DIR__=%DEV_LIBS%\Qt\Qt5.10.0\msvc2017_64_static set __PLATFORM__=x64 if "%__PLATFORM__%" == "x32" ( set __CL_PLATFORM___=x86 ) else ( set __CL_PLATFORM___=amd64 ) :: RUN VC++ ENV if not exist "%VS150COMNTOOLS%" ( echo Specify environmen...
Ruzzz/OneFileTools
cpp/Qt_TODO/Qt5.10.0_static.cmd
bat
mit
1,411
..\fasm\fasm.exe cpuraymarching.asm
michal-z/asmart
cpuraymarching/build.bat
bat
mit
36
cmd_drivers/idle/built-in.o := rm -f drivers/idle/built-in.o; /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/idle/built-in.o
asopov/linux-tpt-2.6.39
drivers/idle/.built-in.o.cmd
bat
gpl-2.0
173
cmd_arch/arm/boot/compressed/piggy.o := /root/adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/boot/compressed/.piggy.o.d -nostdinc -isystem /adam/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/root/streak/3/kern.bak/arch/arm/include -i...
DJSteve/StreakKernel
arch/arm/boot/compressed/.piggy.o.cmd
bat
gpl-2.0
991
@echo off rem Convert PostScript to PDF 1.2 (Acrobat 3-and-later compatible). set LIBDIR=%~dp0 echo -dCompatibilityLevel#1.2 >"%TEMP%\_.at" goto bot rem Pass arguments through a file to avoid overflowing the command line. :top echo %1 >>"%TEMP%\_.at" shift :bot rem Search for leading '-' echo %1 | findstr /b /C:- >...
mfaber/quexf
software/gs/lib/ps2pdf12.bat
bat
gpl-2.0
404
cmd_drivers/battery/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/battery/built-in.o drivers/battery/sec_battery.o drivers/battery/sec_board-msm8974.o drivers/battery/max17048_fuelgauge.o drivers/battery/sec_fuelgauge.o drivers/battery/max77803_charger.o
friedrich420/Note-3-AEL-Kernel
drivers/battery/.built-in.o.cmd
bat
gpl-2.0
311
cmd_sound/pci/oxygen/built-in.o := rm -f sound/pci/oxygen/built-in.o; /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ar rcsD sound/pci/oxygen/built-in.o
JoinTheRealms/TF700-dualboot-stockbased
sound/pci/oxygen/.built-in.o.cmd
bat
gpl-2.0
200
cmd_drivers/mmc/card/mmc_block.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/mmc/card/mmc_block.o drivers/mmc/card/block.o drivers/mmc/card/queue.o
Envious-Data/shinano-sirius_msm8974abpro
drivers/mmc/card/.mmc_block.o.cmd
bat
gpl-2.0
204
cmd_drivers/usb/gadget/g_ether.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/gadget/g_ether.o drivers/usb/gadget/ether.o
yohanes/Acer-BeTouch-E130-Linux-Kernel
drivers/usb/gadget/.g_ether.o.cmd
bat
gpl-2.0
152
cmd_arch/arm/lib/memcpy.o := /home/friedrich420/kernel/s4/S4GEKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I/home/friedrich420/ker...
friedrich420/S4-GPE-AEL-Kernel-4.4.3
arch/arm/lib/.memcpy.o.cmd
bat
gpl-2.0
2,273
cmd_drivers/misc/eeprom/built-in.o := rm -f drivers/misc/eeprom/built-in.o; GNUTARGET=elf32-powerpc ppc_4xx-ar rcs drivers/misc/eeprom/built-in.o
mattkelly/linux-2.6-xlnx
drivers/misc/eeprom/.built-in.o.cmd
bat
gpl-2.0
147
@ECHO ON>..\peg-e\windows\dirs.nsh @ECHO ON>..\peg-e\windows\files.nsh @ECHO OFF SET SRCDIR=..\peg-e SET APP=Peg-E SET VERSION=1.3.0 ECHO Copying executable MKDIR %SRCDIR%\%APP% COPY %APP%.exe %SRCDIR%\%APP%\%APP%.exe >nul ECHO Copying translations SET TRANSLATIONS=%SRCDIR%\%APP%\translations MKDIR %TRANSLATIONS% CO...
gottcode/peg-e
windows_deploy.bat
bat
gpl-3.0
1,574
-do run -all -c top_module a few vsim_options -gvlogparam_bool=1 -gvlogparam_int=42 -gvlogparam_str=hello +plusarg_bool=1 +plusarg_int=42 +plusarg_str=hello
imphil/fusesoc
tests/edalize/test_modelsim/vsim2.cmd
bat
gpl-3.0
157
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == ...
dieterv/etk.docking
docs/reference/make.bat
bat
lgpl-3.0
4,118
rem set JAVA_HOME=C:\jdk1.6.0 start %ANT_HOME%\bin\ant Database2XmlMapping
gitee2008/glaf
generator/genDatabase2XmlMapping.bat
bat
apache-2.0
75
set S7Z=%~dp0bin\7za.exe set TDR=%~n1.tmp mkdir "%TDR%" "%S7Z%" x -o"%TDR%" -x!"*\*\" "%1" > NUL "%S7Z%" x -o"%TDR%" -i!"*\qtbase\" -i!"*\qttools\" "%1" > NUL move "%TDR%\%~n1" "%2" rmdir "%TDR%"
MrHacky/qt-package-builder
extractsource.bat
bat
apache-2.0
209
@echo off rem Copyright (C) 2008 The Android Open Source Project rem rem Licensed under the Apache License, Version 2.0 (the "License"); rem you may not use this file except in compliance with the License. rem You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless...
consulo/consulo-android
tools-base/jobb/etc/jobb.bat
bat
apache-2.0
1,599
@echo off REM ###### COPYRIGHT NOTICE #################################################### REM # REM # Copyright (C) 2007-2011, Cycle Computing, LLC. REM # REM # Licensed under the Apache License, Version 2.0 (the "License"); you REM # may not use this file except in compliance with the License. You may REM # obtain...
cyclecomputing/cache-config
build.bat
bat
apache-2.0
1,187
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "hel...
mgarski/stellr
docs/make.bat
bat
apache-2.0
4,511
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=shenfun if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command w...
spectralDNS/shenfun
docs/make.bat
bat
bsd-2-clause
815
@echo off REM GREEN BATCH FILE TEMPLATE <you can replace this line with new bat desc> REM VERSION 0.0.2.1 REM Last updated by greenlaw110@gmail.com at Nov-5-2007 REM created by greenlaw110@gmail.com at some time 2006 setlocal & pushd if {%1}=={} goto _HELP if {%1}=={-h} goto _HELP if {%1}=={--help} goto _HELP if ex...
greenlaw110/winenv
bin/edtdoc.bat
bat
bsd-2-clause
1,137
echo Building SupportWFLib ..\..\SupportWFLib\uiq3\make_winscw.bat echo DONE!
wayfinder/Wayfinder-S60-Navigator
CPP/Targets/Nav2lib/uiq3/make_SupportWFLibs_winscw.bat
bat
bsd-3-clause
83
:: (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 gran...
amerc/phimii
ipcore_dir/RxTstFIFO2K/simulation/timing/simulate_isim.bat
bat
mit
2,893
@erase lang.inc @echo lang fix ru >lang.inc @fasm -m 16384 @panel.asm @panel @erase lang.inc @kpack @panel @pause
devlato/kolibrios-llvm
programs/system/panel/trunk/build_ru.bat
bat
mit
113
cmd_net/bridge/netfilter/ebt_ip.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/bridge/netfilter/.ebt_ip.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 ...
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebt_ip.o.cmd
bat
gpl-2.0
20,817
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S10_FastPathOutput_PositiveTest_ColorPointer_UpdatePointer /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPBCGR/S10_FastPathOutput_PositiveTest_ColorPointer_UpdatePointer.cmd
bat
mit
247
call "%VS140COMNTOOLS%..\..\VC\bin\amd64\vcvars64.bat" cmake ..\\..\\ -DATOMIC_DEV_BUILD=1 -G "Visual Studio 14 2015 Win64" msbuild /m Atomic.sln /t:AtomicTool /p:Configuration=Release /p:Platform=x64
rsredsq/AtomicGameEngine
Build/Windows/CompileAtomicTool.bat
bat
mit
202
haxe compile.hxml "bin/TestMain.exe"
KTXSoftware/KodeStudio-win32
resources/app/kodeExtensions/kha/Kha/Backends/Kore/khacpp/test/telemetry/test.bat
bat
mit
36
:: Command line arguments: :: %1 - Visual C++ version: vc12 (2013), vc14 (2015) :: %2 - configuration to build (Release, Debug etc) :: %3,%4,...%9 - [optional] additional MSBuild options set vcXX=%1 set cfg=%2 set MSBUILD=msbuild :make for %%A in (x64 Win32) do ( %MSBUILD% %vcXX%\cds.sln /t:Clean /p:Con...
whc10002/study
libcds/projects/Win/build-msbuild.cmd
bat
gpl-3.0
549