code stringlengths 3 1.03M | repo_name stringlengths 5 84 | path stringlengths 4 233 | language stringclasses 1
value | license stringclasses 15
values | size int32 3 1.03M |
|---|---|---|---|---|---|
@echo off
set path=%1
dir %path%\*.exe
| pmanwatkar/puppetModules | actions/files/FIleHandlingWindows/show_exe_files.bat | bat | gpl-3.0 | 44 |
@echo off
start-servers MsgrServer
| AlexFiFi/aura | msgr-server.bat | bat | gpl-3.0 | 36 |
call venv\Scripts\activate.bat
REM packages not in pypi (can not be installed with pip):
easy_install.exe third_party_installers\pywin32-219.win-amd64-py3.4.exe
REM
REM PySide not installing this way so use PySide-1.2.2.win-amd64-py3.4.exe
REM pip.exe install PySide
easy_install.exe third_party_installers\PySide-1.2.2-... | jamesabel/mops | third_party_installs.bat | bat | gpl-3.0 | 339 |
@echo off
gcc -Wall -O2 gbfs.c djbasename.c -o gbfs.exe
gcc -Wall -O2 insgbfs.c -o insgbfs.exe
gcc -Wall -O2 lsgbfs.c -o lsgbfs.exe
gcc -Wall -O2 ungbfs.c -o ungbfs.exe
gcc -Wall -O2 padbin.c -o padbin.exe
gcc -Wall -O2 bin2s.c -o bin2s.exe
| stuij/bookbaker | gbfs/tools/mktools.bat | bat | lgpl-2.1 | 248 |
::------------------------------------------------------------------::
:: File : JCC.BAT
:: Description: Compile the C file
:: Author: JLJuang
:: E-Mail: JLJuang@csie.nctu.edu.tw
:: NOTE : All copy rights reserved (c) since 2003
:: -----------------------------------------------------------------::
SET C_FILE=%1
SET ... | amaple0229/Zeitec_ZET7100FAE | 6231/WorkLib/JCC.bat | bat | lgpl-2.1 | 587 |
vcpkg install libconfuse:x64-windows-static
mkdir build-x64-windows-static
cd build-x64-windows-static
cmake .. -DCMAKE_TOOLCHAIN_FILE="%VCPKG_ROOT%\scripts\buildsystems\vcpkg.cmake" -DVCPKG_TARGET_TRIPLET=x64-windows-static -DCMAKE_GENERATOR_PLATFORM=x64
cmake --build . --config Release
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/libconfuse_test/build-x64-windows-static.bat | bat | lgpl-3.0 | 301 |
@"%~dp0sdel.bat" 1 %*
| kodybrown/dos | sdel1.bat | bat | unlicense | 23 |
@echo off
echo BUILD_DIR: "%1"
exit 0
| stefanschneider/dummy-buildpack | bin/detect.bat | bat | apache-2.0 | 40 |
dist\build\cda\cda.exe
| SLikhachev/pureCdaViewer | go.bat | bat | bsd-3-clause | 23 |
@echo off
set BASEDIR=%~d0%~p0
java -jar "%BASEDIR%\lib\wlandsuite.jar" -- fixwloffsets %1 %2 %3 %4 %5 %6 %7 %8 %9
| kayahr/wlandsuite | src/main/scripts/fixwloffsets.bat | bat | mit | 115 |
cd %~dp0
git checkout --force release
git pull
call npm update
@ECHO Enjoy latest ScreenWerk (beware of bugs)
call nwjs
@ECHO Started ScreenWerk
| argoroots/Screenwerk | latest.bat | bat | mit | 145 |
@echo off
"%~dp0cli.bat" %MONO_OPTIONS% "%~dp0..\lib\mono\2.0\al.exe" %1 %2 %3 %4 %5 %6 %7 %8 %9
exit \b %ERRORLEVEL%
| richardkopelow/OperationPegasus | Assets/StreamingAssets/Mono/bin/al2.bat | bat | mit | 118 |
cmd_arch/arm/lib/setbit.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.setbit.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 ... | jdlfg/Mecha-kernel | arch/arm/lib/.setbit.o.cmd | bat | gpl-2.0 | 1,752 |
cmd_fs/lockd/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o fs/lockd/built-in.o fs/lockd/lockd.o
| srinugnt2000/linux-2.6.37 | fs/lockd/.built-in.o.cmd | bat | gpl-2.0 | 105 |
cmd_net/ipv6/protocol.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,net/ipv6/.protocol.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstri... | smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/net/ipv6/.protocol.o.cmd | bat | gpl-2.0 | 20,538 |
fatload mmc 0 0x46000000 uImage
fatload mmc 0 0x49000000 sun7i-a20-cubietruck.dtb
setenv bootargs console=ttyS0,115200 console=tty0 loglevel=9 <earlyprintk> mem=1984M vmalloc=512M root=/dev/mmcblk0p2 rootwait panic=10
bootm 0x46000000 - 0x49000000
| tjohann/a20_sdk | cubietruck/u-boot/tty_console/boot.cmd | bat | gpl-2.0 | 248 |
REM ---------------------------------------------------------------------------
REM Batch file for running the unit-tests for cpp-ethereum for Windows.
REM
REM The documentation for cpp-ethereum is hosted at http://cpp-ethereum.org
REM
REM ---------------------------------------------------------------------------
REM... | holiman/cpp-ethereum | scripts/tests.bat | bat | gpl-3.0 | 2,211 |
ck autotune pipeline:pipeline.cmd @autotune_program_pipelined.json %*
| ctuning/ck-autotuning | demo/plugin-based-autotuning-engine-demo/autotune_program_pipelined.bat | bat | bsd-3-clause | 70 |
@echo off
SETLOCAL
REM ############################################################################################################################
REM # (c) 2015 Cisco and/or its affiliates. All rights reserved.
REM #
REM # This software is released under the Eclipse Public License. The details can be found in the fi... | dvbu-test/PDTool | AutomatedTestFramework/regression/bin/ReplaceText/ReplaceText.bat | bat | bsd-3-clause | 9,134 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\node_modules\in-publish\not-in-install.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\node_modules\in-publish\not-in-install.js" %*
) | batz91/Tlushi | tlushi-application-android/not-in-install.cmd | bat | mit | 218 |
@echo off
setlocal
set PATH=%CD%\tools;%PATH%
REM Build Boost.
cd install-boost
R --vanilla --slave -f install-boost.R --args debug static
R --vanilla --slave -f install-boost.R --args release static
cd ..
REM Build the Boost archive for upload to S3.
echo --^> Packaging Boost 1.69.0 ...
zip -r -q -9 boost-1.69.0-w... | JanMarvin/rstudio | dependencies/windows/install-boost.cmd | bat | agpl-3.0 | 435 |
rem COPY PEER%1
rem rmdir D:\BestPeerDemo\RUN\peer%1\classes /s /q
rem mkdir D:\BestPeerDemo\RUN\peer%1\classes
rem xcopy classes D:\BestPeerDemo\RUN\peer%1\classes /e /y /q
rem copy STORE\run_server_peer.bat D:\BestPeerDemo\RUN\peer%1\classes
rem copy STORE\generate_localDb_data.bat D:\BestPeerDemo\RUN\peer%1\clas... | halayudha/bearded-octo-bugfixes | BestPeerDevelop/copypeer-only-local-db.bat | bat | gpl-3.0 | 685 |
@echo off
@REM Script to run a command
if NOT "%JENAROOT%" == "" goto :okRoot
echo JENAROOT not set
exit /B
:okRoot
call %JENAROOT%\bat\make_classpath.bat %JENAROOT%
java %SOCKS% -cp %CP% jena.rdfcopy %*
exit /B
| BiGCAT-UM/wp2lod | lib/Jena-2.6.4/bat/rdfcopy.bat | bat | apache-2.0 | 227 |
del /q release\jk3sp.exe
del /q release\jk3sp.map
del /q release\jk3gamex86.dll
del /q release\jk3gamex86.map
call vu.bat
xcopy/d/y release\jasp.exe w:\game
xcopy/d/y release\jagamex86.dll w:\game
xcopy/d/y release\*.map w:\game | puffski/jedi_academy | code/tonet.bat | bat | gpl-2.0 | 230 |
"C:\Program Files (x86)\Microsoft XDE\10.0.11082.0\XDE.exe" /name "HoloLens Emulator 10.0.11082.1039.harry" /displayName "HoloLens Emulator 10.0.11082.1039" /vhd "C:\Program Files (x86)\Windows Kits\10\Emulation\HoloLens\10.0.11082.1039\flash.vhd" /video "1268x720" /memsize 2048 /language 409 /creatediffdisk "C:\Users\... | holoacademy/holograms-101d | tools/holoemulator-template.bat | bat | mit | 415 |
..\..\..\..\cscs.exe setup.cs
pause
| Eun/TestRepo | src/WixSharp.Samples/Wix# Samples/DTF (ManagedCA)/Different Scenarios/STAThread/Build.cmd | bat | mit | 36 |
@echo off
set proxypath="HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings"
reg add %proxypath% /v "ProxyEnable" /t REG_DWORD /d 0 /f>nul
set proxymode="%1"
set proxyurl=%2
set url=%3
if not defined proxyurl (
set proxyurl=""
)
if not defined url (
set url="about:blank"
)
set proxyde... | universsky/f2etest | f2etest-client/app/sogou.bat | bat | mit | 980 |
docker build -t mihamarkic/sledilec-postgres . | MihaMarkic/ntk16-sledilec | Docker/desktop/Pgsql/build.cmd | bat | mit | 47 |
@echo off
if "%1"=="" goto default_value_python:
if "%1"=="default" goto default_value_python:
set pythonexe=%1
goto start_script:
:default_value_python:
set pythonexe=c:\Python370_x64
:start_script:
set current=%~dp0
set PATH=%pythonexe%;%pythonexe%\Scripts;%PATH%
@echo create %current%..\..\dist
if not exist %curre... | sdpython/pymyinstall | whl/windows/build_pycrypto.bat | bat | mit | 694 |
java -cp vate-all-shell.jar org.vash.vate.server.startup.VTServerStandardStart %* | wknishio/variable-terminal | script/all/vate-server-shell.bat | bat | mit | 81 |
@echo off
@call 0.SetEnv.bat
rmdir "%OUTPUT_BASE%" /s /q
mkdir "%OUTPUT_BASE%"
"%CONVERT%" "%ROOTFOLDER%" "%LISTFILE_TRAIN%" "%OUTPUT_TRAIN%_%BACKEND%" -resize_height %HEIGHT% -resize_width %WIDTH% -backend "%BACKEND%" -gray true
"%CONVERT%" "%ROOTFOLDER%" "%LISTFILE_TEST%" "%OUTPUT_TEST%_%BACKEND%" -resize_height %... | takuya-takeuchi/Demo | Caffe1/2.CreateDatabase.bat | bat | mit | 381 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mocha-typescript\bin\watch.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\mocha-typescript\bin\watch.js" %*
) | pksivanantham/Mocha | node_modules/.bin/mocha-typescript-watch.cmd | bat | mit | 200 |
@echo off
(
echo.# RUBLEBIT CONFIG FILE rublebit.info
echo.#
echo.#rpcuser=rpcuser
echo.#rpcpassword=yourSECUREpassword
echo.server=1
echo.daemon=1
echo.listen=1
echo.setgenerate=false 1
echo.gen=1
echo.#
echo.addnode=95.85.55.13
echo.addnode=188.166.45.174
echo.addnode=178.62.195.161
echo.addnode=188.166.92.128
echo.a... | rublebit/rublebit | _windows-addnode.bat | bat | mit | 402 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=="Window... | lreimer/everything-as-code | gradlew.bat | bat | mit | 2,357 |
:: beep.bat
::
:: This program uses choice.exe to make
:: a beep. The beep is produced
:: when "a" is inputted and resumes
:: until the hidden character alt+255
:: is processed. The hidden charater
:: alt+255 is used so that it cannot
:: be seen on the screen.
:: Author: J. Lerma
:: Date: April 7, 2012
@ECHO OF... | JoseALermaIII/Batch-tutorials | bats/beep.bat | bat | mit | 349 |
@echo off
@setlocal
@if not exist V:\ subst V: .
@V:
@cd \
@if exist var rmdir var /S /Q
@if exist V:\ subst V: /D | mattvv/hectorsharp | Test/CleanCassandraData.bat | bat | mit | 114 |
cls
echo off
SET DIR=%~dp0%
IF NOT EXIST "%DIR%log" MKDIR "%DIR%log"
"%PROGRAMFILES(X86)%\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MsBuild.exe" /m /v:n "%DIR%DavidLievrouw.Voter.proj" /target:Deploy /logger:FileLogger,Microsoft.Build.Engine;LogFile=%DIR%log/deploy.log
pause | DavidLievrouw/Voter | build/deploy.cmd | bat | mit | 292 |
@echo off
setlocal ENABLEEXTENSIONS
setlocal EnableDelayedExpansion
:: Import variables
call _deploy-variables.cmd
if not exist %DeployDestinationFolder% (
echo Destination folder is missing %DeployDestinationFolder%
pause
goto:eof
)
set LogFile=%cd%\compare-log.txt
set DeployFile=%cd%\deploy.cmd
set RestoreFil... | unger/AspNetBuildScript | BuildScripts/compare-folders.cmd | bat | mit | 2,251 |
cmd_kernel/hrtimer.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.hrtimer.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/p... | jpsminix/minix5 | kernel/.hrtimer.o.cmd | bat | gpl-2.0 | 27,825 |
cmd_drivers/video/display/built-in.o := rm -f drivers/video/display/built-in.o; ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ar rcs drivers/video/display/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/drivers/video/display/.built-in.o.cmd | bat | gpl-2.0 | 205 |
cmd_ipc/built-in.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o ipc/built-in.o ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/ipcns_notifier.o ipc/syscall.o ipc/ipc_sysctl.o ipc/mqueue.o ipc/mq_sysctl.o
| domintech/PandaBoard-LinuxKernel | ipc/.built-in.o.cmd | bat | gpl-2.0 | 312 |
cmd_arch/arm/vfp/built-in.o := /home/rittik/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/built-in.o arch/arm/vfp/vfp.o
| RittikBhowmik/Project-Crater-Kernel-GT-i9152 | arch/arm/vfp/.built-in.o.cmd | bat | gpl-2.0 | 185 |
cmd_applets/applets.o := arm-linux-musleabihf-gcc -Wp,-MD,applets/.applets.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wun... | ThinkIntegrate/busybox | applets/.applets.o.cmd | bat | gpl-2.0 | 11,670 |
cmd_crypto/ctr.ko := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -T /home/sembre/android/GT-S5360_GB_Opensource_Update3/common/scripts/module-common.lds --build-id -o crypto/ctr.ko crypto/ctr.o crypto/ctr.mod.o
| sembre/kernel_totoro_update3 | common/crypto/.ctr.ko.cmd | bat | gpl-2.0 | 212 |
cmd_arch/arm/boot/dts/imx6sx-17x17-arm2.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6sx-17x17-arm2.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/linux_yocto/drivers/of... | heyoufei2/yocto3.14.38_kernel | arch/arm/boot/dts/.imx6sx-17x17-arm2.dtb.cmd | bat | gpl-2.0 | 1,658 |
cmd_sound/drivers/vx/built-in.o := rm -f sound/drivers/vx/built-in.o; arm-linux-gnueabi-ar rcsD sound/drivers/vx/built-in.o
| jpsminix/minix5 | sound/drivers/vx/.built-in.o.cmd | bat | gpl-2.0 | 125 |
cmd_drivers/char/diag/diagmem.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/char/diag/.diagmem.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/inc... | b8e5n/KTG-kernel_es209ra | drivers/char/diag/.diagmem.o.cmd | bat | gpl-2.0 | 15,136 |
cmd_lib/locking-selftest.o := gcc -Wp,-MD,lib/.locking-selftest.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 -m... | dnh34/proj1 | lib/.locking-selftest.o.cmd | bat | gpl-2.0 | 12,991 |
@echo off
set /a W=160, H=80
cmdwiz setfont 1 & mode %W%,%H% & cls & title Game of Life
cmdwiz showcursor 0
if defined __ goto :START
set __=.
cmdgfx_input.exe knW16xR | call %0 %* | cmdgfx "" Sf1:0,0,%W%,%H%t4r2
set __=
set W=&set H=
cls & cmdwiz setfont 6 & cmdwiz showcursor 1 & mode 80,50
goto :eof
:START
setlocal ... | misol1/cmdgfx | server-life.bat | bat | gpl-2.0 | 5,180 |
cmd_arch/arm/lib/findbit.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.findbit.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 -D__ASSEMBLY__ -mabi=aap... | HCDRJacob/wildfire-kernel | arch/arm/lib/.findbit.o.cmd | bat | gpl-2.0 | 1,326 |
cmd_coreutils/fsync.o := arm-linux-musleabihf-gcc -Wp,-MD,coreutils/.fsync.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wun... | ThinkIntegrate/busybox | coreutils/.fsync.o.cmd | bat | gpl-2.0 | 11,353 |
cmd_drivers/mmc/core/built-in.o := /opt/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/mmc/core/built-in.o drivers/mmc/core/mmc_core.o
| TeamGlide/LiteKernel | drivers/mmc/core/.built-in.o.cmd | bat | gpl-2.0 | 153 |
java gui2.Test %1 | GIorfindel/MasterMind | src/client.bat | bat | gpl-2.0 | 17 |
cmd_scripts/kconfig/lxdialog/lxdialog.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.lxdialog.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/lxdialog.o scripts/kconfig/lxdialog/lxdialog.c
deps_scripts/kconfig/lxdialog/lxdialog.o := \
script... | valentinthirion/android-tracebox-busybox | scripts/kconfig/lxdialog/.lxdialog.o.cmd | bat | gpl-2.0 | 2,845 |
@ECHO OFF
goto endheader
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.... | casainformatica/ceiapp | cei-app/platforms/wp8/cordova/run.bat | bat | gpl-2.0 | 1,036 |
:: 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\importdatanova\jmbooking_importdatanova.bat
::
:: Also add a file called "jmbooking_importdatanova_config.bat in the same folde... | hnJaermuseet/JM-booking | importdatanova/jmbooking_importdatanova.bat | bat | gpl-2.0 | 629 |
cmd_/home/lijg/work/linux-3.10.83/_install/include/video/.install := /bin/bash scripts/headers_install.sh /home/lijg/work/linux-3.10.83/_install/include/video /home/lijg/work/linux-3.10.83/include/uapi/video edid.h sisfb.h uvesafb.h; /bin/bash scripts/headers_install.sh /home/lijg/work/linux-3.10.83/_install/include/vi... | ljgabc/lfs | tools/include/video/..install.cmd | bat | gpl-2.0 | 704 |
rem make sure we have a safe environement
set LIBRARY=
set INCLUDE=
mkdir vm
@ECHO OFF
cd cgame
CALL cgame.bat
cd..
cd game
CALL game.bat
cd..
cd q3_ui
CALL q3_ui.bat | bretcolin/GalleryVirtuality | code/compileall.bat | bat | gpl-2.0 | 173 |
fasm ecalc.asm ecalc.com
fasm gwatch.asm gwatch.com
pause | Divyavrat/ecstatic | util/build.bat | bat | gpl-3.0 | 57 |
ftn90 d:\dell\greta1.f90/lgo
ftn90 d:\dell\greta2.f90/lgo
ftn90 d:\dell\greta3.f90/lgo
ftn90 d:\dell\greta4.f90/lgo
ftn90 d:\dell\greta5.f90/lgo
| daoudclarke/wartonlegacy | src/batch/patsy2.bat | bat | gpl-3.0 | 150 |
cd classes
java BeatBoxV1 | saqibns/BeatBox-v1 | start.bat | bat | gpl-3.0 | 25 |
@start https://github.com/soimort/you-get#supported-sites | WWILLV/you-get-ffmpeg | command/support.bat | bat | gpl-3.0 | 57 |
@echo off
set CLASSPATH=.;dist\xiuzsource.jar;dist\exttools.jar;mina-core.jar;slf4j-api.jar;slf4j-jdk14.jar;mysql-connector-java-bin.jar;jpcap.jar
java -Dnet.sf.odinms.recvops=recvops.properties -Dnet.sf.odinms.sendops=sendops.properties net.sf.odinms.exttools.maplepcap.MaplePcap blahh3.pcap
pause | ZenityMS/forgottenstorysource | maplepcap.bat | bat | agpl-3.0 | 301 |
@echo off
yasm datview.asm -o datview.com
| reenigne/reenigne | 8088/cga/afh/build.bat | bat | unlicense | 42 |
call service.bat install elasticsearch2
pause
call service.bat start elasticsearch2
pause | jior/cluster | elasticsearch2/bin/elasticsearch_service_install.bat | bat | apache-2.0 | 89 |
@echo off
REM Copyright 2013 Cheolmin Jo (webos21@gmail.com)
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 r... | webos21/xi | buildx/antmk/build_window.bat | bat | apache-2.0 | 1,678 |
cd /d %~dp0
"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\devenv.exe" Versionr.sln /Rebuild Release
mkdir P:\Osiris\Versionr
robocopy bin P:\Osiris\Versionr /MIR
| eatplayhate/versionr | Build.bat | bat | apache-2.0 | 193 |
curl --location --request POST 'https://api.pdf.co/v1/barcode/read/from/url' \
--header 'x-api-key: {{x-api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"types": "BorderedTable",
"url": "https://bytescout-com.s3-us-west-2.amazonaws.com/files/demo-files/cloud-api/pdf-form/f1040.pdf",
"p... | bytescout/ByteScout-SDK-SourceCode | PDF.co Web API/Barcode Reader API/cURL/Detect BorderedTable from PDF/DetectBorderedTableFromPDF.cmd | bat | apache-2.0 | 333 |
c:\Python27\Scripts\pyinstaller.exe --clean --noconfirm --onefile -i ../resources\parcel.ico -c parcel | LabAdvComp/parcel | bin/package_windows.bat | bat | apache-2.0 | 102 |
.\packages\Mono.TextTemplating.1.3.1\tools\TextTransform.exe -o .\OpenSim\Framework\Servers\VersionInfo.cs .\OpenSim\Framework\Servers\VersionInfo.tt
| emperorstarfinder/halcyon | version.cmd | bat | bsd-3-clause | 151 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCMAPIHTTP.S01_RequestTypesForMailboxServerEndpoint.MSOXCMAPIHTTP_S01_TC10_NotificationWaitWithoutPendingEvent /testcontainer:..\..\MS-OXCMAPIHTTP\TestSuite\bin\Debug\MS-OXCMAPIHTTP_TestSuite.dll /runconfig:..\..\MS-OXCMAPIHT... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCMAPIHTTP/RunMSOXCMAPIHTTP_S01_TC10_NotificationWaitWithoutPendingEvent.cmd | bat | mit | 364 |
@echo off
set OLD_DIR=%CD%
echo TRANSLATIONS = \
echo %1/share/locale/mscore_en.ts \
echo %1/share/locale/mscore_af.ts \
echo %1/share/locale/mscore_ar.ts \
echo %1/share/locale/mscore_ast.ts \
echo %1/share/locale/mscore_be.ts \
echo %1/share/locale/mscore_bg.ts \
echo ... | andreituicu/MuseScore | build/gen-qt-projectfile.bat | bat | gpl-2.0 | 2,408 |
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD sound/isa/ad1848/built-in.o
| friedrich420/S4-GPE-AEL-Kernel-4.4.3 | sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 169 |
:: start Sub Lamp server
start "Notification Server" /MIN java -jar -cp . genyris-bin*.jar -eval do (web.serve 8080 \"c:/workspace/genyris/examples/notification-server.lin\" \"150.133.122.*|127.0.0.1\" \"c:/workspace/notifications/notification-rules.lin\") (read) | ravikumar10/genyris | examples/notification-server.bat | bat | bsd-3-clause | 265 |
"C:\Windows\Microsoft.NET\Framework64\v4.0.30319\msbuild" msbuild.proj | ourochan/candescantNUI | build.bat | bat | bsd-3-clause | 70 |
@ECHO OFF
REM
REM ADTPro - OS/2 startup command file
REM
REM You can set two variables here:
REM 1. %JAVA_HOME% - to pick a particular java to run under
REM 2. %ADTPRO_HOME% - to say where you installed ADTPro
REM
REM e.g. uncomment (remove the "@REM" from in front) and customize
REM the following two SET stat... | badvision/adtprofx | src/main/windows/adtprobase.cmd | bat | gpl-2.0 | 698 |
@echo off
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_07\
set ANT_EXEC="C:\Program Files\NetBeans 7.2\java\ant\bin\ant.bat"
call %ANT_EXEC% %*
| murat8505/BombusMod-xmpp_client | build.cmd | bat | gpl-2.0 | 144 |
@echo off
echo **** > null
mkdir pacs_prim 2> null
rm null
| osgcc/ryzom | nel/tools/3d/build_gamedata/processes/pacs_prim/0_setup.bat | bat | agpl-3.0 | 65 |
c52e2c61be3f4600
| ctuning/ck-autotuning | module/.cm/alias-a-pipeline.cmd | bat | bsd-3-clause | 17 |
::
:: Licensed to the Apache Software Foundation (ASF) under one or more
:: contributor license agreements. See the NOTICE file distributed with
:: this work for additional information regarding copyright ownership.
:: The ASF licenses this file to You under the Apache License, Version 2.0
:: (the "License"); you may ... | ilantukh/ignite | modules/sqlline/bin/sqlline.bat | bat | apache-2.0 | 4,563 |
@echo off
rem Copyright 2010-2017 JetBrains s.r.o.
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 required by appli... | JuliusKunze/kotlin-native | cmd/klib.bat | bat | apache-2.0 | 652 |
%~dp0\tools\psake\psake.cmd %* | iQmetrix/log4mongo-net | build.cmd | bat | bsd-3-clause | 30 |
@echo off
REM Copyright 2021 The Chromium Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM Helper batch file to launch windbg, either from a local install or from the
REM packaged Chromium toolchain.
REM There are windbg32.bat ... | nwjs/chromium.src | tools/win/windbg64.bat | bat | bsd-3-clause | 555 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | capotej/whim | ec2_home/ec2-api-tools-1.6.3.1/bin/ec2attnic.cmd | bat | mit | 1,044 |
SET FLEXTRANS_VERSION=3.4
rem Delete everything in Install2.0
rd /s /q Install2.0
rem Delete everything in Install2.0
rd /s /q Install2.0
rem Now do steps to create a zip that has FLExTools FLExTrans and SenseLinker all in one file
mkdir Install2.0\FlexTools2.0\FlexTools\Collections
mkdir Install2.0\FlexTools2.0\Flex... | rmlockwood/FLExTrans | CreateInstallFolder2-0.bat | bat | mit | 7,402 |
@echo off
sqlcmd.exe -S localhost -i CreateDB.sql
pause | grae22/TeamTracker | CreateDB.cmd | bat | mit | 57 |
@echo off
powershell -ExecutionPolicy Bypass build\build.ps1 -Script build\build.cake -Target NuGet
pause
| Abc-Arbitrage/ZeroLog | build.bat | bat | mit | 106 |
:: Copyright (c) 2016 yuk7 <yukx00@gmail.com>
:: Released under the MIT license
:: http://opensource.org/licenses/mit-license.php
@echo off
set DESTDIR=%APPDATA%\Code\User
del /F /Q /S %DESTDIR%\settings.json.bak >NUL 2>&1
move /Y %DESTDIR%\settings.json %DESTDIR%\settings.json.bak >NUL 2>&1
mkdir %DESTDIR% >NUL 2>&... | yutokt/dotfiles | _vscode/install.bat | bat | mit | 520 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\node-http-proxy\bin\node-http-proxy" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\node-http-proxy\bin\node-http-proxy" %*
) | gest01/HackZurich | HackZurich.Web/app/node_modules/.bin/nproxy.cmd | bat | mit | 212 |
echo perl check.pl -all -dump -syntax -unittest
perl check.pl -all -dump -syntax -unittest
pause | wastedabuser/eldhelm-platform | test/run-tests.bat | bat | mit | 96 |
echo on
book.exe < data/book_sales
for %%i in ( Animal.exe ex-over.exe inherit.exe mi-scope.exe
over.exe over2.exe spec.exe
usingDirective.exe virt-inherit.exe ) do %%i
| crayygy/cpp-primer-notes | sources/18/runpgms.bat | bat | mit | 184 |
call _presetvars.bat
docker run -ti --rm --hostname=NAVSERVER -p 7045-7048:7045-7048 -v %cd%\content\scripts:c:\scripts %host%/%ImageName% powershell | Koubek/dockerfiles-dynamics-nav | root/build/nav/_run.interactive.powershell.bat | bat | mit | 150 |
@echo off
setlocal
if not defined PROJECT_ROOT (
echo.%~nx0: error: PROJECT_ROOT is not set.
exit /b 1
) >&2
if not exist "%PROJECT_ROOT%\" (
echo.%~nx0: error: path does not exist: PROJECT_ROOT="%PROJECT_ROOT%\".
exit /b 2
) >&2
rem drop last error level
call;
rem get code page value from... | andry81/contools | Scripts/Tools/nsis/gen_nsis_defines.bat | bat | mit | 4,875 |
cmd_drivers/usb/serial/built-in.o := rm -f drivers/usb/serial/built-in.o; /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ar rcsD drivers/usb/serial/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/usb/serial/.built-in.o.cmd | bat | gpl-2.0 | 231 |
cmd_arch/arm/lib/io-readsb.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-readsb.o.d -nostdinc -isystem /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/mnt/disk2/Dev/UG802/kernel/picuntu-3.0.8-alok/arch/a... | aloksinha2001/picuntu-3.0.8-alok | arch/arm/lib/.io-readsb.o.cmd | bat | gpl-2.0 | 2,145 |
@echo off
cls
set include=%include%;R:\STK\ogfview\105_SRC\include
set lib=%lib%;R:\STK\ogfview\105_SRC\include
set PREFAST_ROOT=F:\NT52DDK\bin\x86\prefast
set PATH=%PREFAST_ROOT%\scripts;%PATH%
echo *** making ***
prefast cl /DUSE_V2 /nologo /W3 /GX /Ox /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /MD /c /Isrc src... | OS2World/APP-MISC-GLExcess | mk_win32pref.bat | bat | gpl-2.0 | 491 |
cmd_drivers/mtd/nand/gpmi-nand/built-in.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o drivers/mtd/nand/gpmi-nand/built-in.o drivers/mtd/nand/gpmi-nand/gpmi_nand.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/mtd/nand/gpmi-nand/.built-in.o.cmd | bat | gpl-2.0 | 191 |
cmd_kernel/panic.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,kernel/.panic.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/include -Iinclude -include include/... | doadin/samsung-kernel-msm7x30-Doadin | kernel/.panic.o.cmd | bat | gpl-2.0 | 23,185 |
cmd_net/sunrpc/auth_unix.o := ppc_4xx-gcc -m32 -Wp,-MD,net/sunrpc/.auth_unix.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-p... | mattkelly/linux-2.6-xlnx | net/sunrpc/.auth_unix.o.cmd | bat | gpl-2.0 | 31,323 |
cmd_drivers/media/video/built-in.o := arm-linux-ld -EL -r -o drivers/media/video/built-in.o drivers/media/video/videodev.o drivers/media/video/v4l2-int-device.o drivers/media/video/v4l2-common.o drivers/media/video/v4l1-compat.o drivers/media/video/gspca/built-in.o drivers/media/video/uvc/built-in.o drivers/media/v... | heyoufei/mini2440_kernel | drivers/media/video/.built-in.o.cmd | bat | gpl-2.0 | 342 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.