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 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... | synthicity/orca | docs/source/make.bat | bat | bsd-3-clause | 6,697 |
if exist Install rmdir /s /q Install
if exist smbus.cat del /f /s /q smbus.cat
| YanVugenfirer/virtio-win-arm | Q35/clean.bat | bat | bsd-2-clause | 79 |
::
:: Microsoft Azure SDK for Net - Generate library code
:: Copyright (C) Microsoft Corporation. All Rights Reserved.
::
@echo off
set autoRestVersion=0.17.0-Nightly20160704
if "%1" == "" (
set specFile="https://raw.githubusercontent.com/Azure/azure-rest-api-specs/master/arm-graphrbac/compositeGraphRbacManagementC... | AzCiS/azure-sdk-for-net | src/SDKs/Graph.RBAC/Graph.RBAC/generate.cmd | bat | mit | 607 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PA... | paulproteus/django | docs/make.bat | bat | bsd-3-clause | 4,830 |
@ECHO ON
SET LOC_PATH=%CD%
SET FILES=%LOC_PATH%\libcdio_d.txt
CALL dlextract.bat libcdio %FILES%
cd %TMP_PATH%
xcopy libcdio-0.83-win32\include\* "%CUR_PATH%\include\" /E /Q /I /Y
copy libcdio-0.83-win32\lib\libcdio.dll.lib "%CUR_PATH%\lib\" /Y
copy libcdio-0.83-win32\bin\libcdio-13.dll "%XBMC_PATH%\project\Win32Bu... | plexinc/plex-home-theater-public | project/BuildDependencies/scripts/libcdio_d.bat | bat | gpl-2.0 | 687 |
setMode -bscan
setCable -p auto
identify
assignfile -p 3 -file implementation/download.bit
program -p 3
quit
| rhuitl/uClinux | vendors/Insight/XC2VP7_Microblaze/hardware/etc/download.cmd | bat | gpl-2.0 | 115 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.3
:: ----------------------
:: 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... | samofab/git4diff | deploy.cmd | bat | isc | 3,301 |
@php -r "include 'yks/cl.php';" %* | 131/yks | rsrcs/bin/clyks.bat | bat | mit | 34 |
%CLOSURE_PATH%/closure/bin/build/closurebuilder.py --root=%CLOSURE_PATH% --root=../src/animations --root=../src/cameras --root=../src/controllers --root=../src/config --root=../src/core --root=../src/utils --root=../src/events --root=../src/file --root=../src/graphics --root=../src/input --root=../src/lights --root=..... | tparisi/Skybox | engine/utils/compile-debug.bat | bat | mit | 629 |
g++ %1/*.cpp -I%1 -lkernel32 -lGdi32 -lWinmm -g -o gui_d.exe | CaiusTSM/gui | build_debug.bat | bat | mit | 60 |
@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... | myles/python-wp | docs/make.bat | bat | mit | 6,707 |
putty -D 4096 -N -load "AWS VPN, FTP Servers"
| earthperson/ShellNotes | SOCKS.bat | bat | mit | 46 |
@echo off
call nome.bat
gdb ../../bin/%nome% | lucchesi/jogoascii | template/scripts_win/debugar.bat | bat | mit | 44 |
ECHO APPVEYOR_REPO_BRANCH: %APPVEYOR_REPO_BRANCH%
ECHO APPVEYOR_REPO_TAG: %APPVEYOR_REPO_TAG%
ECHO APPVEYOR_BUILD_NUMBER : %APPVEYOR_BUILD_NUMBER%
ECHO APPVEYOR_BUILD_VERSION : %APPVEYOR_BUILD_VERSION%
CALL "%WINDIR%\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" build\package.proj | leekelleher/umbraco-environment-indicator | build-appveyor.cmd | bat | mit | 284 |
del *.tpu
del *.obj
del *.exe
| michaelcmartin/bumbershoot | dos/hat/clean.bat | bat | mit | 30 |
rem MakeDriver32.bat 2009-08-13 AgF
rem Makes 32 bit driver for access to MSR registers
rem System requirements:
rem Windows 2000 or NT or later needed to run this driver.
rem Tools needed for building this driver:
rem Windows Driver Kit (WDK) 7.0.0
rem Note that you need the 64-bit... | wbminera1/Framework | MSRDriver/MakeDriver32.bat | bat | mit | 1,202 |
..\.nuget\nuget pack | FreekPaans/PagePerformanceInsights | nuget/pack.bat | bat | mit | 20 |
cmd_drivers/staging/qcache/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o drivers/staging/qcache/built-in.o drivers/staging/qcache/qcache.o ; scripts/mod/modpost drivers/staging/qcache/built-in.o
| lindsaytheflint/stone | drivers/staging/qcache/.built-in.o.cmd | bat | gpl-2.0 | 280 |
cmd_drivers/mtd/tests/built-in.o := rm -f drivers/mtd/tests/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD drivers/mtd/tests/built-in.o
| chrnueve/udooImaxdi | kernel_oficial_source/drivers/mtd/tests/.built-in.o.cmd | bat | gpl-2.0 | 161 |
cmd_fs/utimes.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/.utimes.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 -Wstrict-prot... | b8e5n/KTG-kernel_es209ra | fs/.utimes.o.cmd | bat | gpl-2.0 | 23,611 |
cmd_arch/arm/kernel/sleep.o := /home/flint/src_pf2/StoneK_10.4.16.8/scripts/gcc-wrapper.py /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-gcc -Wp,-MD,arch/arm/kernel/.sleep.o.d -nostdinc -isystem /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-... | lindsaytheflint/stone | arch/arm/kernel/.sleep.o.cmd | bat | gpl-2.0 | 4,079 |
cmd_drivers/usb/gadget/usb_f_ecm_subset.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/gadget/usb_f_ecm_subset.o drivers/usb/gadget/f_subset.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/usb/gadget/.usb_f_ecm_subset.o.cmd | bat | gpl-2.0 | 248 |
cmd_net/can/can-gw.o := /home/chiehyang/PandaBoard-LinuxKernel/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/bin/arm-linux-gnueabihf-ld -EL -r -o net/can/can-gw.o net/can/gw.o
| domintech/PandaBoard-LinuxKernel | net/can/.can-gw.o.cmd | bat | gpl-2.0 | 192 |
setlocal
call tools\set_version.bat 0x0620
call "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x64
msbuild.exe netkvm.vcxproj /t:clean /p:Configuration="Win8 Release" /P:Platform=x64
msbuild.exe netkvm.vcxproj /t:sdv /p:inputs="/clean" /p:Configuration="Win8 Release" /P:platform=x64
msbuild.exe ... | softvision-ionutganju/test | NetKVM/create_dvl_log.cmd | bat | gpl-2.0 | 645 |
cmd_sound/pci/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o sound/pci/built-in.o sound/pci/ac97/built-in.o sound/pci/ali5451/built-in.o sound/pci/asihpi/built-in.o sound/pci/au88x0/built-in.o sound/pci/aw2/built-in.o sound/pci/ctxfi/built-in.o sound/pci/ca0106/built-in.o sound/pci/cs46xx/built-in.o s... | IndieBeto/StockLP | sound/pci/.built-in.o.cmd | bat | gpl-2.0 | 805 |
call set-http-proxy.bat proxy.dvfu.ru 3128
rem Firebird 3.x needs extra config to be able to connect to 2.x
choco install firebird --version 2.5.7.1000 -y -params "/ClientAndDevTools"
set FIREBIRD_HOME=C:\Program Files\Firebird\Firebird_2_5
setx FIREBIRD_HOME %FIREBIRD_HOME%
mkdir C:\Lang\
rem Need relatively late P... | klenin/cats-judge | install/install-de-pbox.bat | bat | gpl-2.0 | 4,182 |
cmd_fs/aufs/built-in.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/aufs/built-in.o fs/aufs/aufs.o
| doadin/samsung-kernel-msm7x30-Doadin | fs/aufs/.built-in.o.cmd | bat | gpl-2.0 | 145 |
cmd_drivers/staging/zsmalloc/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/staging/zsmalloc/built-in.o drivers/staging/zsmalloc/zsmalloc.o
| IndieBeto/StockLP | drivers/staging/zsmalloc/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_arch/arm/lib/io-writesw-armv4.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.io-writesw-armv4.o.d -nostdinc -isystem /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/i... | freebsdmax/gsmart1315_kernel | arch/arm/lib/.io-writesw-armv4.o.cmd | bat | gpl-2.0 | 1,954 |
::Runs at login will iterate through the list until it finds the correct user
::and will then use their credentials to map the drive
@echo off
for /f "tokens=1,2 delims= " %%a in (C:\windows\pass\userspass.csv) do (
IF %%a==%USERNAME% (
net use u: \\WORKGROUP\%%a %%b /user:%%a /persistent:yes
)
)
| DavidThienProgramming/addUsersMapWorkgroupFolder | Scripts/maplogin.bat | bat | gpl-2.0 | 303 |
cmd_libbb/perror_nomsg.o := gcc -Wp,-MD,libbb/.perror_nomsg.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 -Wstrict-pr... | muthumani2/Muthu-busybox | libbb/.perror_nomsg.o.cmd | bat | gpl-2.0 | 2,272 |
@echo off
setlocal
REM Vrrtep CLI is free software: you can redistribute it and/or modify
REM it under the terms of the GNU General Public Licence as published by
REM the Free Software Foundation, either version 3 of the Licence, or
REM (at your option) any later version.
REM
REM Vrrtep CLI is dis... | tirea/vrrtepcli | Windows/win_src/vrrtepcli.cmd | bat | gpl-3.0 | 3,575 |
@echo off
git add *
git commit -m "auto commit message"
git push origin master | dangernme/Robot | push.bat | bat | gpl-3.0 | 78 |
java -Xmx512m -cp MOEAFramework-2.6\lib\* org.moeaframework.analysis.sensitivity.SobolAnalysis -m 0 -i med_FactorCycleTime.txt -p params.txt -o sobolAnalysis_med_FactorCycleTime.txt -r 1500 | FG-SE/PrePostReviewProcessSimulation | sobolStuff/analyze_med_FactorCycleTime.bat | bat | gpl-3.0 | 189 |
@echo off
echo Gebruik het configuratiepaneel om de gewenste profielen eerst te verwijderen. De bestanden doen we later.
pause
control.exe mlcfg32.cpl
set appdata=%userprofile%\appdata
cd %AppData%\Local\Microsoft\Outlook && del *.* /f /s /q
rem dit is een remark | pieterhouwen/scripts | wintools/outlookreset.bat | bat | gpl-3.0 | 263 |
@echo off
REM Copyright (C) 2007-2019 Crafter Software Corporation. All Rights Reserved.
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 ... | craftercms/docker | scripts/restore.bat | bat | gpl-3.0 | 1,171 |
@set caller=0
@set version2="60012462"
@set version3="6.0.0.12462"
@set sversion2c=1800341
@set sversion3c="1.8.0.0341"
@set tam7z=227328
CLS
if %code%==350-4 (
@set translationof="Dawn of War - Soulstorm"
@set tam="3,47"
@set totaltam=3643723
@set installedsize="61,21"
@set hash=D41828409DDCD882B44DCD3A211DE6CE8D8DACC... | TranslateGames/translategames_server | Service/350-4/update.bat | bat | gpl-3.0 | 51,586 |
cd ..
if not exist "cpuminer-opt-binary" git clone https://github.com/felixbrucker/cpuminer-opt-binary
cd cpuminer-opt-binary
git pull
if not exist "..\autoswitch-miner\bin" mkdir ..\autoswitch-miner\bin
copy /Y cpuminer-core-avx-i.exe ..\autoswitch-miner\bin\cpuminer.exe
copy /Y *.dll ..\autoswitch-miner\bin\
cd ..\au... | felixbrucker/autoswitch-miner | startTemplate.bat | bat | gpl-3.0 | 374 |
cd %~dp0
java -cp @game.name@.jar net.yura.domination.ui.commandline.CommandText %*
| hernol/ConuWar | Game/res_swing/scripts/CommandLine.cmd | bat | gpl-3.0 | 86 |
@echo off
java -jar DeepInspector.jar | mInternauta/Nermis | src/mInternauta.Nermis.DeepInspector/start.bat | bat | gpl-3.0 | 37 |
rem Batch file to execute the wap tool in Windows operating system
rem Copyright (C) 2014 Ibéria Medeiros <ibemed at gmail.com>
rem
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 Found... | asrulhadi/wap | wap.bat | bat | agpl-3.0 | 981 |
@ls -A %*
| kodybrown/dos | la.bat | bat | unlicense | 11 |
@echo off
SETLOCAL
if "x%JAVA_HOME%" == "x" (
echo JAVA_HOME environment variable not available.
set RUN_JAVA=java
) else (
set "RUN_JAVA=%JAVA_HOME%\bin\java"
)
"%RUN_JAVA%" -version 1>nul 2>nul || (
echo JAVA could not be found in your system.
echo Please install Java 1.8 or higher... | emre-aydin/hazelcast | hazelcast/src/main/resources/start.bat | bat | apache-2.0 | 1,683 |
perl phon2words.pl > words.txt
sort --ignore-case words.txt > wordsort.txt
perl equals.pl > dd.txt
| data-bridge/Lists | scripts/run.bat | bat | apache-2.0 | 99 |
@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... | KidEinstein/giraph | docs/make.bat | bat | apache-2.0 | 7,467 |
@echo off
call "%~dp0..\..\..\..\etc\setenv"
"%ORA_HOME%\bin\exp" ddshell/ddshell owner=ddshell file=%~dp0data\ddshell_quickstart.dmp
pause
| ddshell/ddshell | src/quickstart/scripts/oracle/dbexport.bat | bat | apache-2.0 | 145 |
rem Ö´ÐÐant½Å±¾½«¿Í»§¶ËËùÐèÎļþ·Åµ½192.168.1.201
ant -verbose
pause | Gamesjiazhi/rwproject | ResourceWar/LKAutoTools/PublishClient/Publish.bat | bat | apache-2.0 | 69 |
set -n --ucl rootkey.subkey.key newvalue
| allanjude/uclcmd | tests/set_01.cmd | bat | bsd-2-clause | 41 |
@echo off
rem ____________________________
echo Launching hsql server
start ant hsql.server
pause
rem ____________________________
echo Creating the sample database schema
ant database.create
pause
rem ____________________________
echo Initializing the sample data in database
ant database.init
pause
rem ____________... | 10km/sql2java-2-6-7 | first_run.bat | bat | bsd-2-clause | 500 |
@echo off
set DCS_URL=http://localhost:8080/dcs/rest
set RESULT=clusters-from-raw-post.xml
curl %DCS_URL% -# ^
--data-binary @clustering-with-raw-post-data.bin ^
-H "Content-Type: multipart/form-data; boundary=----------------------------f223859fc094" ^
-o %RESULT%
echo Results saved to %RESULT%
| MjAbuz/carrot2 | applications/carrot2-dcs/examples/curl/clustering-with-raw-post.cmd | bat | bsd-3-clause | 314 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASEMAIL.S04_MeetingRequest.MSASEMAIL_S04_TC08_MeetingRequest_Delegate /testcontainer:..\..\MS-ASEMAIL\TestSuite\bin\Debug\MS-ASEMAIL_TestSuite.dll /runconfig:..\..\MS-ASEMAIL\MS-ASEMAIL.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASEMAIL/RunMSASEMAIL_S04_TC08_MeetingRequest_Delegate.cmd | bat | mit | 306 |
for %%i in (*.jpg,*.png,*.pnm) do bmeps -c %%i %%i.eps | deercoder/exp-code | latex/template/hrbeuthesis-read-only/figures/cover.bat | bat | mit | 54 |
@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... | buddhikaDilhan/GSoC_buddhika | connectors/documentum/server-scripts/run.bat | bat | apache-2.0 | 1,903 |
REM Create un-numbered, shorter NTFS hardlinks for Leptonica related library files
REM
REM static libraries
fsutil hardlink create giflib-static-mtdll-debug.lib giflib416-static-mtdll-debug.lib
fsutil hardlink create giflib416d.lib giflib416-static-mtdll-debug.lib
fsutil hardlink create giflibd.lib giflib416-static-mtd... | John-Chan/TesOCR | thirdparty/leptonica/win32-lib-include-v1.68/lib/create_unnumbered_hardlinks.bat | bat | apache-2.0 | 3,220 |
@echo off
REM ==========================================================================
REM
REM File: $RCSfile: xtumlmc_gen_erate.cmd,v $
REM Version: $Revision: 1.11 $
REM Modified: $Date: 2011/05/31 01:46:05 $
REM
REM (c) Copyright 2005-2011 by Mentor Graphics Corp. All rights reserved.
REM
REM =... | john-tornblom/bridgepoint | doc-bridgepoint/process/development-workspace-setup/BridgePointDev/bin/xtumlmc_gen_erate.cmd | bat | apache-2.0 | 2,125 |
@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 "Li... | avidoggy/hadoop-2.2.0-Unix-x64-dist | libexec/hadoop-config.cmd | bat | apache-2.0 | 7,666 |
:: tested only with nsis 2.46
:: this is for testing the installer locally on a windows machine
del /q /s .\install-mapbox-studio.exe
CALL "C:\Program Files (x86)\NSIS\makensis" ^
-V3 ^
-DTARGET_ARCH=x64 ^
-DSOURCE_ROOT=..\ ^
-DOUTPUT_FILE=.\install-mapbox-studio.exe ^
-DVERSION=test ^
mapbox-studio.nsi
::pause | LiveView/mb-tileserver-utlands | scripts/make-installer.bat | bat | bsd-3-clause | 319 |
:retry
@set /p password=Please enter PFX password:
@"C:\Program Files (x86)\Windows Kits\8.1\bin\x64\signtool" sign /v /f D:\Secured\akeo\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 %1 %2 %3 %4
@if ERRORLEVEL 1 goto retry
@set password=
@exit
| hohogpb/rufus | _sign.cmd | bat | gpl-3.0 | 265 |
REM http://webcache.googleusercontent.com/search?q=cache:SjoPPpuQxuoJ:www.tcm.phy.cam.ac.uk/~mr349/cygwin_install.html+install+cygwin+ssh+commandline&cd=2&hl=nl&ct=clnk&gl=be&source=www.google.be
REM create the cygwin directory
cmd /c mkdir %SystemDrive%\cygwin
cmd /c bitsadmin /transfer CygwinSetupExe /download /pri... | jedi4ever/veewee | templates/windows-2008R2-serverstandard-amd64/install-cygwin-sshd.bat | bat | mit | 1,988 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 0.1.11
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js... | halcwb/suave-fsx | deploy.cmd | bat | mit | 3,434 |
for %%n in (*.xml) do OgreXMLConverter %%n
mv *.mesh ..
| merlinblack/Game-Engine-Testbed | media/mesh/xml/convert.bat | bat | mit | 56 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18N... | valgur/metsaregister | docs/make.bat | bat | mit | 6,473 |
xcopy "exercises\*" "C:\html5_css3\exercises\*" /E | JaimeLynSchatz/project-stash | murach/html5_css3/exercise_setup.bat | bat | mit | 50 |
::Batch file that saves key building information from SQL file to CSV file
@echo off
::Input and Output Filenames
Set InputFileName=eplusout.sql
Set OutputFileName=eplusout.csv
::Key Variables to Extract
Set SiteEnergy=SELECT RowName, Value, Units FROM TabularDataWithStrings WHERE ReportName = 'AnnualBuildingUtilityPer... | buildsci/Toolbox | SQLtoCSV/eplusout_vars.bat | bat | mit | 3,314 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\install-nw\cmd.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\install-nw\cmd.js" %*
) | Poornakiruthika/Test | node_modules/.bin/install-nw.cmd | bat | mit | 176 |
lua-5.1.exe glLoadGen_2_0_3a/LoadGen.lua -help
pause | Zakhar-V/Prototypes | 1/Code/Source/ThirdParty/glLoadGen/Help.bat | bat | mit | 54 |
@echo off
rem gcc -Wall -shared hid.cpp air.cpp -o hidapi.dll -lhid -lsetupapi -L. -lFlashRuntimeExtensions -lstdc++
mingw32-make clean && mingw32-make all | kemsky/air-hid-usb | hidapi/hidapi_native/windows/build.cmd | bat | mit | 155 |
@echo off
if x%1 == x echo Needs plugin instance name
if not x%1 == x python jsonrpc.py 4448 ffff.disable "{\"instance\":\"%1\"}"
| nosuchtim/VizBench | bin/disable.bat | bat | mit | 130 |
@echo off
bundler\MixERP.Net.Utility.SqlBundler.exe ..\..\..\ "db/1.x/1.5" false true
c:\windows\system32\cscript.exe merge-files.vbs mixerp-incremental-sample.sql ..\..\1.x\1.4\mixerp-incremental-sample.sql mixerp.sql
del mixerp.sql
copy mixerp-incremental-sample.sql ..\..\sample-db.sql | ThiagoScar/mixerp | src/FrontEnd/MixERP.Net.FrontEnd/db/1.x/1.5/rebundle-db-with-sample.bat | bat | gpl-2.0 | 290 |
cmd_drivers/media/common/tuners/mt2063.ko := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -T /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/module-common.lds --build-id -o drivers/media/common/tuners/mt2063.ko drivers/media/common/tuners/mt2063.o drivers/media/common/tuners... | Envious-Data/shinano-sirius_msm8974abpro | drivers/media/common/tuners/.mt2063.ko.cmd | bat | gpl-2.0 | 334 |
rem (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
rem
rem This file contains confidential and proprietary information
rem of Xilinx, Inc. and is protected under U.S. and
rem international copyright and other intellectual property
rem laws.
rem
rem DISCLAIMER
rem This disclaimer is not a license and does... | P3Stor/P3Stor | ftl/Dynamic_Controller/ipcore_dir/WR_FLASH_PRE_FIFO/implement/implement.bat | bat | gpl-2.0 | 3,345 |
cmd_drivers/media/media.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/media.ko drivers/media/media.o drivers/media/media.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/.media.ko.cmd | bat | gpl-2.0 | 247 |
cmd_drivers/gpu/vga/built-in.o := rm -f drivers/gpu/vga/built-in.o; /opt/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/gpu/vga/built-in.o
| sembre/kernel_totoro_update3 | common/drivers/gpu/vga/.built-in.o.cmd | bat | gpl-2.0 | 137 |
@echo off
:: ---------------------------------------------------------------------
:: The script looking into Windows Registry for non-existent Service Name starting from <DEFAULT_SERVICE_NAME>
:: Set NEW_SERVICE_NAME environment variable with found one.
::
:: %1 Default service name
:: --------------------------... | monte-fm/Android-CI | buildAgent/bin/generateNewServiceName.bat | bat | gpl-2.0 | 1,034 |
cmd_sound/isa/sb/built-in.o := rm -f sound/isa/sb/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/sb/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/isa/sb/.built-in.o.cmd | bat | gpl-2.0 | 168 |
>>> s = 'C3H7'
>>> digit_index = -1 # This will be -1 until we find a digit.
>>> for i in range(len(s)):
... # If we haven't found a digit, and s[i] is a digit
... if digit_index == -1 and s[i].isdigit():
... digit_index = i
...
>>> digit_index
1
| simontakite/sysadmin | pythonscripts/practicalprogramming/loop/digit_nobreak.cmd | bat | gpl-2.0 | 268 |
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
cmdwiz setfont 1 & cmdwiz showcursor 0
set /a W=160, H=80
mode %W%,%H%
for /F "Tokens=1 delims==" %%v in ('set') do if not %%v==H if not %%v==W set "%%v="
set /a XMID=%W%/2, YMID=%H%/2, DIST=4000, DRAWMODE=1, NOFCUBES=5, COLCNT=0, COLNOF=2
for /L %%a in (1,1,%NOFCUBES%) ... | misol1/cmdgfx | legacy/cubeincube.bat | bat | gpl-2.0 | 2,472 |
cmd_net/netfilter/interceptor/vpnclient.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o net/netfilter/interceptor/vpnclient.o net/netfilter/interceptor/ip_selector_db.o net/netfilter/interceptor/ip_selector_match.o net/netfilter/interceptor/kernelspd_main.o net/netfilter/interceptor/k... | friedrich420/Note-3-AEL-Kernel | net/netfilter/interceptor/.vpnclient.o.cmd | bat | gpl-2.0 | 587 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kmemcheck \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kcon... | aosp/kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 16,098 |
cmd_drivers/mxc/vpu/built-in.o := arm-poky-linux-gnueabi-ld -EL -r -o drivers/mxc/vpu/built-in.o drivers/mxc/vpu/mxc_vpu.o
| heyoufei2/yocto3.14.38_kernel | drivers/mxc/vpu/.built-in.o.cmd | bat | gpl-2.0 | 128 |
choco feature enable -n allowGlobalConfirmation
choco install visualstudio2017community
choco install rsync -y
choco install cmake -y
choco install cmder -y
choco install git -y
choco install msys2
REM choco install mingw-get
| Erotemic/local | init/_freshstart-win/choco_pkgs.bat | bat | gpl-3.0 | 231 |
@echo on
cd "C:\Nikama\jenkins_workspace\isa95_database\jenkins scripts"
@setlocal
@set backupDb=B2MML-BatchML
@set restoreDb=B2MML-BatchML_QA
@set backupPath=C:\Nikama\jenkins_workspace\isa95_database\jenkins scripts\Backups
@set restoreDbPath="C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER2012\MSSQL\DATA\"... | arcelormittalkriviyrih/isa95_database | jenkins_scripts/backup_db.bat | bat | gpl-3.0 | 637 |
C:\Python27\python.exe C:\Users\YOURWINDOWSUSERNAMEHERE\Desktop\KenoDB\keno.py
:: Be sure to change the paths above to fit your system. This assumes the KenoDB folder is on your desktop.
| AYJAYY/KenoDB | nightly.bat | bat | gpl-3.0 | 187 |
/* cmd/opchan.cmd - NexusServV3
* Copyright (C) 2012-2013 #Nexus project
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any late... | Nexus-IRC/NexusServV3 | cmd/opchan.cmd | bat | gpl-3.0 | 968 |
@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... | 360fy/humane-searcher | docs/make.bat | bat | lgpl-3.0 | 7,755 |
@ECHO OFF
SET COMPOSE_FILE_PATH=%CD%\target\classes\docker\docker-compose.yml
IF [%M2_HOME%]==[] (
SET MVN_EXEC=mvn
)
IF NOT [%M2_HOME%]==[] (
SET MVN_EXEC=%M2_HOME%\bin\mvn
)
IF [%1]==[] (
echo "Usage: %0 {build_start|build_start_it_supported|start|stop|purge|tail|reload_share|reload_acs|build_test|tes... | atolcd/alfresco-audit-share | run.bat | bat | lgpl-3.0 | 2,823 |
\dev_erik\DatastoreLinker\DataStoreLinkerEntities\jaxb\jaxb-ri-20090708\bin\schemagen.bat -cp C:\dev_erik\libs\HibernateEntityManager\trunk\ejb3-persistence.jar package-info.java Process.java Inout.java Database.java Mail.java | B3Partners/datastorelinkerEntities | src/main/java/nl/b3p/datastorelinker/entity/createSchema.cmd | bat | lgpl-3.0 | 226 |
REM Various configuration settings for the installation process.
SET SRCALC_PASSWORD=zSIMJibMiXrN
SET MYSQL="C:\Program Files\MySQL\MySQL Server 5.6\bin\mysql"
REM Make sure this stays in sync with glassfish3_asrc.cfg
SET GF_INSTALL=C:\asrc\glassfish3
SET ASADMIN="%GF_INSTALL%\glassfish\bin\asadmin.bat"
SET GF_DOMAIN_... | VHAINNOVATIONS/ASRCM | install/config.bat | bat | apache-2.0 | 364 |
@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... | CliMT/climt-future | docs/make.bat | bat | bsd-3-clause | 6,457 |
@echo Open Chrome browser and visit URL: chrome://inspect
::@node --inspect-brk run-server.js
@node --inspect run-server.js | web-dev-server/example-helloworld | run-server-in-debug-mode.cmd | bat | bsd-3-clause | 123 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S10_MoveItems.MSASCMD_S10_TC02_MoveItems_Status1_InvalidSrcFldId /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S10_TC02_MoveItems_Status1_InvalidSrcFldId.cmd | bat | mit | 299 |
@echo off
:: ----------------------------------------------------------------------------
::
:: 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.
:: Th... | cyrusmg/python-hessian | tests/support/hessian-test-servlet/build.bat | bat | bsd-3-clause | 2,312 |
ck autotune pipeline:pipeline.cmd @autotune_program_pipelineg.json %*
| ctuning/ck-autotuning | demo/plugin-based-autotuning-engine-demo/autotune_program_pipelineg.bat | bat | bsd-3-clause | 70 |
@ECHO OFF
PUSHD %~dp0\..\..\..
SET WORKSPACE=%CD%
POPD
ECHO Workspace is %WORKSPACE%
cd %WORKSPACE%
rem clean the BUILD_WIN32 at first to avoid problems with possible git files in there
IF EXIST %WORKSPACE%\project\Win32BuildSetup\BUILD_WIN32 rmdir %WORKSPACE%\project\Win32BuildSetup\BUILD_WIN32 /S /Q
rem we assume... | lobermann/xbmc | tools/buildsteps/windows/prepare-env.bat | bat | gpl-2.0 | 1,350 |
# (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
#
# This file contains confidential and proprietary information
# of Xilinx, Inc. and is protected under U.S. and
# international copyright and other intellectual property
# laws.
#
# DISCLAIMER
# This disclaimer is not a license and does not grant any
# r... | timvideos/HDMI2USB-jahanzeb-firmware | ipcore_dir/cdcfifo/simulation/functional/simulate_ncsim.bat | bat | bsd-2-clause | 2,923 |
copy /B objchk\i386\winpmc.sys c:\winnt\system32\drivers
ntaddsvc winpmc
net start winpmc | tpatki/papi-rapl | src/win2k/winpmc/instpmcchk.bat | bat | bsd-3-clause | 89 |
set CT_REPEAT_MAIN=20
a.exe data.pgm data.out.pgm -e
| ctuning/ck-env | demo/compile-run/win/_run.bat | bat | bsd-3-clause | 55 |
@echo off
REM Some Windows commands to compile the Fortran interface for F77
copy C:\Users\Belli\Documents\Code\coolprop-v5-new\build\32bitcdecl\Debug\Coolprop.dll .
C:\MinGW\bin\gfortran -g -o example examplef.for -L. -lCoolProp
example | henningjp/CoolProp | wrappers/Fortran/build.bat | bat | mit | 237 |
@mingw32-make -f Makefile.mingw %1
@if errorlevel 1 goto end
@strip upnpc-static.exe
@upx --best upnpc-static.exe
@strip upnpc-shared.exe
@upx --best upnpc-shared.exe
:end
| MrPhil/CastleDoctrine | minorGems/network/upnp/miniupnpc/mingw32make.bat | bat | unlicense | 172 |
if not defined DEPOT_TOOLS_PATH goto depot-tools-not-found
if "%config%"=="Debug" set test_args=%target_arch%.debug
if "%config%"=="Release" set test_args=%target_arch%.release
set savedpath=%path%
set path=%DEPOT_TOOLS_PATH%;%path%
pushd .
set ERROR_STATUS=0
echo calling: tools\make-v8.sh
sh tools\make-v8.sh
if error... | MTASZTAKI/ApertusVR | plugins/languageAPI/jsAPI/3rdParty/nodejs/10.1.0/source/tools/test-v8.bat | bat | mit | 1,706 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.