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 |
|---|---|---|---|---|---|
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:S1_ConnectionTest_Disconnection_PositiveTest_ClientInitiated /Logger:trx
pause
| dongruiqing/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPBCGR/S1_ConnectionTest_Disconnection_PositiveTest_ClientInitiated.cmd | bat | mit | 249 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
)
... | mishin/dwimperl-windows | strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/net-server.bat | bat | gpl-2.0 | 4,344 |
@echo off
REM %1 is File Description
REM %2 is Internal Name
REM %3 is Resource Header FileName
REM %4 is Original Filename
REM %5 is Major Version Number
REM %6 is Minor Version Number 1
REM %7 is Minor Version Number 2
REM %8 is Minor Version Number 3
REM %9 is the Hot Fix Version Number
REM %10 is FileName to outpu... | tauplatform/tau | neon/Helium/GenerateRCFile.bat | bat | mit | 3,617 |
# Universe changed from scheduler -- see gittrac #4394
universe = vanilla
executable = ./x_sleep.pl
arguments = 1
Notification = NEVER
queue
| djw8605/htcondor | src/condor_tests/job_dagman_cycle-A-node.cmd | bat | apache-2.0 | 150 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=openmmtools
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command w... | choderalab/openmmtools | docs/make.bat | bat | mit | 815 |
@ECHO OFF
ECHO START CREATE CONTROL FILE...
sqlplus sys/sys as sysdba @create_standby_control.sql
ECHO FINISH... | brandonDu/oracle-dataguard-configure | windows/server 2008 + oracle 10g/create_control_file.bat | bat | mit | 112 |
@echo off
cd docs
call .\make.bat html
cd build\html
call python -m http.server 80
cd ..\..\..\
| LuqueDaniel/pybooru | tools/preview_documentation.bat | bat | mit | 97 |
cd ..
rem GEMMA-FRN
E:\soft\R-3.2.2\bin\x64\Rscript bacgwas.R --input D:\work\bio\workdir\raw\dataset_1 --output D:\work\bio\tmp\gemma --plugin frn
rem MOSS-FRN
E:\soft\R-3.2.2\bin\x64\Rscript bacgwas.R --input D:\work\bio\tmp\moss --output D:\work\bio\tmp\moss --plugin moss
rem LASSO-FRN
E:\soft\R-3.2.2\bin\x64\Rsc... | ikavalio/MDRTB-pipe | bin/test_frn.bat | bat | mit | 577 |
set version=%1%
gox -output="bin\{{.OS}}_{{.Arch}}\{{.Dir}}" -osarch="linux/amd64 windows/amd64 darwin/amd64" -ldflags="-X github.com\mpopadic\go_n_find\cmd.Version=v%version%"
cd bin
cd windows_amd64 && zip ..\windows_amd64.zip *
cd ..
rd /s /q windows_amd64
cd linux_amd64 && zip ..\linux_amd64.zip *
cd ..
rd /s /q ... | mpopadic/go_n_find | build.bat | bat | mit | 404 |
@echo off
rem Read Arguments
IF dummy==dummy%1 (
set application=eden
) ELSE (
set application=%1
)
IF dummy==dummy%2 (
set test=regressionTests
start selenium.cmd
ping -n 12 127.0.0.1
) ELSE (
set test=%2
)
c:
cd \bin\web2py\applications\%application%\tests\selenium\scripts
IF dummy==dummy%2 (
python %test%.py local... | flavour/ssf | tests/selenium/test.cmd | bat | mit | 365 |
@setlocal
@echo off
@if NOT "%ECHO%"=="" @echo %ECHO%
"%OrleansSDK%\StartLocalSilo.cmd"
| yaronthurm/orleans | Samples/Chirper/1.Demo Start Silo.cmd | bat | mit | 90 |
call pathdef.bat
python %apeng-kicad_path%\export_coordinate\export_coordinate.py %1
| apeng2012/apeng-kicad | tools/bin/export_SMT.bat | bat | mit | 86 |
SETLOCAL EnableExtensions EnableDelayedExpansion
SET FILENAME=thesis
rem MIKTEX_BIN=C:\miktex\texmfs\install\miktex\bin\
rem set PATH=%MIKTEX_BIN%;%PATH%
set ROOT_DIR=%~dp0
cd %ROOT_DIR%
DEL /Q "%FILENAME%.aux" >nul 2>&1
DEL /Q "%FILENAME%.bbl" >nul 2>&1
DEL /Q "%FILENAME%.blg" >nul 2>&1
DEL /Q "%FILENAME%.d" >nul 2... | holgern/TUB_PhDThesisTemplate | compile-thesis-windows-clear.bat | bat | mit | 1,805 |
@echo off
REM Install .NET Core (https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-install-script)
REM @powershell -NoProfile -ExecutionPolicy unrestricted -Command "&([scriptblock]::Create((Invoke-WebRequest -useb 'https://dot.net/v1/dotnet-install.ps1'))) -Channel Current"
REM SET PATH=%LOCALAPPDATA%\Microsof... | OlegZee/Xake | samples/fake.cmd | bat | mit | 397 |
echo off
java PinPDFGen.ImageFetcher "ExampleInput.txt" "Pin Pictures"
pause | Cjsheaf/Pin-PDF-Generator | RunImageFetcher.bat | bat | mit | 76 |
@echo off
taskkill /F /IM AutoKillSwitch.exe > nul 2>&1
taskkill /F /IM StandaloneRTC.exe > nul 2>&1
taskkill /F /IM WerFault.exe > nul 2>&1
taskkill /F /IM EmuHawk.exe > nul 2>&1
taskkill /F /IM ffmpeg.exe > nul 2>&1
start AutoKillSwitch.exe
start EmuHawk.exe
exit | ircluzar/RTC3 | Real-Time Corruptor/BizHawk_RTC/output/StartAutoKillSwitch.bat | bat | mit | 267 |
cmd /k pycreator.py
| Zachacious/PyCreator | PyCreator.bat | bat | mit | 20 |
@echo off
node test.create.table.js
node test.insert.values.js
node test.select.values.js
echo test find...
node test.$and.js
node test.$or.js
node test.$gt.js
node test.$in.js
node test.complex.find.js
node test.select.field.js
echo test insert
node test.table.insert.js
echo test update
node test.table.update.js
ech... | wushengyong/sqlite3-cipher-node | dist/test/run_test.bat | bat | mit | 365 |
copy ..\..\..\style\base.css .
saxon set.difference.xml ../../../style/function.xsl
wzzip -P -o set.difference.zip @set.difference.package.txt
wzzip -P -o set.difference.use-cases.zip @set.difference.use-cases.txt
cd ..
cd ..
saxon set.xml ../style/module.xsl
wzzip -P -o set.zip @set.package.txt
cd ..
saxon modules.xml... | exslt/exslt.github.io | set/functions/difference/update.bat | bat | mit | 491 |
set maven_home=c:\java\maven-1.0-beta-8
set path=%path%;%maven_home%\bin
| linnet/eclipse-tools | implementors-core/mavensetup.cmd | bat | epl-1.0 | 75 |
:XPDGLOBAL
if "%XPDG%"=="1" goto :XPDBEGIN
if "%XPDG%"=="0" goto :xpdkep
if "%JOYOV%"=="1" goto :XPDBEGIN
"%GBC%\wbox.exe" "Overwrite" "Overwrite existing xpadder profiles?" "Yes;No" /DB=1 /TM=20
if %ERRORLEVEL%==1 goto :XPDBEGIN
if %ERRORLEVEL%==2 goto :xpdkep
goto :cpexit
:xpdkep
SET XPDKP=1
:XPDBEG... | HoodlumDTX/rom-jacket | generateXpadderProfiles.bat | bat | gpl-2.0 | 1,477 |
cmd_arch/arm/lib/lib1funcs.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.lib1funcs.o.d -nostdinc -isystem /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -Iinclude -I/home/madrocker/Desktop/JetDroid1/kernel-work/... | MadRocker/experimental-2.6.29-MadRocker | arch/arm/lib/.lib1funcs.o.cmd | bat | gpl-2.0 | 1,803 |
cmd_arch/arm/mvp/built-in.o := /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o arch/arm/mvp/built-in.o arch/arm/mvp/mvpkm/built-in.o arch/arm/mvp/commkm/built-in.o arch/arm/mvp/pvtcpkm/built-in.o
| arshull/GalaTab3_Kernel | arch/arm/mvp/.built-in.o.cmd | bat | gpl-2.0 | 224 |
@rename %1 %2
@rem $Id: mv.cmd,v 1.3 2002/02/21 22:24:53 giles Exp $
| brho/plan9 | sys/src/cmd/gs/src/mv.cmd | bat | gpl-2.0 | 69 |
@echo off
set HOME=C:
set USER=Windows
set CLIENT=.\ccg_client.exe
if exist .\home set HOME=.\home
if exist module_windows32\ccg_client.exe set CLIENT=module_windows32\ccg_client.exe
start %CLIENT% --design 1024x768 --user %USER% %1 %2 %3 %4 %5 %6 %7 %8 %9 metwDC.xml
| markferry/gccg-core | MetwDC.bat | bat | gpl-2.0 | 276 |
cmd_net/bluetooth/bnep/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o net/bluetooth/bnep/built-in.o net/bluetooth/bnep/bnep.o
| emwno/android_kernel_U8500 | net/bluetooth/bnep/.built-in.o.cmd | bat | gpl-2.0 | 162 |
cmd_drivers/usb/class/built-in.o := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -o drivers/usb/class/built-in.o drivers/usb/class/cdc-acm.o drivers/usb/class/ccid_bridge.o
| livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | drivers/usb/class/.built-in.o.cmd | bat | gpl-2.0 | 272 |
cmd_arch/arm/kernel/vmlinux.lds := /home/envy/kernel/shinano-sirius_msm8974abpro/scripts/gcc-wrapper.py /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-... | Envious-Data/shinano-sirius_msm8974abpro | arch/arm/kernel/.vmlinux.lds.cmd | bat | gpl-2.0 | 7,132 |
cmd_fs/fat/dir.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,fs/fat/.dir.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/arch/arm/inclu... | mjmccall/Kernel | fs/fat/.dir.o.cmd | bat | gpl-2.0 | 19,618 |
cmd_drivers/char/vt.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/char/.vt.o.d -nostdinc -isystem /data/linux/opt/arm-2008q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.2.3/include -Iinclude -I/data/embedded/acer/acergit/linux/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-... | yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/char/.vt.o.cmd | bat | gpl-2.0 | 23,770 |
cmd_sound/soc/davinci/snd-soc-evm.o := arm-arago-linux-gnueabi-ld -EL -r -o sound/soc/davinci/snd-soc-evm.o sound/soc/davinci/davinci-evm.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | sound/soc/davinci/.snd-soc-evm.o.cmd | bat | gpl-2.0 | 144 |
for /l %%x in (1, 1, %1) do (
echo %%x
casperjs op2.js
)
| theapu/OPT | op2.bat | bat | gpl-2.0 | 59 |
cmd_drivers/staging/zram/built-in.o := rm -f drivers/staging/zram/built-in.o; /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ar rcs drivers/staging/zram/built-in.o
| DrGrip/tiamat-2.6.38-LEO-Dr_Grip | drivers/staging/zram/.built-in.o.cmd | bat | gpl-2.0 | 168 |
@echo off
:: Copyright (C) 2017 Ken Takata
:: License: GPL-2
setlocal
if "%1"=="" (
echo Usage: gen-repoinfo ^<headerfile^>
goto :eof
)
set repoinfo_header=%1
set oldinfo=
if exist %repoinfo_header% (
for /f "delims=" %%i in (%1) do set oldinfo=%%i
) else (
type nul > %repoinfo_header%
)
... | lizh06/ctags | win32/gen-repoinfo.bat | bat | gpl-2.0 | 581 |
cmd_kernel/irq/manage.o := ppc_4xx-gcc -m32 -Wp,-MD,kernel/irq/.manage.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-prototy... | mattkelly/linux-2.6-xlnx | kernel/irq/.manage.o.cmd | bat | gpl-2.0 | 21,462 |
cmd_security/sony/built-in.o := /home/mpokwsths/android/rom/aosp/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ld -EL -r -o security/sony/built-in.o security/sony/ric.o security/sony/ric_mount.o
| mpokwsths/Z3_kernel | security/sony/.built-in.o.cmd | bat | gpl-2.0 | 234 |
cmd_sound/synth/built-in.o := rm -f sound/synth/built-in.o; arm-arago-linux-gnueabi-ar rcs sound/synth/built-in.o
| calixtolinux/linux-2.6.37-AM18x-OMAPL13x-Calixto-Versa-EVM-V1 | sound/synth/.built-in.o.cmd | bat | gpl-2.0 | 115 |
java -Xmx800M -cp dist/D3D.jar ucl.silver.d3d.core.StartD3D -CubeLength 1.0 -ImmobileVesiclesPercent 20 | SilverLabUCL/D3D_eLife | run2.bat | bat | gpl-3.0 | 103 |
@echo off
set V_PROJECT=fem_draw_winapi
set V_BUILDDIR=build_winapi_msvc2015
@echo on
call "%VS140COMNTOOLS%\vsvars32.bat"
@echo on
cd "%~dp0"
cd ..
rmdir /S /Q %V_BUILDDIR% 2>nul >nul
mkdir %V_BUILDDIR%
cd %V_BUILDDIR%
cl /c /nologo /Ox /EHsc /W3 /MT /DUNICODE /D_UNICODE /DPSAPI_VERSION=1 /DNDEBUG /arch:I... | AlienCowEatCake/fem_draw | buildscripts/winapi_msvc2015.bat | bat | gpl-3.0 | 1,860 |
rem Copy includes
xcopy src\*.h export\all\all\include\ /Y
xcopy src\core\*.h export\all\all\include\ /Y
xcopy src\dialogs\*.h export\all\all\include\ /Y
xcopy src\filterGraph\*.h export\all\all\include\ /Y
xcopy src\filters\*.h export\all\all\include\ /Y
xcopy src\music\*.h expo... | roy204/projectKetchup | copy-exports-win32.cmd | bat | gpl-3.0 | 4,229 |
SET machine=tld_test_pal_ntsc
SET speed=2
SET ruta_ucf=pines
SET ruta_bat=..\..\
call %ruta_bat%genxst.bat
rem call %ruta_bat%generar.bat v2_v3 ZZ3
call %ruta_bat%generar.bat v4 ZX1
rem call %ruta_bat%generar.bat Ap ZZA
| antoniovillena/zxuno | cores/test/test_pal_ntsc/make.bat | bat | gpl-3.0 | 220 |
# Pin name action command file
# Start of element Q1
ChangePinName(Q1, 3, D)
ChangePinName(Q1, 2, S)
ChangePinName(Q1, 1, G)
# Start of element C3
ChangePinName(C3, 2, 2)
ChangePinName(C3, 1, 1)
# Start of element VR1
ChangePinName(VR1, 2, 2)
ChangePinName(VR1, 3, 3)
ChangePinName(VR1, 1, 1)
# Start of element R2
C... | ivanovev/pcb | ue2hdv1/ue2hdv1.cmd | bat | gpl-3.0 | 2,667 |
@setlocal
@set node_name=ebot
@rem Get the absolute path to the parent directory,
@rem which is assumed to be the node root.
@for /F "delims=" %%I in ("%~dp0..") do @set node_root=%%~fI
@set releases_dir=%node_root%\releases
@rem Parse ERTS version and release version from start_erl.data
@for /F "usebackq tokens=1,... | artefactop/ebot | rel/files/ebot.cmd | bat | apache-2.0 | 2,796 |
@echo off
setlocal
@echo off
set VERBOSE=1
if /I "%1"=="-quiet" set VERBOSE=0
if /I "%1"=="-q" set VERBOSE=0
REM # Get the location of quickbuild.bat and drop trailing slash
set PWIZ_ROOT=%~dp0
set PWIZ_ROOT=%PWIZ_ROOT:~0,-1%
pushd %PWIZ_ROOT%
if %VERBOSE%==1 echo Cleaning build directories...
IF EXI... | romanzenka/myrimatch | freicore/pwiz_src/clean.bat | bat | apache-2.0 | 4,467 |
@ECHO off
adb shell twrp restore backup | kobotoolbox/android-deploy | scripts/03_restore_new.bat | bat | apache-2.0 | 39 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_ONESTORE.S01_TransmissionByFSSHTTP.MSONESTORE_S01_TC05_TestObjectSpaceObjectPropSet /testcontainer:..\..\MS-ONESTORE\TestSuite\bin\Debug\MS-ONESTORE_TestSuite.dll /runconfig:..\..\MS-ONESTORE\MS-ONESTORE.testsettings /unique
p... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-ONESTORE/RunMSONESTORE_S01_TC05.cmd | bat | mit | 324 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S06_SyncICSContentsDeletion_TestSuite.MSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.testsettin... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S06_SyncICSContentsDeletion_TestSuite.cmd | bat | mit | 336 |
@ECHO off
echo Press Ctrl+Z on a blank line to exit
more>%1 | Recdeclec-Public/batchgames | The Hallows/chapters/1/Program Files/edit.bat | bat | mit | 61 |
gcc %1 -o nicklist.dll -Zmt -Zcrtdll -Zdll -D__ST_MT_ERRNO__ -I../../include nicklist.c nicklist.def
| ipwndev/DSLinux-Mirror | user/bitchx/dll/nicklist/Make.cmd | bat | gpl-2.0 | 101 |
cmd_net/bluetooth/hidp/built-in.o := arm-linux-gnueabi-ld -EL -r -o net/bluetooth/hidp/built-in.o net/bluetooth/hidp/hidp.o
| b8e5n/KTG-kernel_es209ra | net/bluetooth/hidp/.built-in.o.cmd | bat | gpl-2.0 | 129 |
cmd_fs/devpts/built-in.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/devpts/built-in.o fs/devpts/devpts.o
| jdlfg/Mecha-kernel-jdlfg | fs/devpts/.built-in.o.cmd | bat | gpl-2.0 | 163 |
runFlashGUI.cmd it
| hernol/ConuWar | Game/test/test_lang/runFlashGUI_it.cmd | bat | gpl-3.0 | 20 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" (
"%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
) ELSE (
IF EXIST "%~dp0perl.exe" (
"%~dp0perl.exe" -x -S "%0" ... | Jaifar/java_ptf | New folder/perl/bin/pstruct.bat | bat | apache-2.0 | 37,711 |
"%VS110COMNTOOLS%..\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe" "..\..\Bin\RDP_ClientTestSuite.dll" /Settings:..\..\Bin\ClientLocal.TestSettings /Tests:Rdpegfx_ClearCodec_NegativeTest_GlyphIndexHitSet_CompositePayloadExists /Logger:trx
pause
| JessieF/WindowsProtocolTestSuites | TestSuites/RDP/src/Batch/RDPEGFX/Rdpegfx_ClearCodec_NegativeTest_GlyphIndexHitSet_CompositePayloadExists.cmd | bat | mit | 260 |
@echo on
setlocal
rem set JMS_IMPL_LIBPATH=.\lib\rabbitMQ\*
rem set JMS_IMPL_LIBPATH=.\lib\solaceLib\*
rem set JMS_IMPL_LIBPATH=.\lib\IBMMQ\*
rem set JMS_IMPL_LIBPATH=.\lib\ActiveMQ\*
set LIBPATH=%LIBPATH%;%JMS_IMPL_LIBPATH%
..\..\bin\tnt4j-streams.bat -f:tnt-data-source.xml | Nastel/tnt4j-streams | tnt4j-streams-jms/samples/jms-textmessage/run.bat | bat | apache-2.0 | 275 |
REM
REM Try Matlab
REM
python build.py clean
if errorlevel 1 goto ERROR
python build.py
if errorlevel 1 goto ERROR
REM Running short Java tests to produce testng output
REM The hudson matrix configuration assumes that there
REM will be test output available. In the future, though
REM we may want to actually run tests... | jballanc/openmicroscopy | docs/hudson/OMERO-matlab.bat | bat | gpl-2.0 | 632 |
@echo off
rem Description:
rem Script reads input FILE_IN ACL file list and filters out records with
rem not existen directories in the SRC_DIR directory.
setlocal
set "FILE_IN=%~f1"
set "SRC_DIR=%~f2"
if not defined FILE_IN exit /b 1
if not exist "%FILE_IN%" exit /b 2
if not defined SRC_DIR exit /... | andry81/contools | Scripts/Tools/admin/cleanup_acl.bat | bat | mit | 901 |
@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... | uber/multidimensional_urlencode | docs/make.bat | bat | mit | 6,741 |
cd /d "$(TARGETS.CocoNode.TARGET_ROOT)"
node.exe "$(TARGETS.CocoNode.TARGET_ROOT)/coconode.js"
| mobileFX/Coconut2D | DeviceWrappers/web/CocoNode/start_node.cmd | bat | mit | 99 |
@ECHO off
REM --------------------------
REM ------ Rbyp ------
REM --------------------------
REM
:RESTART
SETLOCAL ENABLEDELAYEDEXPANSION
REM -- ¤ÊÝè --
SET HOSTS=C:\WINDOWS\system32\drivers\etc\
REM -- í\¦Í1/ñ\¦Í0 --
SET PRINT_HOST=0
IF "%RE%"=="1" GOTO RE
REM -- hostsðobN... | srea/HostsChanger | hostsChanger.bat | bat | mit | 7,492 |
@echo off
wscript %~dp0backup\backup-dev.vbs %~dp0backup\full-idrive-backup-data.txt %~dp0backup\full-local-backup-data.txt | ThomasKrauss/Reconnect | my-utilities/resources/commands/full_backup.bat | bat | mit | 124 |
@echo off
Setlocal EnableDelayedExpansion EnableExtensions
for /r %%i in (jit\*.lua) do (
set "var=%%i" &set "str=!var:@=!"
luajit -b -n jit.%%~ni jit\%%~ni.lua jit\%%~ni.o
)
| hyee/dbcli | src/makefiles/buildJIT_lib.bat | bat | mit | 182 |
@echo off
del *.nupkg
@echo on
".nuget/nuget.exe" pack FactuurSturenNet.Signed.nuspec -symbols
".nuget/nuget.exe" push LVMS.FactuurSturenNet.Signed.*.nupkg
pause | leonmeijer/Factuursturen.NET | LVMS.FactuurSturen.NET/DeployNuGet.bat | bat | mit | 163 |
nuget push Coffee.Beans.*.nupkg -s http://robhendriks.azurewebsites.net/
pause | g3ntle/Coffee.Beans | nuget/push.bat | bat | mit | 78 |
setlocal
call settings.bat
call fetch.bat http://zlib.net/zlib-1.2.11.tar.gz zlib-1.2.11
cd zlib-1.2.11
if "%COMPILER%" == "MINGW" (
SET "PATH=%MSYSDIR%;%PATH%"
SET DESTDIR=%PREFIX:\=/%/
SET INCLUDE_PATH=include
SET LIBRARY_PATH=lib
bash -c "make -f win32/Makefile.gcc install"
bash -c "make -f win32/Make... | alex85k/winbuilds | build_zlib.bat | bat | cc0-1.0 | 682 |
@echo off
rem Copyright 2009-2020 Ping Identity Corporation
rem All Rights Reserved.
rem
rem -----
rem
rem Copyright 2009-2020 Ping Identity Corporation
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... | UnboundID/ldapsdk | dist-root/tools/subtree-accessibility.bat | bat | gpl-2.0 | 1,746 |
cmd_fs/notify/inotify/built-in.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/notify/inotify/built-in.o fs/notify/inotify/inotify_fsnotify.o fs/notify/inotify/inotify_user.o
| sleshepic/epic_touch_kernel | fs/notify/inotify/.built-in.o.cmd | bat | gpl-2.0 | 217 |
cmd_drivers/staging/zram/zram.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/staging/zram/zram.o drivers/staging/zram/zram_drv.o drivers/staging/zram/zram_sysfs.o drivers/staging/zram/xvmalloc.o
| doadin/samsung-kernel-msm7x30-Doadin | drivers/staging/zram/.zram.o.cmd | bat | gpl-2.0 | 245 |
cmd_net/bluetooth/bnep/bnep.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/bluetooth/bnep/bnep.o net/bluetooth/bnep/core.o net/bluetooth/bnep/sock.o net/bluetooth/bnep/netdev.o
| kingklick/kk-evo-kernel | net/bluetooth/bnep/.bnep.o.cmd | bat | gpl-2.0 | 230 |
cmd_sound/soc/jz4740/built-in.o := rm -f sound/soc/jz4740/built-in.o; arm-none-linux-gnueabi-ar rcs sound/soc/jz4740/built-in.o
| srinugnt2000/linux-2.6.37 | sound/soc/jz4740/.built-in.o.cmd | bat | gpl-2.0 | 129 |
REM --------------------------------------------------------------------------
REM Author : Stefano Giorgio [stef145g] - Copyright (C) 2012..2014
REM Updates by:
REM Lisheng [guanlisheng] (C) 2013
REM Nikolay [vomikan] (C) 2013
REM James [siena123] (c) 2014
REM gabriele-v... | moneymanagerex/moneymanagerex.bak | setup/win/update_mmex_build_files.bat | bat | gpl-2.0 | 8,517 |
if not defined CYGWIN_HOME%2 (
echo "ERROR : CYGWIN_HOME%2 is not set, skipping cli build"
exit 1
) else (
if %2 == x64 (
set CYGWIN_HOME=%CYGWIN_HOMEx64%
) else (
set CYGWIN_HOME=%CYGWIN_HOMEx86%
)
)
if not defined CYGWIN_HOME (
echo "ERROR : CYGWIN_HOME is not set, skipping cli build"
) else (
set "path=%... | mantechnology/wdrbd | build/scripts/cygwinBuild.bat | bat | gpl-2.0 | 423 |
cmd_sound/firewire/built-in.o := rm -f sound/firewire/built-in.o; /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ar rcsD sound/firewire/built-in.o
| friedrich420/Note-3-Kernel | sound/firewire/.built-in.o.cmd | bat | gpl-2.0 | 157 |
cmd_lib/built-in.o := /home/hacker/codesourcery/lite/bin/arm-none-linux-gnueabi-ld -EL -r -o lib/built-in.o lib/bcd.o lib/div64.o lib/sort.o lib/parser.o lib/halfmd4.o lib/debug_locks.o lib/random32.o lib/bust_spinlocks.o lib/hexdump.o lib/kasprintf.o lib/bitmap.o lib/scatterlist.o lib/string_helpers.o lib/gcd.o li... | wujiku/superstar-kernel-shooter-2.3.4gb | lib/.built-in.o.cmd | bat | gpl-2.0 | 695 |
@ECHO OFF
set GG=C:\projects\GrinGlobal
cscript.exe "%GG%\NewSetupVersion.vbs" "%GG%\GrinGlobal.Admin.Setup\GrinGlobal.Admin.Setup.vdproj"
cscript.exe "%GG%\NewSetupVersion.vbs" "%GG%\GrinGlobal.Web.Setup\GrinGlobal.Web.Setup.vdproj"
cscript.exe "%GG%\NewSetupVersion.vbs" "%GG%\GrinGlobal.Search.Engine.Setup\Grin... | ilri/genebank-gg_server | update_setup_projects_build_number.bat | bat | gpl-3.0 | 602 |
@echo off
set PHPBIN="@php_bin@"
"@php_bin@" "@bin_dir@\phpadd" %*
| fmntf/phpadd | phpadd.bat | bat | gpl-3.0 | 68 |
set ProjDir=%1
copy /b "%ProjDir%main.cpp" +,,
copy /b/v/y "%ProjDir%GitInfo.h.template" "%ProjDir%GitInfo.h"
FOR /F "tokens=* USEBACKQ" %%F IN (`git rev-parse --short HEAD`) DO (
SET GitInfo=%%F
)
SET GitDirty=
git diff --quiet
if errorlevel 1 (
SET GitDirty=-dirty
)
IF NOT "%CI%"=="" (
SET GitDirty=%GitDirt... | E66666666/GTAVManualTransmission | Gears/PreBuild.bat | bat | mpl-2.0 | 446 |
@echo off
call ant clean
pause
| kralisch/jams | build/clean.bat | bat | lgpl-3.0 | 38 |
-incremental "work.system_tb" "work.glbl" -prj "system.prj" -L "xilinxcorelib_ver" -L "secureip" -L "unisims_ver" -L "unimacro_ver" -o "isim_system.exe"
| jairov4/accel-oil | impl/impl_test_pcie/simulation/behavioral/fuseRelaunch.cmd | bat | lgpl-3.0 | 154 |
::¹Ø±Õ»ØÏÔ
@echo off
::¹¤³ÌËùÔÚ·¾¶£¨sln·¾¶£©£¬¸ù¾Ý¸Ã½Å±¾ËùÔÚĿ¼½øÐÐÐÞ¸Ä
set ProjectPath=%cd%\..\..\src\source\eLTE_SDK
::¿½±´ÒÀÀµ¿â
::--------------------------------------------------------------------------------
set eLTE_Product_SDK_PATH=%ProjectPath%\..\..\platform\SDK
set eSDKClientLogAPI_PATH=%ProjectPath%\.... | Huawei/eSDK_eLTE_SDK_Windows | CI/script/compile_sdk_player.bat | bat | apache-2.0 | 20,991 |
SET MBT=%GOPATH%\src\github.com\mbtproject\mbt
SET LIBGIT2_PATH=%MBT%\libgit2
SET OS=windows
SET ARCH=x86
set OUT="mbt.exe"
go version
cd %LIBGIT2_PATH%
mkdir -p install/lib
mkdir build
cd build
cmake -DTHREADSAFE=ON -DBUILD_CLAR=OFF -DBUILD_SHARED_LIBS=ON -DCMAKE_C_FLAGS=-fPIC -DCMAKE_INSTALL_PREFIX=../install -DUSE... | mbtproject/mbt | scripts/build_win.bat | bat | apache-2.0 | 981 |
@echo off
IF "%1"=="" GOTO Stop
"%JAVA_HOME%\bin\java" -DrepeatInterval=120 -Dlog4j.debug=true -Dlog4j.configuration="file:log4j.xml" -jar ../../build/libs/build-whisperer-client-1.5.0-SNAPSHOT-all.jar %1\context.xml
GOTO End
:Stop
echo -----------------------------------------------------------------
echo Please... | leojhartiv/build-whisperer | build-whisperer-client/etc/examples/runExample.bat | bat | apache-2.0 | 508 |
@echo off
pushd "%~dp0"
rem This script will configure the JVM memory constraints and fire up the SBT instance.
rem If no arguments were provided to the script, SBT will start in shell mode.
rem -XX:MaxPermSize JVM option is not required if you are running on JVM 8+
rem input.encoding is neccessary to fix jline probl... | melezov/pgscala | sbt.bat | bat | bsd-3-clause | 581 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S17_FileLevelItems.MSWOPI_S17_TC18_Lock_Fail404 /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S17_TC18.cmd | bat | mit | 285 |
cmd_drivers/hid/usbhid/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/hid/usbhid/built-in.o drivers/hid/usbhid/usbhid.o
| friedrich420/Note-3-AEL-Kernel | drivers/hid/usbhid/.built-in.o.cmd | bat | gpl-2.0 | 175 |
taskkill -im freecad.exe /f
@echo OFF
echo cadquery-freecad-module required
@echo ON
cd %~p0
start "" "d:\FreeCAD_015\bin\freecad" main_generator.py R_Array_SIP
:: pause | easyw/kicad-3d-models-in-freecad | cadquery/FCAD_script_generator/Resistor_THT/create_model-example.bat | bat | gpl-2.0 | 171 |
cmd_arch/arm/perfmon/built-in.o := /home/friedrich420/kernel/Toolchain/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o arch/arm/perfmon/built-in.o arch/arm/perfmon/perf-function-hooks.o
| friedrich420/Note-3-AEL-Kernel | arch/arm/perfmon/.built-in.o.cmd | bat | gpl-2.0 | 182 |
powershell -NoProfile -ExecutionPolicy unrestricted -Command "&{iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/dev/dnvminstall.ps1'))}"
choco install nodejs -y
call npm install -g grunt-cli bower
cd src\fsharp-angular-web
call npm install grunt
call npm install
call b... | davidpodhola/fsharp-angular | setup.cmd | bat | gpl-2.0 | 590 |
@echo off
setlocal
rem brief: Compress directory
rem usage: gzipd zip_name dir_name
7z.exe a %1 %2
endlocal
@echo on | hyller/GladiatorFirmware | Scripts/zipd.bat | bat | unlicense | 128 |
@echo off
rem ***************************************************************************
rem * _ _ ____ _
rem * Project ___| | | | _ \| |
rem * / __| | | | |_) | |
rem * | (__| |_| | _ <| |___
rem * ... | mikedlowis-prototypes/albase | source/curl/projects/checksrc.bat | bat | bsd-2-clause | 4,106 |
call mvn clean
set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,address=8000,suspend=n -Xms64m -Xmx128m
mvn hpi:run -npu -Djetty.port=8090 | Axway/VersionOne.Integration.Jenkins | runDebug.bat | bat | bsd-3-clause | 151 |
@if "%1" == "" goto :needpackage
..\..\packages\NuGet.CommandLine.3.4.3\tools\nuget.exe push -Source "packages" -ApiKey VSTS %1
@goto end
:needpackage
@echo "You need to pass a package as first parameter"
@goto end
:end | stevengum97/BotBuilder | CSharp/Library/Microsoft.Bot.Connector.NetFramework/pushpackage.cmd | bat | mit | 222 |
copy \\buzz\d$\projects\Compiled\RightClick\Server\bin\debug\server.exe C:\RightClick
start C:\RightClick\server.exe
pause
| compiledtom/rightclick | Server/runserver.bat | bat | bsd-3-clause | 126 |
@echo off
set HOME=%~dp0
%CYGWIN_BIN%\bash --login -i | kakashidinho/HQEngine | HQEngine/Android/test/startcygwin-here.bat | bat | mit | 57 |
@ECHO OFF
SETLOCAL
set origdir=%cd%
cd /d %~dp0..\..\
set base_dir=%cd%
cd /d %origdir%
echo copy 3rdParty/7zip
xcopy "%base_dir%/Source/3rdParty/7zip" "%base_dir%/Android/jni/3rdParty/7zip/" /D /I /F /Y /E
IF %ERRORLEVEL% NEQ 0 (exit /B 1)
echo copy 3rdParty/png
xcopy "%base_dir%/Source/3rdParty/png" "%base_dir%/A... | project64/project64 | Android/Script/copySource.cmd | bat | gpl-2.0 | 1,790 |
@echo off
title OpenRA.Utility.exe
set ENGINE_DIR=..
:choosemod
echo ----------------------------------------
echo.
call bin\OpenRA.Utility.exe
echo Enter --exit to exit
set /P mod="Please enter a modname: OpenRA.Utility.exe "
if /I "%mod%" EQU "--exit" (exit /b)
if /I "%mod%" EQU "ra" (goto help)
if /I "%mod%" EQU "cn... | MustaphaTR/OpenRA | utility.cmd | bat | gpl-3.0 | 1,114 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
:: Contact: http://www.qt-project.org/legal
::
:: This file is part of the tools applications of the Qt Toolkit.
::
:: $QT_BEGIN_LICENSE:LGPL$
:: Commercial License Usage
:: Lice... | gskachkov/phantomjs | src/qt/qtbase/configure.bat | bat | bsd-3-clause | 3,766 |
rem set up Version Number
call ..\src\Build\BuildVersion.bat
rem Build FreeCAD
call ..\BuildAll.bat
rem installer
call BuildInstaller.bat
@pause
| yantrabuddhi/FreeCAD | src/WindowsInstaller/BuildRelease.bat | bat | lgpl-2.1 | 164 |
:: Set working dir
cd %~dp0 & cd ..
:user_configuration
:: Static path to Flex SDK
set FLEX_SDK=e:\Flash\SDK_Air190
:: Use FD supplied SDK path if executed from FD
if exist "%FD_CUR_SDK%" set FLEX_SDK=%FD_CUR_SDK%
:validation
if not exist "%FLEX_SDK%\bin" goto flexsdk
goto succeed
:flexsdk
echo.
echo ERROR: incorr... | Klug76/feathers_sandbox | bat/SetupSDK.bat | bat | mit | 481 |
@echo off
setlocal
set FILENAME=%1
if "%FILENAME%" == "" goto:eof
set MINT_DIR=%~dp0
set MINT_LEXER_DIR=Lex\States
set MINT_GEN_DIR=gen\%MINT_LEXER_DIR%
set INPUT_FILENAME=%FILENAME%.csrl
set OUTPUT_FILENAME=%FILENAME%.cs
cd "%MINT_DIR%"
::set RAGEL_OPTIONS=-F1
set RAGEL_OPTIONS=-T0
ragel -A -... | SilverPhoenix99/mintcs | Mint.Parser/GenLexer.bat | bat | mit | 445 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.