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 |
|---|---|---|---|---|---|
rem build VS 2013 64/32 bit
call build_win 2013 x64
call build_win 2013 x86
rem build VS 2015 64/32 bit
call build_win 2015 x64
call build_win 2015 x86 | PopCap/GameIdea | Engine/Source/ThirdParty/libcurl/build/Windows/build_win_all.bat | bat | bsd-2-clause | 151 |
@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -d output_buffering=0 PEAR\go-pear.phar -c php-pear.ini
pause
| brandonweis/Mapeer_yii_dev | framework/php/go-pear.bat | bat | bsd-3-clause | 102 |
@ECHO OFF
REM Invokes an F# script. The script file path must be the first argument.
REM (Knows where to find things to invoke it.)
SETLOCAL
REM For the very silly build server which stumbles over %whatever% when it doesn't
REM know what it is:
REM Put F# path first so it overrides other installations.
set FSHARP_PA... | SoundMetrics/aris-file-sdk | file-utility-code/run-fsi.cmd | bat | mit | 450 |
cmd_/work/arm_fsl_gcc_4.4.4_multilib/arm-fsl-linux-gnueabi/multi-libs/usr/include/linux/netfilter_bridge/.install := perl /work/arm-toolchains/tmp/src/linux-2.6.31.14/scripts/headers_install.pl /work/arm-toolchains/tmp/src/linux-2.6.31.14/include/linux/netfilter_bridge /work/arm_fsl_gcc_4.4.4_multilib/arm-fsl-linux-gnu... | chrnueve/udooImaxdi | arm-fsl-linux-gnueabi/arm-fsl-linux-gnueabi/multi-libs/usr/include/linux/netfilter_bridge/..install.cmd | bat | gpl-2.0 | 969 |
cmd_drivers/usb/core/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/core/built-in.o drivers/usb/core/usbcore.o
| EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/drivers/usb/core/.built-in.o.cmd | bat | gpl-2.0 | 131 |
chocolatey feature enable -n=allowGlobalConfirmation
choco install BoxStarter
choco install git
chocolatey feature disable -n=allowGlobalConfirmation
| fredcy/elm-format | package/win/shell/InstallPackages.bat | bat | bsd-3-clause | 150 |
@echo off
net stop UlteriusServer
net start UlteriusServer | StrikeOrg/ulterius-server | restartservice.bat | bat | gpl-2.0 | 58 |
@echo off
REM ****************************************************************************
REM
REM Author : Malcolm Smith, MJ freelancing
REM http://www.mjfreelancing.com
REM
REM Pre-requisites: \Lib\Protocols\ZLib must contain the ZLIB OBJ files
REM \Lib\System contains the projec... | DomenicoMammola/Mommon | thirdparties/Indy10/Fullc_4.bat | bat | mpl-2.0 | 7,072 |
REM go to the folder of the current script
pushd %~p0
cd ..
cd opencv
git clean -d -fx ""
cd ..
cd opencv_contrib
git clean -d -fx ""
cd ..
cd opencv_extra
git clean -d -fx ""
cd ..
cd Emgu.CV.Extern
cd cvblob
cd libcvblob
git clean -d -fx ""
cd ..
cd ..
cd tesseract
cd libtesseract
cd tesseract-ocr.git
git c... | Lutske/EMGU_CV | miscellaneous/git-clean.bat | bat | gpl-3.0 | 390 |
@setlocal enabledelayedexpansion
REM Parse Arguments.
set AnalyzersRoot=%~dp0
set BuildConfiguration=Debug
:ParseArguments
if "%1" == "" goto :DoneParsing
if /I "%1" == "/?" call :Usage && exit /b 1
if /I "%1" == "/debug" set BuildConfiguration=Debug&&shift&& goto :ParseArguments
if /I "%1" == "/release" set BuildCon... | mavasani/roslyn-analyzers | tools/AnalyzerCodeGenerator/template/cibuild.cmd | bat | apache-2.0 | 1,139 |
::*****************************************************************************
:: ALX - Skies of Arcadia Legends Examiner
:: Copyright (C) 2022 Marcel Renner
::
:: This file is part of ALX.
::
:: ALX is free software: you can redistribute it and/or modify it under the
:: terms of the GNU General Public Licen... | Taikocuya/ALX | bin/restorebackup.cmd | bat | gpl-3.0 | 970 |
@echo off
REM
REM Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
REM
REM This code is free software; you can redistribute it and/or modify it
REM under the terms of the GNU General Public License version 2 only, as
REM publi... | lizhekang/TCJDK | sources/openjdk8/hotspot/make/windows/build.bat | bat | gpl-2.0 | 3,650 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.6
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already i... | jjpinto/jjpinto.github.io | deploy.cmd | bat | mit | 2,447 |
@echo off
cd C:/Users/%username%/Desktop
echo This only works if the first and second folder have no spaces :(
set /p mainfolder= "What is the main folder called (on desktop)? "
for /f "usebackq" %%m in (`dir /b %CD%\%mainfolder%`) do (
copy "%CD%\%mainfolder%\%%m\*.*" "%CD%/%mainfolder%"
)
pause | Mysterypancake1/Source-Fun | batch/extractor.bat | bat | mit | 312 |
set size=300
set text=(train_file's name,e.g. enwiki2014)
set read_vocab=(vocab's Directory string,e.g. "C:\Users\Leif\dataset\enwiki2014_vocab.txt")
set train_file=(train_file's Directory string,e.g. "C:\Users\Leif\dataset\enwiki2014")
set binary=1
set cbow=1
set alpha=0.01
set epoch=20
set window=5
set sample=0
set h... | fiberleif/LightDWE | example/run.bat | bat | mit | 964 |
@echo off
@rem Set the device you want to build for to 1
@rem Use Pixi to allow running on either device
set PRE=0
set PIXI=1
set DEBUG=0
@rem List your source files here
set SRC=cexec.cpp
@rem List the libraries needed
set LIBS=-lSDL -lpdl
@rem Name your output executable
set OUTFILE=cexec
if %PRE% equ 0 if %PIXI%... | error454/TouchPlayer | cexec/buildit.cmd | bat | mit | 901 |
@echo off
..\DelphiProtocolBuffer\dpbp -fPnEf ql2.proto
..\DelphiProtocolBuffer\dpbp -fPnEf -i. ql2_extensions.proto
pause | wyrover/TRethinkWire | ql2.cmd | bat | mit | 125 |
@echo off
build setupDatabase | uncas/hibes | ClickToSetupDatabase.bat | bat | mit | 30 |
rst2html.py README.rst temp\README.html
| veblush/PyAuParser | README.bat | bat | mit | 40 |
defaultconfig\subwcrev.exe .. ".\defaultconfig\svnrevtemplate.h" ".\userconfig\svnrev.h"
exit 0
| piorrro33/psxjin | psxjin/Win32/defaultconfig/SubWCRev.bat | bat | gpl-2.0 | 96 |
@echo off
cd /d "%~dp0"
setlocal
call variables
set BACKUP="%adalid_dir%\source\documents\sql\postgresql\meta-javadoc.sql"
set BACKUP
set DBNAME="metajavadoc"
set DBNAME
set PGCOPT=--host localhost --port 5432 --username "postgres" --no-password
set PGCOPT
set PGEXE1="%ProgramFiles%\PostgreSQL\9.3\bin\pg_dump... | proyecto-adalid/adalid | source/development/resources/scripts/metajavadoc-backup.bat | bat | gpl-2.0 | 1,304 |
cmd_arch/arm/lib/testclearbit.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.testclearbit.o.d -nostdinc -isystem /home/keyur/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/keyur/latest/arch/arm/include -Iinclude -include include/ge... | venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | arch/arm/lib/.testclearbit.o.cmd | bat | gpl-2.0 | 1,765 |
cmd_/home/david/ndas4linux/3.3.4/build_x86_64_linux/ndas-3.3.4.x86_64/ndas_sal.ko := ld -r -m elf_x86_64 -T /usr/src/kernels/3.3.4-5.fc17.x86_64/scripts/module-common.lds --build-id -o /home/david/ndas4linux/3.3.4/build_x86_64_linux/ndas-3.3.4.x86_64/ndas_sal.ko /home/david/ndas4linux/3.3.4/build_x86_64_linux/ndas-3.3... | iocellnetworks/ndas4linux | 3.3.4/build_x86_64_linux/ndas-3.3.4.x86_64/.ndas_sal.ko.cmd | bat | gpl-2.0 | 422 |
cmd_arch/arm/lib/strchr.o := arm-linux-gcc -Wp,-MD,arch/arm/lib/.strchr.o.d -nostdinc -isystem /opt/FriendlyARM/toolschain/4.4.3/lib/gcc/arm-none-linux-gnueabi/4.4.3/include -Iinclude -I/opt/Kernel_Study/linux-2.6.32.2/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s3c... | kaylorchen/Linux_for_mini2440 | arch/arm/lib/.strchr.o.cmd | bat | gpl-2.0 | 1,877 |
C:\Programmi\Plink.exe root@192.168.0.30 -pw fegato349217 /home/pi/scripts/endroc.sh
@echo off
pause | ilplasticomodulare/RocPiLCD | StopRocrail.bat | bat | gpl-2.0 | 100 |
cmd_drivers/ata/libahci.o := arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/ata/.libahci.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... | srinugnt2000/linux-2.6.37 | drivers/ata/.libahci.o.cmd | bat | gpl-2.0 | 28,107 |
set PATH=%PATH%;c:\bcc55\bin
set WXWIN=d:\wx231
set BCCDIR=c:\bcc55
| Lukc/ospace-lukc | updater/src/bccenv.bat | bat | gpl-2.0 | 68 |
cl fib4MT.c | starqiu/Virus | HW/2/fib4MT.bat | bat | gpl-2.0 | 11 |
cmd_sound/core/seq/snd-seq-device.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o sound/core/seq/snd-seq-device.o sound/core/seq/seq_device.o
| avareldalton85/rpi2-linux-rt | sound/core/seq/.snd-seq-device.o.cmd | bat | gpl-2.0 | 205 |
cmd_sound/pci/ac97/built-in.o := rm -f sound/pci/ac97/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/ac97/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/pci/ac97/.built-in.o.cmd | bat | gpl-2.0 | 174 |
cmd_net/ipv4/proc.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,net/ipv4/.proc.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__ -mlittle-endi... | yohanes/Acer-BeTouch-E130-Linux-Kernel | net/ipv4/.proc.o.cmd | bat | gpl-2.0 | 28,341 |
cmd_drivers/media/common/siano/built-in.o := rm -f drivers/media/common/siano/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/media/common/siano/built-in.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/media/common/siano/.built-in.o.cmd | bat | gpl-2.0 | 255 |
cmd_net/netfilter/xt_limit.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/netfilter/xt_limit.ko net/netfilter/xt_limit.o net/netfilter/xt_limit.mod.o
| avareldalton85/rpi2-linux-rt | net/netfilter/.xt_limit.ko.cmd | bat | gpl-2.0 | 259 |
cmd_sound/soc/au1x/built-in.o := rm -f sound/soc/au1x/built-in.o; /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ar rcs sound/soc/au1x/built-in.o
| dalinaum/studyak | sound/soc/au1x/.built-in.o.cmd | bat | gpl-2.0 | 164 |
@rem Running this script will remove all Eclipse project files (folders named
@rem .settings and files named .classpath) from the repository. Even though we gitignore
@rem these files, being able to remove them locally comes in handy e.g. when having
@rem changed the repository/project structure and wanting to ... | langmo/youscope | resources/helper/removeEclipseProjectFiles.bat | bat | gpl-2.0 | 461 |
@ECHO OFF
del *.exe
del *.mak
set UDIRX= %CD%
cd ..\..\execs\
move SPHYSICSgen_2D.exe ..\execs.bak
cd ..\source\SPHYSICSgen2D
del *.exe
mk32 -f SPHYSICSgen_ftn95.mak clean
mk32 -f SPHYSICSgen_ftn95.mak
IF EXIST SPHYSICSgen_2D.exe (
ECHO.
ECHO SPHYSICSGEN compilation Done=yes
ECHO.
copy... | slitvinov/sphysics2d | run_directory/Case1/Case1_windows_ftn95.bat | bat | gpl-3.0 | 1,802 |
#!/bin/bash -x
#SBATCH --job-name=test4x4x4x4_tm_light_1000_1
#SBATCH --mail-type=FAIL,END
#SBATCH --mail-user=bartosz_kostrzewa@fastmail.com
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1
#SBATCH --mem_bind=verbose
#SBATCH --time=24:00:00
#SBATCH --mem=64200
#SBATCH --gres=gpu:kepler:1
#SBATCH... | maowerner/sLapH-contractions | tests/integration-L4-new/tm_light/cnfg1000/rnd_vec_01/job.slurm.1000_01.cmd | bat | gpl-3.0 | 1,176 |
@echo off
if exist "%PROGRAMFILES(X86)%" (set swt="lib\swt-win64.jar") else (set swt="lib\swt-win.jar")
echo Using %swt% ...
if %1==compile javac -cp .;%swt% -d . *.java
if %1==run java -cp .;%swt% com.github.redhatter.whitehouse.WhiteHouse | tomatrow/WhiteHouse | build.bat | bat | gpl-3.0 | 240 |
make html
pause
| m48/sgl | docs/make-shortcut.bat | bat | gpl-3.0 | 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... | BlueHouseLab/sms-openapi | docs/make.bat | bat | apache-2.0 | 6,733 |
echo on
protogen -i:NFDefine.proto -o:NFDefine.cs
protogen -i:NFMsgBase.proto -o:NFMsgBase.cs
protogen -i:NFMsgPreGame.proto -o:NFMsgPreGame.cs
protogen -i:NFMsgShare.proto -o:NFMsgShare.cs
protogen -i:NFSLGDefine.proto -o:NFSLGDefine.cs
protogen -i:NFFleetingDefine.proto -o:NFFleetingDefine.cs
protogen -i:NFMsgURl.pro... | WizardVan/VanFrame | VFComm/VFMessageDefine/cs.bat | bat | apache-2.0 | 397 |
java -jar jfaceApp.jar | geosmart/jface-maven | bin/run.bat | bat | apache-2.0 | 22 |
set CLASSPATH=.;lib\repsi-tool.jar;lib\commmons-cli-1.0.jar;lib\commmons-math-1.1.jar;lib\jxl.jar;lib\ojdbc14.jar
set REPSI_JAVA_HOME=%JAVA_HOME_5%
%REPSI_JAVA_HOME%\bin\java -jar lib\repsi-tool.jar -mode result_cn -efn out\CalibrationData.xls
pause
| walter-weinmann/repsi-tool | REPSI_Tool_02.00_Development/bin/Std_4_Result_Calibration.bat | bat | apache-2.0 | 252 |
@echo off
REM
REM RemotePhotoTool - remote camera control software
REM Copyright (c) 2008-2020 Michael Fink
REM
REM Downloads libgphoto2 and compiles it
REM
REM set this to the filename of the file to download
set PREFIX=libgphoto2-2_5_26
REM set this to your Visual Studio installation folder
set VSINSTALL=%ProgramFi... | vividos/RemotePhotoTool | build/build_libgphoto2.cmd | bat | bsd-2-clause | 1,868 |
@echo off
rem Edit the username and password in the FTP script below, point it at a Linux
rem account with an empty default directory and the script will create the necessary
rem directory structure and then upload all required files.
rem
rem After the script completes:
rem
rem 1. Log in to the Linux account... | SteveIves/SqlReplicationIoHooks | SendToLinux.bat | bat | bsd-2-clause | 2,096 |
@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... | balbinot/genkai | docs/make.bat | bat | bsd-3-clause | 6,459 |
cmd_drivers/spi/spidev.ko := /home/friedrich420/kernel/arm-eabi-5.2-A15/bin/arm-eabi-ld -EL -r -T /home/friedrich420/kernel/note4/KernelN910P-5_1_1SOURCE4_LINUXUPDATES/scripts/module-common.lds --build-id -o drivers/spi/spidev.ko drivers/spi/spidev.o drivers/spi/spidev.mod.o
| friedrich420/Sprint-Note-4-Android-5.1.1-Kernel | drivers/spi/.spidev.ko.cmd | bat | gpl-2.0 | 278 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\sequelize\bin\sequelize" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\sequelize\bin\sequelize" %*
) | arnaudcoquelet/myInventory | node_modules/sequelize-mysql/node_modules/.bin/sequelize.cmd | bat | gpl-2.0 | 188 |
propeller-elf-gcc -mlmm -o TrigPack.elf TrigPack.c main.c
propeller-load -r -t TrigPack.elf
| dbetz/propgcc-demos | forumists/Reinhard/TrigPack/mk.bat | bat | mit | 101 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "License... | adriancmiranda/flash-compiler | ApacheFlexSDK4/bin/fcsh.bat | bat | apache-2.0 | 973 |
REM This file should be executed from the command line prior to the first
REM build. Copies all the required files from their location within the standard
REM FreeRTOS directory structure to under the Atmel Studio project directory.
REM Standard paths
SET FREERTOS_SOURCE=..\..\Source
SET COMMON_SOURCE=..\Common\minima... | Lindem-Data-Acquisition-AS/TM4C129-discontinued | libraries/FreeRTOSv8.0.1/FreeRTOS/Demo/CORTEX_ATSAM3X_Atmel_Studio/CreateProjectDirectoryStructure.bat | bat | gpl-2.0 | 2,511 |
SET TMP=C:\Temp
SET TEMP=C:\Temp
SET UVEXE=C:\Keil\UV4\UV4.EXE
%UVEXE% -rb arm_cortexM0x_math.uvproj -t"DSP_Lib CM0 LE" -o"DSP_Lib CM0 LE.txt"
%UVEXE% -rb arm_cortexM3x_math.uvproj -t"DSP_Lib CM3 LE" -o"DSP_Lib CM3 LE.txt"
%UVEXE% -rb arm_cortexM4x_math.uvproj -t"DSP_Lib CM4 LE" -o"DSP_Lib CM4 LE.txt"
%UVEX... | BitBangedFF/odometry-module | vendor/STM32F4-Discovery_FW_V1.1.0/Libraries/CMSIS/DSP_Lib/Source/GCC/arm_cortexMx_math_Build.bat | bat | mit | 404 |
@echo off
REM test.bat: Test script to launch CDB.exe using the extension
REM with the tests/manual demo project.
REM !qtcreatorcdbext.help
REM !qtcreatorcdbext.assign local.this.m_w=44
REM !qtcreatorcdbext.locals 0
set ROOT=d:\dev\qt4.7-vs8\creator
set _NT_DEBUGGER_EXTENSION_PATH=%ROOT%\lib\qtcreatorcdbext32
set E... | pivonroll/Qt_Creator | src/libs/qtcreatorcdbext/test32.bat | bat | gpl-3.0 | 669 |
@echo off
rem ---------------------------------------------------------------------------
rem Startup script for the tcpmon
rem
rem Environment Variable Prequisites
rem
rem CARBON_HOME Must point at your WSO2 Carbon directory
rem
rem JAVA_HOME Must point at your Java Development Kit installation.
rem
rem... | studentsphere/ApiProxy | wso2am-1.7.0/bin/tcpmon.bat | bat | apache-2.0 | 2,071 |
start msiexec /uninstall setup.msi
| Eun/TestRepo | src/WixSharp.Samples/Wix# Samples/UI/Uninstall.cmd | bat | mit | 36 |
cmd.exe | nolink/os | z_osabin/!cons_nt.bat | bat | mit | 7 |
@echo off
powershell "Start-Process -FilePath powershell.exe -ArgumentList '%~fs0\..\Scripts\Uninstaller.ps1', 'OmniBus.XmlTools' -verb RunAs"
| jdunkerley/AlteryxAddIns | OmniBus.XmlTools/Uninstall.bat | bat | mit | 143 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle_HelloWorld startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS... | verdeairo/Gradle_HelloWorld | build/scripts/Gradle_HelloWorld.bat | bat | mit | 2,351 |
REM Create an instance of LocalDB
"C:\Program Files\Microsoft SQL Server\130\Tools\Binn\SqlLocalDB.exe" create LocalDBL4s
REM Start the instance of LocalDB
REM "C:\Program Files\Microsoft SQL Server\130\Tools\Binn\SqlLocalDB.exe" start LocalDBL4s
REM Gather information about the instance of LocalDB
"C:\Program... | ravalovic/L4S | L4S/database/temp/CreateLDB.bat | bat | mit | 527 |
@taskkill /IM dotnet.exe /F
@cd src
@cd Account
@rd /s /q bin
@rd /s /q obj
@cd ../
@cd AiursoftBase
@rd /s /q bin
@rd /s /q obj
@cd ../
@cd API
@rd /s /q bin
@rd /s /q obj
@cd ../
@cd CDN
@call gulp clean
@rd /s /q dist
@rd /s /q fonts
@rd /s /q node_modules
@rd /s /q lib
@rd /s /q bin
@rd /s /q obj
@cd ../
@cd D... | Aiursoft2018/WebApp | clean.bat | bat | mit | 781 |
node ..\..\node_modules\webpack-cyclic-dependency-checker\src\cli.js ModuleInfo.json & pause & AnalyzeDependencies | Venryx/DebateMap | Tools/Webpack Profiling/AnalyzeDependencies.bat | bat | mit | 114 |
@echo off
node index.js 3000
pause | thePlasm/eavesdropper | start.bat | bat | mit | 34 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.c ..\..\testcasesupport\io.c ..\... | maurer/tiamat | samples/Juliet/testcases/CWE561_Dead_Code/CWE561.bat | bat | mit | 474 |
@ECHO OFF
IF NOT "%~f0" == "~f0" GOTO :WinNT
ECHO.This version of Ruby has not been built with support for Windows 95/98/Me.
GOTO :EOF
:WinNT
set RUBY_COMPAT_VERSION=2.2.0
set RUBY_ARCH=i386-mingw32
set RUBYLIB=%~dp0..\lib\ruby\site_ruby\%RUBY_COMPAT_VERSION%
set RUBYLIB=%RUBYLIB%;%~dp0..\lib\ruby\site_ruby\%RUBY_COM... | loureirorg/rb2exe | bin/traveling-ruby-2.2.2/win/bin/rake.bat | bat | cc0-1.0 | 896 |
set "ERRORS="
call wlog.bat build_bzip.bat ^
&& call wlog.bat build_zlib.bat ^
&& call wlog.bat build_lua.bat ^
&& call wlog.bat build_libxml.bat ^
&& call wlog.bat build_proj.bat ^
&& call wlog.bat build_expat.bat ^
&& call wlog.bat build_libpng.bat ^
&& call wlog.bat build_getopt.bat ^
&& call wlog.bat build_sqlite.... | alex85k/winbuilds | build_all_base.bat | bat | cc0-1.0 | 433 |
IF NOT Exist %CD%\ mkdir %CD%\
FOR /l %%i IN (44,1,46) DO (
ping -a -n 1 10.232.224.%%i
nbtstat -a 10.232.224.%%i
wmic /Output:out%%i.txt /Node:10.232.224. Path Win32_NetworkAdapterConfiguration Get DHCPEnabled,DNSHostName,MACAddress,IPAddress
) > %CD%\results\%%i.txt
| GabrielSorensen/SubnetCheck | SubnetChecker/workingdir/pinger.bat | bat | gpl-2.0 | 285 |
cmd_fs/cifs/cifsfs.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/cifs/.cifsfs.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 | fs/cifs/.cifsfs.o.cmd | bat | gpl-2.0 | 31,007 |
cmd_drivers/usb/gadget/g_android.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/usb/gadget/g_android.o drivers/usb/gadget/android.o drivers/usb/gadget/f_adb.o drivers/usb/gadget/f_mass_storage.o drivers/usb/gadget/u_serial.o drivers/usb/gad... | freebsdmax/gsmart1315_kernel | drivers/usb/gadget/.g_android.o.cmd | bat | gpl-2.0 | 532 |
cmd_drivers/ssb/driver_chipcommon.o := gcc -Wp,-MD,drivers/ssb/.driver_chipcommon.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-declar... | namgk/kernel-tut | drivers/ssb/.driver_chipcommon.o.cmd | bat | gpl-2.0 | 16,765 |
cmd_net/sched/built-in.o := arm-eabi-ld -EL -r -o net/sched/built-in.o net/sched/sch_generic.o
| HCDRJacob/wildfire-kernel | net/sched/.built-in.o.cmd | bat | gpl-2.0 | 100 |
cmd_arch/arm/lib/clearbit.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.clearbit.o.d -nostdinc -isystem /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -Iinclude -I/home/madrocker/Desktop/JetDroid1/kernel-work/ex... | MadRocker/experimental-2.6.29-MadRocker | arch/arm/lib/.clearbit.o.cmd | bat | gpl-2.0 | 1,824 |
cmd_net/netfilter/nf_nat_sip.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/nf_nat_sip.ko net/netfilter/nf_nat_sip.o net/netfilter/nf_nat_sip.mod.o
| ashishtanwer/NFTable-porting-on-Android-Goldfish | net/netfilter/.nf_nat_sip.ko.cmd | bat | gpl-2.0 | 300 |
cmd_net/can/can-bcm.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ld -EL -r -o net/can/can-bcm.o net/can/bcm.o
| chrnueve/udooImaxdi | kernel_oficial_source/net/can/.can-bcm.o.cmd | bat | gpl-2.0 | 125 |
cmd_drivers/hid/hid-twinhan.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/hid/hid-twinhan.ko drivers/hid/hid-twinhan.o drivers/hid/hid-twinhan.mod.o
| avareldalton85/rpi2-linux-rt | drivers/hid/.hid-twinhan.ko.cmd | bat | gpl-2.0 | 263 |
cmd_console-tools/fgconsole.o := gcc -Wp,-MD,console-tools/.fgconsole.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -... | muthumani2/Muthu-busybox | console-tools/.fgconsole.o.cmd | bat | gpl-2.0 | 9,447 |
cmd_net/bridge/netfilter/ebt_802_3.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/bridge/netfilter/ebt_802_3.ko net/bridge/netfilter/ebt_802_3.o net/bridge/netfilter/ebt_802_3.mod.o
| avareldalton85/rpi2-linux-rt | net/bridge/netfilter/.ebt_802_3.ko.cmd | bat | gpl-2.0 | 291 |
echo off
cls
if not "%CORUS_HOME%"=="" goto okCorusHome
CORUS_HOME environment variable not set.
Set this variable to point to your CORUS
installation directory.
goto end
:okCorusHome
if not "%JAVA_HOME%"=="" goto okJavaHome
JAVA_HOME environment variable not set.
Set this variable to point to your Java
installat... | sapia-oss/corus | modules/server/bin/corus.bat | bat | gpl-3.0 | 743 |
@echo off
cmd /k gcc -m32 -Wall -g3 -fverbose-asm -g src/StringMethods.c src/main.c -o SimpleTron.exe | AndrewLaing/CHowToProgramExercises | Chapter12/ex12_29/SimpleTron_version_2.2/oneClickMake.bat | bat | gpl-3.0 | 102 |
@echo off
setlocal EnableDelayedExpansion
set projectdir=%1
set outdir=%2
if not exist %outdir%po (
mkdir %outdir%po
) else (
del /q %outdir%po\*.*
)
for %%i in (%projectdir%eiskaltdcpp\dcpp\*.cpp %projectdir%eiskaltdcpp\dcpp\*.h) do (
@echo %%~fi >> %outdir%po\libeiskaltdcpp_srcs.txt
)
xgettext.exe --add-commen... | tka4ev/eiskaltdcpp-msvc-build | win32/pot-update.bat | bat | gpl-3.0 | 645 |
:: Must have ImageMagick insalled and in PATH
convert CloudVeil-AppLog.png -bordercolor white -border 0 ( -clone 0 -resize 10x10 ) ( -clone 0 -resize 14x14 ) ( -clone 0 -resize 16x16 ) ( -clone 0 -resize 22x22 ) ( -clone 0 -resize 24x24 ) ( -clone 0 -resize 32x32 ) ( -clone 0 -resize 40x40 ) ( -clone 0 -resize 48x48 ) ... | cloudveiltech/Citadel-Windows | MakeLogoIcon.cmd | bat | mpl-2.0 | 758 |
@echo off
:#*****************************************************************************
:# *
:# Filename configure.msvc.bat *
:# ... | JFLarvoire/the_silver_searcher | src/configure.win32.bat | bat | apache-2.0 | 2,988 |
cmd_networking/ping.o := gcc -Wp,-MD,networking/.ping.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.25.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototyp... | rennman/copfvtci | build/busybox-1.25.1/networking/.ping.o.cmd | bat | apache-2.0 | 10,514 |
@echo off
rem ---------------------------------------------------------------------------
rem Run script for the OpenJMS examples
rem
rem Required Environment Variables
rem
rem JAVA_HOME Points to the Java Development Kit installation.
rem
rem Optional Environment Variables
rem
rem OPENJMS_HOME ... | SLAsticSPE/slastic | bin/openjms-0.7.7-beta-1/examples/basic/run.bat | bat | apache-2.0 | 2,354 |
@echo off
if '%1'=='' goto Usage
if '%2'=='' goto Usage
set CS=%1
set StoreName=%2
set BlobList=%TEMP%\%RANDOM%.txt
set BlobDir=%~dp0\blobs
set ErrorLog=%~dp0\errors.log
if exist %BlobDir% rmdir /q /s %BlobDir%
mkdir %BlobDir%
dview -cs "%CS%" -t cloud -s "%StoreName%" -c list -q >%BlobList% 2>>%ErrorLog%
if errorle... | chinnurtb/OpenAdStack | Utilities/Scripts/ConvertBase64BlobsToBinary.cmd | bat | apache-2.0 | 1,179 |
call mvn install:install-file -Dfile=sfntly-0.0.1-SNAPSHOT.jar -DgroupId=com.github.sfntly -DartifactId=sfntly -Dversion=0.0.1-SNAPSHOT -Dpackaging=jar -DgeneratePom=true | windwardadmin/android-awt | dep/install-jars-to-mvn.bat | bat | apache-2.0 | 170 |
set absPath=%cd%
set sub1=\Server\BadgingServer
set BadgingServer=%absPath%%sub1%
START cmd.exe /k "cd %BadgingServer% & Launch.bat"
| DEKHTIARJonathan/BilletterieUTC | badgingServer/LaunchServer.bat | bat | apache-2.0 | 135 |
for /f "delims== tokens=1,2" %%G in (filelocations.txt) do set %%G=%%H
for /f "delims== tokens=1,2" %%G in (versionnames.txt) do set %%G=%%H
del "%resourcepacks%\%v1.12%.zip.bak"
ren "%resourcepacks%\%v1.12%.zip" "%v1.12%.zip.bak"
cd "Java 1.12"
"C:\Program Files (x86)\7-Zip\7z.exe" a -y -tzip "..\%resourcepacks%\%v1.1... | fiftywalrus/SmoothOperator | Build Java 1.12.bat | bat | artistic-2.0 | 337 |
@echo off
cwb transform .\data\nvd.all.json.gz -f nvd.all -s 1 --overwrite & cwb train nvd.all.training.tsv nvd.all.test.tsv nvd.44000.model.gz | OSSIndex/CWEBot | StanfordTrainNVDAll.cmd | bat | bsd-3-clause | 143 |
REM edited from the one from Anaconda
REM Build step
jom -f makefile.msc lib bzip2
if errorlevel 1 exit 1
REM Install step
copy libbz2.lib %LIBRARY_LIB%\libbz2_static.lib || exit 1
REM Some packages expect 'bzip2.lib', so make another copy
copy libbz2.lib %LIBRARY_LIB%\bzip2_static.lib || exit 1
copy bzlib.... | jjhelmus/berryconda | recipes/bzip2/bld.bat | bat | bsd-3-clause | 786 |
@echo off
call configuration.bat
qmake -spec win32-msvc2010 -tp vc unittests.pro
qmake -spec win32-msvc2010 -tp vc monoprog.pro
| getopenmono/appveyor-test-1 | setup.bat | bat | mit | 130 |
"C:\Program Files (x86)\Apache Software Foundation\Apache2.2\bin\ab" -n 100 -c 16 http://localhost:81/test.aspx
pause | gigi81/sharpfastcgi | stress_test.bat | bat | mit | 117 |
@echo off
REM Change into the seattle_repy directory.
FOR /F "tokens=*" %%A IN ('cd') DO SET OrigDir=%%A
SET TargetPath=%~f0
SET seattle_repyDir=%TargetPath:install.bat=seattle_repy%
cd %seattle_repyDir%
install.bat %*
cd %OrigDir% | SeattleTestbed/dist | script_wrappers/win/install.bat | bat | mit | 242 |
cmd_arch/arm/kernel/entry-common.o := /home/adam/android/kernel_dev/samsung/espressovzw/scripts/gcc-wrapper.py arm-eabi-gcc -Wp,-MD,arch/arm/kernel/.entry-common.o.d -nostdinc -isystem /home/adam/android/prebuilts/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/adam/android/ke... | BigBot96/android_kernel_samsung_espressovzw | arch/arm/kernel/.entry-common.o.cmd | bat | gpl-2.0 | 4,260 |
cmd_fs/reiserfs/lbalance.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/reiserfs/.lbalance.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 ... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/reiserfs/.lbalance.o.cmd | bat | gpl-2.0 | 18,071 |
@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... | AlexRobson/nilm_metadata | docs/make.bat | bat | apache-2.0 | 6,722 |
@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%
... | perone/protocoin | docs/make.bat | bat | bsd-3-clause | 5,111 |
@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... | frozencemetery/python-gssapi | docs/make.bat | bat | isc | 6,724 |
@echo off
setlocal enableDelayedExpansion
set thisdir=%~dp0
pushd..
cd %thisdir%..
set rootdir=%cd%
popd
rem taskkill /F /IM "node.exe" > killed.log 2>&1
echo =================================================== >> scripted.log
echo launching node again: %DATE% %TIME% >> scripted.log
set arg=%1
set identifiers=%arg:... | sirspock/scripted_token | bin/debug.bat | bat | epl-1.0 | 692 |
@echo off
for %%? in ("%~dp0.") do set PROJECT=%%~n?
call "%~dp0\..\sbt.bat" "project %PROJECT%" %*
| mlegac/etb | util/sbt.bat | bat | unlicense | 107 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\typings\dist\bin\typings.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\typings\dist\bin\typings.js" %*
) | raml-org/raml-dotnet-parser-2 | source/Raml.Parser/node_modules/raml-1-0-parser/node_modules/.bin/typings.cmd | bat | apache-2.0 | 196 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.