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 |
|---|---|---|---|---|---|
::ÅжÏÄ¿±êÊÇ·ñÊÇĿ¼
if exist %target%\nul (
echo 'is a folder'
) else (
echo 'not a folder'
)
::»ñÈ¡µ±Ç°½Å±¾ËùÔÚµÄĿ¼
set root=%~dp0
::for»ñÈ¡ÕûÐУ¬½ûÖ¹±»¿Õ¸ñ´ò¶Ï
for /f "delims=" %%i in (file.txt) do (
echo %%i
)
::×Ö·û´®Ìæ»»£¬ÏÂÃæ½«Îļþfile.txtÖеÄ_HI_Ìæ»»Îª_HELLO_
::ÓÐÒ»¸ö¿Ó£ºecho ºóÃæ²»ÄÜÊä³ö¿Õ¸ñºÍTAB£¬Èç¹û... | ijsonlin/life | windows/bat.bat | bat | mit | 1,553 |
cmd_fs/cifs/built-in.o := arm-linux-gnueabihf-ld -EL -r -o fs/cifs/built-in.o fs/cifs/cifs.o
| Dee-UK/D33_KK_Kernel | fs/cifs/.built-in.o.cmd | bat | gpl-2.0 | 98 |
cmd_fs/autofs/built-in.o := arm-linux-ld -EL -r -o fs/autofs/built-in.o fs/autofs/autofs.o
| beebingoo/linux-2.6.32.2 | fs/autofs/.built-in.o.cmd | bat | gpl-2.0 | 96 |
@echo off
set ASMJIT_SCRIPTS_DIR=%CD%
set ASMJIT_BUILD_DIR="build_mingw_rel"
mkdir ..\%ASMJIT_BUILD_DIR%
cd ..\%ASMJIT_BUILD_DIR%
cmake .. -G"MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release -DASMJIT_BUILD_SAMPLES=1
cd %ASMJIT_SCRIPTS_DIR%
pause
| Swoorup/gta-maxout | SJLIB/dependencies/asmjit/asmjit/scripts/configure-win-mingw-rel.bat | bat | gpl-3.0 | 244 |
@echo off
%= This batch file is invoked in the post-build step of the post-build =%
%= event of the LinkGrammar project build. =%
%= Generate a batch file which executes the compilation result. =%
%= To be invoked as a Post-Build event. =%
%= Argument is... | opencog/link-grammar | msvc/post-build.bat | bat | lgpl-2.1 | 1,757 |
erase /s .\perception\bin\*.lib
erase /s .\perception\bin\*.exp
erase /s .\perception\bin\*.pdb
erase /s .\perception\bin\*.ilk
set /p id=OK OK:
| samaust/Perception | Release/DeleteUnnecessaryFiles.bat | bat | lgpl-3.0 | 147 |
rd Released /Q /S
md Release
md Release\Kooboo.CMS.Toolkit\lib\
md Release\Kooboo.CMS.Toolkit.Controls\lib\
md Release\Kooboo.Core\lib\
md Release\Kooboo.ModuleDevelopment.Binaries\content\
md Release\Kooboo.CMS.Content.UserKeyGenerator.Chinese\lib\
md packages
del *.log /Q /S
copy "..\Kooboo.CMS.Toolkit\Kooboo.CMS.To... | Kooboo/Extensions | Kooboo.Toolkits/Publish/publish.bat | bat | bsd-3-clause | 3,153 |
-- Opens the class diagram:
-- open examples/Documentation/Demo/Demo.use
-- Creates the object diagram:
-- read examples/Documentation/Demo/Demo.cmd
-- Department
!create cs:Department
!set cs.name := 'Computer Science'
!set cs.location := 'Bremen'
!set cs.budget := 10000
-- Employee john
!create john : Employee
!se... | vnu-dse/rtl | examples/Documentation/Demo/Demo.cmd | bat | gpl-2.0 | 976 |
setMode -bs
setCable -port auto
Identify
identifyMPM
assignFile -p 2 -file "xilinx-sp605-xc6slx45t.bit"
Program -p 2 -defaultVersion 0
quit
| elkhadiy/xph-leons | grlib-gpl-1.4.1-b4156/boards/xilinx-sp605-xc6slx45t/fpga.cmd | bat | gpl-2.0 | 143 |
@echo off
set FILTER=cat
set Y=0
if /i "%1"=="Y" (
set Y=1
set EXE=yasm.exe
set OPT2=-DUSE_YASM -DXBYAK32
set OPT3=win32
) else if /i "%1"=="64" (
set EXE=nasm.exe
set OPT2=-DXBYAK64
set OPT3=win64
set FILTER=normalize_prefix
) else if /i "%1"=="Y64" (
set Y=1
set EXE=yasm.exe
set OPT2=-DUSE_YASM -DXBYAK64
... | maekawatoshiki/xbyak | test/test_avx.bat | bat | bsd-3-clause | 1,103 |
@echo off
setlocal
REM There is no need to call this if you set the MULE_HOME in your environment properties
if "%MULE_HOME%" == "" SET MULE_HOME=..\..
if "%MULE_BASE%" == "" SET MULE_BASE=%MULE_HOME%
REM Any changes to the files in .\conf will take precedence over those deployed to %MULE_HOME%\lib\user
SET MUL... | muleforge/Smooks-for-Mule | mule3/examples/huge-message-processing/dist/run.bat | bat | apache-2.0 | 400 |
@SET VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
@SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio .NET 2003
@SET FrameworkDir=C:\WINDOWS\Microsoft.NET\Framework
@SET FrameworkVersion=v1.1.4322
@SET FrameworkSDKDir=C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1
@rem... | rootfather/RetroArch | dist-scripts/xdk1_env.bat | bat | gpl-3.0 | 1,754 |
@echo off
SET ROOT=%~dp0..
%WinDir%\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe %ROOT%\Src\PrettyPrintNet.sln /verbosity:normal /p:Configuration=Release /p:Platform="Any CPU" /p:RestorePackages=false | anjdreas/PrettyPrintNet | Build/build-src-release.bat | bat | mit | 202 |
@echo off
REM Conpago
REM
REM This file is part of the Conpago.
REM (c) Bartosz Gołek <bartosz.golek@gmail.com>
REM
REM For the full copyright and license information, please view the LICENSE
REM file that was distributed with this source code.
REM
if "%PHPBIN%" == "" set PHPBIN=@php_bin@
if not exist "%PHPBIN%" if "%... | conpago/conpago-cli | bin/conpago.bat | bat | mit | 458 |
@echo off
set TAGDIR=C:\TreeTagger
set BIN=%TAGDIR%\bin
set CMD=%TAGDIR%\cmd
set LIB=%TAGDIR%\lib
set TAGOPT=%LIB%\german.par -token -lemma -sgml -no-unknown
if "%2"=="" goto label1
perl %CMD%\tokenize.pl -a %LIB%\german-abbreviations %1 | %BIN%\tree-tagger %TAGOPT% > %2
goto end
:label1
if "%1"=="" goto label2
per... | kagklis/profile-analysis | TreeTagger/bin/tag-german.bat | bat | mit | 474 |
SET Id=WriteableBitmapEx
SET VERSION=1.6.1
..\3rdParty\nuget\nuget setApiKey [APIKEY] -source https://www.nuget.org/api/v2/package
..\3rdParty\nuget\nuget delete %ID% %VERSION%
..\3rdParty\nuget\nuget push ..\Build\nuget\%ID%.%VERSION%.nupkg -source https://www.nuget.org/api/v2/package | teichgraf/WriteableBitmapEx | Nuget/push.cmd | bat | mit | 290 |
set mypath=%~dp0
gcc main.c -o b.exe
b s
pause
b shp
pause
b sssssssssssssssssssssss
pause
b shhhsppphssshpphs
pause
b ppphhhhpppppsshhhspppsshhhhhhhhhhhsssssppp
pause
b shpshpshpshpshpshpshpshpshpshpshpshpshpshpshpshpshpshpshp
pause
b shpshpshpshpshpshpshpshpshpshpshpshhpshpshpshpshphpshpshpshpshphpshpshpshpshphpshpsh... | gabrielsmith/sleeping-barber | tests.bat | bat | mit | 1,209 |
-intstyle "ise" -incremental -lib "secureip" -o "D:/ProySisDigAva/P16a_Counter_Wait/Counter_tb_isim_beh.exe" -prj "D:/ProySisDigAva/P16a_Counter_Wait/Counter_tb_beh.prj" "work.Counter_tb"
| Predator01/Levi | Downloads/ProySisDigAva (11-11-2015)/P16a_Counter_Wait/fuseRelaunch.cmd | bat | mit | 189 |
@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... | Lanzafame/Seismic.jl | docs/make.bat | bat | mit | 7,250 |
cd /d "%~dp0"
start wscript.exe SETUP.wsf
| anseki/ymd-folder | SETUP.bat | bat | mit | 44 |
@rem ---------------------------------------------------------------------------------
@rem Copyright 2008 Microsoft Corporation. All rights reserved.
@rem This is provided as sample to deploy the package using msdeploy.exe
@rem For information about IIS Web Deploy technology,
@rem please visit http://go.microsoft.com/... | marcobaccaro/general | POC STS DotNetAut/GoogleOpenIdSSO/obj/Debug/Package/GoogleOpenIdSSO.deploy.cmd | bat | mit | 12,715 |
fndtoparent /e sln /o
| stackprobe/Factory | DevTools/so.bat | bat | mit | 22 |
@echo off
set SRC_ROOT=%~dp0..
set MAINCLASS=com.runtimeverification.rvmonitor.java.rvj.Main
if "%1"=="-c" (
SHIFT
set MAINCLASS=com.runtimeverification.rvmonitor.c.rvc.Main
)
set RELEASE=%SRC_ROOT%\lib
set PLUGINS=%RELEASE%\plugins
set LOGICPLUGINPATH=%PLUGINS%
set CP=%RELEASE%\*;%PLUGINS%\*
for /f %%a IN ('... | p-org/P | Tst/RegressionTests/Rvm/rv-monitor/rv-monitor.bat | bat | mit | 471 |
@echo off
@pushd "C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\"
@call vcvarsall.bat x86
@popd
@rem ------ win 8.1 sdk
@set PATH=C:\Program Files (x86)\Windows Kits\8.1\bin\x86;%PATH%
@set INCLUDE=C:\Program Files (x86)\Windows Kits\8.1\Include\um;%INCLUDE%
@set LIB=C:\Program Files (x86)\Windows Kits\8.1\Lib... | kidaa/xyo-build | xyo-build-workspace-win32.cmd | bat | mit | 1,306 |
@ECHO OFF
pip install https://pypi.python.org/packages/31/55/98b2a3091bb5dedff7ab22651af033be00173df5568a55bd109492cc270c/selenium-2.53.4-py2.py3-none-any.whl
pip install pypiwin32
python CreateFolder.py | GruLab/Text-To-Speech | Dependencies[Run as Admin].bat | bat | mit | 206 |
SET modulespath="%homedrive%%homepath%\Documents\WindowsPowerShell\Modules\Start-Docker"
rd /s /q %modulespath%
md %modulespath%
copy *.ps?1 %modulespath% | rafaelromao/start-docker | Install-Module.bat | bat | mit | 157 |
@echo off
SET dopause=0
IF "%1"=="" (
SET dopause=1
SET target=Default
) ELSE (
SET target=%1
)
cls
@IF NOT EXIST "_build_tools\FAKE\tools\Fake.exe" (
@echo "Installing FAKE from NUGET... (this may take a short while)"
@"_build_tools\nuget.exe" "install" "FAKE" "-OutputDirectory" "_build_tools" "-ExcludeVersio... | ASD-GmbH/Ident-Plus | build.cmd | bat | mit | 709 |
@echo off
cd "C:\git\LifeAfterVideogamesGGJ2015\src\GlobalGameJam2015Presentation\Content\Shaders"
for %%i in (*.fx) do "C:\Program Files (x86)\MSBuild\MonoGame\v3.0\2MGFX.exe" %%i %%~ni.mgfxo /DX11 /DEBUG
| xanathar/LifeAfterVideogamesGGJ2015 | src/GlobalGameJam2015Presentation/_UTILS/BuildShaders.cmd | bat | mit | 211 |
cmd_lib/sha1.o := gcc -Wp,-MD,lib/.sha1.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -... | Existed/kernel-2.6.35.14 | lib/.sha1.o.cmd | bat | gpl-2.0 | 23,346 |
cmd_lib/proportions.o := arm-eabi-gcc -Wp,-MD,lib/.proportions.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm... | bigbiff/i717-GB-Kernel | lib/.proportions.o.cmd | bat | gpl-2.0 | 10,836 |
cmd_ipc/ipc_sysctl.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,ipc/.ipc_sysctl.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/a... | mjmccall/Kernel | ipc/.ipc_sysctl.o.cmd | bat | gpl-2.0 | 18,980 |
cmd_net/sched/built-in.o := /home/knesi/arm-2010q1/bin/arm-none-linux-gnueabi-ld -EL -r -o net/sched/built-in.o net/sched/sch_generic.o net/sched/sch_mq.o net/sched/sch_api.o net/sched/sch_blackhole.o net/sched/cls_api.o net/sched/act_api.o net/sched/act_police.o net/sched/act_gact.o net/sched/act_mirred.o net/sche... | DrGrip/tiamat-2.6.38-LEO-Dr_Grip | net/sched/.built-in.o.cmd | bat | gpl-2.0 | 436 |
cmd_net/sunrpc/sysctl.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-gcc -Wp,-MD,net/sunrpc/.sysctl.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/... | mjmccall/Kernel | net/sunrpc/.sysctl.o.cmd | bat | gpl-2.0 | 19,974 |
cmd_net/wireless/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o net/wireless/built-in.o net/wireless/cfg80211.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | net/wireless/.built-in.o.cmd | bat | gpl-2.0 | 215 |
cmd_drivers/gpio/gpiolib.o := /opt/arm-2008q1/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,drivers/gpio/.gpiolib.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__... | yohanes/Acer-BeTouch-E130-Linux-Kernel | drivers/gpio/.gpiolib.o.cmd | bat | gpl-2.0 | 17,551 |
cmd_net/ipv4/netfilter/ipt_REJECT.o := arm-linux-gnueabi-gcc -Wp,-MD,net/ipv4/netfilter/.ipt_REJECT.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... | b8e5n/KTG-kernel_es209ra | net/ipv4/netfilter/.ipt_REJECT.o.cmd | bat | gpl-2.0 | 31,299 |
if "%vc_inc_arch%"=="SSE2" (
git clone -q --branch=master https://github.com/obsproject/obs-studio.git C:\projects\obs-studio
) else (
git clone -q --branch=dev https://github.com/craftwar/obs-studio.git C:\projects\obs-studio
git checkout -qf %APPVEYOR_REPO_COMMIT%
) | craftwar/obs-studio | CI/craftwar/clone.cmd | bat | gpl-2.0 | 271 |
@echo off
if "%ANT_HOME%"=="" goto setDefaultAntHome
:setDefaultAntHome
rem %~dp0 is expanded pathname of the current script under NT
set ANT_HOME=%~dp0apache-ant-1.9.6
echo ANT_HOME: %ANT_HOME%
%ANT_HOME%\bin\ant -buildfile %1 send-cmd
| nices96/athena-meerkat | agent/sendCommand.bat | bat | gpl-2.0 | 242 |
cmd_net/sched/built-in.o := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -o net/sched/built-in.o net/sched/sch_generic.o net/sched/sch_mq.o net/sched/sch_api.o net/sched/sch_blackhole.o net/sched/cls_api.o net/sched/act_api.o net/sched/sch_fifo.o net/sched/ematc... | avareldalton85/rpi2-linux-rt | net/sched/.built-in.o.cmd | bat | gpl-2.0 | 325 |
@echo off
REM Used to delete not used file
if exist ..\..\..\..\release\client\lib\English.map del ..\..\..\..\release\client\lib\English.map | KaitoNakamura/LomCN-Mir3-Server | source/Client/Language/Englisch/clean_release.bat | bat | gpl-3.0 | 143 |
java -jar jbpt-pm-entropia-1.6.jar -cpmp -srel=1 -sret=1 -rel=examples\icsoc2020_log_running_example.xes -ret=examples\icsoc2020_model_running_example.pnml | jbpt/codebase | jbpt-pm/entropia/cpmp_ICSOC2020_running_example.bat | bat | lgpl-3.0 | 155 |
:: Set ModpackDownloader Variable
for /f "delims=" %%i IN ('dir *.jar /b') DO set modpackdownloader=%%i
:: Update Modpack Downloader
java -jar "%modpackdownloader%" -updateApp
:: Update ModpackDownloader Variable
for /f "skip=1 eol=: delims=" %%F in ('dir /b /o-d ModPackDownloader*.jar') do @del "%%F"
for /f "delims... | UndeadZeratul/ThereWillBeBlood | packupdate.bat | bat | lgpl-3.0 | 1,570 |
build-db.bat
build-app.bat | mmaczka/zhaw-hci | build-all.bat | bat | apache-2.0 | 26 |
@echo off
set repeat=%~1
set value=%~2
for /L %%n in (1,1,%repeat%) do (call :every_other %%n)
goto end
:every_other
set n=%1
set /a modulo = "%n% %% 2"
if %modulo% == 0 (
call :even %n%
) else (
call :odd %n%
)
goto :eof
:odd
set n=%1
echo M:%n% %value%
goto :eof
:even
set n=%1
echo M:%n% %value% 1>&2
goto :e... | jcommon/process | src/test/resources/native/win32/stdout-stderr-echo-repeat.bat | bat | apache-2.0 | 329 |
rd /q /s libraries
mkdir libraries
pushd libraries
git clone https://github.com/ContinuumIO/libdynd.git
popd
| aterrel/dynd-python | buildscripts/checkout_libdynd.bat | bat | bsd-2-clause | 109 |
..\src\phoenix2corpus.exe 100000 forms.txt MeetingLine.gra > %TEMP%\corptest.txt
more %TEMP%\corptest.txt
del %TEMP%\corptest.txt
| minigeek/MMDAgent | Library_Logios/Tools/cfg2ngram/test/test.bat | bat | bsd-3-clause | 133 |
fasm keybi.asm keybi
kpack keybi
pause | devlato/kolibrios-llvm | programs/system/keybi/build.bat | bat | mit | 38 |
cmd_fs/xfs/linux-2.6/xfs_buf.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/xfs/linux-2.6/.xfs_buf.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 ... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/xfs/linux-2.6/.xfs_buf.o.cmd | bat | gpl-2.0 | 19,076 |
REM @echo off
pushd %~p0
IF "%1%"=="64" ECHO "Running 64bit tests"
IF NOT "%1%"=="64" ECHO "Running 32 bit tests"
IF "%1%"=="64" SET PLATFORM=x64
IF NOT "%1%"=="64" SET PLATFORM=x86
REM Find MSbuild
SET MSBUILD40="%windir%\Microsoft.NET\Framework64\v4.0.30319\MSBuild.exe"
SET TEST2013="%VS120COMNTOOLS%..\IDE\Comm... | neutmute/emgucv | platforms/windows/Run_Tests_store.bat | bat | gpl-3.0 | 951 |
cmake .. -DCMAKE_VERBOSE_MAKEFILE=1 -DCMAKE_BUILD_TYPE=Debug -G "MinGW Makefiles" | vilkov/phonon-vlc-mplayer | build/build_mingw-debug.bat | bat | lgpl-3.0 | 81 |
rem the below path may vary on your machine, modify it to point to the MSBuild.exe for the .NET Framework 4.0
set msbuild_path=C:\Windows\Microsoft.NET\Framework\v4.0.30319
%msbuild_path%\msbuild project-msbuild.proj
pause | ppnrao/pickles | src/Pickles/Pickles.Example/generate-documentation-msbuild.cmd | bat | apache-2.0 | 223 |
@ECHO off
REM Copyright 2013 The Flutter Authors. All rights reserved.
REM Use of this source code is governed by a BSD-style license that can be
REM found in the LICENSE file.
REM ---------------------------------- NOTE ----------------------------------
REM
REM Please keep the logic in this file consistent with the ... | chinmaygarde/flutter_engine | ci/format.bat | bat | bsd-3-clause | 1,331 |
@ECHO OFF
REM Run all code generation scripts
REM Requires iMatix GSL4, from http:\\www.nuget.org\packages\gslgen
REM Use this when:
REM - you add a socket option (sockopts.xml)
REM - add a new project class (project.xml)
REM - modify one of the referenced gsl templates (*.gsl)
mkdir ..\builds\... | mgiorgio/coast | zeromq/czmq/model/generate.bat | bat | apache-2.0 | 739 |
call GetTranslatableText.bat
python setup.py py2exe
pause
cd scripts
call ClearCompiledPycs.bat
cd ..
del *.exe
del *.dll
del *.exe.log
del data\*.pyd
del data\*.dll
del data\*.zip
rem pause
copy dist\data\*.zip data\
copy dist\data\*.pyd data\
copy dist\data\*.dll data\
copy /y dist\*.exe
copy /y dist\*.dll
rd /s /q d... | west2554/fofix | src/scripts/RebuildWin.bat | bat | gpl-2.0 | 329 |
set build_type=Release
if EXIST %1 set build_type=%1
set squirrel=Squirrel.Windows
if NOT EXIST ..\..\%squirrel% set squirrel=squirrel
REM As of 12/5/16, these match the artifacts on TeamCity (http://build.palaso.org/admin/editBuild.html?id=buildType:Bloom_Squirrel)
REM src\Update\bin\Release\*.exe
REM src\Update\bin... | JohnThomson/BloomDesktop | build/CopyLocalSquirrelToLocalBloom.bat | bat | mit | 1,056 |
Executable = x_sleep.pl
Universe = vanilla
log = job_core_copytospool_van.log
output = job_core_copytospool_van.out
error = job_core_copytospool_van.err
hold = true
copy_to_spool = true
arguments = 0
Notification = NEVER
getenv = false
Queue
| djw8605/condor | src/condor_tests/job_core_copytospool_van.cmd | bat | apache-2.0 | 287 |
@ECHO OFF
REM # Licensed to the Apache Software Foundation (ASF) under one
REM # or more contributor license agreements. See the NOTICE file
REM # distributed with this work for additional information
REM # regarding copyright ownership. The ASF licenses this file
REM # to you under the Apache License, Ver... | ragerri/opennlp | opennlp-tools/bin/opennlp.bat | bat | apache-2.0 | 978 |
@echo off
cd %~dp0
IF EXIST .nuget\NuGet.exe goto part2
echo Downloading latest version of NuGet.exe...
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "((new-object net.webclient).DownloadFile('https://nuget.org/nuget.exe', '.nuget\NuGet.exe'))"
:part2
set EnableNuGetPackageRestore=true
.nuget\NuGet.ex... | julianpaulozzi/katanaproject | build.cmd | bat | apache-2.0 | 423 |
@ECHO OFF
IF NOT EXIST bin MD bin
IF NOT EXIST bin\Release MD bin\Release
csc.exe /out:bin\Release\FreeImageNET.dll /target:library /doc:bin\Release\FreeImageNET.XML /debug- /o /nowarn:419 /unsafe+ /filealign:512 /recurse:*.cs
IF EXIST ..\Bin copy bin\Release\FreeImageNET.dll ..\Bin > NUL
IF EXIST ..\Bin copy bin\... | NMCity/SPL-for-C | resources/FreeImage/Wrapper/FreeImage.NET/cs/Library/build.bat | bat | gpl-3.0 | 364 |
@echo off
call %OSGEO4W_ROOT%\bin\o4w_env.bat
call py3_env.bat
call qt5_env.bat
call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64
path %PATH%;c:\cygwin\bin;c:\program files\cmake\bin
%OSGEO4W_ROOT%\bin\ninja -j4 -C ..\build-qgis-dev-x86_64
| pblottiere/QGIS | ms-windows/osgeo4w/ninja/ninja.bat | bat | gpl-2.0 | 279 |
::*******************************************************************************************************
:: UpdateDependencies.bat - Gbtc
::
:: Copyright © 2013, Grid Protection Alliance. All Rights Reserved.
::
:: Licensed to the Grid Protection Alliance (GPA) under one or more contributor license agreements. See... | GridProtectionAlliance/openPDC | Build/Scripts/UpdateDependencies.bat | bat | mit | 8,543 |
@echo off
@title=publish
git add * -A & git commit -m "add new files" & git push & pause
| qt06/qt06.github.io | publish.cmd | bat | mit | 92 |
cd C:\Angular2\barry-ky\
ng serve | BarryMKenny/barry.ky | frontend/runServe.bat | bat | mit | 33 |
cmd_arch/arm/boot/compressed/ashldi3.o := /home/gabe/arm-2009q3/arm-2009q3/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/boot/compressed/.ashldi3.o.d -nostdinc -isystem /home/gabe/arm-2009q3/arm-2009q3/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/gabe/stock_note/sgh-i717-dagkernel/arch/arm/include -Ii... | dagnarf/sgh-i717-dagkernel | arch/arm/boot/compressed/.ashldi3.o.cmd | bat | gpl-2.0 | 1,410 |
set NOW=%CD%
"C:\Program Files\Windows Media Player\wmplayer.exe" %Now%\Menu\BACKUP\seqFin.wmv | blen2r/TkTowerDefense | Menu/fin.bat | bat | gpl-2.0 | 95 |
REM The character encoding of this file should be ISO-8859-1 or WINDOWS-1252.
REM Please don't change the encoding, as cmd.exe is not aware of the foreign
REM encodings in the batch scripts.
REM This script is designed to be called from write_entries_ini.cmd and NOT
REM from set_global_vars.cmd.
IF NOT "%LANG%"=="FRA... | Explorer09/nlite-asms01cab | global_vars/not_supported/FRA/localized_strings_FRA.cmd | bat | gpl-2.0 | 1,094 |
@set VUFIND_HOME=/usr/local/vufind2
@set VUFIND_LOCAL_DIR=/usr/local/vufind2/local
@set VUFIND_LOCAL_MODULES=imp
@call run_vufind.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 | SimonXIX/vufind-alma | vufind.bat | bat | gpl-2.0 | 160 |
cmd_drivers/iommu/built-in.o := /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ld -EL -r -o drivers/iommu/built-in.o drivers/iommu/iommu.o drivers/iommu/msm_iommu.o drivers/iommu/msm_iommu-v1.o drivers/iommu/msm_iommu_dev-v1.o drivers/iommu/msm_iommu_pagetable.o drivers/iommu/msm_iommu_sec.o
| friedrich420/Note-3-Kernel | drivers/iommu/.built-in.o.cmd | bat | gpl-2.0 | 307 |
cmd_arch/arm/mm/abort-ev6.o := /home/pasquale/android/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/mm/.abort-ev6.o.d -nostdinc -isystem /home/pasquale/android/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/pasquale/Scrivania/FranciscoFranco_ICS_kernel/arch/arm/include -Iinclude -include include/ge... | p500-ics-cm9/Franco-ICS-Kernel | arch/arm/mm/.abort-ev6.o.cmd | bat | gpl-2.0 | 1,940 |
;; batch file to open putty sessions on several machines whose IP's differ
;; only by the last digit
echo 10.30.36.13 > seq
echo 10.30.36.5 >> seq
echo 10.30.36.6 >> seq
echo 10.30.66.6 >> seq
echo 10.30.66.5 >> seq
echo 10.30.66.4 >> seq
for /F %%i in (seq) do start "title" "c:\Program Files\PuTTY\putty.e... | mikersgit/nixScripts | bat/couplet_snap.bat | bat | gpl-3.0 | 360 |
:: =====================================
:: === Launch Arma3 Server Instance ====
:: =====================================
:: ==== Author: Mark Chang
:: ==== Author Email: acidburn11@me.com
:: ==== License: GPL-3.0
:: =====================================
:: ==== Description:
:: ==== Simple Batch Script which han... | acidburn101/arma3server-scripts | launcher-scripts/template/startServer.bat | bat | gpl-3.0 | 4,343 |
@echo off
for %%f in (.\*.ui) do (
call ui2py.bat %%f
) | vlkv/reggata | reggata/ui/ui2py_all.bat | bat | gpl-3.0 | 59 |
nmlc --grf ..\openttd_all_vehicles.grf openttd_all_vehicles.nml | PieterScheffers/openttd_all_vehicles_grf | src/compile.bat | bat | gpl-3.0 | 63 |
@ECHO OFF
delp ../../api/.
delp ../../synapse/source/lib/.
delp .
| jasonpsage/JegasCRM | src/d.bat | bat | gpl-3.0 | 72 |
@echo OFF
SETLOCAL ENABLEEXTENSIONS
SET "script_name=%~n0"
SET "script_path=%~0"
SET "script_dir=%~dp0"
rem # to avoid invalid directory name message calling %script_dir%\config.bat
cd %script_dir%
call config.bat
cd ..
set project_dir=%cd%
set module_name=%REPO_HOST%/%REPO_OWNER%/%REPO_NAME%
set bin_dir... | enr/runcmd | .sdlc/check.cmd | bat | mpl-2.0 | 701 |
@vagrant halt %*
| kodybrown/dos | vh.bat | bat | unlicense | 18 |
@echo off
@set JAVA_HOME=E:\Java\jdk1.6.0_19
@echo JAVA_HOME=%JAVA_HOME%
%JAVA_HOME%/bin/java -version | mathbeta/bluesky | Console/bin/env.bat | bat | apache-2.0 | 107 |
echo off
cls
echo:
echo Welcome to the interactive setup of the local grid.
echo:
echo:
echo Here are the defaults settings:
call gridConfig.bat
echo:
echo Whether or not to install the Browsers
echo INSTALL_BROWSERS=%INSTALL_BROWSERS%
echo:
echo Browser versions
echo CHROME_VERSION=%CHROME_VERSION%
echo FIREFOX_VERSI... | webrtc/KITE | scripts/windows/interactiveInstallation.bat | bat | apache-2.0 | 6,532 |
@echo off
REM Copyright 2018-present MongoDB, Inc.
REM
REM Licensed under the Apache License, Version 2.0 (the "License");
REM you may not use this file except in compliance with the License.
REM You may obtain a copy of the License at
REM
REM http://www.apache.org/licenses/LICENSE-2.0
REM
REM Unless required by app... | derickr/mongo-c-driver | build/generate-uninstall.cmd | bat | apache-2.0 | 4,049 |
@echo off
set CONSOLR_URI=http://localhost:9088
cd ..
echo [Step 1] Building Saturn, take a coffee
call mvn clean package -Dmaven.javadoc.skip=true -Dmaven.test.skip=true
echo [Step 2] Running Saturn Console, visit %CONSOLR_URI% after a few seconds
set base_dir=%cd%
start "saturn console" java -Dfile.encoding=UTF-8 -... | vipshop/Saturn | quickstart/quickstart.bat | bat | apache-2.0 | 1,467 |
@echo off
setlocal EnableDelayedExpansion
set CONFIGURATION=%1
set PLATFORM=%2
set SOLUTIONPATH=winrt\projects\ortc-lib-sdk-win.vs2015.sln
set PROJECTPATH=winrt\projects\ortc-template.csproj
set MSVCDIR=""
set failure=0
set x86BuildCompilerOption=amd64_x86
set x64BuildCompilerOption=amd64
set armBuildCompilerOption=am... | ortclib/ortclib-scripts | buildORTC.bat | bat | bsd-2-clause | 2,384 |
@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... | scieloorg/ratchetapi.py | docs/make.bat | bat | bsd-2-clause | 6,709 |
cmd /k sicstus -l run_toy_app_prolog.pl
| TeamSPoon/logicmoo_workspace | packs_sys/logicmoo_nlu/ext/regulus/doc/ACL2003/Experiments/GrammarScaleScripts/run_toy_app_prolog.bat | bat | mit | 40 |
@echo off
cls
:start
echo Starting server...
Build\IR.exe -server
echo.
echo Restarting server...
timeout /t 10
echo.
goto start
| Visagalis/Oxide | Games/Other/Oxide.Game.InterstellarRift/Files/_start-example.bat | bat | mit | 131 |
MASM c_utils, c_utils, c_utils, nul; | sparky4/16 | 16/modex/utls-asm.bat | bat | gpl-3.0 | 36 |
@echo off
doxygen
pause | RWTHmediTEC/CRA | src/doc/build.bat | bat | bsd-3-clause | 23 |
@cd /D %~dp0
@call ../../scripts/set-variables
IF not "%1" == "release" (
%msbuild% CSharp.Tasks.csproj
) ELSE (
%msbuild% /p:Configuration=Release CSharp.Tasks.csproj
)
| SharpKit/SharpKit | Compiler/CSharp.Tasks/make.cmd | bat | mit | 176 |
@echo off
echo Performing dependency update for all projects ...
echo Will also create Eclipse .project and .classpath files ...
call "%~dp0sbt.bat" --no-jrebel %* update eclipse
| melezov/ocd-transform | prepare-workspace.bat | bat | bsd-3-clause | 185 |
REM Obsolete, use ps1 file.
nuget pack Prism.Core.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
nuget pack Prism.Wpf.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
nuget pack Prism.Windows.nuspec -Prop Version=6.0.2-prerelease001 -Prop Notes="Signed assemblies"
nuget... | chuseman/Prism | Source/nuspecs/NugetPack.cmd | bat | apache-2.0 | 1,005 |
REM Set up variables and environment variables.
set dirname=%0\..
chdir %dirname%\..
set H2O_DIR=%CD%
set jre_version=jre1.7.0_21-windows-x64
set JAVA_HOME=%H2O_DIR%\windows\%jre_version%\java-windows
set jar_file=H2OLauncher.jar
REM Run H2OLauncher in the background.
start "H2OLauncher" /B "%JAVA_HOME%\bin\j... | vbelakov/h2o | installer/windows/h2o.bat | bat | apache-2.0 | 361 |
@echo off
rem %1 = architecture
rem %2 = library type (LIB|DLL)
rem %3 = platform (Win32|x64)
rem %4 = configuration (Release|Debug)
rem %5 = build tests (|+tests)
if "%4" NEQ "" if "%3" NEQ "" if "%2" NEQ "" if "%1" NEQ "" goto cont
echo usage: msbuild arcitecture library_type=^<LIB^|DLL^> platform=^<Win32^|x64^> con... | winlibs/mpir | build.vc14/msbuild.bat | bat | gpl-3.0 | 1,750 |
SETLOCAL ENABLEDELAYEDEXPANSION
REM Get path for the script
Set ScriptInvocation=%0
Set ScriptName=%~n0
Set ScriptFullPath=%~f0
Set ScriptPath=%~p0
cd/d %ScriptPath%
REM Locate SAS using
REM ftype SAS.Application
set sascmdstem="C:\Program Files\SASHome\SASFoundation\9.4\sas.exe" -config "C:\Program Files\SASHome\SASF... | MarcJAndersen/poc-analysis-results-metadata | build-scripts/build-tab1x01.cmd | bat | mit | 2,311 |
set srcdir=..\..\Libs\Half
cd %srcdir%
set instdir=..\include
mkdir %instdir%
copy half.h %instdir%
copy halfFunction.h %instdir%
copy halfLimits.h %instdir%
| ilangal-amd/CodeXL | Common/Lib/Ext/OpenEXR/v1.4.0/VS2012/Half/post-build.cmd | bat | mit | 158 |
mocha --compilers js:mocha-traceur --timeout 259200000 --ui bdd | eferte/json-mock-hapi | tests.bat | bat | mit | 63 |
start cmd /c node server.js
start cmd /c node client.js
start http://127.0.0.1:8000 | aiboy/PerfectDomain | run.bat | bat | mit | 85 |
@echo off
cd bin
python gradientdescentwikipedia.py
pause
| ustutz/Machine_Learning_Stanford | 03_gradient_descent_wikipedia/Run.bat | bat | mit | 58 |
@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... | gmsn-ita/CoincidenceLattices | make.bat | bat | mit | 7,747 |
@ECHO OFF
REM Command file for Sphinx documentation
set SPHINXBUILD=sphinx-build
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `... | ojii/django-multilingual-ng | docs/make.bat | bat | mit | 3,103 |
@echo off
call "%~dp0lib_base.cmd"
set lib_console=call "%~dp0lib_console.cmd"
:: Much faster than using "%lib_console% debug_output ..." etc.
set print_debug=if %debug_output% gtr 0 %lib_console% debug_output
set print_verbose=if %verbose_output% gtr 0 %lib_console% verbose_output
set print_error=%lib_console% show_... | cmderdev/cmder | vendor/lib/lib_console.cmd | bat | mit | 1,935 |
gradlew run | DavidNexuss/ReDust | Compile and Run.bat | bat | mit | 11 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.