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
SET cmakeGenerator=Visual Studio 14
SET TARGET_ARCHITECTURE=x86
rem set Visual C++ build environment for binary addons
call "%VS140COMNTOOLS%..\..\VC\bin\amd64_x86\vcvarsamd64_x86.bat" || call "%VS140COMNTOOLS%..\..\VC\bin\vcvars32.bat"
PUSHD %~dp0\..
CALL BuildSetup.bat %*
POPD
| pokowaka/xbmc | tools/buildsteps/windows/win32/BuildSetup.bat | bat | gpl-2.0 | 293 |
@echo off
REM Get the documents folder from the registry.
for /f "tokens=3* delims= " %%a in (
'reg query "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /v "Personal"'
) do (
set documents=%%a
)
REM Copy assets to the BYOND cache
cmd /c copy assets\* "%documents%\BYOND\cach... | Yoshmaster/Jade-Mansion | tgui/reload.bat | bat | agpl-3.0 | 326 |
browserify --bare -r ksana-database -r ksana-search -r ksana-jsonrom -r ksana-analyzer -x react -x react/addons > ksana-bundle.js | ksanaforge/pbreaker | build-ksana.cmd | bat | isc | 129 |
#!/bin/bash
# ********************************************
# ** Parameter
# ** 1 - storage name (class name, executable name ...)
# ** 2 - project path (L:, L:\opa\opi\utilities)
# ** 3 - project name
# ** 4 - action (COMP/LINK)
# ********************************************
OBJECT_NAME=$1
PROJECT_PATH=${PR... | git-j/js-transform | system/share/odaba/proc/projects/ode/procedures/gccShowError.bat | bat | isc | 520 |
@echo off
::Input 2 args : Jar-Directory Out-Variable-Name
if [%~1] == [] exit /b 1
if not exist %1 exit /b 1
if "%2" == [] ( echo Should provide a variable name to write out for %0 ! & exit /b 5 )
set lzTmpName=
for /F "tokens=*" %%f in (' dir /B %1\*.jar ') do if "!lzTmpName!"=="" ( set "lzTmpName=%1\%%f" ) else ( s... | qualiu/testMobius | tools/bat/find-jars-in-dir-to-var.bat | bat | mit | 424 |
START /D .. "" "%ProgramFiles%\Git\git-bash.exe" -c "vagrant ssh"
| pplevako/vagrant-rails | commands/vagrant ssh.cmd | bat | mit | 66 |
@ECHO OFF
IF "%*"=="" GOTO PRINT_Y
:PRINT_ARGS
ECHO %*
GOTO PRINT_ARGS
:PRINT_Y
ECHO y
GOTO PRINT_Y | mubaris/yes | yes.bat | bat | mit | 102 |
cmd_/home/acrp3/Desktop/hello/receive/receive.ko := ld -r -m elf_i386 -T /usr/src/linux-headers-2.6.38-16-generic-pae/scripts/module-common.lds --build-id -o /home/acrp3/Desktop/hello/receive/receive.ko /home/acrp3/Desktop/hello/receive/receive.o /home/acrp3/Desktop/hello/receive/receive.mod.o
| praveenmg/ADHOC-HELLO | receive/.receive.ko.cmd | bat | mit | 296 |
cd C:\Users\khubbell\Desktop\IRU.Video.Prep.Tool\
ffmpeg64\bin\ffmpeg -i K:\introtolean\interviews\AA036501.MXF audio.mp3
ffmpeg64\bin\ffmpeg -ss 3 -t 15 -i audio.mp3 -acodec copy crop_audio.mp3
ffmpeg64\bin\ffmpeg -ss 3 -i K:\introtolean\interviews\AA036501.MXF -frames:v 463 -vcodec libx264 -b:v 2000k -filter:v "crop=... | iru-ken/IRU.Video.Prep.Tool | savedfiles/intro.bat | bat | mit | 647 |
@if exist _settings.scss del _settings.scss
dir /b /s /t:c /o:d .\modules\*.settings.scss>_tmp.txt
@if exist _settings.scss del _settings.scss
for /f %%f in (_tmp.txt) do (
echo.@import "%%f";>>_settings.scss
) | zeupin/tim | src/list-settings.bat | bat | mit | 213 |
xcopy bin\Xyperico.Blogging.* ..\..\Xyperico.Website\Xyperico.Website.Host\bin\Areas /I /Y /D
rem xcopy bin\da\Xyperico.Blogging.* ..\..\Xyperico.Website\Xyperico.Website.Host\bin\Areas\da /I /Y /D
mkdir ..\..\Xyperico.Website\Xyperico.Website.Host\Areas\Blogging\Views
xcopy Areas\Blogging\Views\*.* ..\..\Xyperico... | JornWildt/Xyperico.Blog | Xyperico.Blogging.Web/copyfiles.bat | bat | mit | 386 |
C:\VulkanSDK\1.0.42.0\Bin32\glslangValidator.exe -V shader.vert
C:\VulkanSDK\1.0.42.0\Bin32\glslangValidator.exe -V shader.frag
C:\VulkanSDK\1.0.42.0\Bin32\glslangValidator.exe -V shader.comp
pause | aurolou/VKEngine | Engine/LytroIllum_Synthetic/shaders/compile.bat | bat | mit | 197 |
@echo off
@set TMPTEST=temptest.txt
REM onetest.cmd - execute a single test case
REM
REM (c) 1998-2006 (W3C) MIT, ERCIM, Keio University
REM See tidy.c for the copyright notice.
REM
REM <URL:http://www.html-tidy.org/>
REM
@if "%TIDY%." == "." goto Err1
@if NOT EXIST %TIDY% goto Err2
@if "%TIDYOUT%." == "." goto Err3
@... | ev0rtex/node-tidy | deps/tidy-html5/test/onetest.cmd | bat | mit | 3,543 |
@ECHO OFF
REM
REM skinny command for Windows
REM
SET command=%1
SET option=%2
IF NOT DEFINED command (
GOTO show_help
)
IF EXIST "ivy2" (
XCOPY ivy2\* %HOMEPATH%\.ivy2\. /E /D /q
RMDIR ivy2 /s /q
)
IF %command%==new (
ECHO Sorry to say, this operation is not supported yet on Windows...
GOTO script_eof
)
... | seratch/skinny-framework | skinny-blank-app/skinny.bat | bat | mit | 12,510 |
@echo off
IF "%GAUGE_PYTHON_COMMAND%"=="" (SET GAUGE_PYTHON_COMMAND="python")
%GAUGE_PYTHON_COMMAND% check_and_install_getgauge.py
%GAUGE_PYTHON_COMMAND% -u start.py %1
| kashishm/gauge-python | start.bat | bat | mit | 169 |
setlocal
::Get the current batch file's short path
for %%x in (%0) do set BatchPath=%%~dpsx
for %%x in (%BatchPath%) do set BatchPath=%%~dpsx
if exist %BatchPath%\jdk-11 (
echo "Using bundled JDK."
set JAVA_HOME=%BatchPath%\jdk-11
set JAVA_CMD=%BatchPath%\jdk-11\bin\java
) else (
echo "Using system JDK."
set... | igvteam/igv | scripts/igvtools.bat | bat | mit | 756 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=SiQt
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not found.... | rth/SiQt | doc/make.bat | bat | mit | 802 |
C:\Users\blakeburgess\Desktop\FASM\FASM turtle.asm turtle.com
pause | Trinitek/Turtle | make_turtle_system2.bat | bat | mit | 67 |
@echo off
echo qc.plðÀsB
echo in.txtæèout.texð쬵ĢܷB
echo ...
qc.pl in.txt > out.tex
echo qc.plªI¹µÜµ½B
echo out.tex©çout.dviðÀsµÄ¢Ü·B
echo ...
platex out.tex
echo out.dvið쬵ܵ½B
echo out.dvi©çout.pdfð쬵ĢܷB
echo »Ýout.pdfðJ¢Ä¢éêͶľ³¢... | kurema/qc2tex | test.bat | bat | mit | 439 |
cmd_sound/drivers/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/drivers/built-in.o sound/drivers/opl3/built-in.o sound/drivers/opl4/built-in.o sound/drivers/mpu401/built-in.o sound/drivers/vx/built-in.o sound/drivers/pcsp/built-in.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/sound/drivers/.built-in.o.cmd | bat | gpl-2.0 | 309 |
cmd_fs/ext3/inode.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/ext3/.inode.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 -Wstrict-prototypes -Wno... | mattkelly/linux-2.6-xlnx | fs/ext3/.inode.o.cmd | bat | gpl-2.0 | 25,896 |
@echo off
rem ============================================================================
rem
rem $Id: make_pc.bat 9791 2012-10-31 11:34:30Z andijahja $
rem
rem FILE: make_pc.bat
rem BATCH FILE FOR PELLESC
rem
rem This is Generic File, do not change it. If you should require your own build
rem version, changes should ... | xharbour/core | make_pc.bat | bat | gpl-2.0 | 7,165 |
@echo off
move libcomponent.dsp src\components
move libmicrostrip.dsp src\components\microstrip
move qucsconv.dsp src\converter
move libdevices.dsp src\components\devices
move libdigital.dsp src\components\digital
move libverilog.dsp src\components\verilog
move libqucsator.dsp src
move qucsator.dsp src
move libqucsmath... | sufism/qucs_chs | qucs-core/contrib/vc/vcgen.bat | bat | gpl-2.0 | 366 |
cmd_lib/gcd.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,lib/.gcd.o.d -nostdinc -isystem /home/keyur/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/keyur/latest/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mli... | venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | lib/.gcd.o.cmd | bat | gpl-2.0 | 15,086 |
cmd_ipc/built-in.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o ipc/built-in.o ipc/util.o ipc/msgutil.o ipc/msg.o ipc/sem.o ipc/shm.o ipc/ipcns_notifier.o ipc/syscall.o ipc/ipc_sysctl.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | ipc/.built-in.o.cmd | bat | gpl-2.0 | 222 |
cmd_kernel/params.o := arm-none-linux-gnueabi-gcc -Wp,-MD,kernel/.params.o.d -nostdinc -isystem /opt/CodeSourcery/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -... | EAVR/EV3.14 | ev3sources/extra/linux-03.20.00.13/kernel/.params.o.cmd | bat | gpl-2.0 | 16,759 |
cmd_sound/soc/s6000/built-in.o := rm -f sound/soc/s6000/built-in.o; /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/soc/s6000/built-in.o
| utkanos/android_htc_mecha_kernel_5slot | sound/soc/s6000/.built-in.o.cmd | bat | gpl-2.0 | 189 |
cmd_drivers/media/built-in.o := arm-linux-gnueabi-ld -EL -r -o drivers/media/built-in.o drivers/media/common/built-in.o drivers/media/video/built-in.o drivers/media/radio/built-in.o
| b8e5n/KTG-kernel_es209ra | drivers/media/.built-in.o.cmd | bat | gpl-2.0 | 187 |
cmd_drivers/net/built-in.o := /home/peter/Downloads/android-ndk-r5b/toolchains/arm-eabi-4.4.0/prebuilt/linux-x86/bin/arm-eabi-ld -EL -r -o drivers/net/built-in.o drivers/net/mii.o drivers/net/phy/built-in.o drivers/net/Space.o drivers/net/loopback.o drivers/net/ppp_generic.o drivers/net/ppp_async.o drivers/net/ppp_... | paxchristos/R800x-2.3.3-Kernel | drivers/net/.built-in.o.cmd | bat | gpl-2.0 | 686 |
cmd_net/ipv6/xfrm6_output.o := arm-eabi-gcc -Wp,-MD,net/ipv6/.xfrm6_output.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... | HCDRJacob/wildfire-kernel | net/ipv6/.xfrm6_output.o.cmd | bat | gpl-2.0 | 155,047 |
deps_config := \
lib/Kconfig \
drivers/crypto/Kconfig \
crypto/async_tx/Kconfig \
crypto/Kconfig \
security/integrity/ima/Kconfig \
security/tomoyo/Kconfig \
security/smack/Kconfig \
security/selinux/Kconfig \
security/Kconfig \
lib/Kconfig.kmemcheck \
lib/Kconfig.kgdb \
samples/Kconfig \
kernel/trace/Kcon... | wtbdaaaa/i8320kernel | include/config/auto.conf.cmd | bat | gpl-2.0 | 18,173 |
cmd_block/blk-tag.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,block/.blk-tag.o.d -nostdinc -isystem /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/doadin/Desktop/ancora_tmo_4.0.4_2.6/arch/arm/include -Iinclude -include includ... | doadin/samsung-kernel-msm7x30-Doadin | block/.blk-tag.o.cmd | bat | gpl-2.0 | 27,843 |
cmd_drivers/usb/gadget/usb_f_ecm.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/usb/gadget/usb_f_ecm.o drivers/usb/gadget/f_ecm.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/usb/gadget/.usb_f_ecm.o.cmd | bat | gpl-2.0 | 231 |
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore \keystore\practicaldeveloper.keystore platforms\android\build\outputs\apk\android-release-unsigned.apk practicaldeveloper.net
del platforms\android\build\outputs\apk\RoboRating-Release.apk
\androidsdk\build-tools\23.0.2\zipalign -v 4 platforms\android\bui... | dshookowsky/RoboRating | release.cmd | bat | gpl-3.0 | 422 |
rem QA Build
rem changes the name of the adapter based on choice above
netsh interface set interface name = "Local Area Connection 7" newname = "HCAQA_LAN"
rem use the IPs from your DBS on here
rem uncomment the appropriate one
REM Nashville
rem netsh interface ip set wins "HCAQA_LAN" static 10.26.46.109
r... | driz/scripts | Batch/PostBuild QA.cmd | bat | gpl-3.0 | 4,776 |
@ECHO OFF
set version=0.1.0_02
set programpath=%~dp0\..
%programpath%\out\Armadito-Agent-%version%-Setup-Online.exe ^
/SP- /VERYSILENT /LOG=%programpath%\out\setuplog.txt /PERLPATH=C:\strawberry
REM -- To change default install directory : /DIR=C:\Armadito-Agent
REM -- For further informations, see : http://www.... | armadito/armadito-agent | scripts/cli_win32_autoinstall_online.bat | bat | gpl-3.0 | 371 |
@echo off
setlocal EnableDelayedExpansion
set SolutionDir=%1
set OutDir=%2
set Platform=%3
set Configuration=%4
set Lang=%5
msgattrib.exe --output "%OutDir%po\%Lang%.po" "%SolutionDir%eiskaltdcpp\dcpp\po\%Lang%.po"
msgmerge.exe --backup=none -U "%OutDir%po\%Lang%.po" "%OutDir%po\libeiskaltdcpp.pot"
msgfmt.exe -o "%So... | tka4ev/eiskaltdcpp-msvc-build | win32/mo-create.bat | bat | gpl-3.0 | 444 |
@Echo off & SetLocal EnableDelayedExpansion & Mode con:cols=100 lines=10 & Color 0B
Title Build Installer Variants
Set "Winrar=%CD%\Other\Tools\Winrar\winrar.exe"
::Build save files for Xbox.
If not exist "Files.rar" Call "Build Files.rar.bat" 2>NUL
MD "Other\tmp"
XCopy /s /y /e "Save Folder\*" "Other\tmp\sof... | Rocky5/2016-Softmodding-Tool | Build Installer Variants.bat | bat | gpl-3.0 | 4,751 |
REM generamos los ficheros.o
gcc -c *.c
REM generamos la biblioteca
ar -rsv libopers.a suma.o resta.o mult.o fact.o divide.o
REM generamos el ejecutable
gcc -o main.exe main.o libopers.a | i22safed/MP | complementos/bibliotecas/libEasy/ej2/compila.bat | bat | gpl-3.0 | 191 |
mkdialog dictionary.txt dialog.txt dialog.s
pause | NovaSquirrel/NovaTheSquirrel | tools/convertdialog.bat | bat | gpl-3.0 | 49 |
..\..\MicroBuild\Binaries\Windows\Shipping_x64\microbuild.exe generate vs2017 Config/Workspace.ini
| TwinDrills/Ludo | Build/Generate.Windows.Boot.bat | bat | gpl-3.0 | 100 |
@echo off
start putty -load PCluster-fed1
start putty -load PCluster-fed2
start putty -load PCluster-fed3
start putty -load PCluster-fed4
| ElMuto/anonbench | scripts/openPutty.bat | bat | gpl-3.0 | 143 |
::File: c:\terminal\cmd-scripts\st.cmd
@echo off
git rebase --abort
| th3mon/scripts | bash/windows/rba.cmd | bat | gpl-3.0 | 69 |
! Test miscellaneous scenarios
add -name X -region=XREG
add -name X("a":) -region=DEFAULT
exit
add -region XREG -dyn=XREG -stdnullcoll
add -segment XREG -file=XREG.dat
change -region DEFAULT -stdnullcoll
show -name
show -map
| nars1/YottaDBtest | spanning_regions/inref/gde24.cmd | bat | agpl-3.0 | 231 |
rd /s bin\.
| marciojrtorres/aap-2013-2 | setup/clean.bat | bat | lgpl-3.0 | 12 |
@echo off
rem -------------------------------------------------------------------------
rem JBoss Cluster FrameWork Demo Bootstrap Script for Windows
rem -------------------------------------------------------------------------
@if not "%ECHO%" == "" echo %ECHO%
@if "%OS%" == "Windows_NT" setlocal
if "%OS%" == "Win... | jbosschina/cluster | build/kits/bin/startH2.bat | bat | apache-2.0 | 1,655 |
@Echo Packing files
"..\.nuget\nuget.exe" pack "FormVisitorGroups.nuspec"
@Echo Moving package
move /Y *.nupkg c:\project\nuget.local\ | davidknipe/FormVisitorGroups | Nuget/pack.bat | bat | apache-2.0 | 135 |
@echo off
set DEFAULT_SVNKIT_HOME=%~dp0
if "%SVNKIT_HOME%"=="" set SVNKIT_HOME=%DEFAULT_SVNKIT_HOME%
set SVNKIT_CLASSPATH= "%SVNKIT_HOME%svnkit.jar";"%SVNKIT_HOME%svnkit-cli.jar";"%SVNKIT_HOME%ganymed.jar"
set SVNKIT_MAINCLASS=org.tmatesoft.svn.cli.SVNLook
set SVNKIT_OPTIONS=-Djava.util.logging.config.file="... | StephaneGerardVUB/quattor-one-vsc-vub-scdb | external/svnkit/jsvnlook.bat | bat | apache-2.0 | 472 |
@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... | asifrim/trio_tdt | docs/make.bat | bat | bsd-3-clause | 6,463 |
%windir%\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe TS3ServiceWrapper.exe -u --ServiceName="TS3Server"
pause | Scordo/TS3QueryLib.Net | TS3ServiceWrapper/Release/uninstall.bat | bat | bsd-3-clause | 116 |
@ECHO OFF
"%VSCODE_SSH_ASKPASS_NODE%" "%VSCODE_SSH_ASKPASS_MAIN%" %* | glenngillen/dotfiles | .vscode/extensions/ms-vscode-remote.remote-containers-0.177.2/scripts/ssh-askpass.bat | bat | mit | 69 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFOLD.S01_FolderRopOperations.MSOXCFOLD_S01_TC02_RopMoveFolderFailure /testcontainer:..\..\MS-OXCFOLD\TestSuite\bin\Debug\MS-OXCFOLD_TestSuite.dll /runconfig:..\..\MS-OXCFOLD\MS-OXCFOLD.testsettings /unique
pause | OfficeDev/Interop-TestSuites | ExchangeMAPI/Source/Scripts/MS-OXCFOLD/RunMSOXCFOLD_S01_TC02_RopMoveFolderFailure.cmd | bat | mit | 308 |
@echo off
setLocal EnableDelayedExpansion
if "%CLOJURESCRIPT_HOME%" == "" set CLOJURESCRIPT_HOME=%~dp0..\
set CLASSPATH=%CLOJURESCRIPT_HOME%src\clj;%CLOJURESCRIPT_HOME%src\cljs"
for /R "%CLOJURESCRIPT_HOME%\lib" %%a in (*.jar) do (
set CLASSPATH=!CLASSPATH!;%%a
)
set CLASSPATH=!CLASSPATH!"
set REPL_CLJ=... | mstang/clojurescript | script/repljs.bat | bat | epl-1.0 | 482 |
@echo off
SETLOCAL
REM This batch file recompiles the .proto files to c++ headers and object files.
cd ..\src\protobuf
..\..\..\winlibs\protobuf\bin\protoc *.proto --cpp_out=.
echo.
echo.
echo done (provided there are no error messages...)!
pause
:return | armagetronad-xtw/0.4-armagetronad-xtw | win32/protobuf.bat | bat | gpl-2.0 | 271 |
@echo off
rem Licensed to the Apache Software Foundation (ASF) under one or more
rem contributor license agreements. See the NOTICE file distributed with
rem this work for additional information regarding copyright ownership.
rem The ASF licenses this file to You under the Apache License, Version 2.0
rem (the "Li... | N0taN3rd/wail | support/catalina_service.bat | bat | gpl-3.0 | 9,440 |
:folderOwner
@echo off
set "folder=%%~1"
for /f "tokens=* delims=" %%a in ("%folder%") do (
set "fpath=%%~pa"
set "fname=%%~na"
set "fdrive=%%~da"
)
set "fpath=%fpath:\=\\%"
for /f "usebackq tokens=* delims=" %%a in (`wmic path Win32_Directory where "path='%fpath%' and drive='%fdrive%' and filename='... | TheBigBear/batch.scripts | fileUtils/folderOwner.bat | bat | mit | 506 |
@ECHO OFF
SET solution=czmq.sln
SET version=12
SET log=build.log
SET tools=Microsoft Visual Studio %version%.0\VC\vcvarsall.bat
SET environment="%programfiles(x86)%\%tools%"
IF NOT EXIST %environment% SET environment="%programfiles%\%tools%"
IF NOT EXIST %environment% GOTO no_tools
ECHO Building %solution%...
CALL %e... | pmienk/czmq | bindings/jni/msvc/vs2013/build.bat | bat | mpl-2.0 | 1,125 |
# ********************************************************
# This tests the edit command
# ********************************************************
set debuggertesting on
# Edit using current line position.
edit
edit gcd.rb:5
# File should not exist
edit foo
# Add space to the end of 'edit'
edit
quit
| wearelung/portoalegrecc | vendor/cache/ruby/1.8/gems/ruby-debug-0.10.4/test/data/edit.cmd | bat | mit | 303 |
@echo OFF
rem $Id: build.bat 14098 2005-10-03 18:54:13Z jpf@u.washington.edu $
rem ========================================================================
rem Copyright 2006-2007 University of Washington
rem
rem Licensed under the Apache License, Version 2.0 (the "License");
rem you may not use this file except in com... | RsrchBoy/dpkg-alpine | build.bat | bat | apache-2.0 | 6,825 |
@REM activator launcher script
@REM
@REM Environment:
@REM In order for Activator to work you must have Java available on the classpath
@REM JAVA_HOME - location of a JDK home dir (optional if java on path)
@REM CFG_OPTS - JVM options (optional)
@REM Configuration:
@REM activatorconfig.txt found in the ACTIVATOR_HOME ... | curena/wrdrb | wrdrb_play/activator.bat | bat | mit | 7,342 |
@echo off
REM start a remote capture session using the provided live capture port
REM requires NetCat to be installed (https://eternallybored.org/misc/netcat/)
REM Depending on platform (32/64 bit) nc64.exe might be required
REM
REM rschmied@cisco.com
set NC=c:\bin\nc.exe
set HOST=172.16.1.254
if -%1-==-- echo port ... | VIRL-Open/virl-utils | capture.bat | bat | isc | 415 |
@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... | llazzaro/virtual_decoys | docs/make.bat | bat | isc | 6,475 |
dotnet restore
dotnet build --configuration Release
dotnet lambda package --configuration Release --framework netcoreapp1.0 --output-package bin/Release/netcoreapp1.0/deploy-package.zip | lukemerrett/FSharp-Template-for-Aws-Lambda | serverless/build.cmd | bat | mit | 186 |
@echo off
cls
echo/
echo //----------------------------------------------------------
echo // REMOVE LAST MIGRATION SCRIPT
echo //
echo // Required input:
echo // --------------
echo // Project name : The project that contains the DbContext
echo // DbContext name : The DbContext for the migration
echo //-------------... | mvelosop/Domion-X.Net | scripts/remove-migration.cmd | bat | mit | 693 |
@echo off
setlocal EnableDelayedExpansion
color 07
set "msg=:"
set is_multiplayer=false
set /a world_length=40
set /a world_len=%world_length%-1
set count=0
set pos=0
set posY=0
set pos2=0
set full_hp=1
set hp=1
set hp2=1
set skin=#
set skin2=O
set gold=0
set i=0
set hp_price=10
set has_skin_at=0
set /a goldpos=%random... | ChillerDragon/chidraqul2 | dev/chidraqul2_world3.bat | bat | mit | 6,633 |
@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... | GaretJax/lancet | docs/make.bat | bat | mit | 6,701 |
@ echo off
setlocal ENABLEDELAYEDEXPANSION
set HORNETQ_HOME=..
IF "a%1"== "a" (
set CONFIG_DIR=%HORNETQ_HOME%\config\stand-alone\non-clustered
) ELSE (
SET CONFIG_DIR=%1
)
dir >> %CONFIG_DIR%\STOP_ME | Dauth/cs3219-JMS | hornetq-2.4.0.Final/bin/stop.bat | bat | mit | 200 |
rename Tortoise-Relay-4up-B_Cu.gbl Tortoise-Relay-4up.gbl
rename Tortoise-Relay-4up-B_Mask.gbs Tortoise-Relay-4up.gbs
rename Tortoise-Relay-4up-B_SilkS.gbo Tortoise-Relay-4up.gbo
rename Tortoise-Relay-4up-Edge_Cuts.gbr Tortoise-Relay-4up.gbr
rename Tortoise-Relay-4up-F_Cu.gtl Tortoise-Relay-4up.gtl
renam... | RandyStockberger/Tortoise-Relay | Gerber/fix.bat | bat | mit | 504 |
@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 ma... | armink/SFUD | demo/stm32l475_non_os_qspi/EWARM/settings/stm32l475_non_os_qspi.stm32l475_non_os_qspi.cspy.bat | bat | mit | 1,758 |
@echo off
cd /d %~dp0
"C:\Program Files\qemu\qemu-system-arm.exe" -M vexpress-a9 -kernel build\zImage -initrd build\initrd.gz -serial stdio -append "root=/dev/ram rdinit=/sbin/init"
| fay2003hiend/qemu_qtopia | qemu.cmd | bat | mit | 187 |
@echo off
rem **************************************************************************
rem (C) Copyright IBM Corp. 2012, 2014
rem
rem LICENSE: Eclipse Public License v1.0
rem http://www.eclipse.org/legal/epl-v10.html
rem **************************************************************************
SetLocal Enab... | acshea/edgware | fabric.scripts/win32/fabadmin.bat | bat | epl-1.0 | 15,363 |
@echo off
rem Copyright (C) 2009-2010
rem Geoffrey Biggs
rem RT-Synthesis Research Group
rem Intelligent Systems Research Institute,
rem National Institute of Advanced Industrial Science and Technology (AIST),
rem Japan
rem All rights reserved.
rem Licensed under the Eclipse Public License -v 1.... | gbiggs/rtcshell | rtreset.bat | bat | epl-1.0 | 399 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/maxkins.o := ld -m elf_i386 -r -o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/maxkins.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/emc/kinematics/maxkins.o
| CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.maxkins.o.cmd | bat | gpl-2.0 | 214 |
cmd_net/ipv6/xfrm6_output.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv6/.xfrm6_output.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 -Wa... | b8e5n/KTG-kernel_es209ra | net/ipv6/.xfrm6_output.o.cmd | bat | gpl-2.0 | 31,115 |
cmd_drivers/staging/media/lirc/lirc_serial.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/staging/media/lirc/lirc_serial.ko drivers/staging/media/lirc/lirc_serial.o drivers/staging/media/lirc/lirc_serial.mod... | avareldalton85/rpi2-linux-rt | drivers/staging/media/lirc/.lirc_serial.ko.cmd | bat | gpl-2.0 | 323 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.