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
java -cp "FAtiMA.jar" FAtiMA.Agent worldsim localhost 46874 true Ardoot M Ardoot Ardoot Actions GoalLibrary CultureWithoutRituals isPerson:True isParent:False strength:4 hurt:false pose:standing type:character power:10 holds:none isGardener:True
nurv/lirec
AgentMind/trunk/AgentMind/Ardoot.bat
bat
gpl-3.0
245
@ECHO OFF @ECHO -------------------------------------------------------------------------------- @ECHO DOOM BFA EDITION @ECHO VS 2015 PROJECT GENERATION FOR x86 - x64 @ECHO WINDOWS 10 WITH WINXP TOOLS @ECHO -------------------------------------------------------------------------------- cd .. del /s /q bu...
MadDeCoDeR/Classic-RBDOOM-3-BFG
neo/cmake-vs2015-w10-xp-tools.bat
bat
gpl-3.0
982
@echo off set SDK_VERSION=10.0.18362.0 if "%1" == "" ( goto :USAGE ) if not exist "%1" ( echo "Output directory does not exist. Create it." mkdir "%1" ) goto :MSI :USAGE echo "Usage: build.cmd [out_dir]" goto :END :MSI echo "Creating MSI packages for Aspia Console" "%WIX%\bin\candle" -out "%1\\" -ext WixU...
dchapyshev/remote-desktop
installer/build.cmd
bat
mpl-2.0
9,864
@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...
PaulGuo/PM25
PM25-Docs/make.bat
bat
agpl-3.0
7,240
vcpkg install cello mkdir build cd build cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x86-windows -DCMAKE_GENERATOR_PLATFORM=Win32 cmake --build . --config Release Release\cello_world cd .. pause
myd7349/Ongoing-Study
cpp/CMake/vcpkg/cello_example/build.bat
bat
lgpl-3.0
254
@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...
motet-a/liblapin-tutorial
make.bat
bat
apache-2.0
7,257
@echo off set fx=%SystemRoot%\Microsoft.NET\Framework rem make specific edition goto v40 goto v35 goto v20 rem make the best :v40 rem Windows 7+ set net=%fx%\v4.0.30319 if exist %net%\csc.exe goto make :v35 rem Windows 2003 set %net%=%fx%\v3.5 if exist %net%\csc.exe goto make :v20 rem Windows XP set net=%fx%\v2.0.5...
diev/Mailer
make.cmd
bat
apache-2.0
498
@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_...
bizo/aws-tools
autoscaling/AutoScaling-1.0.49.1/bin/as-delete-trigger.cmd
bat
apache-2.0
511
@echo off call "edtdoc.bat" english %*
greenlaw110/winenv
alias/edteng.bat
bat
bsd-2-clause
47
@echo off call :MAIN goto :EOF :MAIN setlocal for /F %%v in ('git describe --dirty') do set VERSION=%%v if not exist _setup\nul mkdir _setup if not exist _tmp\nul mkdir _tmp call :MAKE_SRC || exit /b 1 call :MAKE_WINSETUP || exit /b 1 endlocal goto :EOF :MAKE_SRC setlocal rem Тест на наличие dos2unix ...
Mazdaywik/simple-refal
make-setup/make-setup.bat
bat
bsd-2-clause
2,553
mkdir build cd build cmake -G "NMake Makefiles" -DCMAKE_BUILD_TYPE=Release .. if errorlevel 1 exit 1 nmake if errorlevel 1 exit 1 :: No tests included in the cmake build. :: :: ctest :: if errorlevel 1 exit 1 copy ..\include\yaml.h %LIBRARY_INC% if errorlevel 1 exit 1 copy yaml.dll %LIBRARY_BIN% ...
jjhelmus/berryconda
recipes/yaml/bld.bat
bat
bsd-3-clause
461
start /B /WAIT clear.cmd echo "" echo "" echo "Building JEasyCrypto lib" cd JEasyCrypto start /B /WAIT build.cmd cd .. echo "" echo "" echo "Building JEasyCryptoClient" cd .\JEasyCryptoClient start /B /WAIT build.cmd cd .. echo "" echo "" echo "Building JEasyCryptoConsole" cd .\JEasyCryptoConsole start /B /WAIT buil...
a-rmz/JEasyCrypto
build.cmd
bat
bsd-3-clause
472
java -classpath ../../lib/perst.jar;../../lib/javassist.jar;. Launcher TestIndex
kjk/volante-obsolete
java/tst/jassist/TestIndex.bat
bat
mit
80
Rem manually performs "make clean" FOR %%A IN (*.aux *.d *.toc *.out *.log *.nav *.snm *.sbx *.sxd) DO DEL %%A Rem remove temporary covers FOR %%A IN (cache\songbook\*.jpg) DO DEL %%A
h3ndrik/songbook
windows/clean.bat
bat
gpl-2.0
184
@echo off rem ------------------------------------------------------------ rem This batch builds both simulators and all FMUs of the FmuSDK rem Copyright QTronic GmbH. All rights reserved. rem ------------------------------------------------------------ rem First argument %1 should be empty for win32, and '-w...
cxbrooks/fmusdk2
fmu20/src/build_all.bat
bat
bsd-2-clause
824
@ECHO off if not exist dist64 mkdir dist64 if exist dist64\* del /q dist64\* cd ..\libndtypes copy /y Makefile.vc Makefile copy /y ndtypes.h.in ndtypes.h cd compat copy /y Makefile.vc Makefile cd .. cd serialize copy /y Makefile.vc Makefile cd .. nmake /nologo clean nmake /nologo copy /y libnd...
plures/ndtypes
vcbuild/vcbuild64.bat
bat
bsd-3-clause
757
:: :: Test execution wrapper for CoreCLR tests :: :: This wrapper is called from each CoreCLR test's .cmd / .sh run script as the custom test launcher. :: We use this opportunity to invoke the CoreRT compiler and then run the produced native binary. :: :: %1 contains test folder :: %2 contains test exe name :: @echo OF...
shrah/corert
tests/CoreCLR/build-and-run-test.cmd
bat
mit
2,520
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S3_EUSB_OperateIo_OSRFX2_InterruptIn /Logger:trx pause
dongruiqing/WindowsProtocolTestSuites
TestSuites/RDP/src/Batch/RDPEUSB/S3_EUSB_OperateIo_OSRFX2_InterruptIn.cmd
bat
mit
225
@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=_%EC2_HOME% if "%CHK_HOM...
barnyard/pi
p2p-api/etc/ec2-api-tools-1.3-30349/bin/ec2delsnap.cmd
bat
apache-2.0
474
@echo off REM src/tools/msvc/clean.bat set DIST=0 if "%1"=="dist" set DIST=1 set D=%CD% if exist ..\msvc if exist ..\..\..\src cd ..\..\.. if exist debug rd /s /q debug if exist release rd /s /q release for %%f in (*.vcproj) do del %%f if exist pgsql.sln del /q pgsql.sln del /s /q src\bin\win32ver.rc 2> NUL del /s /...
Chibin/gpdb
src/tools/msvc/clean.bat
bat
apache-2.0
4,167
start ff.bat %1 start ie.bat %1 start chrome.bat %1
ketan/functional-tests
tools/sahi/userdata/bin/all.bat
bat
apache-2.0
51
cmd_scripts/kallsyms := gcc -Wp,-MD,scripts/.kallsyms.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/kallsyms scripts/kallsyms.c source_scripts/kallsyms := scripts/kallsyms.c deps_scripts/kallsyms := \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/x86_...
R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42
scripts/.kallsyms.cmd
bat
gpl-2.0
2,061
pyuic4 ui_Connection.ui -o ui_Connection.py & ^ pyuic5 ui_LoadSettings.ui -o ui_LoadSettings.py
MKDTeam/SSH-Client
ui_class/convert_ui_to_py.bat
bat
mit
99
unsplash_download /unsplash %1 %2
mkzero/unsplash-download
run.cmd
bat
mit
33
@ECHO OFF ECHO Randomly Rename File Names REM Randomly renames every file in a directory. SETLOCAL EnableExtensions EnableDelayedExpansion REM 0 = Rename the file randomly. REM 1 = Prepend the existing file name with randomly generated string. SET PrependOnly=0 REM 1 = Undo changes according to the translation file...
shiriskumar/Scripts
Random_FIle_Re-Name.bat
bat
mit
1,857
counterfeiter.exe
maxbrunsfeld/counterfeiter
scripts/counterfeiter.bat
bat
mit
18
echo Copying files to client directory copy bin\Debug\*IqAlerts*.dll "\svn.commanigy.com\iquomi\client\windows\bin\Debug" copy bin\Debug\*IqAlerts*.pdb "\svn.commanigy.com\iquomi\client\windows\bin\Debug" copy bin\Debug\*IqAlerts*.config "\svn.commanigy.com\iquomi\client\windows\bin\Debug" pause
theill/iquomi
services/IqAlerts/client/windows/deploy-to-client.bat
bat
mit
304
"c:\Program Files\IIS Express\iisexpress.exe" /siteid:31
rippo/testing.casperjs.presentation
iis.bat
bat
mit
56
@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...
CAISC/pytwitch
docs/make.bat
bat
mit
6,714
D:\MyDemo\Winsock\Debug\WinsockTest.exe -server -port 10021
ducis/pile-of-cpp
Winsock/Debug/s.bat
bat
mit
61
@echo off rem First, clip the input data (e.g. a country) to a smaller region (geojson). rem Second, cap the coordinate precision from default (15) to 5 decimals. rem Place this script and capCoordinatePrecision.js into the folder that contains the input files. rem The clip shape should be called clip.json rem Make su...
TNOCS/csTools
Conversion/ClipByPolygon.bat
bat
mit
674
pushd %~dp0 python ..\..\manage.py makemigrations python ..\..\manage.py migrate popd
tobyqin/testcube
scripts/windows/2.migrate-database.cmd
bat
mit
88
@echo off set CLASSPATH=.;lib/sqlite-jdbc-3.8.10.1.jar;lib/jsoup-1.8.2.jar if not exist classes ( mkdir classes ) if not exist bin ( mkdir bin ) javac -d classes -sourcepath src src/net/kerupani129/damdb/Main.java if ERRORLEVEL 1 ( exit /b ) jar cfm bin/damdb.jar MANIFEST.MF META-INF -C classes . ...
Kerupani129/DamDB
test.bat
bat
mit
449
java -cp ./classes;lib/junit-4.4.jar org.junit.runner.JUnitCore hmi.math.MathSuite
erich666/jgt-code
Volume_14/Number_4/Welbergen2009/test.bat
bat
mit
82
cmd_arch/arm/lib/csumpartialcopyuser.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.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/...
DrGrip/tiamat-2.6.38-LEO-Dr_Grip
arch/arm/lib/.csumpartialcopyuser.o.cmd
bat
gpl-2.0
2,529
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/updown.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/updown.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/updown.o /home/yutingkao23/linuxcnc-add-hal-ether...
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.updown.ko.cmd
bat
gpl-2.0
341
/* Test Wrapper for Rexx Macrospace */ Parse arg Function Type Say Center(Type'\'Function' test start...', 40, 'DB'x) Dependices = '.\'||Type||'\'||Function||'.dep' Test = '"@.\'||Type||'\'||Function||'.cmd"' CrLf = '0D0A'x Say CrLf Say Center('Loading test dependices', 40, '.') CountD = 0 Do While Lines(...
Oxyd76/RxMacroLib
test/Test_Wrapper.cmd
bat
gpl-2.0
1,245
cmd_fs/ext4/acl.o := arm-eabi-gcc -Wp,-MD,fs/ext4/.acl.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-tri...
HCDRJacob/wildfire-kernel
fs/ext4/.acl.o.cmd
bat
gpl-2.0
150,828
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/5axiskins.o := ld -m elf_i386 -r -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/5axiskins.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/emc/kinematics/5axiskins.o
CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC
src/.5axiskins.o.cmd
bat
gpl-2.0
220
@echo off cd /d "%~dp0" setlocal :: setlocal ensures implicit endlocal call howevert batch exits. :: so we can goto :EOF or ctrl-c an at point and env variables :: and directory will be reset if NOT %OS% == Windows_NT ( @echo This script will only work on NT systems call :error exit /b 1 ) if NOT EXIST ..\..\ufo...
chrisglass/ufoai
contrib/scripts/compile_maps.bat
bat
gpl-2.0
14,116
cmd_sound/pci/mixart/built-in.o := rm -f sound/pci/mixart/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/mixart/built-in.o
selva-simple/Galaxy-R-Kernel
sound/pci/mixart/.built-in.o.cmd
bat
gpl-2.0
180
cmd_drivers/ide/ide-io.o := gcc -Wp,-MD,drivers/ide/.ide-io.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-larg...
namgk/kernel-tut
drivers/ide/.ide-io.o.cmd
bat
gpl-2.0
23,924
cmd_drivers/spi/built-in.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/spi/built-in.o drivers/spi/spi.o drivers/spi/spi-tegra.o
AOSP-ZEUS/android_kernel_samsung_n1
drivers/spi/.built-in.o.cmd
bat
gpl-2.0
190
cmd_net/bluetooth/hidp/hidp.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/bluetooth/hidp/hidp.o net/bluetooth/hidp/core.o net/bluetooth/hidp/sock.o
doadin/samsung-kernel-msm7x30-Doadin
net/bluetooth/hidp/.hidp.o.cmd
bat
gpl-2.0
195
cmd_arch/arm/lib/div64.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.div64.o.d -nostdinc -isystem /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/spacecaker/android/GT-S5830_kerne...
spacecaker/Stock_spacecaker_kernel
arch/arm/lib/.div64.o.cmd
bat
gpl-2.0
1,329
cmd_drivers/mtd/lpddr/built-in.o := rm -f drivers/mtd/lpddr/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/mtd/lpddr/built-in.o
utkanos/android_htc_mecha_kernel_5slot
drivers/mtd/lpddr/.built-in.o.cmd
bat
gpl-2.0
195
cmd_sound/pci/riptide/built-in.o := rm -f sound/pci/riptide/built-in.o; /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-ar rcs sound/pci/riptide/built-in.o
p500-ics-cm9/Franco-ICS-Kernel
sound/pci/riptide/.built-in.o.cmd
bat
gpl-2.0
161
cmd_fs/ext4/built-in.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/ext4/built-in.o fs/ext4/ext4.o
wujiku/superstar-kernel-shooter-2.3.4gb
fs/ext4/.built-in.o.cmd
bat
gpl-2.0
136
cmd_fs/configfs/built-in.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o fs/configfs/built-in.o fs/configfs/configfs.o
avareldalton85/rpi2-linux-rt
fs/configfs/.built-in.o.cmd
bat
gpl-2.0
183
@echo off setlocal for /f "tokens=4-5 delims=. " %%i in ('ver') do set VERSION=%%i.%%j if "%version%" == "5.2" goto NOUAC if "%version%" == "5.1" goto NOUAC endlocal :UAC REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error fl...
kronometrix/winrec
Release/etc/installServiceHdwrec.bat
bat
gpl-2.0
1,183
:: Running demosync from command line (cmd) :: Testet on Windows XP with WAMP installed :: Output is put in the logs folders :: Add the following as a scheduled task: :: C:\path\to\jm-booking\exchangesync\jmbooking_exchangesync.bat :: :: Also add a file called "jmbooking_exchangesync_config.bat in the same folder (see...
hnJaermuseet/JM-booking
exchangesync/jmbooking_exchangesync.bat
bat
gpl-2.0
619
cd D:\sync.com\Sync\LYM-projects\ perl D:\sync.com\Sync\LYM-projects\Projects\cmd\PG_confGenerator_Projects-v3.prl Projects\configuration\LYM_effe-head-double.csv Projects\scenarios\LYM_effe-scenario-v3.csv Projects\shaders\LYM_ParticleAnimation_effe.frag Projects\shaders\LYM_ParticleAnimation_effe_full.frag Projects\s...
yukao/Porphyrograph
LYM-projects/batFiles/project-archives/effe/effe.PG-double.bat
bat
gpl-3.0
1,191
@echo off setlocal setlocal & cd ZCPR Manual && call Clean.cmd & endlocal setlocal & cd RomWBW User Guide && call Clean.cmd & endlocal setlocal & cd RomWBW System Guide && call Clean.cmd & endlocal
pbetti/ZDS
software/RomWBW/Source/Doc/Clean.cmd
bat
gpl-3.0
205
\blitzmax_win\bin\bmk makeapp -r -o \maan\bmp.exe -t console -a -r \projects\maan\bmp\bmp.bmx
Tricky1975/Maan
install/makemaan.bat
bat
gpl-3.0
95
@ECHO OFF SETLOCAL CALL ..\environment.bat SET GYP_GENERATORS=msvs SET GYP_MSVS_VERSION=2015 SET ANGLE_DIR=%~dp0..\..\..\third_party\angle SET ANGLE_SCRIPTS_DIR=%ANGLE_DIR%\scripts CALL :GET_DEPOT_TOOLS_DIR CALL :VALIDATION_GCLIENT CALL :VALIDATION_BOOTSTRAP PUSHD %ANGLE_DIR% CALL scripts\bootstrap.py CALL %GCL...
AnantaYudica/BrainMuscles
script/windows/third_party/angle.bat
bat
gpl-3.0
1,107
-intstyle "ise" -incremental -o "C:/Users/vinic/Documents/GitHub/SistemasDigitais/SistemasDigitais/Trabalho 2/Multiplicador/MultBcd_5x5Dig_TEST_isim_beh.exe" -prj "C:/Users/vinic/Documents/GitHub/SistemasDigitais/SistemasDigitais/Trabalho 2/Multiplicador/MultBcd_5x5Dig_TEST_beh.prj" "work.MultBcd_5x5Dig_TEST"
viniciussmello/SistemasDigitais
Trabalho 2/Multiplicador/fuseRelaunch.cmd
bat
gpl-3.0
312
@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...
xguse/blacktie
docs/make.bat
bat
gpl-3.0
5,100
@echo off start gradlew clean build publishToMavenLocal
iChun/Morph
publishToMavenLocal.bat
bat
lgpl-3.0
55
@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...
pyblish/pyblish-endpoint
docs/make.bat
bat
lgpl-3.0
6,469
SET JAVA_HOME=C:\Program Files\java\jdk1.8.0_45 SET ANT_HOME=C:\apache-ant-1.9.2 SET PATH=%JAVA_HOME%\bin;%ANT_HOME%\bin;%PATH% SET ANT_OPTS=-Xms1024m -Xmx1024m ant -f build-demo.xml
dheeraj9198/JFoenix
make/run-demo.bat
bat
apache-2.0
187
@setlocal @set node_name={{nodeid}} @rem Get the absolute path to the parent directory, @rem which is assumed to be the node root. @for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI @set releases_dir=%node_root%\releases @rem Parse ERTS version and release version from start_erl.data @for /F "usebackq tok...
RubberCthulhu/rebar
priv/templates/simplenode.windows.runner.cmd
bat
apache-2.0
2,987
@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...
petuum/jbosen
docs/make.bat
bat
bsd-3-clause
7,732
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_CPSWS.S03_RetrieveProviderSchema.MSCPSWS_S03_TC01_HierarchyProviderSchema /testcontainer:..\..\MS-CPSWS\TestSuite\bin\Debug\MS-CPSWS_TestSuite.dll /runconfig:..\..\MS-CPSWS\MS-CPSWS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
SharePoint/Source/Scripts/MS-CPSWS/RunMSCPSWS_S03_TC01_HierarchyProviderSchema.cmd
bat
mit
302
@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...
inveniosoftware/invenio-webhooks
docs/make.bat
bat
gpl-2.0
7,001
rem nasm spacei.asm -o spacei.com rem fasm spacei.asm spacei.com jwasm -bin main.asm del mines.com ren mines.bin mines.com pause
Divyavrat/aplaun
games/build.bat
bat
gpl-3.0
129
@echo off flask\Scripts\python.exe %1
cotsog/url_shortener
p.cmd
bat
gpl-3.0
37
inject.exe --run "E:\Games\Outlast\Binaries\Win32\OLGame.exe" --inject --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x86/outlast-x86.bat
bat
mit
135
@echo off set CONEMU_HOME=%SOFTWARE_DIR%\ConEmuPack.150705 set PATH=%CONEMU_HOME%;%PATH%
sjahreis/seu-as-code.packages
io.github.conemu/conemu/150705/files/set-env-conemu.cmd
bat
apache-2.0
90
msbuild %~dp0..\..\win2d.proj /p:BuildPlatforms="Win32;AnyCPU" /p:BuildConfigurations=Release /p:BuildPhone=false /p:BuildUAP=false /p:BuildTests=false
zjsxwc/Win2D
tools/docs/builddocs.cmd
bat
mit
154
@echo off rem Public domain rem http://unlicense.org/ rem Created by Grigore Stefan <g_stefan@yahoo.com> echo - %BUILD_PROJECT% ^> version-dependency-update xyo-cc --update-version-dependency %BUILD_PROJECT%
g-stefan/xyo-generate-hook
build/platform/msvc.version-dependency-update.cmd
bat
mit
218
@echo off IF "%1" == "" ( echo "Usage : %0 FlickerAPIKey" echo "Visit http://www.flickr.com/services/api/keys/ to aget a Flicker API key" goto end ) echo ^<x:FlickrRequest xmlns:x='urn:flickr'^>^<method^>flickr.test.echo^</method^>^<api_key^>%1^</api_key^>^<name^>wsclient^</name^>^</x:FlickrRequest^> > f...
krugerke/ext-wsf
wsf_c/wsclient/samples/flicker_soap_echo.bat
bat
apache-2.0
452
rem: this batch file builds the cfitsio library rem: using the Borland C++ v4.5 or new free v5.5 compiler rem: bcc32 -c buffers.c bcc32 -c cfileio.c bcc32 -c checksum.c bcc32 -c drvrfile.c bcc32 -c drvrmem.c bcc32 -c editcol.c bcc32 -c edithdu.c bcc32 -c eval_l.c bcc32 -c eval_y.c bcc32 -c eval_f.c bcc32 -c fitscore...
orlanthi/healpix
src/healpy/cfitsio/makepc.bat
bat
gpl-2.0
2,307
executable = ./job_dagman_node_prio-nodeA.pl arguments = $(nodename) universe = scheduler output = $(nodename).out error = $(nodename).err log = job_dagman_node_prio.log Notification = NEVER queue
htcondor/htcondor
src/condor_tests/job_dagman_node_prio-nodeA.cmd
bat
apache-2.0
228
:: :: Author - Gary Ascuy, Sept 2013 :: Tested for Windows 7 :: :: Disable echo @echo off :: Variables set WORKING_DIRECTORY=..\builds\sdl_dependency set OUTPUT_DIRECTORY=%WORKING_DIRECTORY%\output set APP_PATH=.\bin\Debug\weh.exe set GAME=start /D %WORKING_DIRECTORY% /B %APP_PATH% :: Create output directory if no...
Gary-Ascuy/weh
run.bat
bat
mit
500
wget http://people.sc.fsu.edu/~jburkardt/data/mtl/example.mtl
toeb/sine
resources/materials/mtl/download.cmd
bat
mit
62
@echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( echo Requesting administrative privileges... goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs" echo UAC.Shel...
BakaTekku/Discord_Theme
BD.cmd
bat
mit
3,179
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. rem rem This file contains confidential and proprietary information rem of Xilinx, Inc. and is protected under U.S. and rem international copyright and other intellectual property rem laws. rem rem DISCLAIMER rem This disclaimer is not a license ...
MForever78/CPUFly
ipcore_dir/dist_mem_gen_v7_2/implement/implement.bat
bat
mit
3,406
del *.html
ycrao/cintanotes_xml2html
notes/clean.bat
bat
mit
10
@echo off call npm install SETLOCAL SET PATH=node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH% node_modules\.bin\hubot.cmd --name "magic-mirror-hubot" %*
QueroMirror/magic_mirror
hubot/bin/hubot.cmd
bat
mit
169
cmd_arch/arm/kernel/entry-common.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/space/android/kernel/linux-2.6...
asopov/linux-tpt-2.6.39
arch/arm/kernel/.entry-common.o.cmd
bat
gpl-2.0
4,628
cmd_drivers/auxdisplay/built-in.o := rm -f drivers/auxdisplay/built-in.o; /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/auxdisplay/built-in.o
SeoDongMin/Gace_kernel
drivers/auxdisplay/.built-in.o.cmd
bat
gpl-2.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% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18N...
GameSaveInfo/Docs
make.bat
bat
gpl-2.0
5,108
:: Generate a new Windows liveusb-creator release :: Usage: "release 3.0.1" :: Author: Luke Macken <lmacken@redhat.com> :: Edit by: Alexandre Teles :: For use on: Ekaaty Linux :: New Usage: "gerabuild 1.0" :: To use UPX add "compactar" at the end of the console call @echo off echo Gerador de releases do ekaaty liveus...
andremissaglia/ekaaty_liveusbcreator
gerabuild.bat
bat
gpl-2.0
1,961
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/conv_bit_u32.o := ld -m elf_i386 -r -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/conv_bit_u32.o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/objects/hal/components/conv_bit_u32.o
CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver
src/.conv_bit_u32.o.cmd
bat
gpl-2.0
243
cmd_kernel/softirq.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.softirq.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Ws...
b8e5n/KTG-kernel_es209ra
kernel/.softirq.o.cmd
bat
gpl-2.0
25,801
cmd_net/core/sock.o := ppc_4xx-gcc -m32 -Wp,-MD,net/core/.sock.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -Wstrict-prototypes -Wno...
mattkelly/linux-2.6-xlnx
net/core/.sock.o.cmd
bat
gpl-2.0
31,809
cmd_sound/i2c/other/built-in.o := rm -f sound/i2c/other/built-in.o; ../prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/bin/arm-eabi-ar rcsD sound/i2c/other/built-in.o
Zaphod-Beeblebrox/kernel_rockchip_rk3188
sound/i2c/other/.built-in.o.cmd
bat
gpl-2.0
161
@echo off setlocal :: -------------------------------------------------------------- set JAVA_HOME=M:\PROG\jdk1.7.0_79 set PATH=%JAVA_HOME%\bin;%PATH% :: -------------------------------------------------------------- set TAIN_HOME=N:/WORK/GIT/GIT_DEPLOY1/TAIN_SYNKER/TAIN_SYNKER :: ----------------------------------...
grtlinux/TAIN_SYNKER
TAIN_SYNKER/synker/shl/_v04_server.bat
bat
gpl-3.0
786
@echo off setlocal :begin cls echo === Select Platform === echo 1 Build for Linux 32-bit (linux-x86) echo 2 Build for Linux 64-bit (linux-x86_64) echo 3 Build for Mac OS X 64-bit (mac-x86_64) echo 4 Build for Windows 32-bit (win32) echo 5 Build for Windows 64-bit (win64) echo 6 Quit echo; set /P rmFunc="Selecti...
pfolta/SortSimulation
build.bat
bat
gpl-3.0
771
@echo off rem SECU-3 - An open source, free engine control unit rem Copyright (C) 2007 Alexey A. Shabelnikov. Ukraine, Kiev rem rem Batch file for loading of bootloader into the microcontroller. rem Created by Alexey A. Shabelnikov, Kiev 28 August 2010. set PROGRAMMER=avreal32.exe set USAGE=Supported options: M64...
ashabelnikov/secu3bld
load.bat
bat
gpl-3.0
1,248
@echo off call bin/win/npm_install.bat call bin/win/composer_install.bat
Lohkai/Skeleton
bin/gulp_init.bat
bat
gpl-3.0
73
date /t >c:\temp\vslog%language%.txt time /t >>c:\temp\vslog%language%.txt echo vscan450install >>c:\temp\vslog%language%.txt echo checking e drive >>c:\temp\vslog%language%.txt if exist e:\nul echo E DRIVE ALREADY MAPPED >>c:\temp\vslog%language%.txt if exist e:\. echo E DRIVE ALREADY MAPPED >>c:\temp\vslog%lan...
chayharley/scripts
2001-Role1/Anti-Virus.Removal.and.Installation/vscaninst_full.cmd
bat
unlicense
5,222
"../../bin/gen" -deploy blocksort.cpp blocksort.dpl.cpp "../../bin/skel" -i blocksort.cpp -s blocksort.dpl.cpp del blocksort.dpl.cpp
Templet-language/newtemplet
samples/blocksort/blocksort.dpl.bat
bat
apache-2.0
133
@echo off call "%~dp0jruby" -S jrubyc %*
google-code/android-scripting
jruby/src/bin/jrubyc.bat
bat
apache-2.0
43
SET TOTALMVECS=119 SET DIMENSION=29 SET NJT=6 SET MVECTORS=26 SET PARTITIONS=14
kc9jud/ShellCorretta
NuShellX_exercises/O23/SetNuShell.bat
bat
mit
120
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXWSCORE.S04_ManageEmailItems.MSOXWSCORE_S04_TC21_VerifyItemWithIsDraftAndIsUnmodified /testcontainer:..\..\MS-OXWSCORE\TestSuite\bin\Debug\MS-OXWSCORE_TestSuite.dll /runconfig:..\..\MS-OXWSCORE\MS-OXWSCORE.testsettings /uniqu...
XinwLi/Interop-TestSuites-1
ExchangeWebServices/Source/Scripts/MS-OXWSCORE/RunMSOXWSCORE_S04_TC21_VerifyItemWithIsDraftAndIsUnmodified.cmd
bat
mit
327
@echo lang fix en >lang.inc @fasm -m 16384 zSea.asm zSea @erase lang.inc @kpack zSea @pause
devlato/kolibrios-llvm
programs/media/zsea/build.bat
bat
mit
91
cmd_kernel/pid.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,kernel/.pid.o.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/arch/arm/include -include include/l...
jdlfg/Mecha-kernel
kernel/.pid.o.cmd
bat
gpl-2.0
28,245
cd ..\tmp\html del *.html c:\windows\system32\java.exe -Xmx500000000 -jar ../../java/saxon.jar ../DataphorSet.xml ../../tohtmlhelp/htmlhelp/AlphoraHelp.xsl root.filename=DataphorSet target.database.document=DataphorSetOlinkdb.xml current.docid=DataphorSet c:\windows\system32\java.exe -Xmx500000000 -jar ../../java/...
n8allan/Dataphor
Documentation/DocBuild/bat/07-DataphorSetHTMLHelp.bat
bat
bsd-3-clause
499
inject.exe --run "E:\Games\SteamLibrary\SteamApps\common\Warface\Crytek\warface\bin32\Game.exe" --inject --steam-app-id 291480 --export Load --add-path --path-resolution --module cerberus.dll
geota/hadesmem
scripts/x86/warface.bat
bat
mit
191