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
@rem
@rem Copyright (C) 2019 Ceridwen Limited
@rem
@rem This program 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 later version... | ceridwen-com/ceridwen-selfissue | ceridwen-selfissue-bin/src/main/resources/ConfigEditor.bat | bat | gpl-3.0 | 809 |
@ECHO OFF
set DEPOT_TOOLS_PATH=%1%
set PATH=%PATH%;%DEPOT_TOOLS_PATH:"=%;%~dp2%
%2 %3 %4 %5 %6 %7 %8 %9 | desura/Desurium | cmake/scripts/depot_tools_wrapper.bat | bat | gpl-3.0 | 103 |
call DistroCreate.bat
call DistroZip.bat
timeout 2 | codedreality/Intrinsic | scripts_win32/DistroCreateAndZip.bat | bat | apache-2.0 | 51 |
@echo off
pushd %~dp0
setlocal
if exist bin goto build
mkdir bin
:Build
REM Find the most recent 32bit MSBuild.exe on the system. Require v12.0 (installed with VS2013) or later since .NET 4.0
REM is not supported. Also handle x86 operating systems, where %ProgramFiles(x86)% is not defined. Always quote the
REM %MSBu... | Terminator-Aaron/Katana | OData/build.cmd | bat | apache-2.0 | 1,113 |
@ruby noderbc %* | dig386/node-marshal | bin/noderbc.bat | bat | bsd-2-clause | 16 |
@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... | houghb/ligpy | doc/make.bat | bat | bsd-2-clause | 6,979 |
%PYTHON% -m pip install --no-deps --ignore-installed .
if errorlevel 1 exit 1
set SCRIPTS="%PREFIX%\Scripts"
if not exist %SCRIPTS% mkdir %SCRIPTS%
if errorlevel 1 exit 1
copy %SRC_DIR%\conda-recipe\post-link.bat %SCRIPTS%\.nb_conda_kernels-post-link.bat || exit 1
copy %SRC_DIR%\conda-recipe\pre-unlink.bat %S... | jjhelmus/berryconda | recipes/nb_conda_kernels/bld.bat | bat | bsd-3-clause | 372 |
for %%f in (*.asm) do nasm -fbin %%f -o %%~nf.com
| uberset/L1-compiler | output/generator8086/assemble.bat | bat | gpl-2.0 | 50 |
cmd_src/arm/am335x-nano.dtb = cpp -Wp,-MD,src/arm/.am335x-nano.dtb.d.pre.tmp -nostdinc -Iinclude -Isrc/arm -Itestcase-data -undef -D__DTS__ -x assembler-with-cpp -o src/arm/.am335x-nano.dtb.dts.tmp src/arm/am335x-nano.dts ; dtc -O dtb -o src/arm/am335x-nano.dtb -b 0 -i src/arm -d src/arm/.am335x-nano.dtb.d.dtc.tmp src/... | marklendering/dtb-rebuilder-modified | src/arm/.am335x-nano.dtb.cmd | bat | gpl-2.0 | 755 |
@echo off
rmdir /S /Q bin.2003
rmdir /S /Q bin.2005
rmdir /S /Q OutlookClient\Debug
rmdir /S /Q OutlookClient\Release
rmdir /S /Q OutlookExpressClient\Debug
rmdir /S /Q OutlookExpressClient\Release
rmdir /S /Q GoogleEmailUploader\obj
rmdir /S /Q ThunderbirdClient\obj
del /S /Q /F *.user
del /Q /F /A:H *.suo
del /Q /F ... | google-code-export/google-email-uploader | clean.cmd | bat | apache-2.0 | 329 |
cd /d %0\
start AldursLab.WurmAssistant.Launcher.exe -BuildCode stable-mac -WurmUnlimited | PeterAldur/WurmAssistant3 | src/Launchers/LauncherV2/WurmAssistant.Launcher/stable-mac-unlimited.bat | bat | gpl-3.0 | 92 |
@ECHO off
ECHO.
ECHO Test: Original size
"../../bin/wkhtmltoimage" http://google.com/ out/google-crop-orig.png
ECHO Test: 200x200 from origin
"../../bin/wkhtmltoimage" --crop-w 500 --crop-h 300 http://google.com/ out/google-crop-500x300.png
ECHO Test: 200x200 from 100x100
"../../bin/wkhtmltoimage" --crop-x 150 --crop-y... | danmaz74/wkhtmltopdf-svg | scripts/test/test-cropping.bat | bat | lgpl-3.0 | 417 |
setlocal
pushd %~dp0
ysrunparallel.exe parallelbuild_win.txt
nmake -nologo
popd
endlocal
| ninkamat/CMU-24-681-CAD-MIProject | YsFramework/public/src/ysport/src/windows/parallelbuild.bat | bat | gpl-3.0 | 99 |
start /B "" cmd /C rmdir "%programfiles%\Oclgrind" /S /Q
| surround-io/oclgrind | src/install/uninstall.bat | bat | bsd-3-clause | 58 |
@echo off
setlocal
set DIRNAME=%~dp0
set PROGNAME=%~nx0%
pushd %DIRNAME%..
set JBOSS_HOME=%CD%
popd
set RUNJAR=%JBOSS_HOME%\bin\run.jar
if exist "%RUNJAR%" goto found_runjar
echo Could not locate %RUNJAR%. Please check that you are in the
echo bin directory when running this script.
goto eof
:found_runjar
if "%1" == ... | medicayun/medicayundicom | dcm4jboss-cdw/tags/DCM4CHEE_CDW_2_14_3/src/etc/bin/install_service.bat | bat | apache-2.0 | 2,551 |
@ECHO OFF
SETLOCAL
cls
REM Batchfile inspired by the launchscript of http://autospinstaller.codeplex.com
SET command=Redeploy
SET verbosity=Verbose
SET type=All
SET saveEnvXml=-saveEnvXml
@TITLE -- SharePoint Solution Deployer --
FOR /F "tokens=2-4 delims=/ " %%i IN ('date /t') DO SET SHORTDATE=%%i-%%j-%%k
FOR /F "to... | Gergues/SPSF | SPALM.SPSF/Templates/Solutions/Projects/Deployment/Batches/Redeploy.bat | bat | apache-2.0 | 1,966 |
/*
// TI File $Revision: /main/3 $
// Checkin $Date: March 3, 2011 13:45:43 $
//###########################################################################
//
// FILE: 28PLC93_RAM_lnk.cmd
//
// TITLE: Linker Command File For F28PLC93 examples that run out of RAM
//
// This ONLY includes all SAR... | battosai30/Energia | hardware/c2000/cores/c2000/F2806x_common/cmd/28PLC93_RAM_lnk.cmd | bat | lgpl-2.1 | 6,980 |
@ECHO OFF
::: -- Prepare the processor --
@SETLOCAL ENABLEEXTENSIONS
@SETLOCAL ENABLEDELAYEDEXPANSION
:: -- Version History --
:: Version YYYYMMDD Author Description
SET "version=0.0.1" &:20120729 Phillip Clark initial version
SET "version=0.0.2" &:20131127 Phillip Clark updated ... | flitbit-org/fbrepresent | FlitBit.Represent/build-release.cmd | bat | mit | 2,805 |
bcp metamodel.dbo.sysdiagrams out metamodel.bcp -U sa -P sasa1234 -c -S localhost
| cjheath/activefacts-examples | images/DumpMetamodel.bat | bat | mit | 83 |
call _presetvars.bat
docker stop %ContainerName% | Koubek/dockerfiles-dynamics-nav | root/build/sql/_stop.bat | bat | mit | 49 |
@echo off
SETLOCAL
call "%~dp0environment.bat" %0 %*
%RUBY% -S -- service_manager.rb --restart
| Simspace/puppet-windows_mcollective | files/windows/restart_service.bat | bat | mit | 105 |
adb -d shell pm grant com.oasisfeng.greenify android.permission.WRITE_SECURE_SETTINGS
adb -d shell pm grant com.oasisfeng.greenify android.permission.DUMP
adb -d shell pm grant com.oasisfeng.greenify android.permission.READ_LOGS
pause | Jiangyiqun/android_background_ignore | greenify/Greenify授权.bat | bat | mit | 236 |
"..\packages\Google.ProtocolBuffers.2.4.1.555\tools\ProtoGen.exe" --include_imports -ignore_google_protobuf=true -namespace=Google.ProtocolBuffers.Compiler.PluginProto -file_extension=.Generated.cs google\protobuf\compiler\plugin.proto"
move /Y *.Generated.cs "..\protoc-gen-dts\"
| ngbrown/protoc-gen-dts | src/protos/run_protogen.cmd | bat | mit | 282 |
@if (@X)==(@Y) @end /* JScript comment
@echo off
cscript //E:JScript //nologo "%~nx0" %*
exit /b %errorlevel%
@if (@X)==(@Y) @end JScript comment */
// writes a string to the console without a new line at the end
if(WScript.Arguments.Count()>0) WScript.StdOut.Write(WScript.Arguments.Item(0));
| npocmaka/batch.scripts | hybrids/jscript/write.bat | bat | mit | 297 |
@echo off
@call 0.SetEnv.bat
@mkdir %WEIGHT%
"%BUILD%" test --model="%DEPLOY%" --weights "%WEIGHT%" | takuya-takeuchi/Demo | Caffe1/6.Test.bat | bat | mit | 102 |
setlocal enabledelayedexpansion
set VSBAT="C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\VsDevCmd.bat"
set SCRIPT="x_tmp_build_x.bat"
set BUILDS[0]="d:\proj\1.0"
set BUILDS[0]="d:\proj\1.5"
set BUILDS[0]="d:\proj\2.0"
for %%i in (0,1,2) do (
rem === Temp build file ===
type %VSBAT% > %SCRIPT%
... | gvaduha/homebrew | winscripts/msvcnightbuilder.bat | bat | mit | 627 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
@"C:\RailsInstaller\Ruby2.1.0\bin\ruby.exe" "C:/temp/New_EC-Site-master/vendor/bundle/ruby/2.1.0/bin/tilt" %1 %2 %3 %4 %5 %6 %7 %8 %9
GOTO :EOF
:WinNT
@"C:\RailsInstaller\Ruby2.1.0\bin\ruby.exe" "%~dpn0" %*
| watanabe-kazunori/New_EC-Site | vendor/bundle/ruby/2.1.0/bin/tilt.bat | bat | mit | 252 |
-intstyle "ise" -incremental -lib "unisims_ver" -lib "unimacro_ver" -lib "xilinxcorelib_ver" -o "G:/ceshi/lab3.3/test_for_alu_isim_beh.exe" -prj "G:/ceshi/lab3.3/test_for_alu_beh.prj" "work.test_for_alu" "work.glbl"
| chasingegg/Computer_Systems | CS334_computer organization lab/source/lab3_alu/fuseRelaunch.cmd | bat | mit | 218 |
mklink %HOMEPATH%\_vimrc %HOMEPATH%\dotfiles\_vimrc
mklink %HOMEPATH%\_gvimrc %HOMEPATH%\dotfiles\_gvimrc
pause
| ysfukumo/dotfiles | mklink_rc.bat | bat | mit | 115 |
set JAVA_HOME=C:\Program Files\Java\jdk1.6.0_45
mvn clean install | Microsoft/vso-httpclient-java | Rest/compile.cmd | bat | mit | 65 |
cmd_fs/fuse/fuse.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o fs/fuse/fuse.o fs/fuse/dev.o fs/fuse/dir.o fs/fuse/file.o fs/fuse/inode.o fs/fuse/control.o
| chrnueve/udooImaxdi | kernel_oficial_source/fs/fuse/.fuse.o.cmd | bat | gpl-2.0 | 182 |
cmd_arch/arm/boot/compressed/lib1funcs.o := /home/robin/toolchain/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/boot/compressed/.lib1funcs.o.d -nostdinc -isystem /home/robin/toolchain/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/robin/android/CM7_kernel_TA/arch/arm/include -Iinclude -include include/generated/autoconf... | spacecaker/CM7_Space_Kernel_Cooper | arch/arm/boot/compressed/.lib1funcs.o.cmd | bat | gpl-2.0 | 1,862 |
powershell -NoProfile -ExecutionPolicy bypass -File MAKE.ps1
| emkael/jfrpary-bidding-data | MAKE.bat | bat | gpl-2.0 | 61 |
for /f "tokens=* delims= " %%a in ('dir /b/ad-h "%GBG%\%GAM%\%CONS%"') do (
set BE=%%a
CALL :RED
)
set CURNTA=conselect.set
if exist "%GBC%\conselect.ini" set CURNTA=conselect.ini
for /f "tokens=* delims= " %%a in ('type "%GBC%\%CURNTA%"') do (
set BE=%%a
CALL :RED
)
exit /b
:RED
if exist "%GBG%\%ROMJ%\... | HoodlumDTX/rom-jacket | delshort.bat | bat | gpl-2.0 | 369 |
@echo off
if not exist ..\win32\vs_tmpl\mkmsvc.exe goto missingmkmsvc
echo generating SDL2x MSVC12 project as win32-sdl2x-msvc12
if exist win32-sdl2x-msvc12 goto removedir
:makemsvcdir
mkdir win32-sdl2x-msvc12
cd ..\win32\vs_tmpl
mkmsvc.exe -sdl2 -12 vice
cd ..\..\sdl
copy msvc-files\make-bindist-sdl2x.bat.pro... | AreaScout/vice-gles2 | src/arch/sdl/generate_msvc12_sdl2x.bat | bat | gpl-2.0 | 1,420 |
cmd_arch/arm/common/fiq_glue.o := /space/android/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/common/.fiq_glue.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.39-tegr... | asopov/linux-tpt-2.6.39 | arch/arm/common/.fiq_glue.o.cmd | bat | gpl-2.0 | 2,088 |
cd ..\out
spectrum -file ..\bin\t65.tcl
move exemplar.log ..\log\t65_leo.srp
cd ..\run
t65 t65_leo.edf xc2s200-pq208-5
| 545/Atari7800 | core/t65/trunk/syn/xilinx/run/t65_leo.bat | bat | gpl-2.0 | 122 |
@echo off
echo.
echo Copying beta/debug Versions
echo.
echo -------- Configuration --------
echo CFG_DEB.DLL
copy \config\extra\CFG_DEB.DLL > NUL
echo -------- Spooler --------
echo SPL_DEB.PDR
copy \spooler\SPL_DEB.DLL COMi_SPL.PDR > NUL
echo -------- Utilities ----------
echo IOCTLDEB.DLL
copy \utility\extra\IOCTLDEB... | OS2World/APP-COMM-ComScope | DIST/DIST_3.8/mdb.cmd | bat | gpl-2.0 | 618 |
cmd_drivers/media/usb/gspca/gspca_spca561.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o drivers/media/usb/gspca/gspca_spca561.o drivers/media/usb/gspca/spca561.o
| avareldalton85/rpi2-linux-rt | drivers/media/usb/gspca/.gspca_spca561.o.cmd | bat | gpl-2.0 | 227 |
cmd_drivers/i2c/i2c-core.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/i2c/.i2c-core.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__... | yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/i2c/.i2c-core.o.cmd | bat | gpl-2.0 | 18,723 |
cmd_drivers/misc/eeprom/built-in.o := rm -f drivers/misc/eeprom/built-in.o; arm-linux-gnueabi-ar rcs drivers/misc/eeprom/built-in.o
| b8e5n/KTG-kernel_es209ra | drivers/misc/eeprom/.built-in.o.cmd | bat | gpl-2.0 | 133 |
define srv1 127.0.0.1:7611
define srv1-name irc-2.example.net
define srv2 127.0.0.2:7621
define srv2-name irc-3.example.net
define cl1-nick oper1
define cl2-nick oper2
define cl3-nick oper3
# Connect two clients to server 1, one to server 2, and oper them all up.
connect cl1 %cl1-nick% oper %srv1% :Oper 1
connect cl2 ... | dnetcode/dnet-1.0 | tests/bug-1674539.cmd | bat | gpl-2.0 | 971 |
cmd_/opt/vd/arm-v7a8v3r1/arm-v7a8v3r1-linux-gnueabi/sys-root/./usr/include/sound/.install := perl scripts/headers_install.pl /OpenSource/13_UExxF8xxx/binutils/arm-mips-src-20121018/build.arm.cortex-a8/sources/kernel-headers/include/sound /opt/vd/arm-v7a8v3r1/arm-v7a8v3r1-linux-gnueabi/sys-root/./usr/include/sound arm a... | javilonas/NCam | cross/Toolchain-SamsungTV/arm-v7a8v3r1-linux-gnueabi/sys-root/usr/include/sound/..install.cmd | bat | gpl-3.0 | 861 |
@ECHO OFF
SETLOCAL enabledelayedexpansion
ECHO Dieser Batch erstellt Verknuepfungen zu den Batch Dateien in diesem Verzeichnis und benennt diese. Sie muss im Verzeichnis oberhalb von dos_ctrl_ec2_minecraft ausgefuehrt werden.
SET _DIR=%~dp0
REM Are we in the right directory?
IF EXIST %_DIR%ec2_mc_config.bat ... | rkelm/dos_ctrl_ec2_minecraft | setup_shortcuts.bat | bat | gpl-3.0 | 3,892 |
:: Turn off system messages
@echo off
:: Clear screen
cls;
:: Welcome message
echo.
echo **************************************************
echo * TerraMa2 Package Installer for Windows 64-bits *
echo **************************************************
echo.
:: ====
:: Where is script file
set "ROOT_DIR=%CD%"
:: Terra... | jeansouza/terrama2 | packages/nsis-package/nsis-terrama2-msvc14.bat | bat | lgpl-3.0 | 2,861 |
@echo off
set JAVA_HOME=..\thirdpty\jre\win32\j2re1.4.2_09
set PATH=%JAVA_HOME%\bin;%JAVA_HOME%\bin\client;%PATH%
%JAVA_HOME%\bin\java.exe -Xms200M -Xmx300M -cp ..\bin\PitTrainer.jar com.gpl.pittrainer.PitTrainer
pause
| davecalkins/pit-trainer | pittrainer/scripts/run_debug.bat | bat | lgpl-3.0 | 222 |
@echo off
echo Setting up Qt 4.4.3...
set QTDIR=C:\Qt\4.4.3
set PATH=%QTDIR%\bin;%PATH%
set QMAKESPEC=win32-msvc2005
echo Setting up CMake 2.6...
set PATH=C:\Program Files\CMake 2.6\bin;%PATH%
rem See C:\Program Files\Microsoft Platform SDK for Windows Server 2003 R2\SetEnv.Cmd
echo Setting up Microsoft Platform SDK... | vilkov/phonon-vlc-mplayer | build/setenv_qt-4.4.3-msvc80.bat | bat | lgpl-3.0 | 1,044 |
@ "C:\Program Files\VeraCrypt\VeraCrypt.exe" /auto favorites /quit | dannytsang/veracrypt | mountFavourites.bat | bat | apache-2.0 | 66 |
set NUMBA_DEVELOPER_MODE=1
set NUMBA_DISABLE_ERROR_MESSAGE_HIGHLIGHTING=1
set PYTHONFAULTHANDLER=1
@rem Check Numba executables are there
pycc -h
numba -h
@rem Run system info tool
numba -s
@rem Check test discovery works
python -m numba.tests.test_runtests
@rem Run the whole test suite
python -m numba.runtests -m ... | IntelLabs/hpat | buildscripts/numba-conda-recipe/recipe/run_test.bat | bat | bsd-2-clause | 359 |
echo "Generating FiringRateSim CodeBlocks Solution"
..\..\..\bin\premake4m --os=linux --file=Solution.lua codeblocks
TIMEOUT /T 2
..\..\..\bin\fart *.cbp "C:/Projects/AnimatLabSDK/AnimatLabPublicSource/include" "../../../include"
TIMEOUT /T 2
..\..\..\bin\fart *.cbp "C:/Projects/AnimatLabSDK/AnimatLabPublicSource/Libr... | NeuroRoboticTech/AnimatLabPublicSource | Libraries/FiringRateSim/Projects_CodeBlocks/GenerateSolution.bat | bat | bsd-3-clause | 759 |
@echo off
:try_python
set PYTHON=python
%PYTHON% --version >NUL 2>NUL
if errorlevel 1 goto try_python_mcp
goto foundit
:try_python_mcp
set PYTHON=runtime\bin\python\python_mcp
%PYTHON% --version >NUL 2>NUL
if errorlevel 1 (
echo Unable to locate python.
pause
exit /b
)
:foundit
%PYTHON%... | sehrgut/minecraft-smp-mocreatures | mcp3/reobfuscate.bat | bat | epl-1.0 | 365 |
python bayesian_adjust.py --prior arabia_prior.png --data triangulate_ArabiaFelix.csv --output triangulate_ArabiaFelix_adjust --lower_left_lon 30 --lower_left_lat 10 --upper_right_lon 60 --upper_right_lat 40
python bayesian_adjust.py --prior arabia_prior.png --data triangulate_ArabiaDeserta.csv --output triangulate_Ara... | coreyabshire/ptolemy | python/adjust_all.bat | bat | gpl-2.0 | 2,574 |
cmd_net/bluetooth/hidp/built-in.o := arm-linux-gnueabihf-ld -EL -r -o net/bluetooth/hidp/built-in.o net/bluetooth/hidp/hidp.o
| Dee-UK/D33_KK_Kernel | net/bluetooth/hidp/.built-in.o.cmd | bat | gpl-2.0 | 131 |
cmd_sound/core/snd-page-alloc.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o sound/core/snd-page-alloc.o sound/core/memalloc.o
| jdlfg/Mecha-kernel-jdlfg | sound/core/.snd-page-alloc.o.cmd | bat | gpl-2.0 | 179 |
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... | beebingoo/linux-2.6.32.2 | scripts/kconfig/.kxgettext.o.cmd | bat | gpl-2.0 | 1,963 |
@echo off
setlocal
echo set the Visual Studio environment by calling vcvarsall.bat
call "%VCINSTALLDIR%"/vcvarsall.bat %PROCESSOR_ARCHITECTURE%
REM The express version of Visual Studio does not have devenv and
REM uses msbuild. Older versions of Visual Studio still need to
REM use devenv
set use_devenv=0
... | PrismTech/opensplice | examples/dcps/QueryCondition/isocpp2/Build.bat | bat | gpl-3.0 | 2,399 |
@echo off
setlocal
pushd %~dp0
set "PLUGIN_SRC_DIR=src"
set "PLUGIN_NAME=main"
set "BUILD_DEST_DIR=build"
set "RELEASE_NAME=build\rotoblin"
set "SPCOMP=bin\sourcepawn\spcomp.exe"
echo --------------------------------------------
echo Building %PLUGIN_NAME%.sp ...
echo -------------------------------------... | sof2er/rotoblin.dev | makefile.bat | bat | gpl-3.0 | 683 |
if "%2"=="" goto :not_defined
:defined
"%~dp0\ext\Python2.5\python.exe" %*
goto :end
:not_defined
cd "%~dp0\ext\mysql\bin\"
start mysqld.exe --verbose --datadir="%appdata%\..\BIANA"
echo not_defined
"%~dp0\ext\Python2.5\python.exe" -i
:end
| emreg00/biana | biana.bat | bat | gpl-3.0 | 265 |
@echo off
set GENERATOR="Visual Studio 14 2015 Win64"
set BUILD_TYPE=Release
cmake -G %GENERATOR% ^
-DCMAKE_INSTALL_PREFIX=C:\pdalbin ^
-DCMAKE_BUILD_TYPE=%BUILD_TYPE% ^
-DCMAKE_VERBOSE_MAKEFILE=OFF ^
-DBUILD_SHARED_LIBS=ON ^
-Dgtest_force_shared_crt=ON ^
.
| abellgithub/laz-perf | scripts/ci/appveyor/config.cmd | bat | lgpl-2.1 | 281 |
@rem Copyright 2009 Ramnivas Laddad
@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 http://www.apache.org/licenses/LICENSE-2.0
@rem
@rem Unless required by a... | sobkowiak/aspectj-in-action-code | ch10/workspace/Section10.5.2UtilizingSpringAOPForTracing/run.bat | bat | apache-2.0 | 754 |
del *.orig /s /f /q
del *.nupkg /s /f /q
del *.nupkg.bak /s /f /q
del *..symbols.nupkg.bak /s /f /q
PAUSE | IncodingSoftware/Incoding-Framework | ClearOrig.bat | bat | apache-2.0 | 105 |
@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%
... | rhololkeolke/apo-website-devin | docs/user_guide/make.bat | bat | bsd-3-clause | 5,155 |
cd "./debug/"
del /F /S /Q "./*.*"
cd "../"
del /F /S /Q "./vc90.pdb"
| laxathom/QxOrm | test/qxClientServer/qxService/tools/clean_debug.bat | bat | lgpl-2.1 | 70 |
@echo off
rem Run iMPACT to program the Spartan-3E device on the Starter Kit board.
impact -batch impact.run
del _impact.cmd
| sergev/vak-opensource | hardware/vga512x256/install.bat | bat | apache-2.0 | 129 |
@ECHO ON
cd C:\MyProjects\Deps\qt-everywhere-opensource-src-5.3.2-64
if %errorlevel% NEQ 0 goto ERRORCLEANUP
SET OLDPATH=%PATH%
set VisualStudioVersion=11.0
REM first change the debug compiler options
perl -pi.bak -e "s#QMAKE_CFLAGS_RELEASE = -O2 -MD#QMAKE_CFLAGS_RELEASE = -O2 -MT#g;" qtbase\mkspecs\win32-msvc201... | stamhe/novacoin | MSVC/build-helpers/buildqt64.bat | bat | mit | 1,112 |
@echo off
bundle install
| luckytianyiyan/tylauncher.com | script/bootstrap.bat | bat | mit | 26 |
@echo off
cls
IF NOT EXIST "tools/FAKE" (
"tools/nuget/nuget.exe" "install" "FAKE" "-OutputDirectory" "tools" "-ExcludeVersion"
)
"tools/FAKE/tools/Fake.exe" "build/build.fsx"
pause
exit /b %errorlevel% | CDuke/FusionPInvoke | build.bat | bat | mit | 204 |
/* This is the command file to be used with the HEX conversion utility: dsphex.exe */
/* It reads the COFF output file "filt.out" and converts it to an ASCII hex file. */
/* */
/* Required by Labview for serial Versa-Filter updating ... | mspenceree/Versa-Filter | firmware/filt.cmd | bat | mit | 957 |
@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... | wwoods/job_stream | sphinx/make.bat | bat | mit | 7,740 |
devcon.exe remove Root\ScpVBus | bayangan1991/PYXInput | pyxinput/ScpVBus-x64/uninstall.bat | bat | mit | 30 |
@echo off
set BASENAME=Geocache_Height
set BASEPATH=%HOMEPATH%\Documents\Dev\GitHub\userscripts\GeocacheHeight
cd "%BASEPATH%"
copy "src\%BASENAME%.meta.js" .
copy /b "src\%BASENAME%.meta.js" + src\header.js + "src\formatHeight.js" + "src\%BASENAME%.js" + src\footer.js ".\%BASENAME%.user.js"
copy "src\%BASENAME%_feet... | JRInge/userscripts | GeocacheHeight/build.bat | bat | mit | 509 |
prog='dbmapreduce'
args='-M -S cat'
cmp='diff -cb '
| gitpan/Fsdb | TEST/dbmapreduce_cat.cmd | bat | gpl-2.0 | 53 |
cmd_crypto/crc32c.o := arm-none-linux-gnueabi-gcc -Wp,-MD,crypto/.crc32c.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-da... | srinugnt2000/linux-2.6.37 | crypto/.crc32c.o.cmd | bat | gpl-2.0 | 16,278 |
:: ------------------------------------------------------------------------
:: FusionInventory
:: Copyright (C) 2010-2013 by the FusionInventory Development Team.
::
:: http://www.fusioninventory.org/ http://forge.fusioninventory.org/
:: ------------------------------------------------------------------------
::
:: L... | tabad/fusioninventory-agent-windows-installer | Perl/Scripts/bourne-again-shell.bat | bat | gpl-2.0 | 2,705 |
cmd_init/mounts.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o init/mounts.o init/do_mounts.o init/do_mounts_rd.o
| MadRocker/experimental-2.6.29-MadRocker | init/.mounts.o.cmd | bat | gpl-2.0 | 161 |
cmd_fs/jbd2/journal.o := arm-eabi-gcc -Wp,-MD,fs/jbd2/.journal.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... | bigbiff/i717-GB-Kernel | fs/jbd2/.journal.o.cmd | bat | gpl-2.0 | 28,556 |
cmd_console-tools/lib.a := rm -f console-tools/lib.a; /home/simon/GIT/buildroot-k3-current/output/host/usr/bin/arm-none-linux-gnueabi-ar rcs console-tools/lib.a console-tools/chvt.o console-tools/clear.o console-tools/deallocvt.o console-tools/dumpkmap.o console-tools/loadfont.o console-tools/loadkmap.o console-tools/... | twobob/buildroot-kindle | output/build/busybox-1.20.2/console-tools/.lib.a.cmd | bat | gpl-2.0 | 456 |
>>> black = Color() | simontakite/sysadmin | pythonscripts/practicalprogramming/oop/color_obj.cmd | bat | gpl-2.0 | 19 |
cmd_sound/core/hwdep.o := arm-eabi-gcc -Wp,-MD,sound/core/.hwdep.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-m... | bigbiff/i717-GB-Kernel | sound/core/.hwdep.o.cmd | bat | gpl-2.0 | 24,182 |
cmd_drivers/media/rc/keymaps/rc-pixelview-002t.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/rc/keymaps/rc-pixelview-002t.ko drivers/media/rc/keymaps/rc-pixelview-002t.o drivers/media/rc/keymaps/rc-pi... | avareldalton85/rpi2-linux-rt | drivers/media/rc/keymaps/.rc-pixelview-002t.ko.cmd | bat | gpl-2.0 | 339 |
cmd_drivers/mtd/maps/built-in.o := rm -f drivers/mtd/maps/built-in.o; /home/adam/android/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ar rcs drivers/mtd/maps/built-in.o
| damageless/linux-kernel-ican-tab | drivers/mtd/maps/.built-in.o.cmd | bat | gpl-2.0 | 199 |
cmd_sound/pci/oxygen/built-in.o := rm -f sound/pci/oxygen/built-in.o; /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ar rcsD sound/pci/oxygen/built-in.o
| chase2534/gtab47.freekern | sound/pci/oxygen/.built-in.o.cmd | bat | gpl-2.0 | 248 |
@echo off
rem Copyright 2009-2020 Ping Identity Corporation
rem All Rights Reserved.
rem
rem -----
rem
rem Copyright 2009-2020 Ping Identity Corporation
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... | UnboundID/ldapsdk | dist-root/tools/dump-dns.bat | bat | gpl-2.0 | 1,733 |
cmd_net/netfilter/xt_connmark.ko := /home/ashishtanwer/goldfish3.10/../x86_64-linux-android-4.7/bin/x86_64-linux-android-ld -r -m elf_i386 -T /home/ashishtanwer/goldfish3.10/scripts/module-common.lds --build-id -o net/netfilter/xt_connmark.ko net/netfilter/xt_connmark.o net/netfilter/xt_connmark.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.xt_connmark.ko.cmd | bat | gpl-2.0 | 304 |
java -Xms128M -Xmx256M -jar mmj2.jar RunParmsQL.txt Y "" c:\metamath ""
| digama0/mmj2 | mmj2jar/mmj2QL.bat | bat | gpl-2.0 | 72 |
cmd_drivers/video/omap2/built-in.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/video/omap2/built-in.o drivers/video/omap2/dss/built-in.o drivers/video/omap2/omapfb/built-in.o drivers/video/omap2/displays/built-in.o
| wujiku/superstar-kernel-shooter-2.3.4gb | drivers/video/omap2/.built-in.o.cmd | bat | gpl-2.0 | 258 |
:: simple script to call cmake-gui on windows
@echo off
:: check for cmake
cmake-gui --version
:: check if the command was successful
if errorlevel 1 (
echo.
echo CMake GUI was not found on your path.
echo.
echo.
echo If you don't have cmake, please read the README.md to see the requirements.
echo.
echo.
ech... | roboime/ssl-vision | make_vcproj.bat | bat | gpl-3.0 | 725 |
@echo off
set ABSDIR=external-libs\ActionBarSherlock\actionbarsherlock
if not exist %ABSDIR% (
mkdir .git\modules\external-libs
mkdir external-libs
rem git submodule update --init --recursive
echo Initializing Module
git submodule add -f git://github.com/JakeWharton/ActionBarSherlock.git external-libs\ActionBarSh... | oasis2008/GTalkSMS-1 | initProject.bat | bat | gpl-3.0 | 456 |
mingw-get --help
mingw-get source
mingw-get remove msys-libintl
mingw-get install msys-libintl
mingw-get --reinstall install msys-libintl
mingw-get update
mingw-get upgrade
cd %HOME%/local/tests
call test_openmp.bat
:: Manual extract
cd C:\MinGW\var\cache\mingw-get\packages
7z x libintl-0.18.3.2-1-mingw32-dll-8.... | Erotemic/local | init/_freshstart-win/init_mingw.bat | bat | gpl-3.0 | 416 |
..\yafu-x64.exe factor(65453637459381111885198811211520302619172225361929424640503140562028284452523012121811111413242229967855624960451829383537598953548575881828345547330346069889322777641187811213598110111128995243111123109129752061651201762002867) -threads 4 -ecm_path ..\ecm\ecm.exe -ggnfs_dir ..\ggnfs\
pause | heliwave/QuranCode | PrimeCalculator/Tools/examples/C227.bat | bat | gpl-3.0 | 314 |
::arguements:registry key
@echo off
set key=%1%
::reg add %key% /v AUOptions /t REG_DWORD /d 3 /f
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\WindowsUpdate\Auto Update" /v AUOptions /t REG_DWORD /d 3 /f
| pmanwatkar/puppetModules | actions/files/ProcessHandlingWindows/windows_update_check.bat | bat | gpl-3.0 | 235 |
START cmd /k "python .\bin\bzrflag --world=maps/four_ls.bzw --friendly-fire --red-port=50100 --green-port=50101 --purple-port=50102 --blue-port=50103 $@ &"
C:\Windows\System32\ping.exe 192.0.2.2 -n 1 -w 3000 > nul
START cmd /c "python bzagents\PFAgent.py localhost 50100"
START cmd /c "python bzagents\PFAgent.py localho... | adamjchristiansen/CS470 | runGame_allPFs.bat | bat | gpl-3.0 | 448 |
@echo off
rem if you do not have UPX ( http://upx.sf.net ), just ignore
rem the UPX error messages. Binaries will be bigger but working.
rem uncomment the following line to get the debug version
rem goto debugv
goto normalv
rem Options mean:
rem DEBUGNB to see when cache becomes full
rem REDIRBUG if redir... | joyent/sdcboot | freedos/source/lbacache/makefile.bat | bat | mpl-2.0 | 1,928 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
:: Contact: http://www.qt-project.org/legal
::
:: This file is part of the tools applications of the Qt Toolkit.
::
:: $QT_BEGIN_LICENSE:LGPL$
:: Commercial License Usage
:: Lice... | sicily/qt4.8.4 | bin/setcepaths.bat | bat | lgpl-2.1 | 8,489 |
@echo off
REM ********************************************************************
REM
REM newproject.bat
REM
REM This windows batch script generates a set of gameplay project files.
REM The new project will be based of the template project and
REM it will be generated with the name and location that is specified
REM... | reven86/GamePlay | newproject.bat | bat | apache-2.0 | 9,434 |
@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... | n1ywb/webdlmon-backend | doc/make.bat | bat | bsd-2-clause | 5,116 |
@echo off
REM Usage: TestPublish.bat org1owner1@fr.ibm.com Passw0rd!
@rem Licensed Materials - Property of IBM
@rem
@rem Copyright IBM Corp. 2017, 2019 All Rights Reserved.
@rem
@rem US Government Users Restricted Rights - Use, duplication or
@rem disclosure restricted by GSA ADP Schedule Contract with
@rem IBM Corp.
... | ADesprets/apic_scripts | src/windows/V5/TestPublishV5.bat | bat | bsd-2-clause | 3,132 |
@echo off
"c:\l\j\play\play.bat" %*
| greenlaw110/winenv | alias/play.bat | bat | bsd-2-clause | 45 |
@echo off
SETLOCAL
IF #%1 == # GOTO :NOFILE
SET testID=%1
SET testName=test%testID%
IF #%2 NEQ # GOTO :BADCANRY
SET cppName=tests/%testName%.cpp
g++ --std=gnu++14 -I. -I./bits -DTEST_NAME=%testName% %cppName% && a
GOTO :EOF
:NOFILE
ECHO Should give a test name, e.g. test1
EXIT /B 255
:BADCANRY
ECHO Don't know wh... | alzwded/ConstExprShenanigans | test.bat | bat | bsd-2-clause | 365 |
set DISTUTILS_USE_SDK=1
set ZMQ=%LIBRARY_PREFIX%
"%PYTHON%" -m pip install . "--install-option=--zmq=%ZMQ%"
if errorlevel 1 exit 1
| jjhelmus/berryconda | recipes/pyzmq/bld.bat | bat | bsd-3-clause | 139 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.