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 for /f "usebackq tokens=*" %%i in (`"%ProgramFiles(x86)%\Microsoft Visual Studio\Installer\vswhere.exe" -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do ( set VSInstallDir=%%i ) set "VSCMD_START_DIR=%CD%" call "%VSInstallDir%\Common7\Tools\VsD...
aracnoz/LAVFilters
build.bat
bat
gpl-2.0
691
@echo off if exist "%WIX%bin\candle.exe" goto found echo WiX must be installed. exit 1 :found "%WIX%bin\candle.exe" %*
cisco/ChezScheme
wininstall/candle.bat
bat
apache-2.0
121
@echo off REM Default build is 64-bit REM 32-bit compilation is available using "32" as a second parameter when you run msvc_build.bat REM How to use: REM BUILD 64-bit: REM "msvc_build.bat debug" builds 64-bit Debug version of MuseScore without optimizations REM "msvc_build.bat relwithdebinfo" builds optimized 6...
notationist17/MuseScore
msvc_build.bat
bat
gpl-2.0
4,664
@echo off REM ========================================================================== REM REM File: $RCSfile: pt_gen_file.cmd,v $ REM Version: $Revision: 1.13 $ REM Modified: $Date: 2011/05/31 01:46:06 $ 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/pt_gen_file.cmd
bat
apache-2.0
2,117
@echo off rem 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...
ArvinDevel/onlineAggregationOnSparkV2
bin/load-spark-env.cmd
bat
apache-2.0
1,913
@echo off SETLOCAL SET ARGC=0 FOR %%x IN (%*) DO SET /A ARGC+=1 IF %ARGC% NEQ 2 ( echo Usage: %0 BindingIdInCamelCase Author exit /B 1 ) SET BindingVersion="2.5.0-SNAPSHOT" SET ArchetypeVersion="0.11.0-SNAPSHOT" SET BindingIdInCamelCase=%~1 SET BindingIdInLowerCase=%BindingIdInCamelCase% SET Aut...
gerrieg/openhab2
addons/binding/create_openhab_binding_skeleton.cmd
bat
epl-1.0
1,405
@echo off rem Build dist folder using pyinstaller python pyinstaller-1.5.1/Build.py ide2py.spec
plcode7/rad2py
build.bat
bat
gpl-3.0
101
@echo off set PATH=%~dp0\usr\bin;%PATH% dash /usr/bin/rebaseall -p
Chocobo1/MSYS2-packages
rebase/autorebase.bat
bat
bsd-3-clause
68
@echo off REM REM dex2jar - Tools to work with android .dex and java .class files REM Copyright (c) 2009-2012 Panxiaobo 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 ...
xtiankisutsa/MARA_Framework
tools/qark/qark/lib/dex2jar/dex2jar.bat
bat
lgpl-3.0
882
:: Created by npm, please don't edit manually. @IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\ws\bin\wscat" %* ) ELSE ( node "%~dp0\..\ws\bin\wscat" %* )
gglinux/node.js
webChat/node_modules/socket.io/node_modules/socket.io-client/node_modules/.bin/wscat.cmd
bat
apache-2.0
168
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=Introduccion if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' comm...
martinber/guia-sphinx
ejemplos_sphinx/simple/introduccion/docs/make.bat
bat
mit
820
node-sass bulma.sass dist/bulma.css
oraclebox/nsbox-bulma
build.bat
bat
mit
35
ECHO Debug Cleanup Started ECHO %1 CD /D %1 :: SET name=%random% :: ECHO "%name%" > .\compiled\main.cpp del /q .\bin\*.* xcopy /s /y .\debugdlls .\bin xcopy /s /y .\x64\Debug .\bin del /q .\x64\Debug\*.* del /q .\x64\Release\*.* del /q .\VoxelQuest\x64\Debug\*.* del /q .\VoxelQuest\x64\Release\*.* ECHO running EXE ...
gavanw/vqisosmall
debug_cleanup.bat
bat
mit
348
rem This script use MinGW to build the MDSP. rem But still we use certain CygWin utilities: SVN rem Currently MingGW version is disabled - we don't have validated Boost libs version for it. exit PATH=C:\mingw\bin\;c:\mingw\mingw32\bin\;c:\mingw\msys\1.0\bin;C:\MinGW\libexec\gcc\mingw32\4.5.0\;C:\cygwin\bin\;c:\buildb...
MIPT-ILab/MDSP
tests/run_mingw_tests.cmd
bat
mit
387
@echo off set ssdbbinname=ssdb-server-1.9.4.exe if not exist nogit\ssdb-bin ( echo nof found nogit\ssdb-bin pushd nogit echo download nogit\ssdb-bin git clone https://github.com/ideawu/ssdb-bin.git popd ) set ssdbbin=nogit\ssdb-bin\%ssdbbinname% if not exist %ssdbbin% ( echo not found ...
bsn069/bsn
gopath/runSSDB.bat
bat
mit
943
gmcs *.cs -out:cat_mono.exe -r:System.Drawing -r:System.Windows.Forms -r:System.Data
dmitry-merzlyakov/the-cat-lang
OriginCode/cat-1-0-b4/mono_build.bat
bat
mit
84
@echo off cd /d %~dp0 Set install=gauche-install Set config=gauche-config call which %install% if not %ERRORLEVEL% == 0 ( echo %install% Not Found. goto EXIT ) call which %config% if not %ERRORLEVEL% == 0 ( echo %config% Not Found goto EXIT ) for /f "usebackq tokens=*" %%i in (`%config% --s...
aharisu/Gauche-SDL
out/uninstall.cmd
bat
mit
1,117
@echo off set output=.\ShinraMeterV set source=. set variant=Release "%source%\Publisher\bin\%variant%\Publisher.exe" unpack md "%output%\resources" md "%output%\resources\config" xcopy "%source%\resources" "%output%\resources\" /E /EXCLUDE:.\exclude.txt copy "%source%\ShinraLauncher.exe" "%output%\" copy "%source%\.gi...
radasuka/ShinraMeter
updateDB.bat
bat
mit
537
ring ..\..\codegen\parsec.ring opengl21.cf ring_opengl21.c ring_opengl21.rh
ring-lang/ring
extensions/ringopengl/opengl21/gencode.bat
bat
mit
76
new_graphics_window.py pause
bohdan-shramko/learning-python
source/chapter11/new_graphics_window.bat
bat
mit
29
@if "%DEBUG%" == "" @echo off @rem ########################################################################## @rem @rem Gradle startup script for Windows @rem @rem ########################################################################## @rem Set local scope for the variables with windows NT shell if "%OS%"=="Window...
DavidOpDeBeeck/swamp
gradlew.bat
bat
mit
2,299
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: :: :: Bake is a shell script for running CakePHP bake script :: :: PHP 5 :: :: Licensed under The MIT License :: For full copyright and license information, please see the LICENSE :: Redistributions of files must retain the above c...
hurad/hurad
Console/cake.bat
bat
mit
855
@echo off @setlocal enableextensions @cd /d "%~dp0" :: BatchGotAdmin :------------------------------------- REM --> Check for permissions >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" REM --> If error flag set, we do not have admin. if '%errorlevel%' NEQ '0' ( echo Requesting a...
stackia/DNSAgent
Install as Service.bat
bat
mit
792
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\..\..\decompress-zip\bin\decompress-zip" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\..\..\decompress-zip\bin\decompress-zip" %* )
SpatialMap/SpatialMapDev
node_modules/ngrok/node_modules/.bin/decompress-zip.cmd
bat
mit
220
java -Djava.library.path=./runtime/windows/x86 -jar ATCommandTester.jar
tomazas/ATCommandTester
run_x32.bat
bat
gpl-2.0
71
cmd_arch/arm/boot/compressed/vmlinux := arm-eabi-ld -EL --defsym zreladdr=0x00008000 -p --no-undefined -X -T arch/arm/boot/compressed/vmlinux.lds arch/arm/boot/compressed/head.o arch/arm/boot/compressed/piggy.gzip.o arch/arm/boot/compressed/misc.o arch/arm/boot/compressed/decompress.o arch/arm/boot/compressed/lib1fu...
timmytim/honeybutter_kernel
arch/arm/boot/compressed/.vmlinux.cmd
bat
gpl-2.0
363
cmd_libbb/copyfd.o := mips-openwrt-linux-uclibc-gcc -Wp,-MD,libbb/.copyfd.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.19.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wund...
shizhai/wprobe
build_dir/target-mips_r2_uClibc-0.9.33.2/busybox-1.19.4/libbb/.copyfd.o.cmd
bat
gpl-2.0
28,411
cmd_drivers/cpufreq/built-in.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/cpufreq/built-in.o drivers/cpufreq/cpufreq.o drivers/cpufreq/cpufreq_stats.o drivers/cpufreq/cpufreq_performance.o drivers/cpufreq/cpufreq_powersave.o drivers/cpufreq/cpufreq_userspace.o drivers/cpufre...
venkatkamesh/2.6.35-kernel-for-lg-optimus-me-
drivers/cpufreq/.built-in.o.cmd
bat
gpl-2.0
448
@REM This batch file has been generated by the IAR Embedded Workbench @REM C-SPY Debugger, as an aid to preparing a command line for running @REM the cspybat command line utility using the appropriate settings. @REM @REM Note that this file is generated every time a new debug session @REM is initialized, so you may wan...
hakehuang/mcu_stm32
generator/templates/iar/app_generic_nMISRA/settings/appgeneric.Debug.cspy.bat
bat
gpl-2.0
1,859
cmd_arch/arm/mm/pabort-v7.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.pabort-v7.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-linux-gnueabi/4.7.1/include -Iinclude -I/home/hp1/kernellast/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -D__ASSEMBLY__ -...
spica234/HP-TestBuild-Repo-upwords-Sr3R
arch/arm/mm/.pabort-v7.o.cmd
bat
gpl-2.0
1,567
cmd_drivers/usb/early/built-in.o := rm -f drivers/usb/early/built-in.o; /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ar rcs drivers/usb/early/built-in.o
SeoDongMin/Gace_kernel
drivers/usb/early/.built-in.o.cmd
bat
gpl-2.0
154
cmd_lib/zlib_inflate/inffast.o := ppc_4xx-gcc -m32 -Wp,-MD,lib/zlib_inflate/.inffast.o.d -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Iarch/powerpc -Wall -Wundef -W...
mattkelly/linux-2.6-xlnx
lib/zlib_inflate/.inffast.o.cmd
bat
gpl-2.0
5,104
cmd_fs/binfmt_script.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,fs/.binfmt_script.o.d -nostdinc -isystem /net/files.cis.ksu.edu/exports/public/CIS520/usr/arm/bin/../lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/include -Iinclude -I/net/files.cis.ksu.edu/exports/home/p/phen/cis520/android/Kernel/ar...
mjmccall/Kernel
fs/.binfmt_script.o.cmd
bat
gpl-2.0
15,436
cmd_scripts/basic/docproc := gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c deps_scripts/basic/docproc := \ scripts/basic/docproc.c \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/sys/cdefs.h \ /us...
spacex/kernel-centos5
scripts/basic/.docproc.cmd
bat
gpl-2.0
2,197
REM Call this script after replacing the war3map.wts in all English maps. It will optimize the English translations. REM The English campaign chapters are placed into "F:\Projekte\dmdf\archive_en\Maps\TPoF\Campaign%CAMPAIGN_VERSION%" and have to be added to the English War3Mod.mpq directory by hand. SET VERSION=1.0 SET...
tdauth/dmdf
src/Scripts/makeenglishreleasemaps.bat
bat
gpl-3.0
1,238
#!/bin/bash -x #SBATCH --job-name=test4x4x4x4_tm_light_1000_8 #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_08/job.slurm.1000_08.cmd
bat
gpl-3.0
1,176
@echo off set DIST_DIR=%~dp0\..\dist set TEST_OUTPUT=%DIST_DIR%\test.log del %TEST_OUTPUT% %DIST_DIR%\check_cpu.exe 1>>%TEST_OUTPUT% 2>&1 %DIST_DIR%\check_disk_free.exe 1>>%TEST_OUTPUT% 2>&1 %DIST_DIR%\check_disk_time.exe 1>>%TEST_OUTPUT% 2>&1 %DIST_DIR%\check_disk_use.exe 1>>%TEST_OUTPUT% 2>&1 %DIST_DIR%...
mconigliaro/NagiosPluginsNT
test_dist.cmd
bat
gpl-3.0
864
cmd_/var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mips-linux-uclibc/sys-root/usr/include/scsi/fc/.install := perl /usr/src/redhat/BUILD/linux-2.6.37/scripts/headers_install.pl /usr/src/redhat/BUILD/linux-2.6.37/include/scsi/fc /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/m...
javilonas/NCam
cross/stbgcc-4.5.3-2.4/mips-linux-uclibc/sys-root/usr/include/scsi/fc/..install.cmd
bat
gpl-3.0
785
cmd_/var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3-2.4/mips-linux-uclibc/sys-root/usr/include/linux/nfsd/.install := perl /usr/src/redhat/BUILD/linux-2.6.37/scripts/headers_install.pl /usr/src/redhat/BUILD/linux-2.6.37/include/linux/nfsd /var/tmp/stbgcc-4.5.3-2.4-root-root//opt/toolchains/stbgcc-4.5.3...
javilonas/NCam
cross/stbgcc-4.5.3-2.4/mips-linux-uclibc/sys-root/usr/include/linux/nfsd/..install.cmd
bat
gpl-3.0
821
python ~/git/HYDRA/HydraPlugins/CSVplugin/trunk/ImportCSV/ImportCSV.py -t network.csv -x -m template.xml pause
UMWRG/demos
CostMinimisationDemo/data/import_data.bat
bat
gpl-3.0
111
@ECHO OFF REM Test harness; attempts to run test scripts and produce a final report. REM Test scripts are run through VirtualDub (using vdub.exe). IF EXIST setenv.bat CALL setenv.bat SET TEST_MODE=Debug IF "%1"=="/Release" SET TEST_MODE=Release REM Make sure benchmark.exe exists SET TESTRUNNER=%~dp0 SET TESTRUNNER...
Xenoveritas/jsvsynth
test/runtests.bat
bat
gpl-3.0
1,655
@echo off systeminfo>~info.tmp if exist sysinfo.txt del sysinfo.txt for %%a in ( "OS Name" "OS Version" "Type" "Family") do ( for /f "tokens=1* delims=:" %%x in ( 'type ~info.tmp ^| find "%%~a" ^| find /v "BIOS"' ) do call :trim %%y ) del ~info.tmp ::pause start Notepad "sysinfo.txt" exit /b :trim ...
chrschmidt/lplex
msw/util/sysinfo.bat
bat
gpl-3.0
353
@ECHO OFF SETLOCAL IF NOT "%VCINSTALLDIR%" == "" GOTO do_process IF "%VS90COMNTOOLS%" == "" GOTO show_err ECHO Setting up a Visual Studio x86 Command Prompt environment... CALL "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat" x86 IF "%VS90COMNTOOLS%" == "" GOTO err_cantsetupvs :do_process ECHO Compiling assembler code... ML...
nektra/RemoteBridge
Source/HelperDll/Java/Asm/build32.bat
bat
gpl-3.0
1,110
::==================================================================:: :: File : Make.BAT :: Description: Make the Keil C source code :: Author: JLJuang :: E-Mail: JLJuang@csie.nctu.edu.tw :: NOTE : All copy rights reserved (c) since 2003 ::==================================================================:: @echo o...
amaple0229/Zeitec_ZET7100FAE
6231/WorkLib/make.bat
bat
lgpl-2.1
2,404
rem Run unit test for dptab. copy ..\..\win\dll\wloop2d.dll cl -W3 -Zi /MDd -D_WIN32 -DWIN32 -Ddp_ANET2 -DDPRNT -Ddptab_UNITTEST ..\..\demo\utils\dpcrc32.c ..\..\demo\utils\eclock.c ..\aeh\aeh.c ..\aeh\aehlog.c ..\aeh\aehmap.c ..\aeh\tlstuff.c ..\aeh\detect.c ..\win\dp\dpdllwin.c assoctab.c delay.c dpexcept.c dpio.c d...
BygoneWorlds/anet
src/dp/dptabx.bat
bat
lgpl-2.1
713
@echo off :: build cmake -H. -B_builds -DHUNTER_STATUS_DEBUG=OFF -G "Visual Studio 16 2019" -A x64 if %errorlevel% NEQ 0 goto error cmake --build _builds --config Release if %errorlevel% NEQ 0 goto error cmake --build _builds --config Debug if %errorlevel% NEQ 0 goto error :: test pushd _builds && ctest -C Debug -...
feifeigd/hurricane
build_vs2019.bat
bat
apache-2.0
386
@echo off echo Please make sure node.exe (version 4.2.1) is in the current directory. echo Then press any key to continue. This will execute the following command line: echo call mvn install:install-file -Dfile="node.exe" -DgroupId=org.nodejs -DartifactId=node -Dversion=4.2.1 -Dpackaging=exe pause call mvn ins...
attester/attester-maven-plugin
scripts/installNode.cmd
bat
apache-2.0
435
set VERSION=0.9.6 set SLATE_SOURCE=C:\Dev\github\slatekit set SLATE_DEST=C:\Dev\github\slatekit\dist\slatekit\kotlin\releases\%VERSION% mkdir %SLATE_DEST% mkdir %SLATE_DEST%\bin mkdir %SLATE_DEST%\conf mkdir %SLATE_DEST%\ext mkdir %SLATE_DEST%\lib mkdir %SLATE_DEST%\licenses mkdir %SLATE_DEST%\samples REM =========...
code-helix/slatekit
build/slatekit-package-kotlin.bat
bat
apache-2.0
5,855
@rem Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved. @rem This software and associated documentation (if any) is furnished @rem under a license and may only be used or copied in accordance @rem with the terms of the license. Except as permitted by such @rem license, no part of this software or do...
LeeLeahy/quarkfsp
BuildFsp1_1.bat
bat
bsd-2-clause
5,922
@echo off start "alias - c:\users\greenl\data\doc\_mcd\pmbook.xls" "c:\users\greenl\data\doc\_mcd\pmbook.xls" %*
greenlaw110/winenv
alias/pmbook.bat
bat
bsd-2-clause
122
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*.cpp CWE*.c ..\..\testcasesupport\io.c ..\....
JianpingZeng/xcc
xcc/test/juliet/testcases/CWE680_Integer_Overflow_to_Buffer_Overflow/CWE680.bat
bat
bsd-3-clause
470
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S04_ExclusiveLock.TestCase_S04_TC16_RefreshExclusiveLock_FileAlreadyLockedOnServer_Case2 /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runc...
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S04_TC16.cmd
bat
mit
398
@erase lang.inc @echo lang fix en >lang.inc @fasm free3d04.asm free3d04 @erase lang.inc @pause
devlato/kolibrios-llvm
programs/demos/free3d04/trunk/build_en.bat
bat
mit
94
cmd_arch/arm/lib/strrchr.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.strrchr.o.d -nostdinc -isystem /home/tronit/opt/Android_Toolchains-arm-eabi-4.4.3/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/tronit/KERNEL_BLACKDOME_4.2-4.1/android_kernel_htc_qsd8k-jellybean/arch/arm/include -Iinclude -include include...
TroNit/BlackDome_New_supersonic
arch/arm/lib/.strrchr.o.cmd
bat
gpl-2.0
2,294
cmd_fs/fuse/built-in.o := rm -f fs/fuse/built-in.o; mipsel-linux-ar rcs fs/fuse/built-in.o
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/fs/fuse/.built-in.o.cmd
bat
gpl-2.0
92
@echo off setlocal enableextensions enabledelayedexpansion rem Path to bin and project folder set BIN_DIR_WITH_BACKSLASH=%~dp0% set BIN_DIR=%BIN_DIR_WITH_BACKSLASH:~0,-1% set PROJECT_DIR=%BIN_DIR%\.. rem Run common setup code call "%BIN_DIR%\common\setup.bat" %* if %ERRORLEVEL% neq 0 (exit /b 1) rem Run CMake confi...
paralect/robomongo
bin/configure.bat
bat
gpl-3.0
840
@echo off rem quotes are required for correct handling of path with spaces rem default java home set wrapper_home=%~dp0/.. rem default java exe for running the wrapper rem note this is not the java exe for running the application. the exe for running the application is defined in the wrapper configuration file...
jagornet/dhcp
Jagornet-DHCP/dhcp-server/bin/yajsw-stable-11.0/bat/setenv.bat
bat
gpl-3.0
1,105
cmd_net/ethernet/built-in.o := arm-linux-androideabi-ld -EL -r -o net/ethernet/built-in.o net/ethernet/eth.o
hch-im/nexus4_kernel
net/ethernet/.built-in.o.cmd
bat
gpl-2.0
114
@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...
zwidny/graphite
docs/make.bat
bat
bsd-3-clause
6,481
/* $Id: BldLevelInf.cmd,v 1.5 2001/01/26 21:33:13 phaller Exp $ * * Adds a Description string to the given .def-file. * Fills in default values; like build time and host. * */ if RxFuncQuery('SysLoadFuncs') = 1 then do call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysLoadFuncs'; call SysLoadFuncs; end /* ...
rhuitl/uClinux
user/mysql/os2/BldLevelInf.cmd
bat
gpl-2.0
16,207
setlocal enabledelayedexpansion textreplace -std -t bin\@package@.bat textreplace -std -t bin\@package@-designer.bat textreplace -std -t bin\python-@package@.bat textreplace -std -t bin\qgis_process-@package@.bat if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$ if not %OSGEO4W_MENU_LI...
pblottiere/QGIS
ms-windows/osgeo4w/postinstall-dev.bat
bat
gpl-2.0
2,985
cd fe-dev/site-templates/edm-admin-ui-reactjs start cmd /k compass watch
elycruz/edm-admin-ui-reactjs
develop-admin-ui.bat
bat
isc
73
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: @echo off setlocal set autoRestVersion=0.17.0-Nightly20160731 set source=-Source https://www.myget.org/F/autorest/api/v2 set accountSpecFile="https://raw.githubusercontent.com/azure/azure-rest-api...
ahosnyms/azure-sdk-for-net
src/ResourceManagement/DataLake.Store/Microsoft.Azure.Management.DataLake.Store/generate.cmd
bat
mit
958
:: ================================================================================== :: NAME : Set Startup Password :: DESCRIPTION : Set bitlocker PIN which will be prompted for every time the computer restarts :: AUTHOR : Daniel Tsekhanskiy :: VERSION : 1.0 :: DATE : 3/22/16 :: =============...
TsekNet/PowerShell
Set-BitlockerPIN/Set Startup Password.bat
bat
mit
1,088
REM svcutil.exe may be missing from your path REM Its likely location is: C:\Program Files (x86)\Microsoft SDKs\Windows\V10.0A\bin\NETFX 4.6.1 Tools REM Or a similarly versioned folder. It is part of Microsoft Windows SDK. REM Your memoQ server's URL, ending in "/memoqservices", without a traling slash SET URL=https:/...
memoQ/MemoQAPISample
ApiClient/GenerateStubs.cmd
bat
mit
837
@ECHO OFF echo Please use 'es help' to get more information about Espresso Script Lang. echo.
NirlStudio/sugly-lang
bin/eslang.bat
bat
mit
94
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\serialport\bin\serialport-list.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\serialport\bin\serialport-list.js" %* )
vinnimin/HelloPi
node_modules/.bin/serialport-list.cmd
bat
mit
214
::=============================================================:: :: DEVELOPED 2013, REVISED 2013, Jeff Rimko. :: ::=============================================================:: ::=============================================================:: :: SECTION: Environment Setup ...
jeffrimko/Verace
_Check_Dependencies.bat
bat
mit
2,801
copy ..\..\..\wrappers\MATLAB\example.m . copy ..\..\..\wrappers\MATLAB\*rops.c . matlab -wait -nojvm -nodesktop -r "MATLABBuilder; quit" cl /c /I../../../CoolProp /EHsc CoolProp_wrap.cxx matlab -nojvm -nodesktop -r "Example; quit" -logfile Output.txt cl /c /I../../../CoolProp /EHsc CoolProp_wrap.cxx erase *Props*.c
CoolProp/CoolProp-museum
Web/examples/MATLAB/run_example.bat
bat
mit
317
@echo off cd /d "%~dp0" for /F "tokens=*" %%i in ('dir /b tifoon-app-*.jar') do java -jar %%i
jonfryd/tifoon
tifoon-app/launchers/run_tifoon.cmd
bat
mit
94
@echo off set LUAPATH=%~dp0/windows if "%1"=="--cflags" echo -I%LUAPATH% if "%1"=="--libs" echo %LUAPATH%/lua51.dll
navy1125/golua
lua/pkg-config.bat
bat
mit
119
C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe ..\Lucky.AssetManager.sln /p:Configuration=Release copy ..\Lucky.AssetManager\bin\Release\Lucky.AssetManager.dll lib /Y nuget pack ..\LuckyAssetManager.nuspec pause
luckyllama/LuckyAssetManager
NuGet/build-package.cmd
bat
mit
225
@echo off set startdir=%~dp0 del /f %startdir%\..\buildtools\BuildTools.jar @echo Updating Buildtools.jar ;) exit
Legoman99573/Buildtools-Updater
files/buildtools/delbt.bat
bat
cc0-1.0
117
cmd_drivers/ata/libata.o := /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/ata/libata.o drivers/ata/libata-core.o drivers/ata/libata-scsi.o drivers/ata/libata-eh.o drivers/ata/libata-transport.o drivers/ata/libata-sff.o
evan6200/cirrfy_pos
drivers/ata/.libata.o.cmd
bat
gpl-2.0
308
cmd_sound/pci/ac97/built-in.o := rm -f sound/pci/ac97/built-in.o; arm-linux-androideabi-ar rcsD sound/pci/ac97/built-in.o
hch-im/nexus4_kernel
sound/pci/ac97/.built-in.o.cmd
bat
gpl-2.0
123
cmd_kernel/irq/manage.o := gcc -Wp,-MD,kernel/irq/.manage.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mn...
dnh34/proj1
kernel/irq/.manage.o.cmd
bat
gpl-2.0
12,618
IF NOT DEFINED VisualStudioVersion call "d:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\Tools\VsDevCmd.bat" msbuild /t:Clean core\buildAphid.proj
John-Leitch/Aphid
build/cleanAphid.cmd
bat
gpl-2.0
170
cmd_mm/util.o := arm-linux-gnueabi-gcc -Wp,-MD,mm/.util.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-prototyp...
b8e5n/KTG-kernel_es209ra
mm/.util.o.cmd
bat
gpl-2.0
24,634
cmd_drivers/input/misc/built-in.o := /home/beto/toolchain/bin/arm-eabi-ld -EL -r -o drivers/input/misc/built-in.o drivers/input/misc/keychord.o drivers/input/misc/uinput.o drivers/input/misc/ct406.o
IndieBeto/StockLP
drivers/input/misc/.built-in.o.cmd
bat
gpl-2.0
204
set JAVA_HOME=D:\environment\jdk\jdk8_x64 set TOMCAT_LOCATION=D:\environment\servers\apache-tomcat-8.0.23 set CATALINA_HOME=%TOMCAT_LOCATION% set CATALINA_BASE=%~dp0. %CATALINA_HOME%\bin\startup.bat
CarlAtComputer/HomEE
playground/cas_integration/tomcat/run.bat
bat
gpl-2.0
201
cmd_lib/string.o := arm-eabi-gcc -Wp,-MD,lib/.string.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigr...
HCDRJacob/wildfire-kernel
lib/.string.o.cmd
bat
gpl-2.0
140,328
cmd_arch/arm/lib/csumipv6.o := arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.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 -I...
srinugnt2000/linux-2.6.37
arch/arm/lib/.csumipv6.o.cmd
bat
gpl-2.0
1,703
@echo off :Start Cls color 07 echo. |----------------------------------------------| echo. |----------------------------------------------| echo. |WIFI Hotspot Creator - By: Hossam Hassan Sakr | echo. |-----------------1 April 2016-----------------| echo. |----------------------------------------------| echo. ...
HossamHSakr/Windows-Utilities
WIFI Hotspot - Ready.bat
bat
gpl-3.0
2,300
/Users/vqf/Documents/cpp/klimer_project/github/buildMap.exe ../tmp.txt ../tmp.result >../delme.txt pause
vqf/klimer
output_buildMap.bat
bat
gpl-3.0
104
@REM ~ Put these file in %APPDATA%\DrQueue_env @echo off title %~f0 set PROMPT=-$G call base_settings.cmd set SHARE=\\%DRQUEUE_MASTER%\%SHARE_NAME% ping %DRQUEUE_MASTER% -n 1 if NOT "%errorlevel%"=="0" ( call:error_msg "ping %DRQUEUE_MASTER% failed" %errorlevel% "%~0" ) echo. echo Ping, ok. echo. echo Try to acc...
jedie/DrQueueHelperFiles
windows/mount_samba_share.cmd
bat
gpl-3.0
990
MEMORY { PAGE 0: /* Program Memory */ /* Memory (RAM/FLASH/OTP) blocks can be moved to PAGE1 for data allocation */ RAML0 : origin = 0x008000, length = 0x001000 /* on-chip RAM block L0 */ OTP : origin = 0x3D7800, length = 0x000400 /* on-chip OTP */ APP_INFO : origin = 0x3...
usbxyz/CAN-Bootloader
firmware/TMS320F2808/app/F2808.cmd
bat
gpl-3.0
4,215
@echo off echo Windows Registry Editor Version 5.00 >temp.reg echo: echo:>>temp.reg echo [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer] >>temp.reg echo "ThumbnailSize"=dword:00000050 >>temp.reg echo "ThumbnailQuality"=dword:00000030 >>t...
auspbro/CodeSnippets
Batch/常用批处理/批处理生成注册表项.bat
bat
gpl-3.0
366
@echo off echo Building... "%VS90COMNTOOLS%..\IDE\DEVENV.exe" /rebuild release StroMoHab_Installer.sln echo Done if not "%ERRORLEVEL%" == "0" echo FAILED! pause
matalangilbert/stromohab-2008
Software and Solutions/Visual Studio Solutions/StroMoHab_Installer/Re-Build Installer.cmd
bat
gpl-3.0
160
echo This script builds msi using mingw-w64 for the 32 bit Windows "%npackd_cl%\npackdcl.exe" add --package=net.sourceforge.mingw-w64.MinGWW64 --version=1.0.2011.11.1 if %errorlevel% neq 0 exit /b %errorlevel% set onecmd="%npackd_cl%\npackdcl.exe" path "--package=net.sourceforge.mingw-w64.MinGWW64" "--versions=[...
MrLoick/windows-package-manager.npackd-scripts
build-packages/msi.bat
bat
gpl-3.0
715
call variables.bat mingw32-make -k install DESTDIR=tmp_dir mkdir "%INSTALLER_DIR%" set cut_path=%~dp0 set cut_path=%cut_path:~3% xcopy /E /R /Y /I "tmp_dir\%cut_path%\%INSTALL_DIR%\*" %INSTALLER_DIR% rmdir /s /q tmp_dir strip "%INSTALLER_DIR%\eiskaltdcpp-qt.exe" strip "%INSTALLER_DIR%\eisk...
bitmesradc/eiskaltdcpp
win32/create_installer.bat
bat
gpl-3.0
4,434
md mus cd mus d88cut ..\liberty.D88 DRIVER.BIN 0 146 0x2 0x8000 0x360 cd ..
rururutan/hoot-patches
pc98/ides/liberty/cut/cut.bat
bat
gpl-3.0
78
set PYTHONPATH=..\.. python test_rquery_reply_active.py singtest_good_simple_reply python test_rquery_reply_active.py singtest_good_simpleplustorrents_reply python test_rquery_reply_active.py singtest_good_simple_reply_unicode python test_rquery_reply_active.py singtest_good_simpleplustorrents_reply_unicode pyth...
egbertbouman/tribler-g
Tribler/Test/test_rquery_reply_active.bat
bat
lgpl-2.1
456
@echo off echo R_ADDONS= > conf.inc echo C_ADDONS=/D "WIN32" /D "_WIN32" /I "..\inc\l3rd\dxsdk" /wd4819 /Oy- /WX- /Gm- /sdl /arch:SSE2 >> conf.inc echo A_ADDONS= >> conf.inc echo L_ADDONS=/MACHINE:X86 /LIBPATH:$(SDK_COFF_X86)dxsdk >> conf.inc echo SUBSYSTEM=WINDOWS >> conf.inc echo RFLAGS=$(RFLAGS_WIN32) >> conf....
prefetchnta/crhack
mak/vc2013.bat
bat
lgpl-2.1
1,946
@echo off @set PLAYKEY_VERSION=%1 @if "%PLAYKEY_VERSION%" == "" call version.cmd war windows-desktop @if "%PLAYKEY_SOLNAME%" == "" set PLAYKEY_SOLNAME=Playkey.sln @set ROOT_PROJ=C:\Users\rudol_000\projects\playkey\old-client @set DIR_PROJ=%ROOT_PROJ%\client\desktop\ @set DIR_BUILD=D:\build-client-old @set PROTOCOL_VE...
rudolfovich/.dotfiles
bin/prepare-old.cmd
bat
apache-2.0
764
@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...
RHInception/re-docs
make.bat
bat
apache-2.0
6,701
Baker\bin\Debug\Baker.exe --serve Baker.Site\
Kelindar/misakai-baker
serve.bat
bat
apache-2.0
45
@setlocal @echo off rem this batch file was converted to exe using the application "Bat To Exe Converter v2.4.3" by <www.f2ko.de> rem change working directory to that of ooRexxTryFX cd %~dp0 rem set the title of the cmd window title ooRexxTryFX rem call the concat function for all arguments for %%i in (%*) do ( if n...
abaginski/javafx
ooRexxTryFX/resources/misc/run_ooRexxTryFX.bat
bat
apache-2.0
1,117
python vegometer.py .\testImages\red1.jpg .\testImages\nir1.jpg .\testImages\red2.jpg .\testImages\nir2.jpg
nathantheinventor/CpS310VegOMeter
make.bat
bat
bsd-2-clause
108
@set @_ThisWillNeverBeUsed=0 /* @ECHO OFF CD /D "%~dp0" CSCRIPT "%~0" //Nologo //E:JScript %1 %2 %3 %4 %5 %6 %7 %8 %9 IF %ERRORLEVEL% LSS 0 ( ECHO Failed. Error code is %ERRORLEVEL% ) PAUSE EXIT /B */ var WshFileSystem = new ActiveXObject( "Scripting.FileSystemObject" ); var WshShell = WScript.CreateObject( "WScript.S...
winest/RenameMedia
_AddPyToMenu.bat
bat
bsd-3-clause
3,259
.\tz2txt\gui.py
animalize/tz2txt
_全自动.bat
bat
bsd-3-clause
15