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 Launch MS VC with environment prepared for building OCCT qt Voxel demo
rem Set build environment
call %~dp0..\..\..\ros\env_build.bat vc8 win32
SET BIN_DIR=Release
SET CSF_GraphicShr=OpenGl\Release\VoxelOpenGl.dll
SET PATH=OpenGl\Release;%QTDIR%\bin;%QTDIR%;%PATH%
SET CSF_TEX_FONT=2
SET MMGT_REENTR... | AsherBond/MondocosmOS | opencascade-6.5.1/samples/qt/voxeldemo/Run_MSVC.bat | bat | agpl-3.0 | 789 |
@echo off
setlocal
REM winrm doesnt support spaces in key names. hence the fix in winrm-1 which replaces 0x20 with a ' ' before calling winrm com object.
REM set server="http://<ip_addr>:8889"
REM set xenhostname="<hostname>"
REM set user="<user>"
REM set pass="<pass>"
echo "Get StoragePoolManagementService ... | xenserver/xs-cim | test/winrm-tests/disk_test.bat | bat | lgpl-2.1 | 11,279 |
mkdir build-mingw-w64-ok
cd build-mingw-w64-ok
cmake .. -G "MinGW Makefiles" -DSHARED=ON -DSTATIC=OFF -DBUILD_EXAMPLES=ON -DREPRODUCE_CI_BUILD_ERROR=OFF
cmake --build . --config Release
cd ..
pause
| myd7349/Ongoing-Study | cpp/CMake/raylib_pr789_ci_failure/build-mingw-w64-ok.bat | bat | lgpl-3.0 | 198 |
::
:: DAPLink Interface Firmware
:: Copyright (c) 2009-2016, ARM Limited, All Rights Reserved
:: SPDX-License-Identifier: Apache-2.0
::
:: Licensed under the Apache License, Version 2.0 (the "License"); you may
:: not use this file except in compliance with the License.
:: You may obtain a copy of the License at
::
:: ... | google/DAPLink-port | tools/build_release.bat | bat | apache-2.0 | 3,260 |
@rem ===========================================================================================================
@rem Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License,
@rem Version 2.0. See License.txt in the project root for license information.
@... | chkn/fsharp | src/update.cmd | bat | apache-2.0 | 4,844 |
:loopp
TASKKILL /im MicrosoftEdgeCP.exe /f
echo Ooops
goto loopp | nwy140/CmdHacks | Archive/Disable Edge.bat | bat | apache-2.0 | 69 |
.\src\.nuget\NuGet.exe push .\NuGet\CsvHelper.*.symbols.nupkg -Source https://www.nuget.org/api/v2/package
pause
| kyllix/CsvHelper | Push NuGet Packages.bat | bat | apache-2.0 | 117 |
@ECHO OFF
:: This command launches a Visual Studio solution with environment variables required to use a local version of the .NET Core SDK.
:: This tells .NET Core to use the same dotnet.exe that build scripts use
SET DOTNET_ROOT=%~dp0.dotnet
:: This tells .NET Core not to go looking for .NET Core in other places
S... | grpc/grpc-dotnet | startvs.cmd | bat | apache-2.0 | 747 |
pyuic4 ../ui/bleproxy_address_form.ui > ../../ui/Ui_BleProxyAddressForm.py | uname/bleproxy | PC/BleProxyDesk/resource/generator/gen_bleproxy_address_form.bat | bat | apache-2.0 | 74 |
@echo off
@rem Determine what directory it is in.
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.\
set TAWJA_HOME=%DIRNAME%
set BSH_HOME=%TAWJA_HOME%utils\beanshell\
rem set GROOVY_HOME=%TAWJA_HOME%utils\groovy\
rem set PATH=%GROOVY_HOME%bin;%TAWJA_HOME%bin;%PATH%
echo ----------------------------------------... | tawja/twj-main | twj-utils/src/root/devshell.bat | bat | apache-2.0 | 881 |
ngwsx.exe -e | zxy050/ngwsx | stop-the-service.bat | bat | bsd-2-clause | 12 |
cmd /c node_modules\.bin\istanbul cover test\test-node.js
cmd /c node_modules\.bin\remap-istanbul -i ../build/coverage-js/coverage.json -o ../build/coverage-ts -t html
| sushicutta/yass | ts/coverage.bat | bat | bsd-3-clause | 169 |
@echo off
set BATCH_DIR=%~dp0
cd %BATCH_DIR%
cd ..\..
set MY_DIR=%CD%
call build\auto\setup_vs_any.cmd
call build\auto\helper_get_svnversion.cmd
call build\auto\helper_get_openmpt_version.cmd
set MPT_REVISION=%OPENMPT_VERSION%-r%SVNVERSION%
cd bin\x64 || goto error
del /f /q openmpt-win64.tar
d... | ModusCreateOrg/libOpenMPT-ios | libopenmpt-0.2.6401/build/auto/package_openmpt_win64.cmd | bat | bsd-3-clause | 1,202 |
@echo off
setlocal
REM ********** Set path for extensions (current vs2010 presentation project) *******************
set DXROOT=%DXROOT:~0,-1%
set DXROOTEXT=%~dp0..\..
set VS2010P=%DXROOTEXT%\Presentation\vs2010
REM ********** Set path for .net framework2.0, sandcastle,hhc,hxcomp***************************... | jozefizso/sandcastle-presentation | Branding/Examples/vs2010/build.bat | bat | bsd-3-clause | 1,867 |
@echo off
setlocal
set path=%path%;%XALANCROOT%\bin;%XERCESCROOT%\bin
set FicSrc=.\docbook_xsl_test.xml
set FicOut=.\docbook_xsl_test.html
set FicXsl=..\xsl\docbook_html.xsl
rem set XsltParam=-p html.stylesheet 'corpstyle.css' -p para.propagates.style 1 -p phrase.propagates.style 1
set XsltParam=-p atoll.h... | marsender/atoll-digital-library | data_unittest/docbook_xsl_test.bat | bat | gpl-3.0 | 742 |
@ECHO OFF
SETLOCAL
REM assumes we're being run from top-level directory as:
REM scripts\build-release.bat
REM You can add Python to PATH if it's not already there
REM SET PATH=C:\Python;%PATH%
CALL scripts\vc.bat
IF ERRORLEVEL 1 EXIT /B 1
REM add our nasm.exe, mpress.exe and StripReloc.exe to the path
SET PATH=%CD%... | kzmkv/SumatraPDF | scripts/build-release.bat | bat | gpl-3.0 | 386 |
@rem ÅäÖÃwindows2003ϵͳµÄIP°²È«²ßÂÔ
@rem version 3.0 time:2014-5-12
netsh ipsec static add policy name=drop
netsh ipsec static add filterlist name=drop_port
netsh ipsec static add filter filterlist=drop_port srcaddr=me dstaddr=any dstport=21 protocol=TCP mirrored=no
netsh ipsec static add filter filterlist=drop_port ... | ppabc/security_check | win/windows2003_drop_port.bat | bat | apache-2.0 | 2,685 |
@echo off
SETLOCAL
TITLE Elasticsearch Service 1.5.1
if NOT DEFINED JAVA_HOME goto err
set SCRIPT_DIR=%~dp0
for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI
rem Detect JVM version to figure out appropriate executable to use
if not exist "%JAVA_HOME%\bin\java.exe" (
echo JAVA_HOME points to an invali... | pubeisola/elasticsearch-chinese-search-service | bin/service.bat | bat | apache-2.0 | 6,210 |
@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 "Lic... | benbenw/jmeter | bin/jmeter.bat | bat | apache-2.0 | 8,113 |
-- Opens the class diagram:
-- open examples/Others/Job/Job.use
-- Creates the object diagram:
-- read examples/Others/Job/Job.cmd
!create j:Job
!create p:Person
!create s:Student
!create e:Employee
!insert (s,j) into Works
!destroy p
!destroy e
!delete (s,j) from Works
| anonymous100001/maxuse | examples/Others/Job/Job.cmd | bat | gpl-2.0 | 273 |
@echo off
setlocal
REM Set intermediate env vars because the %VAR:x=y% notation below
REM (which replaces the string x with the string y in VAR)
REM doesn't handle undefined environment variables. This way
REM we're always dealing with defined variables in those tests.
set CHK_HOME=_%AWS_RDS_HOME%
if "%CHK... | bizo/aws-tools | rds/RDSCli-1.8.002/bin/rds-modify-db-subnet-group.cmd | bat | apache-2.0 | 496 |
@rem Used by the buildbot "test" step.
call "%~dp0test.bat" -x64 %*
| ms-iot/python | cpython/Tools/buildbot/test-amd64.bat | bat | bsd-3-clause | 68 |
@echo off
bundler\MixERP.Net.Utility.SqlBundler.exe ..\..\..\ "db/1.x/1.2" false true
cscript merge-files.vbs mixerp-incremental-sample.sql ..\1.1\mixerp-sample.sql mixerp.sql
del mixerp.sql
pause | mixerp/mixerp | src/FrontEnd/db/1.x/1.2/rebundle-db-with-sample.bat | bat | gpl-3.0 | 198 |
@echo off
java -Xmx4096m -XX:MetaspaceSize=1024m -XX:ReservedCodeCacheSize=512m -client -jar third_party\jruby\jruby-complete.jar -X-C -S rake %*
| jabbrwcky/selenium | go.bat | bat | apache-2.0 | 146 |
@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 (th... | tseen/Federated-HDFS | tseenliu/FedHDFS-hadoop-src/hadoop-common-project/hadoop-common/src/main/bin/start-all.cmd | bat | apache-2.0 | 1,779 |
@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... | brandonhamric/somepython | docs/make.bat | bat | isc | 6,467 |
@setlocal EnableDelayedExpansion EnableExtensions
@if defined EOLFIX_DEBUG (@echo on) else (@echo off)
call config.cmd
set targets=%*
if not defined targets set targets=clean all
title %~n0
set path=%mingw_home%\bin;%msys_home%\bin;%path%
make -f mingw.mk %targets%
| rasa/eolfix | mingw.cmd | bat | mit | 287 |
@echo off
SETLOCAL
SET NAME=analyzer
SET VERSION=1.0
SET SCALA_VERSION=2.11
SET D=%~dp0
SET JAR=%D%\target\scala-%SCALA_VERSION%\%NAME%-assembly-%VERSION%.jar
SET THREADS=4
SET _argcActual=0
FOR %%i in (%*) DO SET /A _argcActual+=1
SET OWNER=%1
SET REPOSITORY=%2
SET GIT_LOCATION=%~f3
IF NOT EXIST %JAR% GOTO JarNotFo... | PRioritizer/PRioritizer-analyzer | run.bat | bat | mit | 1,258 |
REM This file is copied line by line by the publish-meteor-tool-on-arch.sh script
REM Since it is copied via separate ssh commands, all special symbols here are
REM escaped with the carat ("^")
REM This script usually runs only on a build farm Windows machines, this is why
REM it has some assumptions about having execu... | benjamn/meteor | scripts/admin/publish-meteor-tool.bat | bat | mit | 1,673 |
cinst -y curl
curl -sSL --insecure -o ksp-runtime.7z %archive_url%
7z x -p%archive_pwd% ksp-runtime.7z
| KeronTeam/Keron | scripts/install.bat | bat | mit | 103 |
@echo off
set CUCUMBER_ASSEMBLY=memory
node_modules\.bin\cucumber-js %*
| subsecondtdd/todo-subsecond | features/run/memory.cmd | bat | mit | 72 |
cmd_e2fsprogs/tune2fs.o := arm-linux-musleabihf-gcc -Wp,-MD,e2fsprogs/.tune2fs.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings ... | ThinkIntegrate/busybox | e2fsprogs/.tune2fs.o.cmd | bat | gpl-2.0 | 13,129 |
cmd_fs/isofs/built-in.o := arm-none-linux-gnueabi-ld -EL -r -o fs/isofs/built-in.o fs/isofs/isofs.o
| srinugnt2000/linux-2.6.37 | fs/isofs/.built-in.o.cmd | bat | gpl-2.0 | 105 |
cmd_drivers/media/common/b2c2/built-in.o := rm -f drivers/media/common/b2c2/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/common/b2c2/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/media/common/b2c2/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_arch/arm/lib/clear_user.o := /Volumes/Passport/kernel/nexus4/msm/scripts/gcc-wrapper.py arm-linux-androideabi-gcc -Wp,-MD,arch/arm/lib/.clear_user.o.d -nostdinc -isystem /Volumes/Passport/kernel/nexus4/msm/arm-linux-androideabi-4.6/bin/../lib/gcc/arm-linux-androideabi/4.6.x-google/include -I/Volumes/Passport/kerne... | hch-im/nexus4_kernel | arch/arm/lib/.clear_user.o.cmd | bat | gpl-2.0 | 2,178 |
cmd_arch/arm/vfp/entry.o := arm-linux-androideabi-gcc -Wp,-MD,arch/arm/vfp/.entry.o.d -nostdinc -isystem /usr/src/dell/android-ndk-r8/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include -I/usr/src/dell/lhbalanced/arch/arm/include -Iinclude -include include/gene... | tenorntex/lhbalanced | arch/arm/vfp/.entry.o.cmd | bat | gpl-2.0 | 2,635 |
cmd_lib/ts_kmp.o := arm-linux-gnueabi-gcc -Wp,-MD,lib/.ts_kmp.o.d -nostdinc -isystem /usr/lib/gcc/arm-linux-gnueabi/4.6/include -I/root/linux-jps/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-rk30/include -Iarch/arm/plat-rk/i... | jpsminix/minix5 | lib/.ts_kmp.o.cmd | bat | gpl-2.0 | 17,153 |
cmd_arch/arm/kernel/built-in.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 arch/arm/kernel/built-in.o arch/arm/kernel/elf.o arch/arm/kernel/entry-armv.o arch/arm/kernel/entry-common.o arch/arm/kernel/irq.o arch/arm/kernel/process.o ar... | evan6200/cirrfy_pos | arch/arm/kernel/.built-in.o.cmd | bat | gpl-2.0 | 932 |
python generate.py -cpp
| d3vas3m/TemplateGenerator | generate.bat | bat | gpl-2.0 | 24 |
:: ------------------------------------------------------------------------
:: FusionInventory
:: Copyright (C) 2010-2013 by the FusionInventory Development Team.
::
:: http://www.fusioninventory.org/ http://forge.fusioninventory.org/
:: ------------------------------------------------------------------------
::
:: L... | tabad/fusioninventory-agent-windows-installer | Perl/Scripts/update-ids-repositories.bat | bat | gpl-2.0 | 2,725 |
cmd_drivers/block/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o drivers/block/built-in.o drivers/block/brd.o drivers/block/loop.o
| Envious-Data/shinano-sirius_msm8974abpro | drivers/block/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_drivers/video/console/font.o := arm-linux-gnueabi-ld -EL -r -o drivers/video/console/font.o drivers/video/console/fonts.o drivers/video/console/font_8x8.o drivers/video/console/font_8x16.o
| jpsminix/minix5 | drivers/video/console/.font.o.cmd | bat | gpl-2.0 | 197 |
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c
deps_scripts/kconfig/lxd... | kodos96/backport | scripts/kconfig/lxdialog/.yesno.o.cmd | bat | gpl-2.0 | 2,195 |
#..\..\Bin\tiscript.exe -o "masterscript.tis" -c "src\masterscript_src.tis"
del /f /q ..\MyRes32.res
Brcc32 ..\MyRes32.rc
Brcc32 ..\version.rc | gxlmyacc/sciter4d | Src/res/Compile32.bat | bat | gpl-3.0 | 146 |
@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... | dereneaton/ipyrad | docs/make.bat | bat | gpl-3.0 | 7,244 |
@echo off
git pull | mobluse/jopply | update.bat | bat | agpl-3.0 | 18 |
/*
* IPFCFILT.CMD - WPS Toolkit - Christian Langanke 2000-2008
*
* This program serves a a filter to IPFC output and is especially
* useful, when you let it run within the make macros of EPM.
* This filter will change the error messages, so that they compiy
* to the normal error messages ... | OS2World/LIB-WPS-wpstk | bin/ipfcfilt.cmd | bat | lgpl-2.1 | 1,874 |
set MOJODIR=..\mojo
set PLUGINNAME=lindsay_plugin
call buildit.cmd
copy %PLUGINNAME% %MOJODIR%\%PLUGINNAME%
echo filemode.755=lindsay_plugin > %MOJODIR%\package.properties
palm-package %MOJODIR%
| linjus/bingshin | gnubuild/packageit.cmd | bat | lgpl-3.0 | 199 |
@echo off
contest06.exe -p:scarlet.asm
pause
| realtinymonster/nanorg-stuff | Scarlet.bat | bat | unlicense | 45 |
call mvn clean install -DskipTests
call copy target\saiku-reporting-core-trunk-SNAPSHOT.jar c:\TargetPlatforms\biserver-ce-4.8.0-stable\pentaho-solutions\system\saiku-reporting\lib\ /Y
call copy target\saiku-reporting-core-trunk-SNAPSHOT.jar c:\TargetPlatforms\biserver-ce-4.8.0-stable\tomcat\webapps\pentaho\WEB-INF\lib... | Mgiepz/saiku-reporting-core | build_deploy.bat | bat | apache-2.0 | 326 |
@REM Store args...
set _configName=%1%
set _projectName=%2%
@REM Remove quotes from remaining args...
set _projectDir=###%3%###
set _projectDir=%_projectDir:"###=%
set _projectDir=%_projectDir:###"=%
set _projectDir=%_projectDir:###=%
set _targetDir=%_projectDir%source\SageTV
@echo target %_targetDir%
@REM set the l... | OpenSageTV/sagetv | installer/wix/SageTVSetup/PreBuild.bat | bat | apache-2.0 | 5,303 |
mvn -o exec:java -Dexec.mainClass="eu.cognitum.readandwrite.App" | ale003/testGraphDbs | runProgram.cmd | bat | apache-2.0 | 64 |
tools\avrdude\avrdude.exe -c usbtiny -p t85 -U flash:w:code\lightdancer\Release\lightdancer.hex:i
| anibit/lightdancer | upload.bat | bat | bsd-2-clause | 99 |
REM
REM RemotePhotoTool - remote camera control software
REM Copyright (C) 2008-2020 Michael Fink
REM
REM Build script for Thirdparty libraries
REM
set OUTDIR=%1
mkdir %OUTDIR% 2> nul
copy CDSDK\Redist\*.* %OUTDIR%
copy EDSDK\dll\*.* %OUTDIR%
copy PSREC\PSReCSDK\redist\*.* %OUTDIR%
copy Scintilla\bin\*.* %OUTDIR%
xco... | vividos/RemotePhotoTool | src/Thirdparty/Build.cmd | bat | bsd-2-clause | 388 |
powershell -executionpolicy bypass "& """.\ci_win.ps1"""; exit $lastexitcode "
| vlc/xlsx2yaml | ci_win.bat | bat | bsd-3-clause | 80 |
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.com/... | gragarwa/orchard | src/Orchard.Web/Modules/Orchard.Alias/obj/Release/Package/Orchard.Alias.deploy.cmd | bat | bsd-3-clause | 14,090 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCTABL.S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite.MSOXCTABL_S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite1 /testcontainer:..\..\MS-OXCTABL\TestSuite\bin\Debug\MS-OXCTABL_TestSuite.dll /runconfig:..\..\MS-OXCTABL\... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCTABL/RunMSOXCTABL_S02_RowRops_ParseQueryRowsAfterSortTable_TestSuite1.cmd | bat | mit | 357 |
call "%VS140COMNTOOLS%vsvars32.bat"
msbuild %1.sln
| zorbathut/craftinghysteresis | tools/build.bat | bat | mit | 52 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ASCMD.S02_FolderCreate.MSASCMD_S02_TC05_FolderCreate_Status9 /testcontainer:..\..\MS-ASCMD\TestSuite\bin\Debug\MS-ASCMD_TestSuite.dll /runconfig:..\..\MS-ASCMD\MS-ASCMD.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeActiveSync/Source/Scripts/MS-ASCMD/RunMSASCMD_S02_TC05_FolderCreate_Status9.cmd | bat | mit | 289 |
dev_appserver --show_mail_body yes App --log_level=debug
| LibraryHippo/LibraryLookup | serve.bat | bat | mit | 57 |
@echo off
%~dp0\win_ruby\bin\rake.bat %*
| stephan-nordnes-eriksen/ruby_ship | bin/shipyard/win_rake.bat | bat | mit | 43 |
-- Script generated by USE 2.5.1B2
!create b1 : Boat
!create e1 : Engine
!create p1 : Propeller
!insert (b1,p1) into C_InBoat_P
!insert (b1,p1) into C_InVehicle_Part
!insert (b1,p1) into C_InVehicle_PowerTransmitter
!insert (e1,p1) into powers
!insert (b1,e1) into C_InVehicle_Part
!insert (b1,e1) into C_InVehicle_Powe... | anonymous100001/maxuse | examples/Others/Subsets/composition_2a.cmd | bat | gpl-2.0 | 806 |
@ECHO OFF
REM This file is part of Hercules.
REM http://herc.ws - http://github.com/HerculesWS/Hercules
REM
REM Copyright (C) 2013-2020 Hercules Dev Team
REM
REM Hercules 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 Softwa... | datmumbles/Hercules | db2sql.bat | bat | gpl-3.0 | 1,591 |
color a
:loop
cd c:\
dir /s
goto loop
| sargeant45/oldcode | fakevirus/fakevirus_lite.bat | bat | unlicense | 38 |
@echo off
rem
rem #%L
rem OW2 Chameleon - Core
rem %%
rem Copyright (C) 2009 - 2014 OW2 Chameleon
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.o... | wisdom-framework/wisdom-docker | target/wisdom/chameleon.bat | bat | apache-2.0 | 2,202 |
copy "..\..\nel\lib\nel_drv_direct3d_win_d.dll" "nel_drv_direct3d_win_d.dll"
copy "..\..\nel\lib\nel_drv_dsound_win_d.dll" "nel_drv_dsound_win_d.dll"
copy "..\..\nel\lib\nel_drv_opengl_win_d.dll" "nel_drv_opengl_win_d.dll"
copy "..\..\nel\lib\nel_drv_fmod_win_d.dll" "nel_drv_fmod_win_d.dll"
copy "..\..\nel\lib\nel_... | osgcc/ryzom | snowballs2/bin/copy_nel_d.bat | bat | agpl-3.0 | 446 |
@echo off
title RunExamples
set CLASSPATH=%CLASSPATH%;./flatpack-@JARFILE@.jar
set CLASSPATH=%CLASSPATH%;./@JARFILEEXAMPLES@
set CLASSPATH=%CLASSPATH%;./jdom.jar
set CLASSPATH=%CLASSPATH%;./jxl.jar
set CLASSPATH=%CLASSPATH%;./slf4j-api-1.1.0-RC1.jar
set CLASSPATH=%CLASSPATH%;./slf4j-simple-1.1.0-RC1.jar
set C... | olibye/flatpack | flatpack-samples/src/main/script/run-examples.bat | bat | apache-2.0 | 450 |
cd "%ProjectDir%"
IF EXIST PreBuild.bat ( call PreBuild.bat )
| zpzgone/Jumony | PreBuild.bat | bat | apache-2.0 | 63 |
@call python "%~dp0gn" %*
| devoncarew/sky_engine | tools/gn.bat | bat | bsd-3-clause | 26 |
:: Created by npm, please don't edit manually.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\jshint\bin\jshint" %*
) ELSE (
node "%~dp0\..\jshint\bin\jshint" %*
) | ThePaavero/Proto-Front-Template | node_modules/grunt-contrib-jshint/node_modules/.bin/jshint.cmd | bat | mit | 178 |
cmd_sound/core/snd-rawmidi.o := arm-eabi-ld -EL -r -o sound/core/snd-rawmidi.o sound/core/rawmidi.o
| R-M-S/RMS_EXPERIMENTAL_Kernel | sound/core/.snd-rawmidi.o.cmd | bat | gpl-2.0 | 104 |
scribble --html ++xref-in setup/xref load-collections-xref --redirect-main "http://docs.racket-lang.org/" --dest Temp/ .\weather-service.scrbl | RealTimeWeb/weather | racket-simple/make-doc.bat | bat | mit | 142 |
@echo off
cd ..
"%VSINSTALLDIR%/../Common7/IDE/devenv.com" "sln/units.sln" /build "Ship"
cd bat
@echo on
| TheAllenChou/units | bat/build-ship.bat | bat | mit | 107 |
cmd_/home/manifold/prj/hello.ko := arm-linux-androideabi-ld -r -T /home/manifold/kernel/goldfish/scripts/module-common.lds --build-id -o /home/manifold/prj/hello.ko /home/manifold/prj/hello.o /home/manifold/prj/hello.mod.o
| mayesheng/CS356-Operating-System-Project | project_1/.hello.ko.cmd | bat | mit | 225 |
call _collect.bat
cd ..\_compile\_collectedForCompile
dasm.exe demopartstart.asm -v3 -I..\..\..\Framework\trackmo\framework\ -odemopart.prg
exomizer2 mem -l $17f0 -o demopart.exo demopart.prg
dasm.exe ..\..\..\Framework\trackmo\framework\driver_packed.asm -v1 -I..\..\..\Framework\trackmo\framework\ -o..\..\StartScreen\... | kosmonautdnb/TheLandsOfZador | AsmPlus4/StartScreen/_test.bat | bat | mit | 386 |
@echo Off
set config=%1
if "%config%" == "" (
set config=Release
)
set version=1.0.0
if not "%PackageVersion%" == "" (
set version=%PackageVersion%
)
set nuget=
if "%nuget%" == "" (
set nuget=nuget
)
REM Restore
call %NuGet% restore src\Mojito\packages.config -OutputDirectory %cd%\packages -NonInteractive
c... | thesheps/mojito | build.bat | bat | mit | 1,109 |
net use J: \\10.142.113.99\hrSysDataBackup woshinibaba2210726 /user:administrator | lszhu/dataManager | scripts/deploy.windows/mapNetDriver.bat | bat | mit | 81 |
@echo off & setlocal ENABLEEXTENSIONS
goto :main
:do_one
SET ZPATH=%~dp1
SET ZPATH=%ZPATH:work=extr%
quickbms -o sega-nextech-shining_wind-rax-010.bms %1 %ZPATH%
goto :eof
:main
for /R %%i in (*.rax) DO call :do_one %%i
:end
pause | mchubby/RE-games-attic | sega-nextech/_ext_rax.cmd | bat | mit | 236 |
@rem Script to build LuaJIT with MSVC.
@rem Copyright (C) 2005-2015 Mike Pall. See Copyright Notice in luajit.h
@rem
@rem Either open a "Visual Studio .NET Command Prompt"
@rem (Note that the Express Edition does not contain an x64 compiler)
@rem -or-
@rem Open a "Windows SDK Command Shell" and set the compiler e... | yongkangchen/slua | build/luajit-2.0.4/src/msvcbuild.bat | bat | mit | 3,607 |
@echo off
wt -F -w 0 sp ; sp ; mf left
| EdVanDance/dotfiles | win/bin/wt-std.cmd | bat | mit | 39 |
rem NOTE: this batch file is to be run in a Visual Studio command prompt
rem Delete old files
del *.obj
del *.ilk
del *.exe
del *.pdb
rem Compile files into .obj files in current directory
cl /I"..\..\testcasesupport" /W3 /MT /GS /RTC1 /bigobj /EHsc /nologo /c main.cpp CWE*.c ..\..\testcasesupport\io.c ..\... | maurer/tiamat | samples/Juliet/testcases/CWE587_Assignment_of_Fixed_Address_to_Pointer/CWE587.bat | bat | mit | 474 |
rm *.nupkg
%userprofile%\bin\nuget.exe pack BeekmanLabs.UnitTesting\BeekmanLabs.UnitTesting.csproj -Prop Configuration=Release -Prop Platform=AnyCPU
| beekmanlabs/UnitTesting | scripts/package.cmd | bat | mit | 149 |
keytool -genkeypair -alias jwt -keyalg RSA -dname "CN=jwt, L=Munich, S=Munich, C=DE" -keypass sw360SecretKey -keystore jwt-keaystore.jks -storepass sw360SecretKey
| sw360/sw360rest | subprojects/authorization-server/tools/generateJwtStore.bat | bat | epl-1.0 | 163 |
ocamlopt -o ocamd.exe str.cmxa ocamd.mli ocamd.ml main.ml | Mandrathax/OCaMD | build_native.bat | bat | gpl-2.0 | 57 |
@echo off
REM PHP_CodeCoverage
REM
REM Copyright (c) 2009-2010, Sebastian Bergmann <sb@sebastian-bergmann.de>.
REM All rights reserved.
REM
REM Redistribution and use in source and binary forms, with or without
REM modification, are permitted provided that the following conditions
REM are met:
REM
REM * Red... | samurailens/sop | app/phpdesktop-chrome-31.8-php-5.6.1/php/phpcov.bat | bat | gpl-2.0 | 1,823 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs arch/arm/lib/built-in.o
| garwynn/D710SPR_GB27_Kernel | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 154 |
@echo off
PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
del irina.exe
make all -s
del *.o
| lukasmonk/lucaschess | Engines/Windows/irina/src/xmk.bat | bat | gpl-2.0 | 98 |
cmd_arch/arm/lib/ashrdi3.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-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.... | evan6200/cirrfy_pos | arch/arm/lib/.ashrdi3.o.cmd | bat | gpl-2.0 | 1,630 |
cmd_fs/libfs.o := gcc -Wp,-MD,fs/.libfs.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__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -... | Existed/kernel-2.6.35.14 | fs/.libfs.o.cmd | bat | gpl-2.0 | 32,392 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/lincurve.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.32-122-rtai/scripts/module-common.lds --build-id -o /home/yutingkao23/linuxcnc-add-hal-ethercat/src/lincurve.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/lincurve.o /home/yutingkao23/linuxcnc-add-hal... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.lincurve.ko.cmd | bat | gpl-2.0 | 349 |
cmd_sound/core/snd-page-alloc.o := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-ld -EL -r -o sound/core/snd-page-alloc.o sound/core/memalloc.o
| chase2534/gtab47.freekern | sound/core/.snd-page-alloc.o.cmd | bat | gpl-2.0 | 243 |
cmd_sound/isa/wavefront/built-in.o := rm -f sound/isa/wavefront/built-in.o; /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ar rcs sound/isa/wavefront/built-in.o
| dagnarf/sgh-i717-dagkernel | sound/isa/wavefront/.built-in.o.cmd | bat | gpl-2.0 | 175 |
cmd_arch/arm/lib/sha1.o := /home/percy/sgy/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.sha1.o.d -nostdinc -isystem /home/percy/sgy/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/percy/sgy/kernel/common/arch/arm/include -Iinclude -I../modules/include -include include/generated/autoconf.h -D__... | percy215/common | arch/arm/lib/.sha1.o.cmd | bat | gpl-2.0 | 1,279 |
cmd_drivers/crypto/msm/qcedev.ko := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -T /home/gabe/stock_note/sgh-i717-dagkernel/scripts/module-common.lds --build-id -o drivers/crypto/msm/qcedev.ko drivers/crypto/msm/qcedev.o drivers/crypto/msm/qcedev.mod.o
| dagnarf/sgh-i717-dagkernel | drivers/crypto/msm/.qcedev.ko.cmd | bat | gpl-2.0 | 280 |
cmd_drivers/cpufreq/built-in.o := /home/ar/android/aosp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/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_userspa... | kannu1994/crespo_kernel | drivers/cpufreq/.built-in.o.cmd | bat | gpl-2.0 | 467 |
cmd_drivers/usb/otg/fsl_otg_arc.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/usb/otg/fsl_otg_arc.o drivers/usb/otg/fsl_otg.o drivers/usb/otg/otg_fsm.o
| evan6200/cirrfy_pos | drivers/usb/otg/.fsl_otg_arc.o.cmd | bat | gpl-2.0 | 246 |
cmd_drivers/ieee1394/iso.o := gcc -Wp,-MD,drivers/ieee1394/.iso.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 -Wframe-... | namgk/kernel-tut | drivers/ieee1394/.iso.o.cmd | bat | gpl-2.0 | 19,561 |
for /f %%i in (T:\pass.txt) do echo %%i|7z l t:\test\allen.7z | tempgituser/7zDecrypt-windows | test.bat | bat | gpl-2.0 | 61 |
set LIB_NAME=NativeSerial
set ANE_FILE=%LIB_NAME%.ane
set ANE_PATH="..\ane_src\%LIB_NAME%.ane"
mkdir lib
copy %ANE_PATH% lib\%LIB_NAME%.swc /Y
mkdir extension
mkdir extension\release
mkdir extension\debug
copy %ANE_PATH% extension\release\%ANE_FILE% /Y
copy %ANE_PATH% extension\debug\%ANE_FILE%.zip /... | benkuper/AIR-NativeExtensions | NativeSerial/as3_demo/copyANE.bat | bat | gpl-2.0 | 442 |
cmd_sound/soc/msm/snd-soc-msm8974.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o sound/soc/msm/snd-soc-msm8974.o sound/soc/msm/msm8974.o
| friedrich420/Note-3-Kernel | sound/soc/msm/.snd-soc-msm8974.o.cmd | bat | gpl-2.0 | 168 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.