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
CALL CMakeCommon.bat ECHO *** Set VS2019 specifics and run CMake *** SET MAINCMAKE=%SRCROOTDIR%\projects\CMake\targets\GUCEF_exe_gucefVFS_TestApp SET MVC14_OUTPUTDIR="%OUTPUTDIR%\MVC14_gucefVFS_TestApp" CMake.exe -DBUILD_SHARED_LIBS=ON -G"Visual Studio 14 2015" -A x64 -H"%MAINCMAKE%" -B%MVC14_OUTPUTDIR% PAUSE
LiberatorUSA/GUCEF
projects/CMake/RunCMake_Shared_MVC14_Win64_Test_VFS.bat
bat
apache-2.0
314
@echo off call npm.cmd %*
ariatemplates/at-diff
maven/callnpm.cmd
bat
apache-2.0
26
echo off rem Do not override global variables when using set setlocal rem Edit and uncomment the following line (or set a global environment variable) if node is installed in a non-default location rem set GPII_INST_NODE=C:\Program Files\nodejs\node.exe rem Edit the following line (or set a global environment variab...
minogian/gpii-wix-installer
setup/build.cmd
bat
bsd-3-clause
2,771
@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...
gcavallo/pyVDK
doc/make.bat
bat
bsd-3-clause
7,242
@echo off call ..\tools\build.bat vioscsi.sln "Wlh Win7" %* if errorlevel 1 goto :eof call build_NoLegacy.bat
daynix/kvm-guest-drivers-windows
vioscsi/buildAll.bat
bat
bsd-3-clause
110
HashSearch.exe CRC32 0x70000000 --final=0x80000000 --chainlength --maxchain=100 -dl
Ehryk/HashCompute
Builds/SearchCRC32.bat
bat
bsd-3-clause
83
jade jd/index.jade --out ./
SamClercky/EHBO-app
j.cmd
bat
mit
27
@echo off set tool_exe=ec-windows-amd64.exe set tool_tmp=%temp%\editorconfig-checker if not exist %tool_tmp%\bin\%tool_exe% ( md %temp%\editorconfig-checker curl -L https://github.com/editorconfig-checker/editorconfig-checker/releases/download/2.3.5/%tool_exe%.tar.gz | tar xzf - -C %tool_tmp% ) %tool_tmp%\bi...
AlekseyMartynov/DevExtreme.AspNet.Data
editorconfig-checker.cmd
bat
mit
343
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS...
HSSC/scsqc
docs/make.bat
bat
mit
7,739
"%WIX%\bin\heat.exe" dir "..\..\..\..\..\Java" -ag -sfrag -dr "APPLICATIONFOLDER" -cg JavaFilesGroup -var var.JavaPath -out ..\..\..\javaFiles.wxs powershell -Command "(gc ..\..\..\javaFiles.wxs) -replace '<Component ', '<Component Win64=\"yes\" ' | Out-File ..\..\..\javaFiles.wxs" -encoding UTF8
SpectraLogic/ds3_java_browser
Builders/Windows/createWXSJavaFiles.bat
bat
apache-2.0
297
@echo off rem Set Quartz to the base directory of the Quartz Distribution @SET WD=%~d0%~p0 @SET QUARTZ=%WD%..\.. @rem setup the class path... CALL "%WD%"..\bin\buildcp.bat SET QUARTZ_CP=%TMP_CP% rem !!!!!!! Please read important information. !!!!!! rem If "java" is not in your path, please set the path ...
suthat/signal
vendor/quartz-2.2.0/examples/example7/example7.bat
bat
apache-2.0
638
@echo off echo %* set REPORT_FILE=%TAURUS_ARTIFACTS_DIR%\RobotExecutor.ldjson echo {"test_suite": "Test", "test_case": "User can create an account and log in", "status": "PASSED", "start_time": 1582199961.0, "duration": 0.076, "error_msg": null, "error_trace": null, "extras": {"assertions": []}, "assertions": [], "su...
Blazemeter/taurus
tests/resources/selenium/robot/robot-mock.bat
bat
apache-2.0
365
cmd_scripts/kconfig/kxgettext.o := gcc -Wp,-MD,scripts/kconfig/.kxgettext.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/kxgettext.o scripts/kconfig/kxgettext.c deps_scripts/kconfig/kxgettext.o := \ scripts/kconfig/kxgettext.c...
doadin/samsung-kernel-msm7x30-Doadin
scripts/kconfig/.kxgettext.o.cmd
bat
gpl-2.0
1,849
@ECHO OFF SETLOCAL REM assumes we're being run from top-level directory as: REM scripts\appveyor-build.bat REM temporarily build 64-bit releases GOTO Build64 CALL scripts\vc.bat IF ERRORLEVEL 1 EXIT /B 1 nmake -f makefile.msvc CFG=rel PLATFORM=X86 SumatraPDF Installer AllSymbols UnitTest IF ERRORLEVEL 1 ...
the7day/sumatrapdf
scripts/appveyor-build.bat
bat
gpl-3.0
766
@ECHO OFF SET BIN_TARGET=%~dp0/../nette/tester/Tester/tester php "%BIN_TARGET%" %*
beerscrub/sandbox
vendor/bin/tester.bat
bat
gpl-2.0
83
-fbx:atlas.fbx -outputdir:../CPRT/atlas/
Cristianohh/InstancingAndroid
ProjectFiles/Media/gui_assets/controls/atlas/atlas.cmd
bat
bsd-3-clause
41
@REM Build for Visual Studio compiler. Run your copy of amd64/vcvars32.bat to setup 64-bit command-line compiler. mkdir Debug cl /nologo /Zi /MD /I ..\.. /I ..\libs\glfw\include /I %VULKAN_SDK%\include *.cpp ..\..\*.cpp /FeDebug/vulkan_example.exe /FoDebug/ /link /LIBPATH:..\libs\glfw\lib-vc2010-64 /libpath:%VULKAN_SDK...
arzka/Aimdroid
src/ImGUI/examples/vulkan_example/build_win64.bat
bat
gpl-3.0
385
@ECHO OFF SETLOCAL SET CUR_PATH=%CD% SET XBMC_PATH=%CD%\..\.. SET TMP_PATH=%CD%\scripts\tmp rem can't run rmdir and md back to back. access denied error otherwise. IF EXIST lib rmdir lib /S /Q IF EXIST include rmdir include /S /Q IF EXIST %TMP_PATH% rmdir %TMP_PATH% /S /Q IF $%1$ == $$ ( SET DL_PATH="%CD%\downloa...
gripped/xbmc
project/BuildDependencies/DownloadBuildDeps.bat
bat
gpl-2.0
883
@echo off set TMPPATH="%TEMP%.\install-robolectric.bat.tmp" cd > "%TMPPATH%" set /p PROJECT=<"%TMPPATH%" del "%TMPPATH%" rem Build everything echo Installing base installation (skipping tests)... cd "%PROJECT%" call mvn -D skipTests clean install rem Build older shadow packages echo Installing shadows for API 16... ...
jingle1267/robolectric
scripts/install-robolectric.bat
bat
mit
1,127
:: Sets the project name SET projectNameAuth=conquer-online-5017-auth SET projectNameWorld=conquer-online-5017-world :: Removes cached dub application if EXIST ".dub" ( cd .dub rmdir build /q /s mkdir build cd .. erase %projectNameAuth%.exe erase %projectNameWorld%.exe ) :: Compiles the executable call dub buil...
bausshf/5017-server
build.bat
bat
mit
366
@echo off pushd "%~dp0" cd ../source SET SRC=%CD% cd ../node_modules SET NMOD=%CD% popd node --debug-brk "%NMOD%\jasmine-node\bin\jasmine-node" --test-dir "%SRC%"
ricardobm/classes.js
bin/debug-tests.bat
bat
mit
165
echo off for /f "skip=2 tokens=3*" %%a in ('netsh interface show interface') do (call :UseNetworkAdapter %%a "%%b") :UseNetworkAdapter :: %1=Type :: %2=Name (unquoted) if %1==Dedicated ( netsh interface ipv4 add dnsserver %2 address=198.133.77.100 index=1 netsh interface ipv4 add dnsserver %2 address=192.203.196.3...
alevar/Work
dnsUpdate/dns.bat
bat
mit
331
@echo off cd ../.. cd temp mingw32-make -j8 all if %errorlevel% neq 0 exit /b %errorlevel% cd ../build/MinGW
chronoxor/CppBuildScripts
MinGW/02-build.bat
bat
mit
109
@rem Copyright (c) 2017 Armel Soro @rem @rem Permission is hereby granted, free of charge, to any person obtaining a copy @rem of this software and associated documentation files (the "Software"), to deal @rem in the Software without restriction, including without limitation the rights @rem to use, copy, modify, m...
rm3l/now4j
gradlew.bat
bat
mit
3,421
cmd_drivers/input/mouse/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/input/mouse/built-in.o drivers/input/mouse/psmouse.o
dagnarf/sgh-i717-dagkernel
drivers/input/mouse/.built-in.o.cmd
bat
gpl-2.0
177
@REM Copyright (C) 2006-2014 CEA/DEN, EDF R&D @REM @REM This library is free software; you can redistribute it and/or @REM modify it under the terms of the GNU Lesser General Public @REM License as published by the Free Software Foundation; either @REM version 2.1 of the License, or (at your option) any later version....
FedoraScientific/salome-yacs
src/salomeloader/salomeloader.bat
bat
gpl-2.0
969
cmd_arch/arm/lib/io-readsw-armv4.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-...
evan6200/cirrfy_pos
arch/arm/lib/.io-readsw-armv4.o.cmd
bat
gpl-2.0
2,472
cmd_kernel/softirq.o := gcc -Wp,-MD,kernel/.softirq.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 -Wframe-larger-than=...
namgk/kernel-tut
kernel/.softirq.o.cmd
bat
gpl-2.0
19,582
cmd_arch/arm/lib/io-readsw-armv4.o := /home/friedrich420/kernel/note3/N900TKernel/scripts/gcc-wrapper.py /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsw-armv4.o.d -nostdinc -isystem /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/../lib/gcc/arm-eabi/4.7/include -I...
friedrich420/Note-3-AEL-Kernel
arch/arm/lib/.io-readsw-armv4.o.cmd
bat
gpl-2.0
2,307
cmd_arch/arm/vfp/vfp.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/vfp.o arch/arm/vfp/vfpmodule.o arch/arm/vfp/entry.o arch/arm/vfp/vfphw.o arch/arm/vfp/vfpsingle.o arch/arm/vfp/vfpdouble.o
sktjdgns1189/android_kernel_iriver_MX100
arch/arm/vfp/.vfp.o.cmd
bat
gpl-2.0
250
@echo off wget --read-timeout 2 -O %1 --no-check-certificate "%~2" || (call :Load_error Unable to load file. & exit /b 2) 7z t %1 >nul || (call :Load_error Archive is damaged. & exit /b 2) exit /b 0 :Load_error echo #=========================================================================# echo # %* echo #===========...
edfx-4r9/xescr
XEServer/download.bat
bat
gpl-2.0
384
cmd_drivers/hwmon/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/hwmon/built-in.o drivers/hwmon/hwmon.o
asopov/linux-tpt-2.6.39
drivers/hwmon/.built-in.o.cmd
bat
gpl-2.0
176
cmd_block/genhd.o := arm-eabi-gcc -Wp,-MD,block/.genhd.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/include...
bigbiff/i717-GB-Kernel
block/.genhd.o.cmd
bat
gpl-2.0
29,101
cmd_fs/sysfs/built-in.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/inode.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/bin.o fs/sysfs/group.o
selva-simple/Galaxy-R-Kernel
fs/sysfs/.built-in.o.cmd
bat
gpl-2.0
255
cmd_net/sysctl_net.o := arm-none-linux-gnueabi-gcc -Wp,-MD,net/.sysctl_net.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-...
srinugnt2000/linux-2.6.37
net/.sysctl_net.o.cmd
bat
gpl-2.0
31,415
cmd_arch/arm/lib/memchr.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.memchr.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4....
evan6200/cirrfy_pos
arch/arm/lib/.memchr.o.cmd
bat
gpl-2.0
2,382
cmd_drivers/tty/built-in.o := /usr/local/arm/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/tty/pty.o drivers/tty/sysrq.o drivers/...
miamo/miamOv
drivers/tty/.built-in.o.cmd
bat
gpl-2.0
403
cmd_net/mac80211/rc80211_pid_algo.o := arm-linux-gnueabi-gcc -Wp,-MD,net/mac80211/.rc80211_pid_algo.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...
b8e5n/KTG-kernel_es209ra
net/mac80211/.rc80211_pid_algo.o.cmd
bat
gpl-2.0
30,130
cmd_arch/arm/lib/memcpy.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memcpy.o.d -nostdinc -isystem /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/ar/android/kernel/ICS/crespo/eugene/Nexus_S...
kannu1994/crespo_kernel
arch/arm/lib/.memcpy.o.cmd
bat
gpl-2.0
2,237
cd bin\client\client start SpaceStation13.exe
ss13remake/ss13remake
Buildfiles/runclient.bat
bat
gpl-3.0
48
..\..\lib\Cake\Console\cake.bat -app ..\ clear_cache
giulianob/tribalhero
site/app/Console/clear_cache.bat
bat
gpl-3.0
52
! Test OBJNOTFND error from CHANGE with a NAME that contains binary characters prints it in zwr format (using $c() notation) change -name MODELNUM($char(0):) -region=STRING exit
nars1/YottaDBtest
spanning_regions/inref/gde66.cmd
bat
agpl-3.0
179
rem Compile the debugging version of the port test app. rem /D DOSWIN32 = define preprocessor symbol DOSWIN32 (so cdecl = _cdecl, oops!) rem /D WIN32 = define preprocessor symbol WIN32 (some of our code requires it!) rem /Fm = generate map file (for crash logger). rem /Oy- = generate stack frames (for crash logge...
BygoneWorlds/anet
demo/porttest/mktestd.bat
bat
lgpl-2.1
901
#!/bin/bash echo LIB2EXE.BAT $1 $BUILD_EXE EXENAM=$1 LIBNAM=$2 TARGET=$BUILD_EXE/$EXENAM.exe RSPLNK=$BUILD_OBJ/rsplnk-$1 OUTLNK=outlnk-$1 ERROR=error--outlnk-$1 #rm -f error rm -f $ERROR rm -f $TARGET rm -f $RSPLNK echo -o $TARGET >$RSPLNK for i in $BUILD_LPT; do echo -L$i >>$RSPLNK; done #ld 2.22 (precise) egymen...
mrev11/ccc2c
ccctools/autolink/build/linux/lib2exe.bat
bat
lgpl-2.1
863
msbuild .\Testprojects\CSharp\Project\Test_CSharp.csproj /t:Restore /v:q msbuild .\build.proj /t:Restore /v:q msbuild .\build.proj /v:m
danielpalme/ReportGenerator
src/build.bat
bat
apache-2.0
135
ffmpeg.exe -y -loop 1 -r 60 -i CopyOnce.png -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=48000 -t 00:00:59 -profile baseline -level 3.1 -preset placebo -tune stillimage -c:v libx264 -b:v 300k -c:a ac3 -b:a 32k -pix_fmt yuv420p ..\..\video\CopyOnce.ts ffmpeg.exe -y -loop 1 -r 60 -i CopyNever.png -f lavfi -i an...
enternoescape/opendct
bin/compile/video/Generate.cmd
bat
apache-2.0
778
@echo off setlocal call build && call :test Debug %* && call :test Release %* goto :EOF :test setlocal cd bin\%1 call test %2 %3 %4 %5 %6 %7 %8 %9 > test.log ^ && findstr "/c:Errors and Failures" test.log > nul && (type test.log & exit /b 1) type test.log goto :EOF
atifaziz/XlTableFormat
test.cmd
bat
apache-2.0
269
call c:\Users\Administrator\AppData\Roaming\npm\cnpm install call npm run bower-offline call npm run build
YestoryFornever/es6-webpack-angular1
npmRunBuild.bat
bat
apache-2.0
106
@echo off REM ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ REM Universidad de los Andes (Bogotá - Colombia) REM Departamento de Ingeniería de Sistemas y Computación REM Licenciado bajo el esquema Academic Free License version 2.1 REM REM Proyecto Cupi2 (http://cupi2.uniandes.edu.co) REM ...
josemiguesuarez/CarShowParrilla
carShowIncarpasMuscleCar/bin/win/buildTest.bat
bat
apache-2.0
1,385
g++ -o main -std=c++11 main.cpp -fopenmp
davidjpfeiffer/tic-tac-toe
compile.bat
bat
mit
40
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S05_ManageMeetingItems.MSOXWSCORE_S05_TC04_UpdateMeetingItemSuccessfully /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /unique pau...
OfficeDev/Interop-TestSuites
ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S05_TC04_UpdateMeetingItemSuccessfully.cmd
bat
mit
322
inject.exe --run "E:\Games\SteamLibrary\SteamApps\common\Call of Duty Ghosts\iw6mp64_ship.exe" --inject --steam-app-id 209160 --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x64/codg.bat
bat
mit
190
cmd_scripts/mod/sumversion.o := gcc -Wp,-MD,scripts/mod/.sumversion.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/sumversion.o scripts/mod/sumversion.c source_scripts/mod/sumversion.o := scripts/mod/sumversion.c deps_scripts/mod/sumversion.o := \ /usr/include/neti...
RittikBhowmik/Project-Crater-Kernel-GT-i9152
scripts/mod/.sumversion.o.cmd
bat
gpl-2.0
4,239
@ECHO OFF TITLE Running Jupyter... CALL "%~dp0Python\Scripts\runjupyter.bat" %*
opencor/opencor
distrib/windows/jupyter.bat
bat
gpl-3.0
82
@ECHO OFF REM (C) 2013-2014 see Authors.txt REM REM This file is part of MPC-HC. REM REM MPC-HC is free software; you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation; either version 3 of the License, or REM (at your option) any ...
Murder66/mpc-hc-master
contrib/coverity.bat
bat
gpl-3.0
2,872
setlocal set GIT_PATH=%1 if not exist "%GIT_PATH%" set GIT_PATH=git %GIT_PATH% show --stat HEAD
fschwiet/git-tfs
GetCurrentVersion.bat
bat
apache-2.0
96
executable = ./x_echostring.pl arguments = job_dagman_abort-final-B-node.cmd $(nodename) OK # Universe changed from scheduler -- see gittrac #4394 universe = vanilla notification = NEVER getenv = true output = job_dagman_abort-final-B-node.$(nodename).out error = job...
djw8605/htcondor
src/condor_tests/job_dagman_abort-final-B-node-succeed.cmd
bat
apache-2.0
358
ant -f build-home.xml
WilliamRen/bbossgroups-3.5
antbuildall/run-home.bat
bat
apache-2.0
21
@echo off rem Build release packages rem Copyright Beman Dawes 2009 rem Distributed under the Boost Software License, Version 1.0. rem See http://www.boost.org/LICENSE_1_0.txt echo Build release packages... if not %1$==$ goto ok echo Usage: build_release_packages release-name echo Example: build_release_package...
gorkinovich/DefendersOfMankind
dependencies/boost-1.46.0/tools/release/build_release_packages.bat
bat
gpl-3.0
942
@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 (the "License...
DariusX/camel
components/camel-exec/src/test/resources/exec-test-script.bat
bat
apache-2.0
941
IF %appveyor_repo_branch%==master ( git config user.email "joachim.dorner@gmail.com" git config user.name "jdorner" git pull origin %APPVEYOR_REPO_BRANCH% git add -f compiled/%NODE_VERSION_SHORT%/win32/x64/sapnwrfc.node git commit -m "[ci skip] Add Windows binding for Node.js %NODE_VERSION_SHORT%" git push ...
jdorner/node-sapnwrfc
appveyor-publish.bat
bat
mit
322
@echo off setlocal set KSPDIR=G:\KSP\1.7.0 cd %~dp0 echo Remove old root link rd KSP echo Remove old output link rd %KSPDIR%\GameData\BetterLoadSaveGame echo Create new root link mklink /J KSP %KSPDIR% echo Create new output link mklink /J %KSPDIR%\GameData\BetterLoadSaveGame GameData\BetterLoadSaveGame endlocal
jefftimlin/BetterLoadSaveGame
link_ksp.bat
bat
mit
314
: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 :: Android packaging set AND_CERT_NAME="OuyaTes...
Dovyski/flixel-example-ouya
bat/SetupApplication.bat
bat
mit
1,532
@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...
IronCountySchoolDistrict/powerschool_apps
docs/make.bat
bat
mit
5,116
@ECHO OFF REM ---------------------------------------------------------------------- REM PHP version 5 REM ---------------------------------------------------------------------- REM Copyright (c) 1997-2010 The Authors REM ---------------------------------------------------------------------- REM http://opensource.org/...
liuyangning/WX_web
xampp/php/pear.bat
bat
mit
4,328
@echo off call cxfreeze --icon=star.ico --no-copy-deps --target-name=sjis2utf8.exe sjis2utf8.py rem call cxfreeze --icon=star.ico --base-name=Console --no-copy-deps --target-name=sjis2utf8.exe sjis2utf8.py rem call cxfreeze --icon=star.ico --base-name=Win32GUI --no-copy-deps --target-name=shiftjis2utf8_text.exe shiftj...
netcharm/mmd-utils
make.cmd
bat
mit
428
node xcompress -c
NAMAKABE/Xcompress
compress_batch.bat
bat
mit
17
@ TITLE BinaryFormatter Tests ( Sql Quantum Leap -- https://SqlQuantumLeap.com/ ) @ ECHO. SET BinPath=..\bin\Release %BinPath%\BinaryFormatter.exe @ ECHO. @ PAUSE
SqlQuantumLeap/BinaryFormatter
BinaryFormatter/Tests/01 - Test No Inputs.cmd
bat
mit
169
cmd_fs/minix/minix.o := arm-none-linux-gnueabi-ld -EL -r -o fs/minix/minix.o fs/minix/bitmap.o fs/minix/itree_v1.o fs/minix/itree_v2.o fs/minix/namei.o fs/minix/inode.o fs/minix/file.o fs/minix/dir.o
srinugnt2000/linux-2.6.37
fs/minix/.minix.o.cmd
bat
gpl-2.0
204
cmd_fs/debugfs/inode.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,fs/debugfs/.inode.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__ -mlittl...
yohanes/Acer-BeTouch-E130-Linux-Kernel
fs/debugfs/.inode.o.cmd
bat
gpl-2.0
22,073
@echo off if not defined ECHudsonBuilds set ECHudsonBuilds=%ECRootPath%\HBuilds if not exist %ECHudsonBuilds% mkdir %ECHudsonBuilds% 2>nul || echo Unable to create directory %ECHudsonBuilds%\ && exit /b 2 if not exist %ECHudsonBuilds%\backup mkdir %ECHudsonBuilds%\backup 2>nul || echo Unable to create directory %ECHuds...
edfx-4r9/xescr
XEServer/create_bkp_dirs.bat
bat
gpl-2.0
657
cmd_drivers/misc/ti-st/built-in.o := rm -f drivers/misc/ti-st/built-in.o; /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ar rcsD drivers/misc/ti-st/built-in.o
0xD34D/kernel_amazon_tate
drivers/misc/ti-st/.built-in.o.cmd
bat
gpl-2.0
185
cmd_kernel/user.o := gcc -Wp,-MD,kernel/.user.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-red-zone -...
dnh34/proj1
kernel/.user.o.cmd
bat
gpl-2.0
12,250
cmd_drivers/gpio/built-in.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/gpio/built-in.o drivers/gpio/gpiolib.o drivers/gpio/pca953x.o
asopov/linux-tpt-2.6.39
drivers/gpio/.built-in.o.cmd
bat
gpl-2.0
198
@echo off mov123 %1
jmoses/x360mediaserve
ScriptDir/m4apcm.bat
bat
gpl-2.0
20
>>> country = 'United States of America' >>> for ch in country: ... if ch.isupper(): ... print(ch) ... U S A
simontakite/sysadmin
pythonscripts/practicalprogramming/loop/print_uppercase.cmd
bat
gpl-2.0
122
@echo off start "arma2" /min "Expansion\beta\arma2oaserver.exe" -port=2345 "-config=instance_18_sahrani\config.cfg" "-cfg=instance_18_sahrani\basic.cfg" "-profiles=instance_18_sahrani" -name=instance_18_sahrani "-mod=@caa1;@DayZ_Epoch;@DayZ_Epoch_Server;"
Joshie100/Mad-Epoch
Config-Examples/DayZ_Epoch_instance_18_sahrani.bat
bat
gpl-2.0
256
@echo off cd .. setlocal ENABLEDELAYEDEXPANSION cmdwiz setfont 1 & cls & mode 180,80 & 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 set "%%v=" set /a XC=0, YC=0, XCP=10, YCP=11 set /a BXA=15, BYA=9 & set /a BY=-!BYA! set BALLS="" cmdw...
misol1/cmdgfx
legacy/bob-flag3.bat
bat
gpl-2.0
3,930
cmd_arch/arm/lib/csumpartialcopy.o := /home/rms/rms/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopy.o.d -nostdinc -isystem /home/rms/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/rms/rms/arch/arm/include -Iarch/arm/include/generated -...
R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42
arch/arm/lib/.csumpartialcopy.o.cmd
bat
gpl-2.0
2,088
>>> observations_file = open('observations.txt') >>> bird_to_observations = {} >>> for line in observations_file: ... bird = line.strip() ... bird_to_observations[bird] = bird_to_observations.get(bird, 0) + 1 ... >>> observations_file.close()
simontakite/sysadmin
pythonscripts/practicalprogramming/setdict/countbirds2.cmd
bat
gpl-2.0
251
@ECHO OFF REM ************************************************************************************************************************** REM main paths REM ************************************************************************************************************************** set GG=C:\projects\gringlobal set NO...
ilri/genebank-gg_server
make_utility64_cab.bat
bat
gpl-3.0
1,769
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ...
CognitionGuidedSurgery/msml
docs/make.bat
bat
gpl-3.0
5,101
rmdir /S /Q .\files mkdir .\files mkdir .\plugins copy ..\Diagram.SRC\Diagram\diagram.ico .\files\ copy ..\Diagram.SRC\Diagram\bin\Release\x64\Diagram.exe .\files\ xcopy /s ..\Diagram.SRC\Diagram\bin\Release\x64\plugins\*.* .\plugins\ pause
pekand/infinite-diagram
install-windows/build-package-64.bat
bat
gpl-3.0
243
cd ..\.. mkdir run mkdir run\batch_soda_analyzer_key_survey copy examples\soda_analyzer_key_survey\* run\batch_soda_analyzer_key_survey xcopy release\soda_batch\* run\batch_soda_analyzer_key_survey /E cd run\batch_soda_analyzer_key_survey .\bin\soda_batch.exe explorer wikipedia_detailled_object_report.html explorer wi...
quicky2000/soda
examples/soda_analyzer_key_survey/run_batch.bat
bat
gpl-3.0
354
@echo off rem - Runs OpenAryhpe in command line mode. rem - The '-server' option of the Java VM improves the runtime of OpenAryhpe. rem - We recommend using 'java -server' if your VM supports this option. title OpenAryhpe set CLASSPATH=bin;lib/search;lib/ml/maxent.jar;lib/ml/minorthird.jar;lib/nlp/jwnl.jar;lib/nlp/l...
vishnujayvel/QAGenerator
OpenAryhpe.bat
bat
gpl-3.0
722
set PYTHONPATH=src3 d:\python33\scripts\nosetests -v -w src3\cssutils\tests --with-doctest d:\python33\scripts\nosetests -v -w examples3 --with-doctest
vanng822/cssutils
nose3.bat
bat
gpl-3.0
153
echo "Starting subscribers..." for /l %%x in (1, 1, 10) do start lein run-syncsub echo "Starting publisher..." lein run-syncpub
HughPowell/core.async.zmq.zguide
syncpubsub.bat
bat
mpl-2.0
127
@echo off set /p var= <build_number set /a var= %var%+1 echo %var% >build_number echo %var%
jmparis/MakeMaker
Qt/mkmk/autoincrementbuild.bat
bat
lgpl-3.0
100
@echo off :: :: The Batchography book by Elias Bachaalany :: setlocal set variable1=1 set variable2=2 set /A result=variable1 + variable2 echo set result=%result% >%~dpn0-state.bat endlocal call %~dpn0-state.bat del %~dpn0-state.bat
PassingTheKnowledge/Batchography
env-export-temp-files.bat
bat
apache-2.0
260
srb2win -file scmrtf_archpack_b0-5.wad
EzerArch/SRB2ArchPack
releases/v0.5/Arck Pack v0.5 for SRB2.bat
bat
artistic-2.0
38
@echo off call "%VS140COMNTOOLS%vcvarsqueryregistry.bat" 64bit call "%VCINSTALLDIR%vcvarsall.bat" amd64 :: Suppress the error message generated if the directory already exists md .\build\windows10 2>NUL cd .\build\windows10 :: Generate the osquery solution cmake ..\.. -G "Visual Studio 14 2015 Win64" for %%t in (she...
tburgin/osquery
tools/make-win64-binaries.bat
bat
bsd-3-clause
779
@echo off if exist ..\tools\WsdlEnumGenerator\bin\Debug\WsdlEnumGenerator.exe ( call generateProxy adintelligence https://api.sandbox.bingads.microsoft.com/Api/Advertiser/AdIntelligence/v9/AdIntelligenceService.svc call generateProxy bulk https://api.sandbox.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9...
JeffRisberg/BING01
proxies/generateAllServiceProxies.bat
bat
mit
1,525
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S04_ExclusiveLock.TestCase_S04_TC40_ExclusiveLock_ErrorCodeNotPresentOnResponseElement /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runcon...
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S04_TC40.cmd
bat
mit
396
cmd_drivers/net/wimax/SQN/sequans_sdio.o := arm-eabi-ld -EL -r -o drivers/net/wimax/SQN/sequans_sdio.o drivers/net/wimax/SQN/sdio.o drivers/net/wimax/SQN/sdio-driver.o drivers/net/wimax/SQN/sdio-fw.o drivers/net/wimax/SQN/sdio-pm.o drivers/net/wimax/SQN/thp.o drivers/net/wimax/SQN/sdio_netlink.o drivers/net/wimax/SQ...
TroNit/BlackDome_New_supersonic
drivers/net/wimax/SQN/.sequans_sdio.o.cmd
bat
gpl-2.0
329
setlocal set OSGEARTH_SPLAT_EDIT=1 osgearth_viewer splat-test.earth ^ --ico ^ --logdepth ^ --sky ^ --uniform oe_splat_detailRange 100000 0 ^ --uniform oe_splat_warp 0 0.01 ^ --uniform oe_splat_blur 1 4 ^ --uniform oe_splat_scaleOffset 0 7 ^ --uniform oe_splat_useBilinear 1 -1 ^ --uniform oe_splat_noiseScale 1 ...
Riorlan/osgearth
tests/splat-edit.bat
bat
lgpl-3.0
644
@echo off REM TODO: Don't do this in a batch file! IF NOT EXIST "%SHFBROOT%\NodaTime.presentation" ( echo Copy NodaTime.presentation into the SHFB root folder before running buildapidocs.bat exit /b 1 ) set SRCDIR=..\src set DESTDIR=tmp\docs set DATADIR=..\data IF NOT EXIST tmp mkdir tmp IF NOT EXIST %DESTDIR% mk...
peterstevens130561/sonarlint-vs
its/nodatime-master_f551fe4d5e/build/buildapidocs.bat
bat
lgpl-3.0
3,431
:: (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...
mithro/HDMI2USB
ipcore_dir/cdcfifo/implement/implement_synplify.bat
bat
bsd-2-clause
3,246
@echo off setlocal enableextensions enabledelayedexpansion : This command script programs the ISP (flash array), the ISP : configuration word (User page) and the general-purpose fuse bits. : Copyright (C) 2011, Atmel Corporation All rights reserved. : : Redistribution and use in source and binary forms, with or witho...
ngwese/mod
xdk-asf-3.17.0/common/services/usb/class/dfu_flip/device/bootloader/avr32/atucl3_l4/releases/atucl3_l4-isp-1.1.4/program_atucl3_l4-isp-1.1.4.cmd
bat
gpl-2.0
2,604
astyle.exe -v --formatted --options=astyle-options.ini --exclude="libs" --recursive *.h astyle.exe -v --formatted --options=astyle-options.ini --exclude="libs" --exclude="d3xp/gamesys/SysCvar.cpp" --exclude="d3xp/gamesys/Callbacks.cpp" --exclude="sys/win32/win_cpu.cpp" --exclude="sys/win32/win_main.cpp" --recursive *.c...
rfare/Skyline
neo/astyle-code.bat
bat
gpl-3.0
329
%~d1 cd "%~p1" call venv\Scripts\activate.bat call coverage run manage.py test call coverage report -m call coverage html -i PAUSE;
DataIsTheNewBlack/Django-GestionPatrimoine
launchTests.bat
bat
mit
132