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 xv_path=C:\\Xilinx\\Vivado\\2016.3\\bin
call %xv_path%/xsim SHA1_core_tb_behav -key {Behavioral:sim_1:Functional:SHA1_core_tb} -tclbatch SHA1_core_tb.tcl -log simulate.log
if "%errorlevel%"=="0" goto SUCCESS
if "%errorlevel%"=="1" goto END
:END
exit 1
:SUCCESS
exit 0
| atalbb/sha1 | SHA1_core.sim/sim_1/behav/simulate.bat | bat | apache-2.0 | 282 |
start cmd /k Call gradlew.bat run -q
| ShiningTrapez/OverTheTop | script/runcompile.bat | bat | apache-2.0 | 37 |
# Custom U-Boot startup script for Nerves
echo "Running Nerves U-Boot script"
# Kernel arguments and arguments to erlinit are passed here
# The erlinit arguments can just be tacked on to the end.
# For example, add "-v" to the end to put erlinit into verbose
# mode.
# Determine the boot arguments
#
# Note the root f... | troygnichols/nerves_system_nanopi_neo | uboot-script.cmd | bat | apache-2.0 | 915 |
goto comment
Copyright 2017 Cognizant Technology Solutions
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
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or ag... | CognizantOneDevOps/Insights | PlatformDeployment/WINDOWS/WorkflowServiceStart.bat | bat | apache-2.0 | 691 |
rem
rem Êä³ö²ÊÉ«ÄÚÈÝ
rem
@echo off
echo.
call :colorChange a ----------------------------------------------
call :colorChange c ÇëÑ¡ÔñÒª½øÐеIJÙ×÷£¿
call :colorChange f 1.git clone´úÂë
call :colorChange f 2.mvn ±àÒë
call :colorChange f 3.Ìæ»»ÅäÖÃÎļþ
call :colorChange a ------------------------------------... | DuanXiaoF/test | bat/demo2.bat | bat | apache-2.0 | 390 |
@ECHO OFF
SETLOCAL
set hour=%time:~0,2%
if "%hour:~0,1%" == " " set hour=0%hour:~1,1%
set min=%time:~3,2%
if "%min:~0,1%" == " " set min=0%min:~1,1%
set secs=%time:~6,2%
if "%secs:~0,1%" == " " set secs=0%secs:~1,1%
set year=%date:~-4%
:: On WIN2008R2 e.g. I needed to make your 'set month=%date:~3,2%' like... | anl-tracc/polaris | polarisdeps/DisplayDate.cmd | bat | bsd-3-clause | 560 |
rem set PATH=D:/Qt/Qt5.0.0-vs2010/5.0.0/msvc2010/bin;%PATH%
set PATH=D:/Qt/4.8.6-vs2008/bin;%PATH%
set MAKE=
rm -rf vsbuild
mkdir vsbuild
cd vsbuild
qmake CONFIG+="release" ..
nmake
cd ..
| Sova777/QHudsonResults | build-project.bat | bat | bsd-3-clause | 188 |
@echo off
setlocal
REM Copyright 2006-2010 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the
REM Amazon Software License (the "License"). You may not use this file except in compliance with the License. A copy of the
REM License is located at http://aws.amazon.com/asl or in the "lic... | sujoyg/tool | vendor/ec2-api-tools-1.4.2.2/bin/ec2deactlic.cmd | bat | mit | 1,034 |
TITLE PokemonGo-Bot Installer
cls
@ECHO Off
:init
SETlocal DisableDelayedExpansion
path c:\Program Files\Git\cmd;%PATH%
path C:\Python27;%PATH%
path C:\Python27\Scripts;%PATH%
SET DownPathPython=https://www.python.org/ftp/python/2.7.12/
SET DownPathGit=https://github.com/git-for-windows/git/releases/down... | bbiiggppiigg/PokemonGo-Bot | windows_bat/PokemonGo-Bot-Install.bat | bat | mit | 12,944 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_FSSHTTP_FSSHTTPB.MS_FSSHTTP_FSSHTTPB_S01_Cell.TestCase_S01_TC25_UploadContents_AfterReleaseSchemaLock /testcontainer:..\..\MS-FSSHTTP-FSSHTTPB\TestSuite\bin\Debug\MS-FSSHTTP-FSSHTTPB_TestSuite.dll /runconfig:..\..\MS-FSSHTTP-F... | XinwLi/Interop-TestSuites-1 | FileSyncandWOPI/Source/Scripts/MS-FSSHTTP-FSSHTTPB/RunTestCase_S01_TC25.cmd | bat | mit | 374 |
runFlashGUI.cmd fi
| hernol/ConuWar | Game/test/test_lang/runFlashGUI_fi.cmd | bat | gpl-3.0 | 20 |
@echo off
rem /*##############################################################################
rem
rem Copyright (C) 2011 HPCC Systems.
rem
rem All rights reserved. This program is free software: you can redistribute it and/or modify
rem it under the terms of the GNU Affero General Public License as
rem ... | afishbeck/HPCC-Platform | dali/dfu/dfucopy.bat | bat | agpl-3.0 | 1,303 |
@echo off
setlocal
rem sw branch
rem usage: svn_sw_branch xxx
if "%1" == "" goto ERROR
call %GLADIATOR_HOME%/Scripts/svn/_svn_repos_root.bat
svn sw %REPOS_ROOT%/branches/%1
goto END
:ERROR
echo !!!error happen!!!
echo usage: svn_sw_branch xxx
:END
endlocal
@echo on | hyller/GladiatorFirmware | Scripts/svn/svn_sw_branch.bat | bat | unlicense | 288 |
..\tools\ilmerge /keyfile:node-notifier.snk /copyattrs /out:bin\debug\Node-Notifier.Merged.dll bin\debug\Node-Notifier.dll bin\debug\Newtonsoft.Json.dll | lucasalexander/Crm-Sample-Code | CrmStreamingNotifications/plugin-src/Node-Notifier/ilmerge.bat | bat | apache-2.0 | 152 |
@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... | senkal/gunnery | docs/make.bat | bat | apache-2.0 | 6,461 |
start "runas /user:administrator " cmd /c " C: && cd C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond_V1\TempClassification\bin\Debug\TSDP && TSDP Auto --in C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond_V1\TempClassification\bin\Debug\TSDP\BinFiles\test_20.BIN --out C:\Users\Obai... | Anonymous01012014/tcms | application/controllers/TSDP/BatchFiles/5_15_2013_10_46_42_AM.bat | bat | gpl-3.0 | 637 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLS... | NREL/OpenWARP | doc/theory_documentation/sphinx/make.bat | bat | apache-2.0 | 7,257 |
@echo off
::Here we have scenario 5 as the default
SET scn=scenario5
IF NOT "%1" == "" SET scn=%1
echo Deploying %scn%
echo Copying %scn%\client policy file
deploy.js %scn%\client-policy.xml %WSFC_HOME%\policy.xml
echo Copying %scn%\services.xml
deploy.js %scn%\services.xml %WSFC_HOME%\services\sec_echo\serv... | notxarb/wsf-php | wsf_c/rampartc/samples/secpolicy/deploy.bat | bat | apache-2.0 | 694 |
@echo off
cls
| admin36/leaf | tools/windows/gow/bin/clear.bat | bat | mit | 14 |
start /wait /b "" "grunt" | YunuSahin/sdk | src/org.scn.community.geovis/script/g.bat | bat | apache-2.0 | 25 |
cd $$path$$
R CMD BATCH SPI.txt | i2x/raindb | R/Ping/NDJ/SPI.bat | bat | mit | 32 |
setup do
require 'jira4r/jira4r'
jirahost = @options[:jirahost] || "http://jira.atlassian.com"
puts "jirahost: #{jirahost}"
@jira = Jira4R::JiraTool.new(2, jirahost)
@jira.log_level=4
unless @options[:username].nil? or @options[:password].nil?
@jira.login(@options[:username], @options[:passw... | gfoster/omnitool | sample_ot_cmds/jiratool.cmd | bat | mit | 2,020 |
@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... | fspot/fabkins | docs/make.bat | bat | mit | 6,703 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
perl -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if errorlevel 1 goto script_failed_so... | amidoimidazol/bio_info | Beginning Perl for Bioinformatics/bin/pwhich.bat | bat | mit | 3,419 |
@echo off
for /f "tokens=2 delims==" %%a in ('wmic OS Get localdatetime /value') do set "dt=%%a"
set "YY=%dt:~2,2%" & set "YYYY=%dt:~0,4%" & set "MM=%dt:~4,2%" & set "DD=%dt:~6,2%"
set "HH=%dt:~8,2%" & set "Min=%dt:~10,2%" & set "Sec=%dt:~12,2%"
set "datestamp=%YYYY%%MM%%DD%" & set "timestamp=%HH%%Min%%Sec%"
set "full... | cacheflowe/haxademic | scripts/windows/timestamp-generator.cmd | bat | mit | 456 |
@echo off
set HOME=%HOMEDRIVE%%HOMEPATH%\Documents
set HOME=
echo Enter your user folder (the one with Documents in it e.g. C:\Users\USER)
set /p HOME=Document Path :
if exist %HOME% (
echo Directory %HOME% is valid
) else (
echo Directory %HOME% doesn't exist
pause
goto: eof
)
:: Remove P4Python (Maya)
set ... | TomMinor/MayaPerforce | scripts/uninstall_home.cmd | bat | mit | 951 |
call jekyll
dev_appserver.py _static --address 0.0.0.0
| edymtt/website | source/devserver.bat | bat | mit | 57 |
@echo off
@if not "%ECHO%" == "" echo %ECHO%
if {%1} == {} (
for /d %%d in (*) do call :CHECKDIR %%d %2
) else (
call :CHECKDIR %1 %2
)
goto :EOF
:CHECKDIR
echo %1
cd %1
if exist compile_param (
for /f "delims=;" %%n in (compile_param) do ..\..\zc\bin\x64\Debug\zc.exe %%n %1.zing
) else (
@echo no compile... | ZingModelChecker/Zing | Regression/regression.bat | bat | mit | 1,880 |
@echo off
pushd %~dp0\..\
echo Current directory:
cd
echo.
echo Setting up build environment...
echo -------------------------------
echo.
set config=%1
if "%config%" == "" (
set config=Release
)
if "%PackageVersion%" == "" (
rem Simulate myget.org environment.
set PackageVersion=999.99
)
set version=
if... | OpenMagic/SqlMagic | Scripts/MyGet.bat | bat | mit | 1,641 |
cmd_drivers/block/nbd.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/block/nbd.ko drivers/block/nbd.o drivers/block/nbd.mod.o
| avareldalton85/rpi2-linux-rt | drivers/block/.nbd.ko.cmd | bat | gpl-2.0 | 239 |
cmd_sound/ppc/built-in.o := rm -f sound/ppc/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/ppc/built-in.o
| freebsdmax/gsmart1315_kernel | sound/ppc/.built-in.o.cmd | bat | gpl-2.0 | 183 |
cmd_lib/bust_spinlocks.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.bust_spinlocks.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__ -ml... | yohanes/Acer-BeTouch-E130-Linux-Kernel | lib/.bust_spinlocks.o.cmd | bat | gpl-2.0 | 17,525 |
@echo off
rem Install service of the zabbix agent
setlocal ENABLEDELAYEDEXPANSION
set ZABBIX_COMMAND=""
IF !%1==!--install set ZABBIX_COMMAND=%1
IF !%1==!--uninstall set ZABBIX_COMMAND=%1
IF !%1==!--start set ZABBIX_COMMAND=%1
IF !%1==!--stop set ZABBIX_COMMAND=%1
IF !%1==!--help set ZABBIX_C... | getperf/getperf | lib/agent/Zabbix/win/script/zabbix/agent_control.bat | bat | gpl-2.0 | 929 |
cmd_crypto/crypto_blkcipher.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o crypto/crypto_blkcipher.o crypto/ablkcipher.o crypto/blkcipher.o ; scripts/mod/modpost crypto/crypto_blkcipher.o
| lindsaytheflint/stone | crypto/.crypto_blkcipher.o.cmd | bat | gpl-2.0 | 262 |
cmd_drivers/media/usb/ttusb-dec/built-in.o := rm -f drivers/media/usb/ttusb-dec/built-in.o; arm-poky-linux-gnueabi-ar rcsD drivers/media/usb/ttusb-dec/built-in.o
| heyoufei2/yocto3.14.38_kernel | drivers/media/usb/ttusb-dec/.built-in.o.cmd | bat | gpl-2.0 | 163 |
cmd_sound/isa/opti9xx/built-in.o := rm -f sound/isa/opti9xx/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/isa/opti9xx/built-in.o
| arshull/GalaTab3_Kernel | sound/isa/opti9xx/.built-in.o.cmd | bat | gpl-2.0 | 167 |
cmd_drivers/media/pci/dm1105/built-in.o := rm -f drivers/media/pci/dm1105/built-in.o; ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ar rcsD drivers/media/pci/dm1105/built-in.o
| avareldalton85/rpi2-linux-rt | drivers/media/pci/dm1105/.built-in.o.cmd | bat | gpl-2.0 | 220 |
cmd_security/keys/built-in.o := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -o security/keys/built-in.o security/keys/gc.o security/keys/key.o security/keys/keyring.o security/keys/keyctl.o security/keys/permission.o security/keys/process_keys.o secu... | lindsaytheflint/stone | security/keys/.built-in.o.cmd | bat | gpl-2.0 | 497 |
cmd_drivers/staging/prima_legacy/wlan.ko := /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ld -EL -r -T /home/flint/src_pf2/StoneK_10.4.16.8/scripts/module-common.lds --build-id -o drivers/staging/prima_legacy/wlan.ko drivers/staging/prima_legacy/wlan.o drivers/sta... | lindsaytheflint/stone | drivers/staging/prima_legacy/.wlan.ko.cmd | bat | gpl-2.0 | 349 |
cmd_lib/zlib_inflate/built-in.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-ld -EL -r -o lib/zlib_inflate/built-in.o lib/zlib_inflate/zlib_inflate.o
| spacecaker/Stock_spacecaker_kernel | lib/zlib_inflate/.built-in.o.cmd | bat | gpl-2.0 | 198 |
del powl.csm
cd inf-help
call zipit.cmd
cd ..
zip powl108s.zip *.h *.cpp powl.rc build.cmd powl.mak zipit.cmd license.txt
zip -ug powl108s.zip powlhelp.zip
zip -ug powl108s.zip powl.exe powl.inf
dir /L *.zip
| OS2World/DEV-CPLUSPLUS-UTIL-Professor_Owl | Source/zipit.cmd | bat | gpl-2.0 | 210 |
@echo off
:A
node server.js
GOTO A
pause | DutchCodeGeeks/GeekServer | run.bat | bat | gpl-3.0 | 41 |
start node --debug httpwsd.js | hergin/DelTa | run Node.bat | bat | gpl-3.0 | 29 |
cmd.exe /k "gradlew.bat check & pause" | GRM-dev/Narutocraft-PL_Mod | _check.bat | bat | lgpl-2.1 | 38 |
REM %~dp0 is the drive and path of this file. So essentially we are saying
REM if node.exe is in this dir, then execute it on the sfupdate file and
REM pass any other params along.
REM if node.exe is not in this folder, just run whatever node is on the path.
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\... | dearduckie-io/sf-data-loader | bin/sfupdate.cmd | bat | unlicense | 421 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\..\..\.2.3.1@csso\bin\csso" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\..\..\.2.3.1@csso\bin\csso" %*
) | athena-github/athena-github.github.io | xiangmuu--weizhan/node_modules/.0.7.2@svgo/node_modules/.bin/csso.cmd | bat | apache-2.0 | 194 |
pdflatex document.tex
biber document
pdflatex document.tex | thomasfischl/rayden | doc/build.cmd | bat | apache-2.0 | 60 |
@echo off
REM This file is part of SIMBS (The Simple Information Management of Book Store).
REM Start the HyperSQL server process
REM Use database bookdb
REM Get the home directory of SIMBS
set SIMBS_HOME=%~dp0..
java -cp "%SIMBS_HOME%\lib\hsqldb.jar" org.hsqldb.Server -database.0 "%SIMBS_HOME%\res\data\bookdb;user=s... | phylame/simbs | bin/runServer.bat | bat | apache-2.0 | 359 |
@ECHO OFF
SET db_service=p.mysql
SET db_plan=db-small
IF NOT "%1"=="" set db_service=%1
IF NOT "%2"=="" set db_plan=%2
cf create-service p-config-server standard mStoreConfig -c config-server.json
cf create-service p-service-registry standard mStoreRegistry
cf create-service p-circuit-breaker-dashboard standard mStore... | SteelToeOSS/Samples | MusicStore/createCloudFoundryServices.cmd | bat | apache-2.0 | 641 |
@echo off
if "%PHPBIN%" == "" set PHPBIN=@php_bin@
if not exist "%PHPBIN%" if "%PHP_PEAR_PHP_BIN%" neq "" goto USE_PEAR_PATH
GOTO RUN
:USE_PEAR_PATH
set PHPBIN=%PHP_PEAR_PHP_BIN%
:RUN
"%PHPBIN%" ".\doctrine-module.php" %*
| Pol-Valentin/sooyoos | vendor/doctrine/doctrine-module/bin/doctrine-module.bat | bat | bsd-3-clause | 223 |
@echo off
rem MSVC100OPTS.BAT
rem
rem Compile and link options used for building MEX-files
rem using the Microsoft Visual C++ compiler version 10.0
rem
rem $Revision: 1.1.6.3 $ $Date: 2011/03/09 05:35:31 $
rem Copyright 2007-2009 The MathWorks, Inc.
rem
rem StorageVersion: 1.0
rem C++keyFileName:... | OMARI1988/Quadrotor_MATLAB_simulation | 3D_with_LIDAR/3D+LIDAR+path/slprj/_sfprj/Quadrotor/_self/sfun/src/mexopts.bat | bat | mit | 3,072 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /testcontainer:..\..\MS-WDVMODUU\TestSuite\bin\Debug\MS-WDVMODUU_TestSuite.dll /runconfig:..\..\MS-WDVMODUU\MS-WDVMODUU.testsettings
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-WDVMODUU/RunAllMSWDVMODUUTestCases.cmd | bat | mit | 193 |
@echo off
echo Update Grunt...
call npm update grunt-cli -g
rem echo Update project packages versions...
rem call npm install -g npm-check-updates
rem call ncu --upgradeAll
echo Install project packages ...
call npm install --save-dev
rem echo Update project packages content...
rem echo Global...
rem call npm updat... | ideus-team/wordpress-test | wp-content/themes/ideus/dev/_install.cmd | bat | mit | 479 |
@echo off
setlocal
if "%WORKSPACE%"=="" (
rem if we don't have a workspace let's just assume we are being executed from plex\scripts
set WORKSPACE="%~dp0..\.."
)
if not exist %WORKSPACE%\plex\Dependencies\windows-i386-xbmc-vc120.tar.gz (
echo Downloading deps...
%WORKSPACE%\project\BuildDependencies\bin\wget.... | bkury/OpenPHT | plex/scripts/fetch-depends-windows.bat | bat | gpl-2.0 | 1,553 |
@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... | ringo-framework/brabbel | docs/make.bat | bat | gpl-2.0 | 6,703 |
cd C:\Users\Dorian\AppData\Roaming\Mozilla\Firefox\Profiles\z8o408dk.default\gm_scripts\JVC_SpawnKill\
del /F /Q *.*
mklink "C:\Users\Dorian\AppData\Roaming\Mozilla\Firefox\Profiles\z8o408dk.default\gm_scripts\JVC_SpawnKill\jvc-spawnkill.user.js" "C:\wamp\www\spawnkill\jvc-spawnkill.user.js"
mklink "C:\Users\Dorian\App... | Delgan/spawnkill | other/local-dev/update-plugin.bat | bat | gpl-2.0 | 11,074 |
@echo off
:: Fail early if environment not set
if not defined BUILD_VCVARSALL exit /b 1
if not defined BUILD_ARCHIVE_NAME exit /b 1
if not defined BUILD_PARALLEL_THREADS exit /b 1
if not defined BUILD_7ZIP exit /b 1
:: Clean and enter shadow build folder
echo Cleaning...
cd .. || goto :error
if exist build rmdir buil... | AndreasWilladsen/Server | build-scripts/build-windows.bat | bat | gpl-3.0 | 2,500 |
@rem = '--*-Perl-*--
@echo off
if "%OS%" == "Windows_NT" goto WinNT
"%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9
goto endofperl
:WinNT
"%~dp0perl.exe" -x -S %0 %*
if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl
if %errorlevel% == 9009 echo You do not have Perl in your PATH.
if err... | leighpauls/k2cro4 | third_party/perl/perl/bin/perldoc.bat | bat | bsd-3-clause | 684 |
rmdir debug /s /q
rmdir release /s /q
del quake3.ncb
del quake3.opt
del quake3.plg
del quake3.stt
rmdir cgame\debug /s /q
rmdir cgame\release /s /q
del cgame\cgame.ncb
del cgame\cgame.opt
del cgame\cgame.plg
del cgame\cgame.stt
rmdir game\debug /s /q
rmdir game\release /s /q
del game\game.ncb
del game\ga... | sethk/quake3-ios | code/clean.bat | bat | gpl-2.0 | 1,336 |
:: deploy-win.cmd
:: 11/5/2011
setlocal
cd /d s:/build || exit /b 1
set VERSION=0.2.0.0
set APP=annot-player
set TARGET=Annot Player
set ZIPFILE=%APP%-%VERSION%-win.zip
::set BASENAME=%APP%-%VERSION%-win
::rm -Rf "%BASENAME%" || exit /b 1
::mkdir "%BASENAME%" || exit /b 1
::cd "%BASENAME%" || exit /b 1
set MSVC_HOME... | p0p0pret/annot-player | src/deploy-win.cmd | bat | gpl-3.0 | 6,844 |
start "runas /user:administrator " cmd /c " C: && cd C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond_V1\TempClassification\bin\Debug\TSDP && TSDP Auto --in C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond_V1\TempClassification\bin\Debug\TSDP\BinFiles\test_10.BIN --out C:\Users\Obai... | Anonymous01012014/tcms | application/controllers/TSDP/BatchFiles/5_15_2013_10_54_03_AM.bat | bat | gpl-3.0 | 629 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\marked\bin\marked" %*
) ELSE (
node "%~dp0\..\marked\bin\marked" %*
) | shahabshafiee/gewiss | node_modules/jsdoc/node_modules/.bin/marked.cmd | bat | apache-2.0 | 135 |
echo OFF
for /l %%x in (11, 1, 20) do (
echo start test instance %%x
mkdir test-%%x
cd test-%%x
start ..\dsn.replication.simple_kv.exe ..\config-n.ini
cd ..
)
| glglwty/rDSN | src/apps/skv/test-n.cmd | bat | mit | 166 |
::****************************************************************************
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved.
::
:: This file contains confidential and proprietary information
:: of Xilinx, Inc. and is protected under U.S. and
:: international copyright and other intellectual property
::... | monotone-RK/FACE | MCSoC-15/8-way_8-parallel/ise/ipcore_dir/dram/example_design/par/rem_files.bat | bat | mit | 12,611 |
@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... | Alwnikrotikz/python-astm | docs/make.bat | bat | bsd-3-clause | 5,092 |
%SystemRoot%\system32\services.msc /s | bink81/development-tools | windows/ser.bat | bat | mit | 37 |
@ruby -C./lib ./main.rb %* | kanaikimi/ghost | ghost.cmd | bat | mit | 26 |
REM 不要なプラグインのtype文をREMでコメントアウト後、本BATを起動してください
REM
REM 例)jquery.ex-scrollが不要な場合
REM REM type ex-scroll/jquery.ex-scroll.js >> jquery.utility-kit.js
type nul > jquery.utility-kit.js
REM jquery.ex-scroll
type ex-scroll\jquery.ex-scroll.js >> jquery.utility-kit.js
REM jquery.parse-url
type parse-url\jquery.parse-ur... | cyokodog/jquery.utility-kit | build-utility-kit.bat | bat | mit | 686 |
@echo off
start java -jar transcoder.jar | mpahic/image_resizer | resize/start.bat | bat | mit | 41 |
java -jar ..\..\scripts\bin\Mars4_5.jar nc a dump .text HexText program.hex main.S
| MIPSfpga/schoolMIPS | scripts/program/common/02_compile_to_hex_with_mars.bat | bat | mit | 84 |
ruby src/md2remark.rb
pause | 2moveit/md2remark | md2remark.bat | bat | mit | 27 |
rd /s /q src\bcrypt\build
mkdir src\bcrypt\build
pushd src\bcrypt\build
cmake ..
devenv bcrypt.sln /rebuild Release
copy Release\bcrypt.dll .\bcrypt.dll
popd
| laarc/laarc | makefile.bat | bat | mit | 159 |
rem to launch from a winpython package directory, where 'make.py' is
rem this is initialised per the calling .bat
rem set my_original_path=%path%
rem set my_buildenv=D:\WinPython-64bit-3.4.3.3_b0
rem set my_root_dir_for_builds=D:\Winpython
rem set my_python_target=34
rem set my_pyver=3.4
rem set my_release=4
rem set ... | CVML/winpython | generate_a_winpython_distro.bat | bat | mit | 2,515 |
cmd_/home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/watchdog.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/ILC-with-LinuxCNC-ILCv1/src/watchdog.ko /home/yutingkao23/ILC-with-LinuxCNC-ILCv1/src/watchdog.o /home/yutingkao23/ILC-with-LinuxCNC-ILCv... | CalvinHsu1223/LinuxCNC-HAL-EtherCAT-Driver-with-ILC | src/.watchdog.ko.cmd | bat | gpl-2.0 | 341 |
cmd_fs/sync.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,fs/.sync.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/include -in... | mjmccall/Kernel | fs/.sync.o.cmd | bat | gpl-2.0 | 23,240 |
cmd_fs/fat/file.o := arm-linux-gnueabi-gcc -Wp,-MD,fs/fat/.file.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 -Wall -Wundef -Wstrict-... | b8e5n/KTG-kernel_es209ra | fs/fat/.file.o.cmd | bat | gpl-2.0 | 26,898 |
cmd_arch/arm/lib/io-readsl.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.io-readsl.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__KERN... | yohanes/Acer-BeTouch-E130-Linux-Kernel | arch/arm/lib/.io-readsl.o.cmd | bat | gpl-2.0 | 1,484 |
cmd_/home/yutingkao23/linuxcnc-add-hal-ethercat/src/limit1.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/limit1.ko /home/yutingkao23/linuxcnc-add-hal-ethercat/src/limit1.o /home/yutingkao23/linuxcnc-add-hal-ether... | CalvinHsu1223/LinuxCNC-EtherCAT-HAL-Driver | src/.limit1.ko.cmd | bat | gpl-2.0 | 341 |
@echo off
"%~dp0python3.bat" -B -E "%~dp0\pyld.py" fhead %*
| drtuxwang/system-config | bin/fhead.bat | bat | gpl-2.0 | 60 |
cmd_fs/sysfs/built-in.o := /home/aashir/android/toolchain/linaro/bin/arm-eabi-ld -EL -r -o fs/sysfs/built-in.o fs/sysfs/inode.o fs/sysfs/file.o fs/sysfs/dir.o fs/sysfs/symlink.o fs/sysfs/mount.o fs/sysfs/bin.o fs/sysfs/group.o
| emwno/android_kernel_U8500 | fs/sysfs/.built-in.o.cmd | bat | gpl-2.0 | 232 |
cmd_arch/arm/mach-rk30/headsmp.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-gcc -Wp,-MD,arch/arm/mach-rk30/.headsmp.o.d -nostdinc -isystem /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/../lib/gcc/arm-eabi/4.6.2/include -I/mnt/disk2/Dev/UG802/kernel/picuntu-3.0.8-alo... | aloksinha2001/picuntu-3.0.8-alok | arch/arm/mach-rk30/.headsmp.o.cmd | bat | gpl-2.0 | 3,215 |
rem npm install -g express-generator@4
rem npm start or npm stop
express ncms && cd ncms && npm install
| magmajo/pjhello | ndhello/create_ncms.bat | bat | gpl-2.0 | 106 |
"C:\Program Files\R\R-3.3.2/bin/Rscript.exe" -e "library(knitr); knit('mythesis.Rnw')"
"C:\Program Files\R\R-3.3.2/bin/Rscript.exe" -e "library(knitr); knit('model.Rnw')"
"C:\Program Files\R\R-3.3.2/bin/Rscript.exe" -e "library(knitr); knit('toyworld.Rnw')"
"C:\Program Files\R\R-3.3.2/bin/Rscript.exe" -e "library(knitr... | th0mmeke/thesis | build.bat | bat | gpl-2.0 | 553 |
::By jfx.
ECHO OFF
setlocal enabledelayedexpansion
:: Dont change these two
set currentuser=null
set currentpassword=null
:: ---------------------------------------------------------------------------------------------------------
:: MODIFY THIS TO YOUR STEAM PATH IF IT ISNT THE DEFAULT PATH AND YOU AREN'T RUNNING ... | admiralbob/steam-smurf-switcher | Steam.bat | bat | gpl-2.0 | 2,638 |
cmd_drivers/net/usb/built-in.o := rm -f drivers/net/usb/built-in.o; /root/CodeSourcery/Sourcery_G++_Lite//bin/arm-none-linux-gnueabi-ar rcs drivers/net/usb/built-in.o
| gzdaoke/linux2.6.32_kernel | drivers/net/usb/.built-in.o.cmd | bat | gpl-2.0 | 168 |
cmd_arch/arm/lib/clear_user.o := /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.clear_user.o.d -nostdinc -isystem /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/erik/supersonic/arch/arm/include -... | kingklick/kk-evo-kernel | arch/arm/lib/.clear_user.o.cmd | bat | gpl-2.0 | 1,693 |
cmd_drivers/staging/tty/built-in.o := rm -f drivers/staging/tty/built-in.o; /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ar rcsD drivers/staging/tty/built-in.o
| 0xD34D/kernel_amazon_tate | drivers/staging/tty/.built-in.o.cmd | bat | gpl-2.0 | 188 |
cmd_arch/arm/vfp/vfp.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL --no-warn-mismatch -r -o arch/arm/vfp/vfp.o arch/arm/vfp/vfpmodule.o arch/arm/vfp/entry.o arch/arm/vfp/vfphw.o arch/arm/vfp/vfpsingle.o arch/arm/vfp/vfpdouble.o
| avareldalton85/rpi2-linux-rt | arch/arm/vfp/.vfp.o.cmd | bat | gpl-2.0 | 287 |
cmd_fs/dcache.o := gcc -Wp,-MD,fs/.dcache.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-larger-than=2048 -fno... | namgk/kernel-tut | fs/.dcache.o.cmd | bat | gpl-2.0 | 20,066 |
cmd_lib/bitrev.o := arm-none-linux-gnueabi-gcc -Wp,-MD,lib/.bitrev.o.d -nostdinc -isystem /home/stesalit/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3/include -I/root/kernel-dev/linux-2.6.37/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-davinci/... | srinugnt2000/linux-2.6.37 | lib/.bitrev.o.cmd | bat | gpl-2.0 | 15,404 |
cmd_drivers/video/console/font.o := /home/spacecaker/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin/arm-none-eabi-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
| spacecaker/Stock_spacecaker_kernel | drivers/video/console/.font.o.cmd | bat | gpl-2.0 | 264 |
@echo off
powercfg -h on
pause
shutdown -h -f
| TimJDFletcher/personal-scripts | Windows/force-hiberate.bat | bat | gpl-2.0 | 46 |
cmd_sound/pci/lola/built-in.o := rm -f sound/pci/lola/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/pci/lola/built-in.o
| Envious-Data/shinano-sirius_msm8974abpro | sound/pci/lola/.built-in.o.cmd | bat | gpl-2.0 | 173 |
cmd_fs/ramfs/built-in.o := /home/leonardo/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-eabi-ld -EL -r -o fs/ramfs/built-in.o fs/ramfs/ramfs.o
| dalinaum/studyak | fs/ramfs/.built-in.o.cmd | bat | gpl-2.0 | 146 |
cmd_drivers/pci/bus.o := ppc_4xx-gcc -m32 -Wp,-MD,drivers/pci/.bus.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 ... | mattkelly/linux-2.6-xlnx | drivers/pci/.bus.o.cmd | bat | gpl-2.0 | 25,956 |
cmd_sound/soc/nuc900/built-in.o := rm -f sound/soc/nuc900/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD sound/soc/nuc900/built-in.o
| lindsaytheflint/stone | sound/soc/nuc900/.built-in.o.cmd | bat | gpl-2.0 | 207 |
set file=%1
set dir=%2
set mode=%3
set out_dir=out
set a1client_dir=f:\docs\a1client\trunk\media
set work_dir=.
pause 0
if %mode% == 0 goto mesh_skel
if %mode% == 1 goto anim
if %mode% == 2 goto material
rem ------------------------------------------------------------------
:mesh_skel
a1convert.exe media/%file%.a... | arksu/a2client | etc/a1exporter/ark_tools/helper.bat | bat | gpl-3.0 | 1,120 |
@ECHO OFF
REM This script is run by Free Oberon on Windows
REM to link a console program.
REM When it is being run, the current directory
REM must be the root directory of Free Oberon.
CD bin >nul 2>&1
@DEL /s %~n1.exe >nul 2>&1
SET CURDIR=%~dp0
SET ONAME=%~n1
SET GCCDIR=%CURDIR%mingw32\bin
SET FOBDIR=%CURD... | kekcleader/FreeOberon | Data/bin/link_console.bat | bat | gpl-3.0 | 961 |
java -Dfile.encoding=UTF-8 -cp build\libs\teambuilder-all.jar org.oreland.teambuilder.Main $*
| jonasoreland/teambuilder | teambuilder.bat | bat | gpl-3.0 | 95 |
@echo off
java -jar "%~dp0\..\lib\@project.artifactId@-@project.version@.jar" %*
REM The command created the 'updater' directory, if it detected that an update must be done.
if exist "%~dp0\..\updater" goto update
goto end
:update
REM The primary command already copied the entire installation into this ... | subshare/subshare | org.subshare/org.subshare.server/src/bin/subshare-server.bat | bat | agpl-3.0 | 748 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.