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 launch script for m2pp
echo %* > m2ppargs.tmp
m2pp-na
del m2ppargs.tmp
| m2sf/m2pp | xec/m2pp.bat | bat | lgpl-2.1 | 75 |
Taskkill /im ireceiver.exe /f
Taskkill /im WePrint Server.exe /f
Taskkill /im Irotate.exe /f
taskkill /im NvBackend.exe /f
taskkill /im nvtray.exe /f
taskkill /im HandyAndy.exe /f | nwy140/CmdHacks | Archive/Process killers/Kill processs .cmd | bat | apache-2.0 | 190 |
@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... | infobloxopen/infoblox-netmri | docs/make.bat | bat | apache-2.0 | 6,477 |
@ECHO off
SET cli=dotnet run --project NRasterizer.CLI/ --configuration Release
REM Generate samples with the GDI+ rasterizer
ECHO Rendering samples with GDI+
%cli% gdi+ Fonts\CompositeMS.ttf samples\C.png C
%cli% gdi+ Fonts\segoeui.ttf samples\gdi\cefhijl.png cefhijl
ECHO Rendering sample with nrasterizer
REM Genera... | vidstige/NRasterizer | build/generate_samples.cmd | bat | apache-2.0 | 400 |
@echo off
rem
rem This does not work, unfortunately!
rem Redirection fails
start "debug\ipc_file.exe < file1.inp"
debug\ipc_file.exe < file2.inp
| mapmeld/fortran-machine | flibs-0.9/flibs/src/ipc/runtest.bat | bat | bsd-3-clause | 145 |
REM Script for reviewing images recorded from Optris in windows (using the "record_images.bat" script) WITH calibration
set launch_file=%USERPROFILE%\Documents\GitHub\thermalvis\launch\optris_review_with_calibration.launch
%USERPROFILE%\Documents\GitHub\BUILDS\thermalvis\apps\mono-slam\Release\MonocularSLAM.exe "%lau... | steevo87/thermalvis | scripts/batch/test_calibration.bat | bat | bsd-3-clause | 349 |
doxygen C:\Projects\AnimatLabSDK\AnimatLabPublicSource\Documentation\PublicDocs.doxy
| NeuroRoboticTech/AnimatLabPublicSource | Documentation/make.bat | bat | bsd-3-clause | 86 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_DWSS.S02_ManageData.MSDWSS_S02_TC12_UpdateDwsData_ServerFailure /testcontainer:..\..\MS-DWSS\TestSuite\bin\Debug\MS-DWSS_TestSuite.dll /runconfig:..\..\MS-DWSS\MS-DWSS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-DWSS/RunMSDWSS_S02_TC12_UpdateDwsData_ServerFailure.cmd | bat | mit | 288 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ADMINS.S02_ErrorConditions.MSADMINS_S02_TC09_CreateSiteFailed_LcidInvalid /testcontainer:..\..\MS-ADMINS\TestSuite\bin\Debug\MS-ADMINS_TestSuite.dll /runconfig:..\..\MS-ADMINS\MS-ADMINS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-ADMINS/RunMSADMINS_S02_TC09_CreateSiteFailed_LcidInvalid.cmd | bat | mit | 306 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFOLD.S01_FolderRopOperations.MSOXCFOLD_S01_TC09_RopDeleteFolderToSoftDelete /testcontainer:..\..\MS-OXCFOLD\TestSuite\bin\Debug\MS-OXCFOLD_TestSuite.dll /runconfig:..\..\MS-OXCFOLD\MS-OXCFOLD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFOLD/RunMSOXCFOLD_S01_TC09_RopDeleteFolderToSoftDelete.cmd | bat | mit | 315 |
node ./Quick.js
| Ju2ender/JavaScript-E | tools/quick.bat | bat | mit | 16 |
@echo off
if [%1] == [] goto Usage
if [%1] == [/?] goto Usage
if not [%3] == [] goto Usage
"%~dp0\snap.exe" --nogui --nosplash --python %1 %2
goto End
:Usage
@echo Configures the SNAP-Python interface 'snappy'.
@echo.
@echo %~n0 Python [Dir] ^| [/?]
@echo.
@echo Python: Full path to Python executable to be us... | valgur/snap-installer | files/winx32/bin/snappy-conf.bat | bat | gpl-3.0 | 493 |
"uKOM Extractor.exe" -u data001.kom | ESEmu/uKOM-Extractor | Debug/start.bat | bat | gpl-3.0 | 35 |
reg add "HKCU\Software\Classes\.jpg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.jpeg" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.gif" /ve /t "REG_SZ" /d "PhotoViewer.FileAssoc.Tiff" /f
reg add "HKCU\Software\Classes\.png" /ve /t "REG_SZ" /d... | CHEF-KOCH/regtweaks | Win 10/All Versions/Explorer/Open Pictures With Windows Photo Viewer/Open Pictures With Windows Photo Viewer.cmd | bat | mpl-2.0 | 617 |
@if "%_echo%" neq "on" echo off
setlocal EnableDelayedExpansion
set buildTests=build-tests.log
set binclashLoggerDll=%~dp0Tools\net45\Microsoft.DotNet.Build.Tasks.dll
set binclashlog=%~dp0binclash.log
echo Running build-tests.cmd %* > %buildTests%
set options=/nologo /maxcpucount /v:minimal /clp:Summary /nodeReuse:fa... | shahid-pk/corefx | build-tests.cmd | bat | mit | 1,000 |
@cd baseq3 || echo Error no baseq3 && goto quit
@move * ../smokinguns || echo Error!!! can not move to smokinguns dir && goto quit
@cd ../
@move smokinguns base || echo Error!!! can not move smokinguns to base dir && goto quit
@rd baseq3 || echo Error!!! can not delete baseq3 dir && goto quit
@cd base
@move sg_pa... | vloup/sgfork | tools/ConvertToSGFork.bat | bat | gpl-2.0 | 567 |
-stack 0x1000 /* PRIMARY STACK SIZE */
-sysstack 0x1000 /* SECONDARY STACK SIZE */
-heap 0x3F80 /* HEAP AREA SIZE */
MEMORY
{
MMR (RW) : origin = 0000000h length = 0000C0h /* MMRs */
VEC (RX) : origin = 00000C0h length = 000300h /* on-chip ROM vectors */
DARAM (... | DMFX-1/Software | DMFX_1_1/c55xx_csl/ccs_v5.0_examples/i2s/CSL_I2S_INTCExample/VC5505_I2S.cmd | bat | gpl-3.0 | 858 |
::============================================================================
:: Batch file to load the Blinky program to the flash of EK-TM4C123GXL
:: (equivalent to EK-LM4F120XL)
::
:: NOTE: requires the LMFlash programmer from Texas Instruments, see:
:: http://www.ti.com/tool/LMFLASHPROGRAMMER
::
@echo off... | hyller/GladiatorCots | QP/v5.4.2/qpcpp/examples/freertos/arm-cm/blinky_ek-tm4c123gxl/gnu/flash.bat | bat | unlicense | 972 |
@echo off
REM Copyright (c) 2005-2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
REM
REM WSO2 Inc. licenses this file to you under the Apache License,
REM Version 2.0 (the "License"); you may not use this file except
REM in compliance with the License.
REM You may obtain a copy of the License at
REM... | ksdperera/product-cep | modules/distribution/scripts/wso2cep-samples.bat | bat | apache-2.0 | 4,673 |
#!/bin/csh
####################
# Script: removeFile
# This script removes file in arg1 from dir in arg2
####################
if ( $#argv != 2) then
echo ">>> Bad Inputs Supplied."
echo "usage: $argv[0] fileName sourceDir"
exit 1
endif
set fileName = $1
set sourceDir = $2
if (! -d $sourceDir) then
ec... | vision-dbms/vision | application/localvision/adminScripts/removeFile.cmd | bat | bsd-3-clause | 559 |
@echo off
buildwin 90 build shared both Win32 samples tests devenv
| veyesys/opencvr | 3rdparty/poco/build_vs90.cmd | bat | mit | 67 |
executable = /bin/echo
output = job_dagman_always_run_post-A_A.out
error = job_dagman_always_run_post-A_A.err
arguments = Not OK that we are running
queue
| djw8605/condor | src/condor_tests/job_dagman_always_run_post-A_A.cmd | bat | apache-2.0 | 155 |
@echo off
:: This configure script is designed for the default Windows world, which means
:: you have OSGeo4W installed, including Oracle and GDAL and LASzip.
:: This configure script expects to be run from the PDAL root directory.
:: Pick your CMake GENERATOR. (NMake will pick up architecture (x32, x64) from your ... | mtCarto/PDAL | cmake/examples/hobu-windows.bat | bat | bsd-3-clause | 3,199 |
cmd_sound/pcmcia/pdaudiocf/built-in.o := rm -f sound/pcmcia/pdaudiocf/built-in.o; arm-eabi-ar rcs sound/pcmcia/pdaudiocf/built-in.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/pcmcia/pdaudiocf/.built-in.o.cmd | bat | gpl-2.0 | 133 |
@ECHO OFF
%MSBuildRoot%\msbuild.exe "runner.msbuild" /t:Rebuild;Test /p:Configuration=Debug
if "%1" NEQ "noprompt" PAUSE
| ruthlesshelp/prodotnetbestpractices | SourceCode/Chapter08/6_DAL_NH/runner.bat | bat | mit | 122 |
signtool.exe sign /f FCweborg.pfx /p FreeCADIsCool /fd sha512 /tr http://timestamp.digicert.com /td sha512 /v %1
| sanguinariojoe/FreeCAD | src/WindowsInstaller/Signing.bat | bat | lgpl-2.1 | 113 |
@echo off
java -Dlogback.configurationFile=logback.xml -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=1044 -jar ..\target\app-runner-1.2-SNAPSHOT.jar config.properties
| danielflower/app-runner | local/start.bat | bat | mit | 183 |
start "" http://127.0.0.1:4000
bundle exec jekyll serve
| chrsmlls333/chrsmlls333.github.io | _old/oldConfig/_serve.bat | bat | mit | 56 |
@echo off
set "VIRTUAL_ENV=d:\projects\lvsys\lvsys\env_lvsys"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(env_lvsys) %PROMPT%"
if not defined _OLD_VIRTUAL_PYTHONHOME (
... | sun1991/lvsys | lvsys/env_lvsys/Scripts/activate.bat | bat | mit | 543 |
msiexec /a "%SRC_DIR%\Cantera-2.0.2-x86-py2.7.msi" /quiet TARGETDIR="%PREFIX%"
del "%PREFIX%\Cantera-2.0.2-x86-py2.7.msi"
if errorlevel 1 exit 1
| iskarian/cantera-conda-recipe | cantera/bld.bat | bat | mit | 145 |
path=C:\Users\pci\AppData\Local\NASM
nasm -f win32 test.asm
pause | carlosvilela/Funcoes-Diversas | Assembly/Compilador-NASM_MinGW/compilar.bat | bat | mit | 71 |
..\CssMergerApp\bin\debug\CssMergerApp.exe %1\main.css %1-merged.css | gudmundurh/CssMerger | IntegrationTests/run.cmd | bat | mit | 68 |
@jam --workspace --gen=vs2012 --compiler=mingw --gui Jamfile.jam ../../build/glob_mingw
| arventwei/WioEngine | Tools/jamplus/samples/glob/CreateMINGWWorkspace.bat | bat | mit | 88 |
@echo off
REM pushd "C:\Program Files (x86)\Malwarebytes Anti-Malware"
pushd "C:\Program Files (x86)\Malwarebytes' Anti-Malware"
REM mbam.exe /register 3YL75 2B5C-AQHH-CQM9-311G
mbam.exe /update -silent
exit | TechnicianOnline/WinBOLT | dev/v3/repo/mbam_update.bat | bat | gpl-2.0 | 214 |
cmd_drivers/usb/misc/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/misc/built-in.o drivers/usb/misc/ehset.o
| dagnarf/sgh-i717-dagkernel | drivers/usb/misc/.built-in.o.cmd | bat | gpl-2.0 | 166 |
cmd_ipc/built-in.o := rm -f ipc/built-in.o; /home/playfulgod/Android/2.3.5/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs ipc/built-in.o
| Jewbie/Kernel-2.6.32 | ipc/.built-in.o.cmd | bat | gpl-2.0 | 155 |
cmd_fs/ext3/super.o := arm-eabi-gcc -Wp,-MD,fs/ext3/.super.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D_... | timmytim/honeybutter_kernel | fs/ext3/.super.o.cmd | bat | gpl-2.0 | 31,405 |
cmd_fs/devpts/built-in.o := /home/sebastian/android/sabermod/bin/arm-linux-androideabi-ld -EL -r -o fs/devpts/built-in.o fs/devpts/devpts.o
| araca/Zen-Kernel-Huawei-P7 | fs/devpts/.built-in.o.cmd | bat | gpl-2.0 | 146 |
cmd_sound/isa/cs423x/built-in.o := rm -f sound/isa/cs423x/built-in.o; /usr/local/arm/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/cs423x/built-in.o
| miamo/miamOv | sound/isa/cs423x/.built-in.o.cmd | bat | gpl-2.0 | 149 |
cmd_arch/x86/boot/cpucheck.o := gcc -Wp,-MD,arch/x86/boot/.cpucheck.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86... | Existed/kernel-2.6.35.14 | arch/x86/boot/.cpucheck.o.cmd | bat | gpl-2.0 | 5,430 |
cmd_fs/notify/built-in.o := ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ld -EL -r -o fs/notify/built-in.o fs/notify/fsnotify.o fs/notify/notification.o fs/notify/group.o fs/notify/inode_mark.o fs/notify/dnotify/built-in.o fs/notify/inotify/built-in.o
| spacecaker/CM7_Space_Kernel_Cooper | fs/notify/.built-in.o.cmd | bat | gpl-2.0 | 262 |
cmd_fs/ext2/ext2.o := ld -m elf_i386 -r -o fs/ext2/ext2.o fs/ext2/balloc.o fs/ext2/dir.o fs/ext2/file.o fs/ext2/fsync.o fs/ext2/ialloc.o fs/ext2/inode.o fs/ext2/ioctl.o fs/ext2/namei.o fs/ext2/super.o fs/ext2/symlink.o fs/ext2/xattr.o fs/ext2/xattr_user.o fs/ext2/xattr_trusted.o fs/ext2/acl.o
| namgk/kernel-tut | fs/ext2/.ext2.o.cmd | bat | gpl-2.0 | 297 |
cmd_net/core/sysctl_net_core.o := gcc -Wp,-MD,net/core/.sysctl_net_core.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-declaration -Os ... | namgk/kernel-tut | net/core/.sysctl_net_core.o.cmd | bat | gpl-2.0 | 25,093 |
@echo off
echo ================================================================
echo.
echo Batch file showing examples of command-line flash programming
echo.
echo ================================================================
set FLASHCOMMAND=UsbdmFlashProgrammer-debug.exe
set IMAGEFILE=Image_MKxxDX128_5.sx
set DEV... | podonoghue/usbdm-eclipse-makefiles-build | PackageFiles/Scripts/TryProgrammingFRDM_K20.cmd | bat | gpl-2.0 | 3,455 |
cmd_fs/ext4/built-in.o := arm-linux-gnueabi-ld -EL -r -o fs/ext4/built-in.o fs/ext4/ext4.o
| jpsminix/minix5 | fs/ext4/.built-in.o.cmd | bat | gpl-2.0 | 96 |
echo OFF
SETLOCAL
echo "===== calling Ownership for sacpp ====="
set EXAMPLE_LANG=sacpp
call %FUNCTIONS% :runOwnership
call %FUNCTIONS% :ownershipCheckResult >> run.log
| SanderMertens/opensplice | build/scripts/overnight/example_automation_scripts/examples/dcps/Ownership/cpp/standalone/RUN.bat | bat | gpl-3.0 | 183 |
REM ***
REM Copyright 2014 ThoughtWorks, Inc.
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by applicab... | naveenbhaskar/gocd | installers/go-agent/release/start-agent.bat | bat | apache-2.0 | 753 |
@echo off
setlocal
REM This script provides utilities to manage the KAM store
REM
REM Unless required by applicable law or agreed to in writing, software
REM distributed under the License is distributed on an "AS IS" BASIS,
REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
REM See th... | OpenBEL/openbel-framework | org.openbel.framework.tools/tools/KamManager.cmd | bat | apache-2.0 | 684 |
@ECHO OFF
CALL %~p0launcher\jlaunch.bat %~p0examples.conf jlibs.xml.sax.crawl.XMLCrawler %*
| santhosh-tekuri/jlibs | examples/bin/crawl-xml.bat | bat | apache-2.0 | 92 |
@ECHO OFF
setlocal DISABLEDELAYEDEXPANSION
SET BIN_TARGET=%~dp0/../vendor/doctrine/doctrine-module/bin/doctrine-module
php "%BIN_TARGET%" %*
| barbosaadriano/BaseModuleZf2 | bin/doctrine-module.bat | bat | bsd-3-clause | 145 |
cmake --version
rem cl.exe /?
mkdir build
cd build
cmake %~dp0/../projects/cmake
echo ==== finish cmake generate ====
ls
echo ==== start cmake build ====
cmake --build . -j 8
echo ==== finish cmake build ====
ctest -V --output-on-failure
echo ==== finish ctest ====
| srz-zumix/iutest | .ci/msvc-wine-build.bat | bat | bsd-3-clause | 268 |
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler.
@set OUT_EXE=example_sdl_vulkan
@set INCLUDES=/I..\.. /I..\..\backends /I%SDL2_DIR%\include /I %VULKAN_SDK%\include
@set SOURCES=main.cpp ..\..\backends\imgui_impl_sdl.cpp ..\..\backends\imgui_impl_vul... | ocornut/imgui | examples/example_sdl_vulkan/build_win32.bat | bat | mit | 628 |
cmd_drivers/net/ethernet/chelsio/built-in.o := rm -f drivers/net/ethernet/chelsio/built-in.o; /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ar rcsD drivers/net/ethernet/chelsio/built-in.o
| friedrich420/Note-3-AEL-Kernel | drivers/net/ethernet/chelsio/.built-in.o.cmd | bat | gpl-2.0 | 205 |
@echo off
if "%1" == "64" (set fpcpl=64) else (set fpcpl=)
pushd ..\plugins
pushd Actman
call make.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
popd
pushd mRadio
call make.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
popd
pushd Watrack
call make.bat fpc%fpcpl% 16
if errorlevel 1 goto :Error
cd icons
call makeico... | miranda-ng/miranda-ng | bin17/pascal.bat | bat | gpl-2.0 | 553 |
@echo off
mkdir 32bit
mkdir 32bit\locale
mkdir 32bit\shaders
mkdir 32bit\plugins
mkdir 32bit\plugins\DShowPlugin
mkdir 32bit\plugins\DShowPlugin\locale
mkdir 32bit\plugins\DShowPlugin\shaders
mkdir 32bit\plugins\GraphicsCapture
mkdir 32bit\plugins\PSVPlugin
mkdir 32bit\plugins\PSVPlugin\locale
mkdir 64bit
mkdir 64bit\... | nminwalla/OBS | installer/generate_binaries.bat | bat | gpl-2.0 | 7,331 |
call build_GCC_x64.cmd 1
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" xLights_4_64bit_GCC.iss
call build_GCC_x86.cmd 1
"c:\Program Files (x86)\Inno Setup 6\ISCC.exe" xLights_4_32bit_GCC.iss
pause | smeighan/xLights | build_scripts/msw/PackageWindowsRelease_GCC.cmd | bat | gpl-3.0 | 199 |
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.XamarinAndroid.sln /p:Configuration=Release | BRER-TECH/oxyplot | Build/BuildRelease_XamarinAndroid.cmd | bat | mit | 121 |
@setlocal EnableDelayedExpansion EnableExtensions
@for %%i in (a:\_packer_config*.cmd) do @call "%%~i"
@if defined PACKER_DEBUG (@echo on) else (@echo off)
if not defined HANDLE_URL set HANDLE_URL=http://live.sysinternals.com/handle.exe
for %%i in ("%HANDLE_URL%") do set HANDLE_EXE=%%~nxi
set HANDLE_DIR=%TEMP%\handle... | MSumulong/windows | script/01-install-handle.cmd | bat | apache-2.0 | 1,235 |
@if "%_echo%"=="" echo off
setlocal
call %~d0%~p0\..\..\..\config.bat
"%PEVERIFY%" test1.dll
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test2a.dll
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test2b.dll
@if ERRORLEVEL 1 goto Error
"%PEVERIFY%" test3.exe
@if ERRORLEVEL 1 goto Error
test3.exe
@if ERRORLEVEL 1 goto Erro... | eloraiby/fsharp | tests/fsharp/typeProviders/diamondAssembly/run.bat | bat | apache-2.0 | 742 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^... | lmorchard/whuru | vendor-local/src/django-registration/docs/make.bat | bat | bsd-3-clause | 2,985 |
@echo off
cd bin/neko
neko Tests.n
pause
| jonasmalacofilho/jonas-haxe | tests/Tests_neko.bat | bat | mit | 45 |
set PROXY_HOST=127.0.0.1
set serializer_PORT=10000
set frontend_PORT=10001
node api/index.js
| nearform/micro-services-tutorial-iot | step3/frontend/run.bat | bat | mit | 93 |
@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... | dchaplinsky/aiohttp_validate | docs/make.bat | bat | mit | 6,479 |
call nuget pack Shields.GraphViz\Shields.GraphViz.csproj -IncludeReferencedProjects -Prop Configuration=Release -Verbosity detailed | timothy-shields/graphviz | pack.bat | bat | mit | 131 |
@REM Copyright (c) Microsoft. All rights reserved.
@REM Licensed under the MIT license. See LICENSE file in the project root for full license information.
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
set current-path=%~dp0
rem // remove trailing slash
set current-path=%current-path:~0,-1%
set build-ro... | clemensv/azure-event-hubs | c/build_all/windows/build.cmd | bat | mit | 4,971 |
:: Use as "call world1 [Room###] [Extra info]"
:: use as "call world1 000 [Extra info]"
::set roomInfo=%2
:: echo %2
:: echo %roomInfo%
echo(
if "%2"=="die" set charPos=155
if "%2"=="talk" echo *** Please use who, talk is not a command. Type help for more.
if "%2"=="map" goto :map
goto :Room%1
goto :eof
:map
set /... | JoshGud777/old_AppleQuest_Batch | AppleQuest/data/world1.bat | bat | mit | 9,105 |
dotnet mns-sample-producer.dll | aries-zhang/mns-netcore | src/mns-sample-producer/run.cmd | bat | mit | 30 |
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... | maurer/tiamat | samples/Juliet/testcases/CWE176_Improper_Handling_of_Unicode_Encoding/CWE176.bat | bat | mit | 483 |
@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... | mrcrgl/django_distributed_task | docs/make.bat | bat | mit | 6,493 |
@echo off
setlocal
set PATH=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin;C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Bin;%PATH%
set INCLUDE=C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\include;C:\Program Files (x86)\Micro... | Major-Revision/WinDjView | libdjvu/make.bat | bat | gpl-2.0 | 898 |
cmd_drivers/net/wireless/bcm4329/built-in.o := rm -f drivers/net/wireless/bcm4329/built-in.o; /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs drivers/net/wireless/bcm4329/built-in.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | drivers/net/wireless/bcm4329/.built-in.o.cmd | bat | gpl-2.0 | 192 |
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q ipch
rmdir /S /Q Release
cd AlphaLangNative
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ../DirectXTK
rmdir /S /Q Bin
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ../Expression
rmdir /S /Q ARM
rmdir /S /Q Debug
rmdir /S /Q "Generated Files"
cd ..... | lightstudio/uve | 清理项目.bat | bat | gpl-2.0 | 1,017 |
cmd_drivers/usb/serial/ir-usb.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/usb/serial/ir-usb.ko drivers/usb/serial/ir-usb.o drivers/usb/serial/ir-usb.mod.o
| avareldalton85/rpi2-linux-rt | drivers/usb/serial/.ir-usb.ko.cmd | bat | gpl-2.0 | 271 |
@if (true == false) @end /*
@echo off
if defined __ goto :START
set __=.
cmdgfx_input.exe knW13xR | call %0 %* | cmdgfx_RGB "" Sf2:0,0,200,150,100,75
set __=
cmdwiz showcursor 1 & goto :eof
:START
cmdwiz setfont 2 & cls & mode 100,75 & cmdwiz showcursor 0 & title RGB Fire (Space/Enter/f)
set /a W=100, H=75
call center... | misol1/cmdgfx | RGB-Fire-js.bat | bat | gpl-2.0 | 3,490 |
cmd_sound/isa/ad1848/built-in.o := rm -f sound/isa/ad1848/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/ad1848/built-in.o
| selva-simple/Galaxy-R-Kernel | sound/isa/ad1848/.built-in.o.cmd | bat | gpl-2.0 | 180 |
deps_config := \
kernel/Kconfig.sysprof \
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/Kc... | HONO/lge-kernel-p930-Gingerbread-mod | include/config/auto.conf.cmd | bat | gpl-2.0 | 18,538 |
cmd_net/802/built-in.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o net/802/built-in.o net/802/p8022.o net/802/psnap.o net/802/stp.o
| aloksinha2001/picuntu-3.0.8-alok | net/802/.built-in.o.cmd | bat | gpl-2.0 | 187 |
cmd_drivers/media/common/built-in.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/media/common/built-in.o drivers/media/common/tuners/built-in.o
| dagnarf/sgh-i717-dagkernel | drivers/media/common/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
deps_scripts/kconfig/lxdialog/yesno.o := \
scripts/kconfig/lxdia... | valentinthirion/android-tracebox-busybox | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 2,746 |
@ECHO OFF
"C:\Program Files (x86)\Atmel\AVR Tools\AvrAssembler2\avrasm2.exe" -S "Z:\home\ventura\Documents\Talleres\Talleres11\labels.tmp" -fI -W+ie -C V2E -o "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.hex" -d "Z:\home\ventura\Documents\Talleres\Talleres11\Talleres11.obj" -e "Z:\home\ventura\Documents\T... | Ripagood/Microcontroladores | Talleres11/AvrBuild.bat | bat | gpl-2.0 | 485 |
cmd_sound/core/snd-timer.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o sound/core/snd-timer.o sound/core/timer.o ; scripts/mod/modpost sound/core/snd-timer.o
| lindsaytheflint/stone | sound/core/.snd-timer.o.cmd | bat | gpl-2.0 | 233 |
cmd_sound/core/snd.o := arm-none-linux-gnueabi-ld -EL -r -o sound/core/snd.o sound/core/sound.o sound/core/init.o sound/core/memory.o sound/core/info.o sound/core/control.o sound/core/misc.o sound/core/device.o sound/core/jack.o
| srinugnt2000/linux-2.6.37 | sound/core/.snd.o.cmd | bat | gpl-2.0 | 233 |
@Echo off
SetLocal EnableDelayedExpansion
REM Loading Function v.1.0 By Kvc - Because, we Don't want to code alot for a Simple GUI output.
REM This function is created by Kvc - at 15.9.2017 - 12:19 PM
REM Get More Extensions Like this @ www.thebateam.org - The BatchProgramming Blog
REM Setting-up version of the prog... | TheBATeam/Loading-Function-v.1.0---By-Kvc | Files/Loading.bat | bat | gpl-3.0 | 4,692 |
@echo off
title SQL Account Manager
color 17
java -version:1.8 -Djava.util.logging.config.file=console.cfg -cp ./../libs/*;LoginServer.jar com.l2jmobius.tools.accountmanager.SQLAccountManager
if %errorlevel% == 0 (
echo.
echo Execution successful
echo.
) else (
echo.
echo An error has occurred while running the L2J Acc... | karolusw/l2j | login/startSQLAccountManager.bat | bat | gpl-3.0 | 673 |
gcc Raytracer_handofdos_r2.c -O3 -march=native -m64 -msse4.2 -ffast-math -o Raytracer_handofdos2.exe
gcc Raytracer_handofdos_r2.c -O3 -march=native -m64 -msse4.2 -ffast-math -DAVX_VERSION -o Raytracer_handofdosavx2.exe
::gcc Raytracer_handofdos.c -O0 -march=native -m64 -msse4.2 -ffast-math -DAVX_VERSION -o Raytracer_ha... | Mark-Kovalyov/CardRaytracerBenchmark | c/make.cmd | bat | gpl-3.0 | 618 |
@echo off
color 17
title YoU HaVE BEeN haCked by An0NYmOuS!!
echo
echo `/ohmMMNmdhhyyyhdmNMMmho/`
echo `+dMNho:.` `.:oyNMd+
echo `hMd.... | exploi8/AA | DANGER/Duplicate text&Skull5/skullll.bat | bat | gpl-3.0 | 1,828 |
@echo off
set PS3SDK=/s/PSDK3v2
set WIN_PS3SDK=S:/PSDK3v2
set PATH=%WIN_PS3SDK%/mingw/msys/1.0/bin;%WIN_PS3SDK%/mingw/bin;%WIN_PS3SDK%/ps3dev/bin;%WIN_PS3SDK%/ps3dev/ppu/bin;%WIN_PS3SDK%/ps3dev/spu/bin;%WIN_PS3SDK%/mingw/Python27;%PATH%;
set PSL1GHT=%PS3SDK%/psl1ght
set PS3DEV=%PS3SDK%/ps3dev
make pkg2
pause | stephencapes/ps3ita | Make_PKG_animated.bat | bat | gpl-3.0 | 311 |
REM @ECHO OFF
REM *************************************************************************
REM Copyright (c) 2002 The University of Chicago, as Operator of Argonne
REM National Laboratory.
REM Copyright (c) 2002 The Regents of the University of California, as
REM Operator of Los Alamos National Labora... | AdamVStephen/getstuffdone | EPICS/base_startup_win32-vs2017.bat | bat | gpl-3.0 | 7,999 |
@echo off
:- $Id: default.bat 1482 2009-07-11 16:59:43Z perditionc $
:- with option clearset, clears all config.bat-made environment variables
:- without options, MAKE / LINK / ... are set to defaults based on COMPILER ...
if "%1" == "clearset" goto clearset
:-------------------------------------------------... | joyent/sdcboot | freedos/source/kernel/default.bat | bat | mpl-2.0 | 2,163 |
"%JAVA_HOME%\bin\java.exe" -DCTSMS_PROPERTIES="%CTSMS_PROPERTIES%" -DCTSMS_JAVA="%CTSMS_JAVA%" -Dfile.encoding=Cp1252 -Djava.awt.headless=true -classpath %CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\ctsms-core-.7.0.jar;%CATALINA_HOME%\webapps\ctsms-web\WEB-INF\lib\* org.phoenixctms.ctsms.executable.DBTool %* | phoenixctms/ctsms | core/db/dbtool.bat | bat | lgpl-2.1 | 310 |
@echo off
::
:: The Batchography book by Elias Bachaalany
::
set /P phrase=Enter string:
set /P match=Find what:
set /P replace=Replace with what:
echo The phrase is: %phrase%
call set phrase=%%phrase:%match%=%replace%%%
echo After substitution, the phrase is: %phrase% | PassingTheKnowledge/Batchography | str-substitute-var.bat | bat | apache-2.0 | 286 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem ##
@rem Gradle startup script for Windows ##
@rem ... | Qi4j/qi4j-libraries | gradlew.bat | bat | apache-2.0 | 3,921 |
@echo off
if "%1"=="msvc6" (
echo MSVC6
call "C:\Program Files\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
) else (
if "%1"=="msvc7" (
echo MSVC7
call "%VS71COMNTOOLS%\vsvars32.bat"
) else (
if "%1"=="msvc8" (
echo MSVC8
call "%VS80COMNTOOLS%\..\..\VC\vcvarsall.bat"
) else (
if "%1"=="msvc9" (
echo MSVC9
call "%VS... | berndhahnebach/IfcPlusPlus | external/SoWin/build/general/generate.bat | bat | mit | 579 |
cd ..
call npm run production_line_test
pause
cd batch_scripts
| chrisJohn404/ljswitchboard-ljm_device_curator | batch_scripts/verify_t7_pro_upgrades.bat | bat | mit | 63 |
@ECHO off
SETLOCAL
CALL :find_dp0
IF EXIST "%dp0%\node.exe" (
SET "_prog=%dp0%\node.exe"
) ELSE (
SET "_prog=node"
SET PATHEXT=%PATHEXT:;.JS;=;%
)
"%_prog%" "%dp0%\..\node-gyp-build\build-test.js" %*
ENDLOCAL
EXIT /b %errorlevel%
:find_dp0
SET dp0=%~dp0
EXIT /b
| Hanul/UPPERCASE | node_modules/.bin/node-gyp-build-test.cmd | bat | mit | 271 |
@erase lang.inc
@echo lang fix en >lang.inc
@fasm netsends.asm netsends
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/network_old/netsends/trunk/build_en.bat | bat | mit | 94 |
java -classpath .;..\lib\perst.jar TestTtree
| kjk/volante-obsolete | java/tst/TestTtree.bat | bat | mit | 46 |
-- Truck::move(target:Point)
!set self.trips:=self.trips->including(self.point)
!set self.debt:=self.debt+1
!delete (self,self.point) from Current
!insert (self,target) into Current
| vnu-dse/rtl | examples/Documentation/tollcoll/Truck_move.cmd | bat | gpl-2.0 | 182 |
@setlocal EnableExtensions EnableDelayedExpansion
@echo off
set current-path=%~dp0
rem // remove trailing slash
set current-path=%current-path:~0,-1%
set build-root=%current-path%\..\..
rem // resolve to fully qualified path
for %%i in ("%build-root%") do set build-root=%%~fi
rem -----------------------------------... | avranju/azure-iot-sdks | c/iothub_client/build/mbed/build.cmd | bat | mit | 1,563 |
@echo off
setlocal EnableDelayedExpansion
:: ================= GLOBAL VARIABLES ===================
set "ZU-app=batch\utilities\7za.exe"
set "title=coco-dev-win-setup"
cd batch\\scripts\\
call get_config version
cd ..\\..\\
%ZU-app% a "%title%-%version%.zip" .\batch\*
:: =================== EOF ====================... | ft3426419/ft3426419.github.io | scripts/windows/coco-dev-setup/dev-setup-packer.bat | bat | mit | 339 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.