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 --- complete adapter name to find without the ending ":" ---
set adapter=Wireless LAN adapter Wireless Network Connection
rem --- token under an adapter to extract IP address from ---
set IPAddrToken=IPv4 Address
setlocal enableextensions enabledelayedexpansion
set adapterfound=false
set emptylines=0
s... | SideMasterGM/Batch | IPAddress.bat | bat | gpl-3.0 | 1,333 |
py -3.5 C:\Users\Nicolas\AppData\Local\Programs\Python\Python35-32\Tools\i18n\pygettext.py -d translation_gui ../lib/*.py | NicolasBi/super_converter | sconv/locale/generate_pot.cmd | bat | gpl-3.0 | 121 |
@echo off
rem call mvn install -Dmaven.test.skip=true clean package
call mvn clean install -Dmaven.test.skip=true
@pause | springvelocity/xbpm5 | install.bat | bat | apache-2.0 | 121 |
@echo off
setlocal
call fb-init.bat
taskkill /im tgitcache.exe 1>NUL 2>NUL
if not exist rc-init call rc-init.bat || goto :ko
robocopy rc-init rc-do /MIR
pushd rc-do
%FULLBUILD% index workspace || goto :ko
copy ..\Template.csproj .full-build || goto :ko
%FULLBUILD% convert projects || goto :ko
%FULLBUILD% init view ... | sergii-s/full-build | tests/rc-do.bat | bat | apache-2.0 | 721 |
@echo off
set CLASSPATH=..\target\devtest-general-ext-0.0.1-SNAPSHOT.jar;gavaghan-json-1.1.0.jar
java org.gavaghan.devtest.templates.App %1
| mgavaghan/devtest-general-ext | batch/generate.bat | bat | apache-2.0 | 142 |
"%JAVA_HOME%\bin\java" -jar lib/remoterun-agent-${project.version}.jar | formicary/remoterun | dist/src/main/resources/remoterun-agent.cmd | bat | apache-2.0 | 70 |
@echo off
:: Path of the cURL executable
set CURL="curl.exe"
:: Direct URL of source PDF file.
set SOURCE_FILE_URL=https://bytescout-com.s3.amazonaws.com/files/demo-files/cloud-api/pdf-to-image/sample.pdf
:: Comma-separated list of page indices (or ranges) to process. Leave empty for all pages. Example: '0,2-5,7-'.
s... | bytescout/ByteScout-SDK-SourceCode | Cloud API Server/PDF To Image API/cURL/Convert PDF To JPEG From URL/ConvertPdfToJpegFromUrl.cmd | bat | apache-2.0 | 952 |
echo off
SETLOCAL enabledelayedexpansion
cd ..
call setEnv.cmd
echo on
"%JAVA_HOME%\bin\java" %MEM_ARGS% -classpath "%CLASSPATH%" twitter4j.examples.tweets.UploadMultipleImages %*
ENDLOCAL | takke/twitter4j | twitter4j-examples/bin/tweets/uploadMultipleImages.cmd | bat | apache-2.0 | 190 |
:: This script creates a symlink to the game binaries to account for different installation directories on different systems.
@echo off
set /p path="Please enter the folder location of your SpaceEngineersDedicated.exe: "
cd %~dp0
mklink /J GameBinaries "%path%"
if errorlevel 1 goto Error
echo Done! You can now open th... | TorchAPI/Torch | Setup (run before opening solution).bat | bat | apache-2.0 | 423 |
@ECHO OFF
SETLOCAL
CLS
ECHO.
ECHO. Initializing Simple Help download.
bitsadmin.exe /transfer "MacRevival Simple Help" /priority FOREGROUND "http://macrevival.noip.me/customer/Remote%20Support-windows32-offline.exe?language=en&hostname=http%3A%2F%2Fmacrevival.noip.me&ie=ie.exe" "%USERPROFILE%\Desktop\MacRevival Simple... | JustinMuniz/Computer-Shop-Utilities | Windows/Batch/Build-Scripts/Install-Simple-Help.bat | bat | bsd-2-clause | 389 |
@echo off
rem build TiddlyWiki5 for tiddlywiki.com
rem Set up the build output directory
if "x%TW5_BUILD_OUTPUT%" == "x" (
set TW5_BUILD_OUTPUT=..\jermolene.github.com
)
if not exist %TW5_BUILD_OUTPUT%\nul (
echo A valid TW5_BUILD_OUTPUT environment variable must be set
exit 1
)
echo Using TW5_BUILD_OUTPUT as %... | TeravoxelTwoPhotonTomography/nd | doc/node_modules/tiddlywiki/bld.cmd | bat | bsd-3-clause | 3,313 |
copy /Y C:\Dev\AMEE\revit\src\AMEE-in-Revit.Addin\bin\Debug\AMEE-in-Revit.addin C:\ProgramData\Autodesk\Revit\Addins\2012 | AMEE/revit | install.cmd | bat | bsd-3-clause | 121 |
xgettext --no-wrap --no-location --from-code=UTF-8 -o ..\ctrl-w.pot -L JavaScript --package-name=ctrl+w --copyright-holder=" " --msgid-bugs-address=http://twd.io/e/0fdb0w --add-comments=Translators: ..\CTRLW.user.js
msgmerge --no-wrap -U --backup=off ..\translations\fr\LC_MESSAGES\ctrl-w.po ..\ctrl-w.pot
msgmerge --no-... | badconker/ctrl-w | build/po_update.bat | bat | mit | 485 |
cmd_drivers/net/wimax/wimaxuart/built-in.o := rm -f drivers/net/wimax/wimaxuart/built-in.o; arm-eabi-ar rcs drivers/net/wimax/wimaxuart/built-in.o
| TroNit/BlackDome_New_supersonic | drivers/net/wimax/wimaxuart/.built-in.o.cmd | bat | gpl-2.0 | 148 |
start Win32-PDNE.exe size2.cfg size4.cfg size6.cfg size8.cfg size10.cfg size2-1.cfg size2-2.cfg size2-4.cfg size2-6.cfg size12.cfg | gholker/MastersThesis | ThesisResults/3.4.1_pb_gene_size_cgp_bw/run.bat | bat | apache-2.0 | 130 |
:: The %configuration%, %server%, %appName%, %destinationFilePath% and your custom variables will be created above this line
:: Run task
::SCHTASKS /s %server% /RUN /TN "%appName%"
| rschiefer/MSDeployAllTheThings.Nuget | MSDeployAllTheThings.Tests.AppDeploySample/deployment/postSync.bat | bat | bsd-2-clause | 182 |
@if "%DEBUG%" == "" @echo off
@rem ##########################################################################
@rem
@rem Gradle startup script for Windows
@rem
@rem ##########################################################################
@rem Set local scope for the variables with windows NT shell
if "%OS%"=... | ardikars/Jxnet | gradlew.bat | bat | lgpl-3.0 | 2,294 |
@echo off
@setlocal
set RoslynRoot=%~dp0
set NuGetAdditionalCommandLineArgs=-verbosity quiet -configfile "%RoslynRoot%nuget.config" -Project2ProjectTimeOut 1200
set DevDivPackages=%RoslynRoot%src\Setup\DevDivPackages
:ParseArguments
if /I "%1" == "/?" goto :Usage
if /I "%1" == "/clean" set RestoreClean=true&&shift&& ... | Pvlerick/roslyn | Restore.cmd | bat | apache-2.0 | 3,399 |
@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 (th... | HyczZhu/dtcassandra | bin/sstable2json.bat | bat | apache-2.0 | 2,284 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == ... | rosihorrorshow/askbot-devel | askbot/doc/make.bat | bat | gpl-3.0 | 4,110 |
echo off
cls
rebootUno.exe /ip:192.168.4.1 /port:23 /w | dekoch/China2WDuno | csharp/rebootUno/rebootUno/bin/Debug/reboot.bat | bat | mit | 56 |
"D:\Program Files\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86 | theill/iquomi | services/set-env.bat | bat | mit | 65 |
python /usr/share/sumo/tools/../tools/randomTrips.py -n osm.net.xml --seed 42 --fringe-factor 5 -p 1.066979 -r osm.passenger.rou.xml -o osm.passenger.trips.xml -e 300 --vehicle-class passenger --vclass passenger --prefix veh --min-distance 300 --trip-attributes 'departLane="best"' --validate
| CHLLHC/cs240 | 2016-12-11-16-26-17/build.bat | bat | mit | 293 |
parser.exe %1 -pso -e
bsa.exe %1.out %2 %3 -pso -e | hetmeter/awmm | install/run_abstraction.bat | bat | mit | 50 |
@echo off
set errorlevel=
node %1
set noderr=%errorlevel%
echo Exit code: %noderr%
timeout 5
if "%2"=="True" pause
exit /b %noderr% | deandob/PluginMgr | PluginMgr/nodebat.bat | bat | mit | 131 |
@echo off
pushd %~dp0..\YakaC
del /q *.class Event\*.class Exception\*.class javacc\*.class javacc\*.java Parser\*.class Target\*.class
cd ..
rmdir /s /q build
popd
| nhurman/yaka-compiler | bin/clean.bat | bat | mit | 171 |
cmd_arch/arm/boot/compressed/ashldi3.o := /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 -Wp,-MD,arch/arm/boot/compressed/.ashldi3.o.d -nostdinc -isystem /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/../l... | Envious-Data/shinano-sirius_msm8974abpro | arch/arm/boot/compressed/.ashldi3.o.cmd | bat | gpl-2.0 | 1,697 |
cmd_sound/drivers/opl3/built-in.o := rm -f sound/drivers/opl3/built-in.o; /home/beto/toolchain/bin/arm-eabi-ar rcsD sound/drivers/opl3/built-in.o
| IndieBeto/StockLP | sound/drivers/opl3/.built-in.o.cmd | bat | gpl-2.0 | 147 |
cmd_fs/nls/built-in.o := /home/me/ARM_codebench/bin/arm-none-linux-gnueabi-ld -EL -r -o fs/nls/built-in.o fs/nls/nls_base.o fs/nls/nls_cp437.o fs/nls/nls_iso8859-1.o
| akkufix/sola_jb_kernel | fs/nls/.built-in.o.cmd | bat | gpl-2.0 | 171 |
cd /d "%~dp0"
regsvr32.exe /u LAVVideo.ax | jslhs/_dump | i13824/lav/uninstall_video.bat | bat | gpl-2.0 | 42 |
cmd_arch/arm/lib/csumipv6.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.o.d -nostdinc -isystem /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/utkanos/androi... | utkanos/android_htc_mecha_kernel_5slot | arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 1,933 |
del phpBBwap.zip
7z a -tzip phpBBwap.zip *
7z d -tzip phpBBwap.zip .git .settings .buildpath .gitignore .project package.bat package.sh README.txt
| Arathi/phpBB-WAP_RE | package.bat | bat | gpl-2.0 | 150 |
cmd_drivers/mmc/built-in.o := /home/azure/Kernel/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/mmc/built-in.o drivers/mmc/core/built-in.o drivers/mmc/card/built-in.o drivers/mmc/host/built-in.o
| denzfarid/rndc-kernel | drivers/mmc/.built-in.o.cmd | bat | gpl-2.0 | 212 |
cmd_/home/maximilian/projects/git-clean/ev3sources/lms2012/d_usbhost/Linuxmod_AM1808/d_usbhost.ko := arm-none-linux-gnueabi-ld -EL -r -T /home/maximilian/projects/git-clean/ev3sources/extra/linux-03.20.00.13/scripts/module-common.lds --build-id -o /home/maximilian/projects/git-clean/ev3sources/lms2012/d_usbhost/Linuxm... | EAVR/EV3.14 | ev3sources/lms2012/d_usbhost/Linuxmod_AM1808/.d_usbhost.ko.cmd | bat | gpl-2.0 | 533 |
avrdude -p atmega8 -c stk500v2 -P avrdoper
| wbober/minixie | firmware/reset.bat | bat | gpl-2.0 | 43 |
cmd_drivers/media/video/samsung/g2d/built-in.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ld -EL -r -o drivers/media/video/samsung/g2d/built-in.o drivers/media/video/samsung/g2d/fimg2d_3x.o
| dalinaum/studyak | drivers/media/video/samsung/g2d/.built-in.o.cmd | bat | gpl-2.0 | 219 |
cmd_arch/arm/mm/tlb-v7.o := arm-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v7.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 -Iar... | jpsminix/minix5 | arch/arm/mm/.tlb-v7.o.cmd | bat | gpl-2.0 | 3,505 |
cmd_arch/arm/lib/delay.o := /home/madrocker/Desktop/JetDroid1/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.delay.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/experime... | MadRocker/experimental-2.6.29-MadRocker | arch/arm/lib/.delay.o.cmd | bat | gpl-2.0 | 1,873 |
cmd_fs/yaffs2/yaffs.o := arm-linux-ld -EL -r -o fs/yaffs2/yaffs.o fs/yaffs2/yaffs_ecc.o fs/yaffs2/yaffs_vfs.o fs/yaffs2/yaffs_guts.o fs/yaffs2/yaffs_checkptrw.o fs/yaffs2/yaffs_packedtags1.o fs/yaffs2/yaffs_packedtags2.o fs/yaffs2/yaffs_nand.o fs/yaffs2/yaffs_tagscompat.o fs/yaffs2/yaffs_tagsmarshall.o fs/yaffs2/yaf... | kaylorchen/Linux_for_mini2440 | fs/yaffs2/.yaffs.o.cmd | bat | gpl-2.0 | 538 |
cmd_miscutils/ttysize.o := arm-linux-musleabihf-gcc -Wp,-MD,miscutils/.ttysize.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 | miscutils/.ttysize.o.cmd | bat | gpl-2.0 | 11,375 |
cmd_util-linux/getopt.o := gcc -Wp,-MD,util-linux/.getopt.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.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prot... | muthumani2/Muthu-busybox | util-linux/.getopt.o.cmd | bat | gpl-2.0 | 9,439 |
@echo off
@REM set PATH=%PATH%;C:\Program Files\SVN\bin
@REM Set your Perl dir here!
@"C:\ActivePerl\bin\perl.exe" "%~dp0addedfiles.pl" %1 %2 %3 %4 %5 %6 %7 %8 %9
@REM perl "%~dp0addedfiles.pl" %1 %2 %3 %4 %5 %6 %7 %8 %9
| Jedzia/Humbug | projects/build/scripts/addedfiles.bat | bat | gpl-3.0 | 221 |
@echo off
if not exist ..\assets\bkupmungebats mkdir ..\assets\bkupmungebats
if not exist ..\assets\bkupmungebats\munge.bat (
copy ..\data\_BUILD\munge.bat ..\assets\bkupmungebats
copy munge.bat ..\data\_BUILD
)
if not exist ..\assets\bkupmungebats\Common\munge.bat (
mkdir ..\assets\bkupmungebats\Common
copy ..\dat... | Kfm946/data_HG2 | _BUILD/vistamungefix.bat | bat | gpl-3.0 | 2,152 |
@echo off
rem buildwin.bat - build AWK under Windows NT using Visual C++.
rem 22 Jan 1999 - Created by Dan Allen.
rem
rem If you delete the call to setlocal it will probably work under Win95/Win98 as well.
setlocal
set cl=-w -Ox -QIfdiv- -nologo -link -nologo setargv.obj
cl maketab.c -o maketab.exe
maketab... | dspinellis/cscout | example/awk/buildwin.bat | bat | gpl-3.0 | 426 |
@echo off
cd %~DP0
..\..\..\lib\ipy.exe ..\..\InstallUtil.py Uninstall Release x86 ..\..\..\dist\ 32
| takeshik/metatweet-old | util/x86/Release/uninstall-service.bat | bat | gpl-3.0 | 102 |
@echo off
echo wait 30 seconds before fixing SystemRoot
ping 127.0.0.1 -n 30 > nul
REG delete HKCU\Environment /V SystemRoot /f
echo kill vmware.exe, vmplayer.exe, vmware-vmx.exe, vmrun.exe
start simple_injection.exe vmware.exe
start simple_injection.exe vmplayer.exe
start simple_injection.exe vmware-vmx.ex... | ivildeed/vmw_vmx_overloader | cmd/__fix_systemroot.cmd | bat | gpl-3.0 | 368 |
@echo off
python Auto_Clicker_AVU.py 9 | pavnguyen/Auto-Clicker | ressources/Batch_Files/Auto Clicker DAILY 9.bat | bat | gpl-3.0 | 38 |
@echo off
pushd %~dp0
:: Running prompt elevated
:-------------------------------------
REM --> Check for permissions
>nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system"
REM --> If error flag set, we do not have admin.
if '%errorlevel%' NEQ '0' (
goto UACPrompt
) else ( goto gotA... | nijave/PokemonGo-Map | Easy Setup/setup.bat | bat | agpl-3.0 | 1,190 |
server 80 8080 | safrm/soap_calc | server/server.bat | bat | lgpl-2.1 | 14 |
vcpkg install greatest:x86-windows greatest:x64-windows greatest:x86-windows-static greatest:x64-windows-static greatest:x86-uwp greatest:x64-uwp
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/greatest_tests/install-windows.bat | bat | lgpl-3.0 | 152 |
@rem
@rem Copyright 2015 the original author or authors.
@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 https://www.apache.org/licenses/LICENSE-2.0
@rem
@... | bazelbuild/rules_jvm_external | third_party/jetifier/jetifier-standalone/bin/jetifier-standalone.bat | bat | apache-2.0 | 3,577 |
set CLASSPATH=.;lib\repsi-tool-02.00.jar;lib\commmons-cli-1.0.jar;lib\commmons-math-1.1.jar;lib\jxl.jar;lib\ojdbc14.jar
set REPSI_JAVA_HOME=%JAVA_HOME_5%
rem create the relevant part of the database instance **************************
%REPSI_JAVA_HOME%\bin\java -jar lib\repsi-tool-02.00.jar -mode master -fn0 in\brass... | walter-weinmann/repsi-tool | REPSI_Tool_02.00/brass_2_Master_DB_Instance.bat | bat | apache-2.0 | 358 |
@E:\software\air.1.5\sdk\bin\adl.exe application.xml
@pause | kibitzer/skink | test.bat | bat | bsd-3-clause | 62 |
@setlocal
@set node_name=websocket
@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 toke... | cthulhuology/websocket | rel/files/websocket.cmd | bat | mit | 2,985 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_LISTSWS.S03_OperationOnListItem.MSLISTSWS_S03_TC75_UpdateListItem_OwsHiddenVersionConflict /testcontainer:..\..\MS-LISTSWS\TestSuite\bin\Debug\MS-LISTSWS_TestSuite.dll /runconfig:..\..\MS-LISTSWS\MS-LISTSWS.testsettings /uniqu... | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-LISTSWS/RunMSLISTSWS_S03_TC75_UpdateListItem_OwsHiddenVersionConflict.cmd | bat | mit | 327 |
cmd_fs/bad_inode.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/.bad_inode.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototy... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/.bad_inode.o.cmd | bat | gpl-2.0 | 15,088 |
cmd_drivers/auxdisplay/built-in.o := rm -f drivers/auxdisplay/built-in.o; arm-linux-gnueabi-ar rcsD drivers/auxdisplay/built-in.o
| qubir/PhoenixA20_linux_sourcecode | drivers/auxdisplay/.built-in.o.cmd | bat | gpl-2.0 | 131 |
cd ..
call mvn eclipse:clean eclipse:eclipse -DdownloadSources=true -Dmaven.test.skip=true
@pause | ioplee/framework | bin/eclipse.bat | bat | apache-2.0 | 98 |
env = Environment(DOCBOOK_PREFER_XSLTPROC=1, tools=['docbook'])
env.DocbookHtmlChunked('manual')
| timj/scons | test/Docbook/basic/htmlchunked/image/SConstruct.cmd | bat | mit | 98 |
powershell.exe -ExecutionPolicy Bypass -Command ".\DeleteEtwSessions.ps1" | paolosalvatori/servicefabricasynchronouscomputingactors | ServiceFabricServicesBackup/EventCollectorService/Setup.bat | bat | mit | 73 |
@echo off
set PAKET_SKIP_RESTORE_TARGETS true
dotnet tool restore
dotnet paket restore
dotnet fake run build.fsx %* | mbraceproject/FsPickler | build.cmd | bat | mit | 117 |
RD /S /Q C:\Builds\GeoportalServer\10.5_CSWClients\Sources\AppLogger\trunk
RD /S /Q C:\Builds\GeoportalServer\10.5_CSWClients\Sources\Geoportal\trunk\src\gpt\search\profiles
XCOPY C:\Repositories\geoportal-server\components\desktop\AppLogger\trunk\*.* C:\Builds\GeoportalServer\10.5_CSWClients\Sources\AppLogger\trunk /E... | Esri/geoportal-server | components/desktop/CswClient/trunk/InstallSupport/PreCompile.bat | bat | apache-2.0 | 502 |
if "%_echo%"=="" echo off
setlocal
REM Configure the sample, i.e. where to find the F# compiler and C# compiler.
if EXIST build.ok DEL /f /q build.ok
call %~d0%~p0..\..\..\config.bat
@if ERRORLEVEL 1 goto Error
if NOT "%FSC:NOTAVAIL=X%" == "%FSC%" (
ECHO Skipping test for FSI.EXE
goto Skip
)
REM Test internals... | eloraiby/fsharp | tests/fsharp/core/internalsvisible/build.bat | bat | apache-2.0 | 1,344 |
@echo off
DEL "mainCmdFile_%1.cmd"
DEL "kuduPostDeploymentScript_%1.cmd"
:: Do not delete file if the execution is not completed within time range
:: This can help in retrieving the logs and script result
if exist "script_result_%1.txt" (
echo remove log files
DEL "stdout_%1.txt"
DEL "stderr_%1.txt"... | jotaylo/vsts-tasks | Tasks/AzureRmWebAppDeploymentV4/postDeploymentScript/deleteLogFile.cmd | bat | mit | 442 |
#PBS -q regular
#PBS -l mppwidth=128
#PBS -l mppnppn=4
#PBS -l walltime=5:55:00
#PBS -j eo
#PBS -V
cd $PBS_O_WORKDIR
aprun -n 128 -N 4 ./elm_pb
| kevinpetersavage/BOUT-dev | examples/elm-pb/bout_franklin_6hrs.cmd | bat | gpl-3.0 | 145 |
echo off
cls
python source\compile.py
pause | JasonMilhaven/python_four_week_rpg | compile.bat | bat | mit | 43 |
java -mx500m -cp "/C:/Users/Compaq 6910p/Documents/R/win-library/3.4/dismo/java/maxent.jar;C:/Users/Compaq 6910p/Documents/R/win-library/3.4/rJava/java/boot;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java;C:\Users\Compaq 6910p\Documents\R\win-library\3.4\dismo\java\dismo.jar;C:\Users\Compaq 6910p\Documents... | mauriciovancine/enm_r | data/temp/raster/maxent/4933873356/species_explain.bat | bat | mit | 644 |
set SOURCE_DIR=.\bindings
wsdl.exe /language:cs /par:par.txt /namespace:iControl /out:%SOURCE_DIR%/interfaces/ASMPolicy.cs ASM.Policy.wsdl
wsdl.exe /language:cs /par:par.txt /namespace:iControl /out:%SOURCE_DIR%/interfaces/ASMSystemConfiguration.cs ASM.SystemConfiguration.wsdl
wsdl.exe /language:cs /par:par.txt /namesp... | F5Networks/f5-icontrol-library-dotnet | iControl/wsdl/compile10.2.bat | bat | mit | 1,203 |
chxdoc.exe --config=cfg.chxdoc --policy=deny --allow=neko.ufront.* --allow=php.ufront.* --allow=ufront.* -f ufront.xml
| ufront/ufront-mvc-classic | doc.bat | bat | mit | 121 |
..\..\dotnetcli\dotnet.exe run -c Release -- --perf:outputdir results --perf:typenames %1 --perf:collect default+CacheMisses+InstructionRetired
| benaadams/corefxlab | scripts/PerfHarness/run.bat | bat | mit | 144 |
@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... | CT-Data-Collaborative/edi-v2 | docs/make.bat | bat | mit | 5,100 |
call .\helgoboss-ni-fix "Battery 4" "Battery 4______"
reg copy "HKEY_LOCAL_MACHINE\SOFTWARE\Native Instruments\Battery 4 Factory Library" "HKEY_LOCAL_MACHINE\SOFTWARE\NI Battery 4______\Battery 4 Factory Library" /s /f | helgoboss/native-instruments-fix | helgoboss-ni-fix-battery-4.bat | bat | mit | 219 |
cd C:/Users/Pavel/AppData/Roaming/Adobe/CEP/extensions/Visuala/projects/visuala_psd//bin
call C:/Users/Pavel/AppData/Roaming/Adobe/CEP/extensions/Visuala/node_modules/cordova/bin/cordova create visuala_psd
xcopy /s /Y "C:/Users/Pavel/AppData/Roaming/Adobe/CEP/extensions/Visuala/projects/visuala_psd//preview" "C:/Users/... | rainbowcreatures/VisualaPS | projects/visuala_calc_psd/bin/build.bat | bat | mit | 1,395 |
::*******************************************************************************************************
:: BuildBeta.bat - Gbtc
::
:: Tennessee Valley Authority, 2009
:: No copyright is claimed pursuant to 17 USC § 105. All Other Rights Reserved.
::
:: This software is made freely available under the TVA Open So... | GridProtectionAlliance/openXDA | Build/Scripts/BuildBeta.bat | bat | mit | 1,281 |
@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... | nanomsg/topologist | doc/make.bat | bat | mit | 5,104 |
@echo off
SET PGPASSWORD=sikp
echo on
psql -f E:\schedule_surat_teguran\query_surat_teguran_1.sql -h 172.16.20.3 -p 5444 -U sikp sikp_db | fajar125/mpd_ci | scheduler/surat_teguran_1.bat | bat | mit | 153 |
@echo off
@setlocal
:: Purge a whole site
:: Sample usage: Purge the entire site
:: purge-fastly-service.bat xyz9bpgo87jaTDEPx0pQH purge_all
:: Sample usage: Purge a surrogate key
:: purge-fastly-service.bat xyz9bpgo87jaTDEPx0pQH key12
set ConfigFile=Fastly-config.txt
:: Set auth variables from config file
if... | shalomc/globaldots-purging | Vendors/Fastly/purge-fastly-service.bat | bat | mit | 863 |
@echo off
set BUILD_DIR=..\build
cd %BUILD_DIR%
for /r %%i in (*.exe) do (
%%i
pause
)
cd ..
| jmcph4/jcrl | tools/run_tests.bat | bat | mit | 108 |
call build.cmd
del _GeneratedNuGetPackages /F /S /Q
MD _GeneratedNuGetPackages
for /f %%X IN ('dir /s /b idecom*.nuspec') do .nuget\nuget pack "%%~fX" -OutputDirectory _GeneratedNuGetPackages -Verbosity detailed -Symbols
CD _GeneratedNuGetPackages
for /f %%X IN ('dir /b *.nupkg') do ..\.nuget\NuGet.exe push "%%~fX"
C... | evgenyk/Idecom.Host | package.cmd | bat | mit | 324 |
::Does not support all codes, i,e. \p, \w, \W, \o, \O, \T, \g
::Does not handle special chars like &,<,> etc
@echo off
if "%~1"=="" echo Usage: center [message] [col] [ypos] [xpos] [xendpos]&goto :eof
setlocal ENABLEDELAYEDEXPANSION
set DMSG=%~1
set DMSG=%DMSG:\n=# %
echo %DMSG%>tmplines.dat
set COL=u&if not "%~2"==""... | misol1/gotoxy | gotoxy-examples/center.bat | bat | gpl-2.0 | 1,652 |
cmd_sound/usb/misc/built-in.o := rm -f sound/usb/misc/built-in.o; /home/jashaswee/vibex2/X2_ROW_L_OpenSource/arm-linux-androideabi-4.9/bin/arm-linux-androideabi-ar rcsD sound/usb/misc/built-in.o
| jashasweejena/VibeKernel | sound/usb/misc/.built-in.o.cmd | bat | gpl-2.0 | 196 |
@echo off
cls
title CSS SDK: Generate CSS reference file
pushd "%~dp0"
php ./create-css-reference-file.php
pushd "%~dp0" | oat-sa/tao-css-sdk | tasks/create-css-reference-file/create-css-reference-file.cmd | bat | gpl-2.0 | 122 |
Set Config=Release
Set INSTALL_BASE=%~dp0%Config%
If Not Exist "%INSTALL_BASE%" md "%INSTALL_BASE%"
If "%INSTALL_PREFIX%" == "" (
If /I "%Platform%" == "X64" (
Set INSTALL_PREFIX=%INSTALL_BASE%\x64
) else (
Set INSTALL_PREFIX=%INSTALL_BASE%
)
)
if not exist "%INSTALL_PREFIX%" md "%INSTALL_PREFIX%"
if not exist... | kazuyaujihara/osra_vs | init-env.bat | bat | gpl-2.0 | 610 |
cmd_arch/arm/mm/tlb-v6.o := arm-eabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v6.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 -D__ASSEMBLY__ -mabi=aapcs-l... | HCDRJacob/wildfire-kernel | arch/arm/mm/.tlb-v6.o.cmd | bat | gpl-2.0 | 2,970 |
set location_base=c:/Users/zas/Workplace/Dropbox/Programming/ipython
set location_sub=01_WP/VHDL
set location_output=c:/Users/zas/Workplace/Dropbox/Programming/ipython/99_pdf_convert/output
set filename=Steppermotordriver_L6208PD
ipython nbconvert --to html %location_base%/%location_sub%/%filename%.ipynb
wkhtmltopdf %... | tschinz/iPython_Workspace | 99_pdf_convert/steppermotordriver_l6208pd_convert_pdf.bat | bat | gpl-2.0 | 481 |
cmd_drivers/acpi/button.o := gcc -Wp,-MD,drivers/acpi/.button.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-la... | namgk/kernel-tut | drivers/acpi/.button.o.cmd | bat | gpl-2.0 | 16,901 |
cmd_arch/arm/mm/tlb-v7.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/mm/.tlb-v7.o.d -nostdinc -isystem /home/sunghun/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -Iinclude -I/media/5fbea9a5-212a-4618-914c-484220a5fb21/itb/arch/arm/include -include include/linux/autoco... | sktjdgns1189/android_kernel_iriver_MX100 | arch/arm/mm/.tlb-v7.o.cmd | bat | gpl-2.0 | 3,666 |
cmd_drivers/char/vt.o := gcc -Wp,-MD,drivers/char/.vt.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.6/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -fno-optimize-sibling-calls -mtune=generic -m64 -mno-re... | dnh34/proj1 | drivers/char/.vt.o.cmd | bat | gpl-2.0 | 15,588 |
cmd_scripts/mod/file2alias.o := gcc -Wp,-MD,scripts/mod/.file2alias.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -c -o scripts/mod/file2alias.o scripts/mod/file2alias.c
source_scripts/mod/file2alias.o := scripts/mod/file2alias.c
deps_scripts/mod/file2alias.o := \
scripts/mod/modpo... | heyoufei2/yocto3.14.38_kernel | scripts/mod/.file2alias.o.cmd | bat | gpl-2.0 | 2,964 |
cmd_arch/arm/lib/ashrdi3.o := /home/robin/toolchain/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.ashrdi3.o.d -nostdinc -isystem /home/robin/toolchain/bin/../lib/gcc/arm-none-eabi/4.6.1/include -I/home/robin/android/CM7_kernel_TA/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-end... | spacecaker/CM7_Space_Kernel_Cooper | arch/arm/lib/.ashrdi3.o.cmd | bat | gpl-2.0 | 1,242 |
cmd_drivers/video/built-in.o := ppc_4xx-ld -m elf32ppc -r -o drivers/video/built-in.o drivers/video/fb_notify.o drivers/video/fb.o drivers/video/console/built-in.o drivers/video/logo/built-in.o drivers/video/backlight/built-in.o drivers/video/display/built-in.o drivers/video/cfbfillrect.o drivers/video/cfbcopyarea.... | mattkelly/linux-2.6-xlnx | drivers/video/.built-in.o.cmd | bat | gpl-2.0 | 405 |
cmd_net/wireless/built-in.o := /home/doadin/android/kernel/toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/wireless/built-in.o net/wireless/wext-core.o net/wireless/wext-proc.o net/wireless/wext-priv.o
| doadin/samsung-kernel-msm7x30-Doadin | net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 215 |
cmd_fs/notify/inode_mark.o := ppc_4xx-gcc -m32 -Wp,-MD,fs/notify/.inode_mark.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-p... | mattkelly/linux-2.6-xlnx | fs/notify/.inode_mark.o.cmd | bat | gpl-2.0 | 21,363 |
cmd_drivers/gpu/ion/exynos/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/gpu/ion/exynos/built-in.o drivers/gpu/ion/exynos/exynos_ion.o
| PrestigeMod/SHW-M440S | drivers/gpu/ion/exynos/.built-in.o.cmd | bat | gpl-2.0 | 213 |
@echo off
echo The script will be generated under the Qt Installers of images
REM config dirctory
convert %~dp0../src/images/TyLauncher-quasiphysical.png ( -clone 0 -resize 256x256 ) ( -clone 0 -resize 128x128 ) ( -clone 0 -resize 96x96 ) ( -clone 0 -resize 64x64 ) ( -clone 0 -resize 32x32 ) -delete 0 %~dp0../installer... | luckytianyiyan/TyLauncher | scripts/update_installer_images.bat | bat | gpl-3.0 | 1,218 |
@ECHO OFF
pushd %~dp0
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=python -msphinx
)
set SOURCEDIR=.
set BUILDDIR=_build
set SPHINXPROJ=Lenses
if "%1" == "" goto help
%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
echo.
echo.The Sphinx module was not foun... | ingolemo/python-lenses | docs/make.bat | bat | gpl-3.0 | 804 |
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
::
:: Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
:: All rights reserved.
:: Contact: Nokia Corporation (qt-info@nokia.com)
::
:: This file is part of the Qt Mobility Components.
::
:: $QT_BEGIN_LICENSE:LGPL$
:: Commerci... | community-ssu/qt-mobility | bin/syncheaders.bat | bat | lgpl-2.1 | 2,294 |
git pull origin master
@IF %ERRORLEVEL% NEQ 0 GOTO err
"C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe" /m Yanitta.sln /p:Configuration=Release "/p:Platform=Any CPU"
@IF %ERRORLEVEL% NEQ 0 GOTO err
@exit /B 0
:err
@PAUSE
@exit /B 1 | Konctantin/Yanitta | compile.bat | bat | apache-2.0 | 238 |
packages\storyteller\tools\ST.exe doc-export z:\code\structuremap.github.com Website --version 4.3
cd \code\structuremap.github.com
git add --all
git commit -a -m "Documentation Update"
git push origin master
| khellang/structuremap | publish-docs.cmd | bat | apache-2.0 | 220 |
REM a troll file to endlessly create NPM instances in infinite batch windows
REM for this to work the bat file must be called NPM.bat
start npm --version
pause | hackmods/Script-Depot | batch/NpmBomb.bat | bat | apache-2.0 | 162 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.