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
java -jar thrx-service-example-1.0.0-SNAPSHOT.jar server config.yml
thrxorg/thrx-framework
thrx-service-example/src/main/launch/run.bat
bat
apache-2.0
68
start javaw -Xms64m -Xmx256m -cp "%CD%\lib\*" bs.tool.commongui.GuiMain
baishui2004/common_gui_tools
src/main/sources/bin/start.bat
bat
apache-2.0
71
ngwsx.exe -u
zxy050/ngwsx
uninstall-the-service.bat
bat
bsd-2-clause
12
@echo off echo on rem configure.bat -- if @%1 == @-help goto help if @%1 == @/help goto help if @%1 == @-? goto help if @%1 == @/? goto help goto analyse :help echo Configure Flibs: identify the compiler and set the build options echo . echo To pick a specific compiler, use: echo c:\> configure name options echo Available compilers: echo - cvf - Compaq Visual Fortran echo - salford - Salford Fortran echo - f95 - generic Fortran 95 compiler echo . echo Available build options: echo -debug echo -normal echo -optimise echo . echo Run this batch file from the central directory! pause goto veryend rem rem Identify the build options ... rem :analyse cd config if errorlevel 1 goto error if exist config.mk del config.mk if exist options.mk del options.mk copy normal.mk options.mk if @%1 == @-debug copy debug.mk options.mk if @%1 == @-optimise copy optimise.mk options.mk if @%2 == @-debug copy debug.mk options.mk if @%2 == @-optimise copy optimise.mk options.mk echo Identifying compiler ... %1 if @%1 == @ goto start if @%1 == @cvf goto cmp_cvf if @%1 == @salford goto cmp_salford if @%1 == @f95 goto cmp_generic if @%2 == @cvf goto cmp_cvf if @%2 == @salford goto cmp_salford if @%2 == @salford goto cmp_generic echo Unknown compiler: %1 - searching for known compilers instead :start rem ----------------------------------------------------------- rem Compaq Visual Fortran rem ----------------------------------------------------------- rem :cmp_cvf df.exe /compile_only idc.f90 if errorlevel 1 goto after_df echo Compiler: Compaq Visual Fortran copy cvf.mk config.mk goto end :after_df rem ----------------------------------------------------------- rem Salford Ftn95 rem ----------------------------------------------------------- rem :cmp_salford ftn95.exe idc.f90 if errorlevel 1 goto after_salf echo Compiler: Salford Fortran copy salford.mk config.mk goto end :after_salf rem ----------------------------------------------------------- rem Generic Fortran 95 compiler rem ----------------------------------------------------------- rem :cmp_generic f95.exe idc.f90 if errorlevel 1 goto after_generic echo Compiler: Generic Fortran 95 compiler copy f95.mk config.mk goto end :after_generic rem rem No suitable compiler found rem echo No suitable compiler could be identified goto end :error echo Error: echo Subdirectory "config" not found. Please start this batch file in the echo central directory goto veryend :end cd .. :veryend
mapmeld/fortran-machine
flibs-0.9/flibs/configure.bat
bat
bsd-3-clause
2,479
@ECHO OFF IF "%php%" == "" SET php="D:\xampp\php\php.exe" SET BIN_TARGET=%~dp0/vendor/doctrine/orm/bin/doctrine CALL "%php%" "%BIN_TARGET%" orm:clear-cache:metadata CALL "%php%" "%BIN_TARGET%" orm:generate-entities --generate-annotations=true library\ PAUSE
hieuit7/social
doctrine-generate-entities.bat
bat
bsd-3-clause
260
:Please run with user SBR :************* DATABASE SETTINS ************* :------------- Please change according to your environment before executing the script ------------- echo input parameters in the order specified: echo old_context to new_context from_date(format YYYY-MM-DD) end_date (format YYYY-MM-DD) curator_id set user=SBR set pwd=xxx set SQLPLUS_PATH=C:\instantclient_12_1\sqlplus :set SQLPLUS_PATH=sqlplus set HOST=@"(description=(address_list=(address=(protocol=TCP)(host=137.187.181.4)(port=1551)))(connect_data=(SID=DSRDEV)))" :************* APPLICATION SETTINS ************* :------------- Please change according to the request before executing the script ------------- set FROM_CONTEXT=CTEP set TO_CONTEXT=COG :set CHANGE_NOTE='Changed from %FROM_CONTEXT% to %TO_CONTEXT% for %CREATOR% by script %DATE% %TIME%' :echo %CHANGE_NOTE% :exit echo 'Purging old backup ...' %SQLPLUS_PATH% %user%/%pwd%%HOST% @change_user_ac_context_cleanup.sql echo 'Backup purged! About to execute the real stuff ...' pause :set FROM_DATE=2010-02-04 :set TO_DATE=2012-03-16 set FROM_DATE=2010-03-19 set TO_DATE=2013-10-22 set CREATOR=JONGS set CHANGE_NOTE='Changed from %FROM_CONTEXT% to %TO_CONTEXT% for %CREATOR% by script %DATE% %TIME%' :%SQLPLUS_PATH% %user%/%pwd%%HOST% @change_user_ac_context.sql '%FROM_CONTEXT%' '%TO_CONTEXT%' '%FROM_DATE%' '%TO_DATE%' '%CREATOR%' '%CHANGE_NOTE%' %SQLPLUS_PATH% %user%/%pwd%%HOST% @check_user_ac_context.sql '%FROM_CONTEXT%' '%TO_CONTEXT%' '%FROM_DATE%' '%TO_DATE%' '%CREATOR%' pause
NCIP/cadsr-cdecurate
db-sql/change_content_context/logs/prod/GF33097/change_context_PROD_JONGS.cmd
bat
bsd-3-clause
1,525
@erase lang.inc @echo lang fix en >lang.inc @fasm iconedit.asm iconedit @erase lang.inc @pause
devlato/kolibrios-llvm
programs/media/iconedit/trunk/build_en.bat
bat
mit
94
@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 I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\ZanuiFixturesBundle.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\ZanuiFixturesBundle.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
zanui/ZanuiFixturesBundle
src/Resources/doc/make.bat
bat
mit
6,485
cmd_arch/arm/lib/csumpartialcopyuser.o := /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.csumpartialcopyuser.o.d -nostdinc -isystem /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -Iinclude -I/home/gjdlfg/kernel/omap/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/csumpartialcopyuser.o arch/arm/lib/csumpartialcopyuser.S deps_arch/arm/lib/csumpartialcopyuser.o := \ arch/arm/lib/csumpartialcopyuser.S \ $(wildcard include/config/cpu.h) \ /home/gjdlfg/kernel/omap/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/gjdlfg/kernel/omap/arch/arm/include/asm/linkage.h \ /home/gjdlfg/kernel/omap/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/gjdlfg/kernel/omap/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/gjdlfg/kernel/omap/arch/arm/include/asm/hwcap.h \ /home/gjdlfg/kernel/omap/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/asm/asm-offsets.h \ arch/arm/lib/csumpartialcopygeneric.S \ arch/arm/lib/csumpartialcopyuser.o: $(deps_arch/arm/lib/csumpartialcopyuser.o) $(deps_arch/arm/lib/csumpartialcopyuser.o):
jdlfg/Mecha-kernel
arch/arm/lib/.csumpartialcopyuser.o.cmd
bat
gpl-2.0
2,036
@echo OFF :: :: Pre-build auto-versioning script :: SET srcdir=%~1 SET repodir=%~2 set old_version= set old_specialbuild="" set version_revision=0 set version_specialbuild= set version_date=? set version_pdate= set version_pdate_1= set version_pdate_2= set version_major= set version_minor= set version_maintenance= :: :: Check for SubWCRev.exe presence :: SubWCRev.exe 2>NUL >NUL set errlvl="%ERRORLEVEL%" :: :: Read old appversion.h, if present :: IF EXIST "%srcdir%\appversion.h" ( FOR /F "usebackq tokens=1,2,3" %%i in ("%srcdir%\appversion.h") do ( IF %%i==#define ( IF %%j==APP_VERSION_C SET old_version=%%k IF %%j==APP_VERSION_SPECIALBUILD SET old_specialbuild=%%k ) ) ) IF NOT %errlvl% == "1" ( echo can't locate SubWCRev.exe - auto-versioning step won't be performed :: if we haven't appversion.h, we need to create it IF "%old_version%" == "" ( set version_revision=0 set version_date=? goto _readVersionH ) exit /B 0 ) :: :: Create template file for SubWCRev :: :GETTEMPNAME :: Use current path, current time and random number to create unique file name SET TMPFILE=svn-%CD:~-15%-%RANDOM%-%TIME:~-5%-%RANDOM% :: Remove bad characters SET TMPFILE=%TMPFILE:\=% SET TMPFILE=%TMPFILE:.=% SET TMPFILE=%TMPFILE:,=% SET TMPFILE=%TMPFILE: =% :: Will put in a temporary directory SET TMPFILE=%TMP%.\%TMPFILE% IF EXIST "%TMPFILE%" GOTO :GETTEMPNAME echo #define SVNV_REVISION ^$WCREV^$ >"%TMPFILE%.templ" echo #define SVNV_DATE ^$WCDATE=^%%Y-^%%m-^%%d__^%%H-^%%M-^%%S^$ >>"%TMPFILE%.templ" echo #define SVNV_PDATE_1 ^$WCDATE=^%%Y-^%%m-^%%d^$ >>"%TMPFILE%.templ" echo #define SVNV_PDATE_2 ^$WCDATE=^%%H:^%%M:^%%S^$ >>"%TMPFILE%.templ" echo . >>"%TMPFILE%.templ" :: :: Process template :: SubWCRev.exe "%repodir%\." "%TMPFILE%.templ" "%TMPFILE%.h" >NUL IF NOT "%ERRORLEVEL%" == "0" ( echo SubWCRev.exe done with errors [%ERRORLEVEL%]. echo Check if you have correct SVN repository at '%repodir%' echo Auto-versioning step will not be performed. DEL /F /Q "%TMPFILE%.templ" 2>NUL DEL /F /Q "%TMPFILE%.h" 2>NUL :: if we haven't appversion.h, we need to create it IF "%old_version%" == "" ( set version_revision=0 set version_date=? goto _readVersionH ) exit /B 0 ) DEL /F /Q "%TMPFILE%.templ" 2>NUL :: :: Read revision and release date from it :: FOR /F "usebackq tokens=1,2,3" %%i in ("%TMPFILE%.h") do ( IF %%i==#define ( IF %%j==SVNV_REVISION SET version_revision=%%k IF %%j==SVNV_DATE SET version_date=%%k IF %%j==SVNV_PDATE_1 SET version_pdate_1=%%k IF %%j==SVNV_PDATE_2 SET version_pdate_2=%%k ) ) DEL /F /Q "%TMPFILE%.h" 2>NUL SET version_pdate=%version_pdate_1% %version_pdate_2% :: :: Detect local modifications :: SubWCRev.exe "%repodir%\." -nm >NUL IF "%ERRORLEVEL%" == "7" ( set version_specialbuild=m ) ELSE ( set version_specialbuild= ) :_readVersionH :: :: Read major, minor and maintenance version components from Version.h :: FOR /F "usebackq tokens=1,2,3" %%i in ("%srcdir%\version.h") do ( IF %%i==#define ( IF %%j==VERSION_MAJOR SET version_major=%%k IF %%j==VERSION_MINOR SET version_minor=%%k IF %%j==VERSION_MAINTENANCE SET version_maintenance=%%k ) ) :: :: Now form full version string like 1.0.0.1 :: IF "%version_maintenance%" == "" ( set new_version=%version_major%,%version_minor%,0,%version_revision% ) ELSE ( set new_version=%version_major%,%version_minor%,%version_maintenance%,%version_revision% ) :: :: Update appversion.h if version has changed or modifications/mixed revisions detected :: IF NOT "%new_version%"=="%old_version%" goto _update IF NOT "%version_specialbuild%"==%old_specialbuild% goto _update goto _exit :_update echo Updating appversion.h, new version is "%new_version%", the old one was "%old_version%" echo new special build is "%version_specialbuild%", the old one was %old_specialbuild% echo #ifndef __APPVERSION_H__>"%srcdir%\appversion.h" echo #define __APPVERSION_H__>>"%srcdir%\appversion.h" echo.>>"%srcdir%\appversion.h" echo // >>"%srcdir%\appversion.h" echo // This file is generated automatically.>>"%srcdir%\appversion.h" echo // Don't edit it.>>"%srcdir%\appversion.h" echo // >>"%srcdir%\appversion.h" echo.>>"%srcdir%\appversion.h" echo // Version defines>>"%srcdir%\appversion.h" IF "%version_maintenance%" == "" ( echo #define APP_VERSION_D %version_major%.%version_minor%.%version_revision% >>"%srcdir%\appversion.h" echo #define APP_VERSION_STRD "%version_major%.%version_minor%.%version_revision%">>"%srcdir%\appversion.h" echo #define APP_VERSION_C %version_major%,%version_minor%,0,%version_revision% >>"%srcdir%\appversion.h" echo #define APP_VERSION_STRCS "%version_major%, %version_minor%, 0, %version_revision%">>"%srcdir%\appversion.h" ) ELSE ( echo #define APP_VERSION_D %version_major%.%version_minor%.%version_maintenance%.%version_revision% >>"%srcdir%\appversion.h" echo #define APP_VERSION_STRD "%version_major%.%version_minor%.%version_maintenance%.%version_revision%">>"%srcdir%\appversion.h" echo #define APP_VERSION_C %version_major%,%version_minor%,%version_maintenance%,%version_revision% >>"%srcdir%\appversion.h" echo #define APP_VERSION_STRCS "%version_major%, %version_minor%, %version_maintenance%, %version_revision%">>"%srcdir%\appversion.h" ) echo.>>"%srcdir%\appversion.h" echo #define APP_VERSION_DATE %version_date%>>"%srcdir%\appversion.h" echo #define APP_VERSION_DATE_STR "%version_date%">>"%srcdir%\appversion.h" echo.>>"%srcdir%\appversion.h" echo #define APP_VERSION_PDATE_STR "%version_pdate%">>"%srcdir%\appversion.h" echo.>>"%srcdir%\appversion.h" echo #define APP_VERSION_YMD_STR "%version_pdate_1%">>"%srcdir%\appversion.h" echo.>>"%srcdir%\appversion.h" IF NOT "%version_specialbuild%" == "" ( echo #define APP_VERSION_FLAGS VS_FF_SPECIALBUILD>>"%srcdir%\appversion.h" echo #define APP_VERSION_SPECIALBUILD "%version_specialbuild%">>"%srcdir%\appversion.h" echo #define APP_VERSION APP_VERSION_STRD "" APP_VERSION_SPECIALBUILD "" VERSION_POSTFIX>>"%srcdir%\appversion.h" ) ELSE ( echo #define APP_VERSION_FLAGS 0x0L>>"%srcdir%\appversion.h" echo #define APP_VERSION APP_VERSION_STRD "" VERSION_POSTFIX>>"%srcdir%\appversion.h" ) echo.>>"%srcdir%\appversion.h" echo #endif //__APPVERSION_H__>>"%srcdir%\appversion.h" echo.>>"%srcdir%\appversion.h" :: :: Do update of version.cpp file last modify time to force it recompile :: copy /b "%srcdir%\version.cpp"+,, "%srcdir%\version.cpp" :_exit exit /B 0
Adidasman1/rehlds
rehlds/msvc/PreBuild.bat
bat
gpl-3.0
6,616
java -jar %JTERMINAL% localhost 46009 key=keystore.jks psw=changeit
mrev11/ccc3
jt/sslforward/ssl-test/t-46009-ssl-caut.bat
bat
lgpl-2.1
74
@echo off rem produce the DDK binary files for snapshots rem !!!THIS SCRIPT IS FOR INTERNAL DEVELOPER USE ONLY!!! if NOT x%DDK_TARGET_OS%==xWinXP goto usage set PWD=%~dp0 cd .. mkdir E:\dailies\%DATE% for %%A in (MS32 MS64) do mkdir E:\dailies\%DATE%\%%A for %%A in (MS32 MS64) do mkdir E:\dailies\%DATE%\%%A\static for %%A in (MS32 MS64) do mkdir E:\dailies\%DATE%\%%A\dll for %%A in (source bin32 bin64) do mkdir E:\dailies\%DATE%\examples\%%A copy examples\listdevs.c E:\dailies\%DATE%\examples\source copy examples\xusb.c E:\dailies\%DATE%\examples\source copy msvc\stdint.h E:\dailies\%DATE%\examples\source copy .private\wbs.txt E:\dailies\%DATE%\README.txt set ORG_BUILD_ALT_DIR=%BUILD_ALT_DIR% set ORG_BUILDARCH=%_BUILDARCH% set ORG_PATH=%PATH% set ORG_BUILD_DEFAULT_TARGETS=%BUILD_DEFAULT_TARGETS% set 386=1 set AMD64= set BUILD_DEFAULT_TARGETS=-386 set _AMD64bit= set _BUILDARCH=x86 set PATH=%BASEDIR%\bin\x86;%BASEDIR%\bin\x86\x86 cd msvc call ddk_build cd .. @echo off copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\static copy Win32\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin32 copy Win32\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin32 cd msvc call ddk_build DLL cd .. @echo off copy Win32\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS32\dll copy Win32\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS32\dll set 386= set AMD64=1 set BUILD_DEFAULT_TARGETS=-amd64 set _AMD64bit=true set _BUILDARCH=AMD64 set PATH=%BASEDIR%\bin\x86\amd64;%BASEDIR%\bin\x86 cd msvc call ddk_build cd .. @echo off copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\static copy x64\Release\examples\listdevs.exe E:\dailies\%DATE%\examples\bin64 copy x64\Release\examples\xusb.exe E:\dailies\%DATE%\examples\bin64 cd msvc call ddk_build DLL cd .. @echo off copy x64\Release\lib\libusb-1.0.lib E:\dailies\%DATE%\MS64\dll copy x64\Release\dll\libusb-1.0.dll E:\dailies\%DATE%\MS64\dll set BUILD_ALT_DIR=%ORG_BUILD_ALT_DIR% set _BUILDARCH=%ORG_BUILDARCH% set PATH=%ORG_PATH% set BUILD_DEFAULT_TARGETS=%ORG_BUILD_DEFAULT_TARGETS% goto done :usage echo must be run in a WXP build environment! :done cd %PWD%
avakar/libusbx
.private/bd.cmd
bat
lgpl-2.1
2,161
echo off :SetColor Color String :: :: Prints String in color specified by Color. :: i.e. call SetColor f4 "Hello" :: :: Color should be 2 hex digits :: The 1st digit specifies the background :: The 2nd digit specifies the foreground :: See COLOR /? for more help :: :: String is the text to print. All quotes will be stripped. :: The string cannot contain any of the following: * ? < > | : \ / :: Also, any trailing . or <space> will be stripped. :: :: The string is printed to the screen without issuing a <newline>, :: so multiple colors can appear on one line. To terminate the line :: without printing anything, use the ECHO( command. :: setlocal pushd %temp% for /F "tokens=1 delims=#" %%a in ('"prompt #$H#$E# & echo on & for %%b in (1) do rem"') do ( <nul set/p"=%%a" >"%~2" ) findstr /v /a:%1 /R "^$" "%~2" nul del "%~2" > nul 2>&1 popd exit /b
jezzsantos/ssauthz
src/SetColor.bat
bat
unlicense
885
GitRevision AssemblyVersion.tpl AssemblyVersion.cs
wecopter/voicecloud
src/VoiceCloud/AssemblyVersion.cmd
bat
apache-2.0
51
@echo off rem Only need to run this the first time after clone. Subsequent builds can be just "msbuild". rem Alternatively, this batch file can be invoked passing msbuild parameters, like: build.cmd /v:detailed /t:Rebuild cd %~dp0 SETLOCAL SET CACHED_NUGET=%LocalAppData%\NuGet\NuGet.exe IF EXIST %CACHED_NUGET% goto copynuget echo Downloading latest version of NuGet.exe... IF NOT EXIST %LocalAppData%\NuGet md %LocalAppData%\NuGet @powershell -NoProfile -ExecutionPolicy unrestricted -Command "$ProgressPreference = 'SilentlyContinue'; Invoke-WebRequest 'https://www.nuget.org/nuget.exe' -OutFile '%CACHED_NUGET%'" :copynuget IF EXIST build\.nuget\nuget.exe goto restore md build\.nuget copy %CACHED_NUGET% build\.nuget\nuget.exe > nul :restore IF NOT EXIST packages.config goto run build\.nuget\NuGet.exe install packages.config -OutputDirectory packages -ExcludeVersion :run msbuild build.proj /nologo /v:minimal %1 %2 %3 %4 %5 %6 %7 %8 %9
AntRemo/FormsPlayer
build/sample/build.cmd
bat
mit
949
@echo off goto start Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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 agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. :start cscript "__PATH_TO_TOOLING_SCRIPTS__\deploy.js" __PATH_TO_PROJ__ -debug //nologo
OneMoreCheckin/mobile-app
phonegap/2.6.0/windows-phone-8/templates/standalone/cordova/debug.bat
bat
mit
865
:: WARNING: this script is only experimental now @echo off :: IMPORTANT: any modification in this script file must be reflected in the unix version @setlocal ::Simple runner script for webtest. :: don't make any assumption concerning current dir :: %~dp0 is expanded pathname of the current script under NT set WEBTEST_HOME=%~dp0%.. set WEBTEST_RUNNER="%WEBTEST_HOME%\resources\webtestsRunner.xml" set ARGS=-Dwt.headless=%wt.headless% -Dwebtest.testdir=%cd% if "%1" == "" goto testFileSet set ARGS=%ARGS% -Dwebtest.testfile=%1 shift :testFileSet set EXEC=%WEBTEST_HOME%\bin\webtest.bat -f %WEBTEST_RUNNER% %ARGS% echo %EXEC% %EXEC%
henning/timetracker
webtest/home/bin/runWebtest.bat
bat
agpl-3.0
640
@echo off REM ***************************************************************************** REM REM Pentaho Data Integration REM REM Copyright (C) 2005 - ${copyright.year} by Hitachi Vantara : http://www.hitachivantara.com REM REM ***************************************************************************** REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with REM the License. You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by applicable law or agreed to in writing, software REM distributed under the License is distributed on an "AS IS" BASIS, REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. REM See the License for the specific language governing permissions and REM limitations under the License. REM REM ***************************************************************************** setlocal cd /D %~dp0 REM ************************************************** REM ** Set console window properties ** REM ************************************************** REM TITLE Spoon console REM COLOR F0 :: ************************************************** :: ** Kettle home ** :: ************************************************** if "%KETTLE_DIR%"=="" set KETTLE_DIR=%~dp0 if %KETTLE_DIR:~-1%==\ set KETTLE_DIR=%KETTLE_DIR:~0,-1% cd %KETTLE_DIR% REM Special console/debug options when called from SpoonConsole.bat or SpoonDebug.bat if "%SPOON_CONSOLE%"=="1" set PENTAHO_JAVA=java.exe if not "%SPOON_CONSOLE%"=="1" set PENTAHO_JAVA=javaw.exe set IS64BITJAVA=0 call "%~dp0set-pentaho-env.bat" REM ************************************************** REM Platform Specific SWT ** REM ************************************************** REM The following line is predicated on the 64-bit Sun REM java output from -version which REM looks like this (at the time of this writing): REM REM java version "1.6.0_17" REM Java(TM) SE Runtime Environment (build 1.6.0_17-b04) REM Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode) REM REM Below is a logic to find the directory where java can found. We will REM temporarily change the directory to that folder where we can run java there pushd "%_PENTAHO_JAVA_HOME%" if exist java.exe goto USEJAVAFROMPENTAHOJAVAHOME cd bin if exist java.exe goto USEJAVAFROMPENTAHOJAVAHOME popd pushd "%_PENTAHO_JAVA_HOME%\jre\bin" if exist java.exe goto USEJAVAFROMPATH goto USEJAVAFROMPATH :USEJAVAFROMPENTAHOJAVAHOME FOR /F %%a IN ('.\java.exe -version 2^>^&1^|%windir%\system32\find /C "64-Bit"') DO (SET /a IS64BITJAVA=%%a) GOTO CHECK32VS64BITJAVA :USEJAVAFROMPATH FOR /F %%a IN ('java -version 2^>^&1^|%windir%\system32\find /C "64-Bit"') DO (SET /a IS64BITJAVA=%%a) GOTO CHECK32VS64BITJAVA :CHECK32VS64BITJAVA IF %IS64BITJAVA% == 1 GOTO :USE64 :USE32 REM =========================================== REM Using 32bit Java, so include 32bit SWT Jar REM =========================================== set LIBSPATH=libswt\win32 GOTO :CONTINUE :USE64 REM =========================================== REM Using 64bit java, so include 64bit SWT Jar REM =========================================== set LIBSPATH=libswt\win64 set SWTJAR=..\libswt\win64 :CONTINUE popd REM ************************************************** REM ** Setup Karaf endorsed libraries directory ** REM ************************************************** set JAVA_ENDORSED_DIRS= if not "%_PENTAHO_JAVA_HOME%" == "" set JAVA_ENDORSED_DIRS=%_PENTAHO_JAVA_HOME%\jre\lib\endorsed;%_PENTAHO_JAVA_HOME%\lib\endorsed; set JAVA_ENDORSED_DIRS=%JAVA_ENDORSED_DIRS%%KETTLE_DIR%\system\karaf\lib\endorsed REM ********************** REM Collect arguments REM ********************** set _cmdline= :TopArg if %1!==! goto EndArg set _cmdline=%_cmdline% %1 shift goto TopArg :EndArg REM ****************************************************************** REM ** Set java runtime options ** REM ** Change 2048m to higher values in case you run out of memory ** REM ** or set the PENTAHO_DI_JAVA_OPTIONS environment variable ** REM ****************************************************************** if "%PENTAHO_DI_JAVA_OPTIONS%"=="" set PENTAHO_DI_JAVA_OPTIONS="-Xms1024m" "-Xmx2048m" set OPT=%OPT% %PENTAHO_DI_JAVA_OPTIONS% "-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2" "-Djava.library.path=%LIBSPATH%;%HADOOP_HOME%/bin" "-Djava.endorsed.dirs=%JAVA_ENDORSED_DIRS%" "-DKETTLE_HOME=%KETTLE_HOME%" "-DKETTLE_REPOSITORY=%KETTLE_REPOSITORY%" "-DKETTLE_USER=%KETTLE_USER%" "-DKETTLE_PASSWORD=%KETTLE_PASSWORD%" "-DKETTLE_PLUGIN_PACKAGES=%KETTLE_PLUGIN_PACKAGES%" "-DKETTLE_LOG_SIZE_LIMIT=%KETTLE_LOG_SIZE_LIMIT%" "-DKETTLE_JNDI_ROOT=%KETTLE_JNDI_ROOT%" REM *************** REM ** Run... ** REM *************** if %STARTTITLE%!==! SET STARTTITLE="Spoon" REM Eventually call java instead of javaw and do not run in a separate window if not "%SPOON_CONSOLE%"=="1" set SPOON_START_OPTION=start %STARTTITLE% @echo on %SPOON_START_OPTION% "%_PENTAHO_JAVA%" %OPT% -jar launcher\launcher.jar -lib ..\%LIBSPATH% %_cmdline% @echo off if "%SPOON_PAUSE%"=="1" pause
pedrofvteixeira/pentaho-kettle
assemblies/static/src/main/resources-filtered/Spoon.bat
bat
apache-2.0
5,226
@echo off set curr_dir=%cd% chdir /D "%~dp0" node ..\..\bin\typedoc --module commonjs --target ES6 --out doc\ src\ chdir /D "%curr_dir%"
PolymerLabs/typedoc
examples/es6/run.bat
bat
apache-2.0
138
setlocal enabledelayedexpansion textreplace -std -t bin\@[email protected] textreplace -std -t bin\@[email protected] textreplace -std -t bin\python-@[email protected] if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$ if not %OSGEO4W_MENU_LINKS%==0 mkdir "%OSGEO4W_STARTMENU%" if not %OSGEO4W_DESKTOP_LINKS%==0 mkdir "%OSGEO4W_DESKTOP%" call "%OSGEO4W_ROOT%\bin\@[email protected]" --postinstall if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@[email protected]" "%OSGEO4W_STARTMENU%" "QGIS Desktop @version@" "" "" "" "" "~$folder.mydocuments$" if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@[email protected]" "%OSGEO4W_DESKTOP%" "QGIS Desktop @version@" "" "" "" "" "~$folder.mydocuments$" for %%g in (@grassversions@) do ( set gv= for /f "usebackq tokens=1" %%a in (`%%g --config version`) do set gv=%%a if not "!gv!"=="" ( for /F "delims=." %%i in ("!gv!") do set v=%%i copy "%OSGEO4W_ROOT%\bin\@[email protected]" "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.exe" copy "%OSGEO4W_ROOT%\bin\@[email protected]" "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.vars" textreplace -std -map @grassmajor@ !v! -t bin\@package@-g!v!.bat call "%OSGEO4W_ROOT%\bin\@package@-g!v!.bat" --postinstall if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.exe" "%OSGEO4W_STARTMENU%" "QGIS Desktop @version@ with GRASS !gv! (Nightly)" "" "" "" "" "~$folder.mydocuments$" if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\@package@-bin-g!v!.exe" "%OSGEO4W_DESKTOP%" "QGIS Desktop @version@ with GRASS !gv! (Nightly)" "" "" "" "" "~$folder.mydocuments$" ) ) if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_STARTMENU%" "Qt Designer with QGIS @version@ custom widgets (Nightly)" "exec hide """%OSGEO4W_ROOT%\bin\@[email protected]"" "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico" "" "" "~$folder.mydocuments$" if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%OSGEO4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_DESKTOP%" "Qt Designer with QGIS @version@ custom widgets (Nightly)" "exec hide """%OSGEO4W_ROOT%\bin\@[email protected]"" "%OSGEO4W_ROOT%\apps\@package@\icons\QGIS.ico" "" "" "~$folder.mydocuments$" set O4W_ROOT=%OSGEO4W_ROOT% set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\% textreplace -std -t "%O4W_ROOT%\apps\@package@\bin\qgis.reg" set OSGEO4W_ROOT=%O4W_ROOT% REM Do not register extensions if release is installed if not exist "%O4W_ROOT%\apps\qgis\bin\qgis.reg" nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\@package@\bin\qgis.reg" call "%OSGEO4W_ROOT%\bin\o4w_env.bat" call qt5_env.bat call gdal-dev-env.bat path %PATH%;%OSGEO4W_ROOT%\apps\@package@\bin set QGIS_PREFIX_PATH=%OSGEO4W_ROOT:\=/%/apps/@package@ "%OSGEO4W_ROOT%\apps\@package@\crssync" del /s /q "%OSGEO4W_ROOT%\apps\@package@\*.pyc" exit /b 0 endlocal
ahuarte47/QGIS
ms-windows/osgeo4w/postinstall-dev.bat
bat
gpl-2.0
2,933
cd .. del /s /q build mkdir build cd build cmake -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=../bin/win8-64 ../neo pause
jpcy/RBDOOM-3-BFG
neo/cmake-vs2013-64bit.bat
bat
gpl-3.0
127
::npm-install.bat @echo off ::install web server dependencies && game server dependencies cd web-server && npm install -d && cd .. && cd game-server && npm install -d
kkkkyue/pomelo
template/npm-install.bat
bat
mit
166
python "brownian_controllers.py" pause del "%0" pause
joefutrelle/pyaglomidi
geany_run_script.bat
bat
mit
56
@echo off if ["%CATALINA_HOME%"] == [] ( echo CATALINA_HOME must be specified exit 1 ) echo CATALINA_HOME=["%CATALINA_HOME%"] call "%CATALINA_HOME%\bin\shutdown.bat" rd /S /Q "%CATALINA_HOME%\webapps\kuzenko" del /F /Q "%CATALINA_HOME%\webapps\kuzenko.war" copy build\libs\kuzenko.war "%CATALINA_HOME%\webapps"
dmytro-ignatenko/kuzenko
web/src/build/bat/deploy.bat
bat
mit
323
npm install colors
TehRealShot/Higher-Or-Lower-Game-Node.js
3.bat
bat
mit
19
java -Xmx6144M -Dlog4j.configuration=file:./config/log4j.properties -jar ./lib/ethereumj-0.7.9.jar org.ethereum.Start %*
swaldman/ethereumj
ethereumj-studio/src/main/resources/config/cli.bat
bat
mit
121
REM ×¢ÊÍ @echo off set ocd=%cd% cd /d %~dp0 cd .. echo ##### Ìáʾ£º¶ÁÈ¡ÅäÖÃÎļþ ##### if exist ..\config.bat call ..\config.bat if exist ..\..\config.bat call ..\..\config.bat if exist ..\..\..\config.bat call ..\..\..\config.bat if exist ..\..\..\..\config.bat call ..\..\..\..\config.bat if exist ..\..\..\..\..\config.bat call ..\..\..\..\..\config.bat if exist ..\..\..\..\..\..\config.bat call ..\..\..\..\..\..\config.bat if exist ..\..\..\..\..\..\..\config.bat call ..\..\..\..\..\..\..\config.bat echo ##### Ìáʾ£º±äÁ¿ÅäÖà ##### set LIBEVENT_VERSION_NAME=libevent-2.0.21-stable SET DIOS_PREBUILT=%cd%\prebuilt SET DIOS_PLATFORM=win32 echo ##### Ìáʾ£º½âѹ %LIBEVENT_VERSION_NAME% ##### if not exist %LIBEVENT_VERSION_NAME% ( rem ½âѹ²Ù×÷ %DIOS_TOOLS%\7za.exe x -y %LIBEVENT_VERSION_NAME%.tar.gz %DIOS_TOOLS%\7za.exe x -y %LIBEVENT_VERSION_NAME%.tar del %LIBEVENT_VERSION_NAME%.tar /Q rem ´úÂë²¹¶¡ xcopy /y /s patch\* %LIBEVENT_VERSION_NAME%\ ) echo ##### Ìáʾ£º±àÒë LibEvent ##### cd %LIBEVENT_VERSION_NAME% echo ##### Ìáʾ£º±àÒë %LIBEVENT_VERSION_NAME% ##### nmake makefile.nmake if %errorlevel% neq 0 goto :cmEnd echo ##### Ìáʾ£º°²×° libevent ##### if not exist %DIOS_PREBUILT%\lib\%DIOS_PLATFORM%\libevent mkdir %DIOS_PREBUILT%\lib\%DIOS_PLATFORM% if not exist %DIOS_PREBUILT%\inc\libevent mkdir %DIOS_PREBUILT%\inc\libevent if not exist %DIOS_PREBUILT%\inc\libevent\WIN32-Code mkdir %DIOS_PREBUILT%\inc\libevent\WIN32-Code copy libevent.lib %DIOS_PREBUILT%\lib\%DIOS_PLATFORM%\ copy libevent_core.lib %DIOS_PREBUILT%\lib\%DIOS_PLATFORM%\ copy libevent_extras.lib %DIOS_PREBUILT%\lib\%DIOS_PLATFORM%\ xcopy /y/s include\*.h %DIOS_PREBUILT%\inc\libevent xcopy /y/s WIN32-Code\*.h %DIOS_PREBUILT%\inc\libevent rem --------------------- rem #### cmake ±àÒë cd /d %~dp0 cd .. setlocal enabledelayedexpansion call :GET_PATH_NAME %cd% set project=%PATH_NAME% if not exist proj.win32 md proj.win32 cd proj.win32 echo #####Ìáʾ£º¿ªÊ¼¹¹½¨##### cmake -DDIOS_CMAKE_PLATFORM=WIN32 .. if %errorlevel% neq 0 goto :cmEnd cmake -DDIOS_CMAKE_PLATFORM=WIN32 .. if %errorlevel% neq 0 goto :cmEnd echo #####Ìáʾ£º¹¹½¨½áÊø##### echo #####Ìáʾ£º¿ªÊ¼±àÒë##### rem BuildConsole.exe %project%.sln /prj=ALL_BUILD /Silent /OpenMonitor /Cfg="Debug|WIN32,Release|WIN32" rem BuildConsole.exe %project%.sln /prj=ALL_BUILD /Silent /Cfg="Debug|WIN32,Release|WIN32" if %errorlevel% neq 0 goto :cmEnd echo #####Ìáʾ£º±àÒë½áÊø##### echo #####Ìáʾ£º¿ªÊ¼°²×°##### cmake -DBUILD_TYPE="Debug" -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd cmake -DBUILD_TYPE="Release" -P cmake_install.cmake if %errorlevel% neq 0 goto :cmEnd echo #####Ìáʾ£º°²×°½áÊø##### goto cmDone :cmEnd echo setup failed pause exit :cmDone cmake -P dios_cmake_compile_succeeded.cmake cmake -P dios_cmake_install_succeeded.cmake cd /d %ocd% @echo on goto :eof :GET_PATH_NAME set PATH_NAME=%~n1 :eof
dios-game/dios
src/oslibs/libevent/build/setup.win32.bat
bat
mit
2,995
rem @echo off set scores=scores.xml rem set scores=scores-waterpolo.xml rem set scores=scores-16B.xml set output=Output rem set output=Output\16B if EXIST Working goto Working_exists mkdir Working :Working_exists del Working\Graphs\*.* /Q del %output%\Graphs\*.* /Q set nxslt=..\lib\nxslt\nxslt.exe set graphviz=..\lib\GraphViz-2.38\bin set dotml=..\lib\dotml-1.4 @echo === Apply Templates === %nxslt% %scores% Stylesheets\layout-scores.xslt -o Working\scores-layout.xml rem %nxslt% Working\scores-layout.xml Stylesheets\extract-link-data.xslt -o Working\linkdata.xml %nxslt% Working\scores-layout.xml StyleSheets\render-scores-dotml.xslt -o Working\scores.dotml %nxslt% Working\scores.dotml %dotml%\dotml2dot.xsl -o "Working\scores.gv" %graphviz%\dot.exe -Tsvg "Working\scores.gv" -o "%output%\scores.svg" %graphviz%\dot.exe -Tpng "Working\scores.gv" -o "%output%\scores.png" pause
JoePlant/graphviz-scores
src/build.cmd
bat
mit
895
@echo off setlocal set originDir=%cd% cd /D %~dp0 del *.scouter cd /D %originDir% echo "requested to stop Host agent..." pause
scouter-project/scouter-demo
demo-env1/scouter/agent.host/stop.bat
bat
mit
126
choco push bin\StructuredLogViewer\Release\net472\msbuild-structured-log-viewer.*.nupkg --source https://push.chocolatey.org
KirillOsenkov/MSBuildStructuredLog
chocopush.cmd
bat
mit
124
cmd_/home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb/.install := /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb ./include/uapi/linux/dvb audio.h ca.h dmx.h frontend.h net.h osd.h version.h video.h; /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb ./include/linux/dvb ; /bin/bash scripts/headers_install.sh /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb ./include/generated/uapi/linux/dvb ; for F in ; do echo "\#include <asm-generic/$$F>" > /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb/$$F; done; touch /home/brian/545/board_os/ubuntu_14.04_corefs//include/linux/dvb/.install
Bjay1435/capstone
rootfs/include/linux/dvb/..install.cmd
bat
mit
733
@echo off set MINGW_HOME=C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64 set CMAKE_HOME=C:\ProgramData\chocolatey\lib\cmake.portable\tools\cmake-3.16.2-win64-x64 set MAKE_HOME=C:\ProgramData\chocolatey\lib\make\tools\install set UNZIP_HOME=C:\ProgramData\chocolatey\lib\unzip\tools set BOOST_ROOT=%CD%\build.boost\boost_1_72_0 set Path=%MINGW_HOME%\bin;%CMAKE_HOME%\bin;%MAKE_HOME%\bin;%UNZIP_HOME%;%Path% if exist build ( rmdir /s /q build ) if not exist build.boost ( mkdir build.boost cd build.boost echo Download boost ... curl -s -L https://dl.bintray.com/boostorg/release/1.72.0/source/boost_1_72_0.zip -oboost.zip echo Unpack boost ... unzip boost.zip > nul echo Build boost ... cd boost_1_72_0 bootstrap gcc --with-libraries=date_time,filesystem,system,iostreams,regex,python,test,program_options .\b2 threading=multi --prefix=%BOOST_ROOT% -d0 cd ..\.. ) set BOOST_INCLUDEDIR=%BOOST_ROOT% set BOOST_LIBRARYDIR=%BOOST_ROOT%\stage\lib set BOOST_USE_STATIC_LIBS=ON mkdir build cd build cmake .. -G "MinGW Makefiles" -DBoost_ARCHITECTURE:STRING=-x64 make
Nachtfeuer/concept-cpp
build.cmd
bat
mit
1,125
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=RII_Pandas if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
mnishida/RII_Pandas
docs/make.bat
bat
mit
782
@echo off doskey /macrofile=%USERPROFILE%/doskey.txt
goolord/cmd-aliases
autorun.bat
bat
mit
52
cmd_arch/arm/lib/testsetbit.o := arm-poky-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.testsetbit.o.d -nostdinc -isystem /opt/poky/1.7/sysroots/i686-pokysdk-linux/usr/lib/arm-poky-linux-gnueabi/gcc/arm-poky-linux-gnueabi/4.9.1/include -I/second_extend/yocto_file/linux_yocto/arch/arm/include -Iarch/arm/include/generated -Iinclude -I/second_extend/yocto_file/linux_yocto/arch/arm/include/uapi -Iarch/arm/include/generated/uapi -I/second_extend/yocto_file/linux_yocto/include/uapi -Iinclude/generated/uapi -include /second_extend/yocto_file/linux_yocto/include/linux/kconfig.h -D__KERNEL__ -mlittle-endian -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -mfpu=vfp -funwind-tables -marm -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/lib/testsetbit.o arch/arm/lib/testsetbit.S source_arch/arm/lib/testsetbit.o := arch/arm/lib/testsetbit.S deps_arch/arm/lib/testsetbit.o := \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ $(wildcard include/config/kprobes.h) \ include/linux/stringify.h \ include/linux/export.h \ $(wildcard include/config/have/underscore/symbol/prefix.h) \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/linkage.h \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/cpu/v7m.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/cpu/use/domains.h) \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/arm/thumb.h) \ /second_extend/yocto_file/linux_yocto/arch/arm/include/uapi/asm/ptrace.h \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/hwcap.h \ /second_extend/yocto_file/linux_yocto/arch/arm/include/uapi/asm/hwcap.h \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/opcodes-virt.h \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/opcodes.h \ $(wildcard include/config/cpu/endian/be32.h) \ arch/arm/lib/bitops.h \ /second_extend/yocto_file/linux_yocto/arch/arm/include/asm/unwind.h \ $(wildcard include/config/arm/unwind.h) \ arch/arm/lib/testsetbit.o: $(deps_arch/arm/lib/testsetbit.o) $(deps_arch/arm/lib/testsetbit.o):
heyoufei2/yocto3.14.38_kernel
arch/arm/lib/.testsetbit.o.cmd
bat
gpl-2.0
3,071
@echo off %~d0 cd %~p0 set output=..\..\output\%1 pushd %output% && ( rem [bohan] delete the stamp file in any case, because the rest sometimes fails for unknown reasons del /q %output%\direct-sound-stamp || exit /b 1 popd ) && ( if exist %output% ( pushd %output% && ( del /s/q dsound.lib || exit /b 1 del /s/q dxguid.lib || exit /b 1 popd ) ) )
eriser/psycle
build-systems/msvc/projects/direct-sound/clean.cmd
bat
gpl-2.0
368
cmd_drivers/mfd/lpc_sch.ko := ld -r -m elf_i386 -T /home/madhwang/Development/linuxSource/linux-2.6.34.7/scripts/module-common.lds --build-id -o drivers/mfd/lpc_sch.ko drivers/mfd/lpc_sch.o drivers/mfd/lpc_sch.mod.o
madhwang/linuxKernel
drivers/mfd/.lpc_sch.ko.cmd
bat
gpl-2.0
216
@echo off cd src py -3.4 setup.py py2exe cd ../ pause
apmzideas/BetterPollBot
Build.bat
bat
gpl-2.0
55
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c deps_scripts/kconfig/zconf.tab.o := \ scripts/kconfig/zconf.tab.c \ /usr/include/ctype.h \ /usr/include/features.h \ /usr/include/stdc-predef.h \ /usr/include/i386-linux-gnu/bits/predefs.h \ /usr/include/i386-linux-gnu/sys/cdefs.h \ /usr/include/i386-linux-gnu/bits/wordsize.h \ /usr/include/i386-linux-gnu/gnu/stubs.h \ /usr/include/i386-linux-gnu/gnu/stubs-32.h \ /usr/include/i386-linux-gnu/bits/types.h \ /usr/include/i386-linux-gnu/bits/typesizes.h \ /usr/include/endian.h \ /usr/include/i386-linux-gnu/bits/endian.h \ /usr/include/i386-linux-gnu/bits/byteswap.h \ /usr/include/i386-linux-gnu/bits/byteswap-16.h \ /usr/include/xlocale.h \ /usr/lib/gcc/i686-linux-gnu/4.7/include/stdarg.h \ /usr/include/stdio.h \ /usr/lib/gcc/i686-linux-gnu/4.7/include/stddef.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/include/i386-linux-gnu/bits/stdio_lim.h \ /usr/include/i386-linux-gnu/bits/sys_errlist.h \ /usr/include/i386-linux-gnu/bits/stdio.h \ /usr/include/i386-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/i386-linux-gnu/bits/waitflags.h \ /usr/include/i386-linux-gnu/bits/waitstatus.h \ /usr/include/i386-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/i386-linux-gnu/sys/select.h \ /usr/include/i386-linux-gnu/bits/select.h \ /usr/include/i386-linux-gnu/bits/sigset.h \ /usr/include/i386-linux-gnu/bits/time.h \ /usr/include/i386-linux-gnu/bits/select2.h \ /usr/include/i386-linux-gnu/sys/sysmacros.h \ /usr/include/i386-linux-gnu/bits/pthreadtypes.h \ /usr/include/alloca.h \ /usr/include/i386-linux-gnu/bits/stdlib-float.h \ /usr/include/i386-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/i386-linux-gnu/bits/string.h \ /usr/include/i386-linux-gnu/bits/string2.h \ /usr/include/i386-linux-gnu/bits/string3.h \ /usr/lib/gcc/i686-linux-gnu/4.7/include/stdbool.h \ scripts/kconfig/lkc.h \ $(wildcard include/config/list.h) \ scripts/kconfig/expr.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/i386-linux-gnu/bits/locale.h \ scripts/kconfig/lkc_proto.h \ scripts/kconfig/zconf.hash.c \ scripts/kconfig/lex.zconf.c \ /usr/include/errno.h \ /usr/include/i386-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/lib/gcc/i686-linux-gnu/4.7/include-fixed/limits.h \ /usr/lib/gcc/i686-linux-gnu/4.7/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/i386-linux-gnu/bits/posix1_lim.h \ /usr/include/i386-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/i386-linux-gnu/bits/posix2_lim.h \ /usr/include/unistd.h \ /usr/include/i386-linux-gnu/bits/posix_opt.h \ /usr/include/i386-linux-gnu/bits/environments.h \ /usr/include/i386-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/i386-linux-gnu/bits/unistd.h \ scripts/kconfig/util.c \ scripts/kconfig/confdata.c \ $(wildcard include/config/config.h) \ $(wildcard include/config/autoconfig.h) \ $(wildcard include/config/.h) \ $(wildcard include/config/overwriteconfig.h) \ $(wildcard include/config/notimestamp.h) \ $(wildcard include/config/autoheader.h) \ /usr/include/i386-linux-gnu/sys/stat.h \ /usr/include/i386-linux-gnu/bits/stat.h \ /usr/include/fcntl.h \ /usr/include/i386-linux-gnu/bits/fcntl.h \ /usr/include/i386-linux-gnu/bits/fcntl-linux.h \ /usr/include/i386-linux-gnu/bits/fcntl2.h \ scripts/kconfig/expr.c \ scripts/kconfig/symbol.c \ /usr/include/regex.h \ /usr/include/i386-linux-gnu/gnu/option-groups.h \ /usr/include/i386-linux-gnu/sys/utsname.h \ /usr/include/i386-linux-gnu/bits/utsname.h \ scripts/kconfig/menu.c \ scripts/kconfig/zconf.tab.o: $(deps_scripts/kconfig/zconf.tab.o) $(deps_scripts/kconfig/zconf.tab.o):
gzdaoke/linux2.6.32_kernel
scripts/kconfig/.zconf.tab.o.cmd
bat
gpl-2.0
4,201
cmd_sound/soc/sh/built-in.o := rm -f sound/soc/sh/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/soc/sh/built-in.o
dizgustipated/BOCA-2.6.35.14
sound/soc/sh/.built-in.o.cmd
bat
gpl-2.0
139
cmd_firmware/imx/epdc_E60_V220.fw.gen.o := ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-gcc -Wp,-MD,firmware/imx/.epdc_E60_V220.fw.gen.o.d -nostdinc -isystem /home/cgil/udoo/arm-fsl-linux-gnueabi/bin/../lib/gcc/arm-fsl-linux-gnueabi/4.4.4/include -I/home/cgil/udoo/kernel_oficial_source/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-mx6/include -Iarch/arm/plat-mxc/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o firmware/imx/epdc_E60_V220.fw.gen.o firmware/imx/epdc_E60_V220.fw.gen.S source_firmware/imx/epdc_E60_V220.fw.gen.o := firmware/imx/epdc_E60_V220.fw.gen.S deps_firmware/imx/epdc_E60_V220.fw.gen.o := \ /home/cgil/udoo/kernel_oficial_source/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ firmware/imx/epdc_E60_V220.fw.gen.o: $(deps_firmware/imx/epdc_E60_V220.fw.gen.o) $(deps_firmware/imx/epdc_E60_V220.fw.gen.o):
chrnueve/udooImaxdi
kernel_oficial_source/firmware/imx/.epdc_E60_V220.fw.gen.o.cmd
bat
gpl-2.0
1,136
del C:\Python33\Lib\Constants.py del C:\Python33\Lib\cs0.py del C:\Python33\Lib\Engine.py del C:\Python33\Lib\Events.py del C:\Python33\Lib\Globals.py del C:\Python33\Lib\GObj.py del C:\Python33\Lib\World.py
TheAwesomePossum/PythonCS0
WindowsUninstall.cmd
bat
gpl-2.0
207
cmd_scripts/kconfig/lxdialog/yesno.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.yesno.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/usr/include/ncursesw -DCURSES_LOC="<ncursesw/curses.h>" -DNCURSES_WIDECHAR=1 -DLOCALE -c -o scripts/kconfig/lxdialog/yesno.o scripts/kconfig/lxdialog/yesno.c source_scripts/kconfig/lxdialog/yesno.o := scripts/kconfig/lxdialog/yesno.c deps_scripts/kconfig/lxdialog/yesno.o := \ scripts/kconfig/lxdialog/dialog.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/gcc/x86_64-linux-gnu/4.4.7/include/stddef.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/bits/select2.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/x86_64-linux-gnu/bits/unistd.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/x86_64-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string.h \ /usr/include/x86_64-linux-gnu/bits/string2.h \ /usr/include/x86_64-linux-gnu/bits/string3.h \ /usr/lib/gcc/x86_64-linux-gnu/4.4.7/include/stdbool.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/x86_64-linux-gnu/bits/locale.h \ /usr/include/ncursesw/curses.h \ /usr/include/ncursesw/ncurses_dll.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.4.7/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio.h \ /usr/include/x86_64-linux-gnu/bits/stdio2.h \ /usr/include/ncursesw/unctrl.h \ scripts/kconfig/lxdialog/yesno.o: $(deps_scripts/kconfig/lxdialog/yesno.o) $(deps_scripts/kconfig/lxdialog/yesno.o):
domintech/PandaBoard-LinuxKernel
scripts/kconfig/lxdialog/.yesno.o.cmd
bat
gpl-2.0
3,040
cmd_arch/arm/lib/delay.o := /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-gcc -Wp,-MD,arch/arm/lib/.delay.o.d -nostdinc -isystem /home/ian/kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/home/ian/kernel/Epic_Touch_kernel/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-exynos/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -c -o arch/arm/lib/delay.o arch/arm/lib/delay.S source_arch/arm/lib/delay.o := arch/arm/lib/delay.S deps_arch/arm/lib/delay.o := \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/linkage.h \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/hwcap.h \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/domain.h \ $(wildcard include/config/io/36.h) \ $(wildcard include/config/cpu/use/domains.h) \ /home/ian/kernel/Epic_Touch_kernel/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ arch/arm/lib/delay.o: $(deps_arch/arm/lib/delay.o) $(deps_arch/arm/lib/delay.o):
sleshepic/epic_touch_kernel
arch/arm/lib/.delay.o.cmd
bat
gpl-2.0
2,126
git.exe init git.exe add . git.exe commit -m "First Commit" git.exe remote add origin https://github.com/thebagmaster/SCRATCH_Projects.git git.exe pull https://github.com/thebagmaster/SCRATCH_Projects.git git.exe push origin master pause
thebagmaster/SCRATCH_Projects
git.bat
bat
gpl-2.0
237
cmd_net/core/gen_stats.o := gcc -Wp,-MD,net/core/.gen_stats.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-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(gen_stats)" -D"KBUILD_MODNAME=KBUILD_STR(gen_stats)" -c -o net/core/gen_stats.o net/core/gen_stats.c deps_net/core/gen_stats.o := \ net/core/gen_stats.c \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc4.h \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/asm/posix_types.h \ $(wildcard include/config/x86/32.h) \ include/asm/posix_types_32.h \ include/asm/types.h \ $(wildcard include/config/x86/64.h) \ $(wildcard include/config/highmem64g.h) \ include/asm-generic/int-ll64.h \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/numa.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ $(wildcard include/config/x86/alignment/16.h) \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ include/asm/bitops.h \ $(wildcard include/config/x86/cmov.h) \ include/asm/alternative.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/paravirt.h) \ include/asm/asm.h \ include/asm/cpufeature.h \ $(wildcard include/config/x86/invlpg.h) \ include/asm/required-features.h \ $(wildcard include/config/x86/minimum/cpu/family.h) \ $(wildcard include/config/math/emulation.h) \ $(wildcard include/config/x86/pae.h) \ $(wildcard include/config/x86/use/3dnow.h) \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm/byteorder.h \ $(wildcard include/config/x86/bswap.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm-generic/bitops/minix.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/asm/processor.h \ $(wildcard include/config/x86/vsmp.h) \ $(wildcard include/config/x86/ht.h) \ $(wildcard include/config/x86/debugctlmsr.h) \ include/asm/processor-flags.h \ include/asm/vm86.h \ $(wildcard include/config/vm86.h) \ include/asm/ptrace.h \ include/asm/ptrace-abi.h \ include/asm/segment.h \ include/asm/ds.h \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/asm/math_emu.h \ include/asm/sigcontext.h \ include/asm/current.h \ include/asm/current_32.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/asm/system.h \ $(wildcard include/config/ia32/emulation.h) \ $(wildcard include/config/x86/ppro/fence.h) \ $(wildcard include/config/x86/oostore.h) \ include/asm/cmpxchg.h \ include/asm/cmpxchg_32.h \ $(wildcard include/config/x86/cmpxchg.h) \ $(wildcard include/config/x86/cmpxchg64.h) \ include/asm/nops.h \ $(wildcard include/config/mk7.h) \ $(wildcard include/config/x86/p6/nop.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/debug/lock/alloc.h) \ include/asm/page.h \ include/linux/const.h \ include/asm/page_32.h \ $(wildcard include/config/highmem4g.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/x86/3dnow.h) \ include/linux/string.h \ include/asm/string.h \ include/asm/string_32.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/asm/msr.h \ include/asm/msr-index.h \ include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/errno.h \ include/asm/desc_defs.h \ include/linux/personality.h \ include/linux/cpumask.h \ $(wildcard include/config/have/cpumask/of/cpu/map.h) \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/bitmap.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/asm/cache.h \ $(wildcard include/config/x86/l1/cache/shift.h) \ include/linux/stat.h \ include/asm/stat.h \ include/linux/time.h \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ include/linux/preempt.h \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ include/asm/thread_info.h \ include/asm/thread_info_32.h \ $(wildcard include/config/4kstacks.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/asm/spinlock.h \ include/asm/atomic.h \ include/asm/atomic_32.h \ $(wildcard include/config/m386.h) \ include/asm-generic/atomic.h \ include/asm/rwlock.h \ include/linux/spinlock_api_smp.h \ include/linux/math64.h \ include/asm/div64.h \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/elf.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/compat/vdso.h) \ include/asm/user.h \ include/asm/user_32.h \ include/asm/auxvec.h \ include/asm/vdso.h \ include/asm/desc.h \ include/asm/ldt.h \ include/asm/mmu.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/smp.h \ include/asm/smp.h \ $(wildcard include/config/x86/local/apic.h) \ $(wildcard include/config/x86/io/apic.h) \ $(wildcard include/config/x86/32/smp.h) \ $(wildcard include/config/x86/64/smp.h) \ include/asm/mpspec.h \ $(wildcard include/config/mca.h) \ $(wildcard include/config/eisa.h) \ $(wildcard include/config/acpi.h) \ include/asm/mpspec_def.h \ include/asm-x86/mach-default/mach_mpspec.h \ include/asm/apic.h \ $(wildcard include/config/x86/good/apic.h) \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ include/linux/delay.h \ include/asm/delay.h \ include/asm/fixmap.h \ include/asm/fixmap_32.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/x86/visws/apic.h) \ $(wildcard include/config/x86/f00f/bug.h) \ $(wildcard include/config/x86/cyclone/timer.h) \ $(wildcard include/config/pci/mmconfig.h) \ $(wildcard include/config/provide/ohci1394/dma/init.h) \ include/asm/acpi.h \ $(wildcard include/config/acpi/numa.h) \ include/acpi/pdc_intel.h \ include/asm/numa.h \ include/asm/numa_32.h \ include/asm/apicdef.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/asm/io_apic.h \ include/asm/pda.h \ $(wildcard include/config/cc/stackprotector.h) \ include/asm-x86/mach-default/mach_apicdef.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/wait.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/marker.h \ include/asm/local.h \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slabinfo.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/asm/topology.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/x86/64/acpi/numa.h) \ include/asm-generic/topology.h \ include/asm/sparsemem.h \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ include/asm/module.h \ $(wildcard include/config/m486.h) \ $(wildcard include/config/m586.h) \ $(wildcard include/config/m586tsc.h) \ $(wildcard include/config/m586mmx.h) \ $(wildcard include/config/mcore2.h) \ $(wildcard include/config/m686.h) \ $(wildcard include/config/mpentiumii.h) \ $(wildcard include/config/mpentiumiii.h) \ $(wildcard include/config/mpentiumm.h) \ $(wildcard include/config/mpentium4.h) \ $(wildcard include/config/mk6.h) \ $(wildcard include/config/mk8.h) \ $(wildcard include/config/x86/elan.h) \ $(wildcard include/config/mcrusoe.h) \ $(wildcard include/config/mefficeon.h) \ $(wildcard include/config/mwinchipc6.h) \ $(wildcard include/config/mwinchip2.h) \ $(wildcard include/config/mwinchip3d.h) \ $(wildcard include/config/mcyrixiii.h) \ $(wildcard include/config/mviac3/2.h) \ $(wildcard include/config/mviac7.h) \ $(wildcard include/config/mgeodegx1.h) \ $(wildcard include/config/mgeode/lx.h) \ include/linux/interrupt.h \ $(wildcard include/config/high/res/timers.h) \ $(wildcard include/config/generic/irq/probe.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/irqreturn.h \ include/linux/hardirq.h \ $(wildcard include/config/virt/cpu/accounting.h) \ $(wildcard include/config/preempt/rcu.h) \ $(wildcard include/config/no/hz.h) \ include/linux/smp_lock.h \ $(wildcard include/config/lock/kernel.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/capability.h \ include/linux/timex.h \ include/asm/timex.h \ $(wildcard include/config/x86/rdc321x.h) \ include/asm/tsc.h \ $(wildcard include/config/x86/tsc.h) \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/mmu.h) \ include/linux/auxvec.h \ include/linux/prio_tree.h \ include/linux/completion.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ include/asm/ipcbuf.h \ include/asm/sembuf.h \ include/linux/signal.h \ include/asm/signal.h \ include/asm-generic/signal.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/fs_struct.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ include/linux/rcuclassic.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/asm/seccomp.h \ include/asm/seccomp_32.h \ include/linux/unistd.h \ include/asm/unistd.h \ include/asm/unistd_32.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/param.h \ include/linux/resource.h \ include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/aio.h \ include/linux/workqueue.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/asm/hardirq.h \ include/asm/hardirq_32.h \ include/linux/irq.h \ $(wildcard include/config/s390.h) \ $(wildcard include/config/irq/per/cpu.h) \ $(wildcard include/config/irq/release/method.h) \ $(wildcard include/config/generic/pending/irq.h) \ $(wildcard include/config/irqbalance.h) \ $(wildcard include/config/auto/irq/affinity.h) \ $(wildcard include/config/generic/hardirqs/no//do/irq.h) \ include/asm/irq.h \ include/asm/irq_32.h \ include/asm-x86/mach-default/irq_vectors.h \ include/asm-x86/mach-default/irq_vectors_limits.h \ include/asm/irq_regs.h \ include/asm/irq_regs_32.h \ include/asm/hw_irq.h \ include/asm/hw_irq_32.h \ include/linux/profile.h \ $(wildcard include/config/profiling.h) \ include/asm/sections.h \ include/asm-generic/sections.h \ include/linux/irq_cpustat.h \ include/linux/socket.h \ include/asm/socket.h \ include/asm/sockios.h \ include/linux/sockios.h \ include/linux/rtnetlink.h \ include/linux/netlink.h \ include/linux/skbuff.h \ $(wildcard include/config/nf/conntrack.h) \ $(wildcard include/config/bridge/netfilter.h) \ $(wildcard include/config/netdevices/multiqueue.h) \ $(wildcard include/config/net/sched.h) \ $(wildcard include/config/net/cls/act.h) \ $(wildcard include/config/ipv6/ndisc/nodetype.h) \ $(wildcard include/config/net/dma.h) \ $(wildcard include/config/network/secmark.h) \ include/linux/net.h \ $(wildcard include/config/sysctl.h) \ include/linux/random.h \ include/linux/ioctl.h \ include/asm/ioctl.h \ include/asm-generic/ioctl.h \ include/linux/sysctl.h \ include/linux/textsearch.h \ include/linux/err.h \ include/net/checksum.h \ include/asm/uaccess.h \ include/asm/uaccess_32.h \ $(wildcard include/config/x86/intel/usercopy.h) \ $(wildcard include/config/x86/wp/works/ok.h) \ include/asm/checksum.h \ include/asm/checksum_32.h \ include/linux/in6.h \ include/linux/dmaengine.h \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ include/linux/ioport.h \ include/linux/klist.h \ include/linux/semaphore.h \ include/asm/device.h \ $(wildcard include/config/dmar.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/dma-mapping.h \ $(wildcard include/config/has/dma.h) \ $(wildcard include/config/have/dma/attrs.h) \ include/asm/dma-mapping.h \ include/linux/scatterlist.h \ $(wildcard include/config/debug/sg.h) \ include/asm/scatterlist.h \ include/linux/mm.h \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/vm.h) \ $(wildcard include/config/swap.h) \ $(wildcard include/config/shmem.h) \ $(wildcard include/config/debug/pagealloc.h) \ $(wildcard include/config/hibernation.h) \ include/linux/debug_locks.h \ $(wildcard include/config/debug/locking/api/selftests.h) \ include/asm/pgtable.h \ include/asm/pgtable_32.h \ $(wildcard include/config/highpte.h) \ include/asm/paravirt.h \ include/asm/pgtable-2level-defs.h \ include/asm/pgtable-2level.h \ include/asm-generic/pgtable.h \ include/linux/page-flags.h \ $(wildcard include/config/pageflags/extended.h) \ $(wildcard include/config/ia64/uncached/allocator.h) \ include/linux/vmstat.h \ $(wildcard include/config/vm/event/counters.h) \ include/asm/io.h \ include/asm/io_32.h \ include/asm-generic/iomap.h \ include/linux/vmalloc.h \ include/asm/swiotlb.h \ $(wildcard include/config/swiotlb.h) \ include/linux/if_link.h \ include/linux/if_addr.h \ include/linux/neighbour.h \ include/linux/gen_stats.h \ include/net/netlink.h \ include/net/gen_stats.h \ include/linux/pkt_sched.h \ net/core/gen_stats.o: $(deps_net/core/gen_stats.o) $(deps_net/core/gen_stats.o):
namgk/kernel-tut
net/core/.gen_stats.o.cmd
bat
gpl-2.0
20,879
@rem Run without parameters for help! @set CMD_NAME=%~nx0% @set DIR=%~dp0% @set FFMPEG=%DIR%ffmpeg @set IMAGEMAGICK=%DIR%imagemagick @if [%6] EQU [] goto Usage @set inputfile=%1 @set outputdir=%2 @set tStart=%3 @set tStop=%4 @set resultFrames=%5 @set width=%6 @SHIFT @SHIFT @SHIFT @SHIFT @SHIFT @SHIFT @set OPTIONS= @:loop1 @if [%1] == [] goto end_loop1 @set OPTIONS=%OPTIONS% %1 @SHIFT @goto loop1 @:end_loop1 @echo OPTIONS=%OPTIONS% rem goto :Convert @setlocal ENABLEDELAYEDEXPANSION @for /F "tokens=1* delims=:" %%a in ("!tStart!") do @set /a tStartSec=%%a*60+%%b @echo Start=!tStartSec! @for /F "tokens=1* delims=:" %%a in ("!tStop!") do @set /a tStopSec=%%a*60+%%b @echo Stop=!tStopSec! @set /a tLen=tStopSec-tStartSec @echo Length=!tLen! @set /a resultFPS=(1000*resultFrames+(tLen/2))/tLen @set resultFPS=000%resultFPS% @echo resultFPS*1000=%resultFPS% @set resultFPS=%resultFPS:~0,-3%.%resultFPS:~-3% @echo resultFPS=%resultFPS% @setlocal DISABLEDELAYEDEXPANSION @%FFMPEG%\bin\ffmpeg.exe -i %inputfile% -r %resultFPS% -ss %tStartSec% -to %tStopSec% %OPTIONS% -f image2 %outputdir%\i%%04d.jpeg @:Convert @echo Set current path: %outputdir% @pushd %outputdir% @set fileSet= @setlocal ENABLEDELAYEDEXPANSION @for %%i in (*.jpeg) do @set fileSet=!fileSet! %%i @set fileSet=%fileSet:~1% @echo %fileSet% | %IMAGEMAGICK%\convert @- -sharpen 0x1.0 -filter Lanczos -distort resize 640x +append out.jpg @for /f "tokens=*" %%a in ('@%IMAGEMAGICK%\identify -format "%%[fx:h]" out.jpg') do @set height=%%a @echo Height=%height% @set output_name=out_%resultFrames%_%width%_%height%.jpg @ren out.jpg %output_name% @popd @echo ------------------------------------------------------------- @echo Result image: %outputdir%\%output_name% @goto Quit @:Usage @echo ---------------------------------------------------------------------- @echo This script makes a scrollable picture from video for SovGVD's script. @echo Made by Andrey Prikupets, 2014. Many thanks to SovGVD! @echo See more: http://forum.rcdesign.ru/blogs/79585/blog19018.html @echo ---------------------------------------------------------------------- @echo Usage: @echo %CMD_NAME% input_file_name output_folder start_time stop_time output_frames output_width [ffmpeg_options] @echo Note: @echo start_time and stop_time have format: MM:SS @echo Example: @echo %CMD_NAME% C:\Capture\gopr7489.mp4 C:\VideoOut 1:38 1:55 36 640 -vf "crop=iw-200:ih-200:100:200" @echo Utilities: @echo ffmpeg should be copied to: %FFMPEG% @echo imagemagic should be copied to: %IMAGEMAGICK% :Quit
SovGVD/video2photoroll
video2roll_windows.cmd
bat
gpl-2.0
2,607
cmd_scripts/basic/docproc := gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c deps_scripts/basic/docproc := \ scripts/basic/docproc.c \ /usr/include/stdio.h \ /usr/include/features.h \ /usr/include/sys/cdefs.h \ /usr/include/bits/wordsize.h \ /usr/include/gnu/stubs.h \ /usr/include/gnu/stubs-64.h \ /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stddef.h \ /usr/include/bits/types.h \ /usr/include/bits/typesizes.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/stdarg.h \ /usr/include/bits/stdio_lim.h \ /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio.h \ /usr/include/stdlib.h \ /usr/include/bits/waitflags.h \ /usr/include/bits/waitstatus.h \ /usr/include/endian.h \ /usr/include/bits/endian.h \ /usr/include/bits/byteswap.h \ /usr/include/sys/types.h \ /usr/include/time.h \ /usr/include/sys/select.h \ /usr/include/bits/select.h \ /usr/include/bits/sigset.h \ /usr/include/bits/time.h \ /usr/include/sys/sysmacros.h \ /usr/include/bits/pthreadtypes.h \ /usr/include/alloca.h \ /usr/include/string.h \ /usr/include/xlocale.h \ /usr/include/bits/string.h \ /usr/include/bits/string2.h \ /usr/include/ctype.h \ /usr/include/unistd.h \ /usr/include/bits/posix_opt.h \ /usr/include/bits/environments.h \ /usr/include/bits/confname.h \ /usr/include/getopt.h \ /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/limits.h \ /usr/lib/gcc/x86_64-redhat-linux/4.5.1/include/syslimits.h \ /usr/include/limits.h \ /usr/include/bits/posix1_lim.h \ /usr/include/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/bits/posix2_lim.h \ /usr/include/sys/wait.h \ /usr/include/signal.h \ /usr/include/bits/signum.h \ /usr/include/bits/siginfo.h \ /usr/include/bits/sigaction.h \ /usr/include/bits/sigcontext.h \ /usr/include/bits/sigstack.h \ /usr/include/sys/ucontext.h \ /usr/include/bits/sigthread.h \ /usr/include/sys/resource.h \ /usr/include/bits/resource.h \ scripts/basic/docproc: $(deps_scripts/basic/docproc) $(deps_scripts/basic/docproc):
kodos96/backport
scripts/basic/.docproc.cmd
bat
gpl-2.0
2,266
cmd_arch/arm/boot/dts/pxa1088-degas3g-r01.dtb := /mnt/640/ubu/gtabkernelsrc/android_prebuilt_toolchains-master/arm-cortex_a15-linux-gnueabihf-linaro_4.9.1/bin/arm-cortex_a15-linux-gnueabihf-gcc -E -Wp,-MD,arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.d.pre.tmp -nostdinc -I/mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts -I/mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include -undef -D__DTS__ -x assembler-with-cpp -o arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.dts.tmp arch/arm/boot/dts/pxa1088-degas3g-r01.dts ; /mnt/640/ubu/gtabkernelsrc/kernelsrc/scripts/dtc/dtc -O dtb -o arch/arm/boot/dts/pxa1088-degas3g-r01.dtb -b 0 -i arch/arm/boot/dts/ -d arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.d.dtc.tmp arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.dts.tmp ; cat arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.d.pre.tmp arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.d.dtc.tmp > arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.d source_arch/arm/boot/dts/pxa1088-degas3g-r01.dtb := arch/arm/boot/dts/pxa1088-degas3g-r01.dts deps_arch/arm/boot/dts/pxa1088-degas3g-r01.dtb := \ /mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include/dt-bindings/interrupt-controller/irq.h \ /mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include/dt-bindings/gpio/gpio.h \ /mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include/dt-bindings/mmc/pxa_sdhci.h \ /mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include/dt-bindings/linux/sizes.h \ /mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include/dt-bindings/video/mmp_disp.h \ arch/arm/boot/dts/sec-machtypes.h \ arch/arm/boot/dts/sec-pxa1x88-pinfunc.h \ arch/arm/boot/dts/pxa1088.dtsi \ arch/arm/boot/dts/pxa988-pm.h \ arch/arm/boot/dts/pxa988-pinfunc.h \ /mnt/640/ubu/gtabkernelsrc/kernelsrc/arch/arm/boot/dts/include/dt-bindings/usb/mv_usb_phy.h \ arch/arm/boot/dts/skeleton.dtsi \ arch/arm/boot/dts/88pm8xx.dtsi \ arch/arm/boot/dts/mmp-dsi-panel-s6d7aa0x-boe-wxga-video.dtsi \ arch/arm/boot/dts/pxa1088-degas3g-r01.dtb: $(deps_arch/arm/boot/dts/pxa1088-degas3g-r01.dtb) $(deps_arch/arm/boot/dts/pxa1088-degas3g-r01.dtb):
chase2534/gtab47.freekern
arch/arm/boot/dts/.pxa1088-degas3g-r01.dtb.cmd
bat
gpl-2.0
2,123
cmd_/work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/A2F/root/usr//include/linux/netfilter_ipv4/.install := perl scripts/headers_install.pl /home/work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/linux/include/linux/netfilter_ipv4 /work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/A2F/root/usr//include/linux/netfilter_ipv4 arm ip_queue.h ip_tables.h ipt_CLUSTERIP.h ipt_ECN.h ipt_LOG.h ipt_REJECT.h ipt_SAME.h ipt_TTL.h ipt_ULOG.h ipt_addrtype.h ipt_ah.h ipt_ecn.h ipt_realm.h ipt_ttl.h; perl scripts/headers_install.pl /home/work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/linux/include/linux/netfilter_ipv4 /work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/A2F/root/usr//include/linux/netfilter_ipv4 arm ; touch /work/psl/SF/release/cm-1.10.1/linux-cortexm-1.10.1/A2F/root/usr//include/linux/netfilter_ipv4/.install
hujiafu/lpc1788_uclinux
cortexm_uclinux-master/filesystem/rootfs/root/usr/include/linux/netfilter_ipv4/..install.cmd
bat
gpl-2.0
830
cmd_sound/isa/gus/built-in.o := rm -f sound/isa/gus/built-in.o; /opt/toolchains/arm-2009q3/bin/arm-none-eabi-ar rcs sound/isa/gus/built-in.o
dizgustipated/BOCA-2.6.35.14
sound/isa/gus/.built-in.o.cmd
bat
gpl-2.0
142
cmd_sound/soc/rk29/snd-soc-hdmi.o := arm-linux-gnueabihf-ld -EL -r -o sound/soc/rk29/snd-soc-hdmi.o sound/soc/rk29/rockchip-hdmi-card.o
tyeo098/MK908-Kernel-NAND
sound/soc/rk29/.snd-soc-hdmi.o.cmd
bat
gpl-2.0
140
cmd_arch/arm/lib/memchr.o := arm-eabi-gcc -Wp,-MD,arch/arm/lib/.memchr.o.d -nostdinc -isystem /home/tim/ICS/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/../lib/gcc/arm-eabi/4.4.0/include -I/home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-tegra/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/memchr.o arch/arm/lib/memchr.S deps_arch/arm/lib/memchr.o := \ arch/arm/lib/memchr.S \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.h) \ $(wildcard include/config/thumb2/kernel.h) \ include/linux/linkage.h \ include/linux/compiler.h \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/linkage.h \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/assembler.h \ $(wildcard include/config/cpu/feroceon.h) \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/smp.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/tim/Downloads/mitchtaydev-Thrive-Shiva-Kernel-ee65d90/linux-2.6/arch/arm/include/asm/hwcap.h \ arch/arm/lib/memchr.o: $(deps_arch/arm/lib/memchr.o) $(deps_arch/arm/lib/memchr.o):
timmytim/honeybutter_kernel
arch/arm/lib/.memchr.o.cmd
bat
gpl-2.0
1,884
@echo OFF echo\ echo Useful Commands: echo\ echo adb - Android Debug Bridge echo appium - appium server echo docs - Documentation folder echo emulator - Android emulator echo gatling - Gatling load and performance tool echo git - Git client echo java - Java virtual machine echo jmeter - JMeter load and performance tool echo npm - JavaScript package management echo pip - Python package management echo pybot - Run Robot tests echo python - Run python interpreter echo red - Robot Editor IDE echo robotcorder - Robotcorder for Google Chrome Extension echo scrcpy - Display and control your Android device echo uiautomatorviewer - UIAutomatorViewer for capturing XPath on Android echo virtualenv - Manage Python virtual environment echo\ echo\ echo Custom web browser location environment variables: echo\ echo\ Set the following environment variables to the location of the respective executable before running 'hats_shell': echo IE_PATH iexplore.exe echo CHROME_PATH chrome.exe echo FIREFOX_PATH firefox.exe echo\
younglim/hats-ci
virtualenv/shell/utils/commands.cmd
bat
gpl-3.0
1,120
@echo off powershell -noprofile -executionpolicy bypass c:\scripts\pingt.ps1 %1 %3
darkblaze69/pingt
pingt.cmd
bat
gpl-3.0
83
@ECHO OFF REM gracethd_pg_import_shpcsv-in_psql.bat REM Owner : GraceTHD-Community - http://gracethd-community.github.io/ REM Author : stephane dot byache at aleno dot eu REM Rev. date : 12/10/2017 REM This file is part of GraceTHD. REM GraceTHD is free software: you can redistribute it and/or modify REM it under the terms of the GNU General Public License as published by REM the Free Software Foundation, either version 3 of the License, or REM (at your option) any later version. REM GraceTHD is distributed in the hope that it will be useful, REM but WITHOUT ANY WARRANTY; without even the implied warranty of REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the REM GNU General Public License for more details. REM You should have received a copy of the GNU General Public License REM along with GraceTHD. If not, see <http://www.gnu.org/licenses/>. REM SETLOCAL ENABLEDELAYEDEXPANSION REM ATTENTION Pointer sur un dossier accessible au user. REM TODO : pouvoir activer ou desactiver les logs REM TODO : Un seul script d'import, mais un script qui passe PGDB en valeur de base et un autre qui laisse PGDB. Voire distinguer prod et integ comme Spatialite et la config GraceTHD-Check s'applique via la config à la prod ou l'intégration. REM TODO : Utiliser un veritable fichier de conf. REM TODO : Generer le SQL à partir des fichiers trouvés ? REM TODO : Probleme des entites multipartites dans les shapefiles REM http://postgis.17.x6.nabble.com/forced-conversion-of-linestring-to-mulitlinestring-when-using-"%GL_SHP2PGSQL%"-utility-td3561122.html REM http://www.kindle-maps.com/blog/dealing-with-mulitpolygon-shapefiles-when-importing-to-postgis.html :LAUNCH CALL:CONF REM Decommenter quand ca coince. REM CALL:DEBUG ECHO GraceTHD - Debut import SHP CSV dans la base PostGIS %PGHOSTNAME%:%PGDB%. CALL:IMPORT CALL:IMPORT201 CALL:END :CONF CALL config.bat GOTO:EOF :DEBUG REM Pour forcer les pauses sans modifier le config.bat SET GLPAUSE=PAUSE CALL config_test.bat GOTO:EOF :OK REM CETTE SOUS-ROUTINE N'EST PAS APPELEE. REM Si on souhaite arreter l'import a un certain niveau (generalement quand ca coince), on peut placer le reste des commandes d'import deja passes dans :OK et celles qu'on ne souhaite pas encore executer dans :WAIT. Seule la sous-routine :IMPORT est appelee, pas :OK ni :WAIT. REM Exemple : l'import plante sur t_znro, REM 1. Dupliquer ce batch pour ne pas casser l'original. REM 2. Placer toutes les commandes d'import jusqu'a t_siteemission dans :OK pour ne pas les executer de nouveau (concretement on place déplace la ligne :IMPORT avant t_znro). REM 3. Placer le :WAIT avant t_zsro de sortes que la suite ne soit pas executee et que l'on puisse se concentrer sur t_znro. REM 4. Enregistrer et exécuter cette copie. REM #### PLACER LES COMMANDES OK ICI #### GOTO:EOF :IMPORT SET PGTBL=t_adresse SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_organisme SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_reference SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_noeud SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_znro SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_zsro SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_zpbo SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_zdep SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_zcoax SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_sitetech SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_ltech SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_baie SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_tiroir SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_equipement SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_suf SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_ptech SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_ebp SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_cassette SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_cheminement SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -S -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_conduite SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_cond_chem SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_masque SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_cable SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_cableline SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -S -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% SET PGTBL=t_cab_cond SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_love SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_fibre SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_position SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_ropt SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_siteemission SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_document SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_docobj SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% SET PGTBL=t_empreinte SET PGSHP=%PGSHPINPATH%\%PGTBL% ECHO GraceTHD - Debut Import %PGTBL% IF EXIST "%PGSHP%.shp" ("%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" && "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql") ELSE (ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin Import %PGTBL% %GLPAUSE% GOTO:EOF :IMPORT201 SET PGTBL=t_cable_patch201 SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% SET PGTBL=t_zpbo_patch201 SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% SET PGTBL=t_cassette_patch201 SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% SET PGTBL=t_ltech_patch201 SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% %GLPAUSE% GOTO:EOF :WAIT REM CETTE SOUS-ROUTINE N'EST PAS APPELEE. REM Si on souhaite arreter l'import a un certain niveau (generalement quand ca coince), on peut placer le reste des commandes d'import dans cette sous-routine qui n'est pas executee. Seule la sous-routine :IMPORT est appelee, pas :OK ni :WAIT. REM Exemple : l'import plante sur t_znro, REM 1. Dupliquer ce batch pour ne pas casser l'original. REM 2. Placer toutes les commandes d'import jusqu'a t_siteemission dans :OK pour ne pas les executer de nouveau (concretement on place déplace la ligne :IMPORT avant t_znro). REM 3. Placer le :WAIT avant t_zsro de sortes que la suite ne soit pas executee et que l'on puisse se concentrer sur t_znro. REM 4. Enregistrer et exécuter cette copie. REM ############################################################################ REM LES SOUS-ROUTINES SUIVANTES NE SONT PAS APPELLEES, RESERVE A DES TESTS. :DEV_TEST_LOG_CONF REM Attribuer aaaammjj_hhmmss a GLLOGDATE SET GLLOGDATE=%DATE:~6,4%%DATE:~3,2%%DATE:~0,2%_%time:~0,2%-%time:~3,2%-%time:~6,2% REM Les heures et dates de 00 a 09 n'ont pas le bon nombre de catacteres, donc on remplace les espaces par des 0. SET GLLOGDATE=%GLLOGDATE: =0% REM Nommer le fichier de log avec la date SET GLLOGFILE=%GLLOG%\%GLLOGDATE%_%~n0.log ECHO GraceTHD - Les operations seront journalisees dans le fichier %GLLOGFILE% REM Nommer le fichier de log d'erreurs avec la date SET GLLOGERR=%GLLOG%\%GLLOGDATE%_%~n0_errors.log :DEV_TEST_LOG_IMPORT SET PGTBL=t_adresse SET PGSHP=%PGSHPINPATH%\%PGTBL% REM Affichage ecran. ECHO GraceTHD - Debut import %PGTBL% REM Ecriture log ECHO "%date%–%time%","%~nx0","INFO","GraceTHD - Debut Import %PGTBL%","%COMPUTERNAME%","%USERNAME%" >> "%GLLOGFILE%" REM Test de presence des fichiers du shapefile. SET GLOK= IF EXIST "%PGSHP%.shp" SET GLOK=T IF EXIST "%PGSHP%.shx" SET GLOK=%GLOK%T IF EXIST "%PGSHP%.dbf" SET GLOK=%GLOK%T REM Execution de l'import - production du fichier SQL. IF %GLOK% == TTT "%GL_SHP2PGSQL%" -t 2D -s %PGSRID% -a -W %PGCODE% %PGSHP% %PGSCHEMA%.%PGTBL% > "%GLCTPGTEMP%\%PGTBL%.sql" REM IF ERRORLEVEL 1 ECHO "%date%–%time%","%~nx0","ERROR","GraceTHD - Erreur Import %PGTBL% avec le code %ERRORLEVEL%","%COMPUTERNAME%","%USERNAME%" >> "%GLLOGFILE%" REM Execution de l'import - execution du fichier SQL. IF %GLOK% == TTT "%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -f "%GLCTPGTEMP%\%PGTBL%.sql" REM IF ERRORLEVEL 1 ECHO "%date%–%time%","%~nx0","ERROR","GraceTHD - Erreur Import %PGTBL% avec le code %ERRORLEVEL%","%COMPUTERNAME%","%USERNAME%" >> "%GLLOGFILE%" IF NOT %GLOK% == TTT ECHO %PGSHP% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement. IF NOT %GLOK% == TTT ECHO "%date%–%time%","%~nx0","WARNING","GraceTHD - %PGSHP% n'existe pas","%COMPUTERNAME%","%USERNAME%" >> "%GLLOGFILE%" ECHO GraceTHD - Fin Import %PGTBL% ECHO "%date%–%time%","%~nx0","INFO","GraceTHD - Fin Import %PGTBL%","%COMPUTERNAME%","%USERNAME%" >> %GLLOGFILE% %GLPAUSE% SET PGTBL=t_organisme SET PGCSV=%PGSHPINPATH%\%PGTBL%.csv ECHO GraceTHD - Debut import %PGTBL% ECHO "%date%–%time%","%~nx0","INFO","GraceTHD - Debut Import %PGTBL%","%COMPUTERNAME%","%USERNAME%" >> "%GLLOGFILE%" IF EXIST "%PGCSV%" ("%GL_PSQL%" -h %PGHOSTNAME% -p %PGPORT% -d %PGDB% -U %PGUSER% -c "\COPY %PGSCHEMA%.%PGTBL% FROM '%PGCSV%' %PGCSVCONF%;") ELSE (ECHO %PGCSV% n'existe pas ! Il est probable que la suite des chargements ne fonctionne pas correctement.) ECHO GraceTHD - Fin import %PGTBL% ECHO "%date%–%time%","%~nx0","INFO","GraceTHD - Fin Import %PGTBL%","%COMPUTERNAME%","%USERNAME%" >> "%GLLOGFILE%" %GLPAUSE% :END ECHO GraceTHD - Fin import SHP CSV dans la base PostGIS %PGHOSTNAME%:%PGDB%. %GLPAUSE% EXIT /B
GraceTHD-community/GraceTHD-Check
gracethd_pg_import_shpcsv-in_psql.bat
bat
gpl-3.0
22,082
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=LameMaker if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) %SPHINXBUILD% -M %1 %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% goto end :help %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% :end popd
lamestation/LEAM
doc/make.bat
bat
gpl-3.0
817
mkdir dist jar -xf lib/jsci-core.jar JSci move JSci dist/ jar -xf lib/htsjdk-1.129.jar htsjdk move htsjdk dist/ xcopy /E bin dist jar -cfe NGSEPcore_4.2.1.jar ngsep.NGSEPcore -C dist . rmdir /s /q dist :END cmd /k
NGSEP/NGSEPcore
buildJar.bat
bat
gpl-3.0
214
echo ------------------------ LocBaml to output ------------------------ copy ..\..\..\..\Setup\LocBaml.exe ..\..\..\..\Output\Debug\LocBaml.exe echo ------------------------ Plugin contents ------------------------ copy ..\..\..\..\Output\Debug\Plugins\ObjectExplorer.dll ..\..\..\..\Output\Debug\ObjectExplorer.dll mkdir ..\..\..\..\Output\Debug\en-US copy ..\..\..\..\Output\Debug\Plugins\en-US\ObjectExplorer.resources.dll ..\..\..\..\Output\Debug\en-US\ObjectExplorer.resources.dll echo ------------------------ parse with LocBaml ------------------------ cd ..\..\..\..\Output\Debug\ LocBaml /parse en-US\ObjectExplorer.resources.dll /out:..\..\Plugins\Advanced\ObjectExplorer\Locale\ObjectExplorer.resources.Debug.csv echo ------------------------ clean ------------------------ del en-US\ObjectExplorer.resources.dll del LocBaml.exe del ObjectExplorer.dll pause
Invenietis/ck-certified
Plugins/Advanced/ObjectExplorer/Locale/GetResources.Debug.bat
bat
lgpl-3.0
890
@ECHO OFF ECHO Starting Selkie Services... CD .\Monitor START Selkie.Services.Monitor.Console.exe CD .. ECHO ...DONE
tschroedter/Selkie.Tools
Run-Services.bat
bat
lgpl-3.0
118
dotnet test %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest/MsgPack.UnitTest.csproj --framework netcoreapp2.0 if not %errorlevel% == 0 exit /b 1 dotnet test %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.BclExtensions/MsgPack.UnitTest.BclExtensions.csproj --framework netcoreapp2.0 if not %errorlevel% == 0 exit /b 1 @rem WinRT related tests require developer license... @rem vstest.console /logger:Appveyor /InIsolation %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.WinRT/AppPackages/MsgPack.UnitTest.WinRT_1.1.0.0_AnyCPU_Debug_Test/MsgPack.UnitTest.WinRT_1.1.0.0_AnyCPU_Debug.appx @rem vstest.console /logger:Appveyor /InIsolation %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.BclExtensions.WinRT/AppPackages/MsgPack.UnitTest.BclExtensions.WinRT_1.1.0.0_AnyCPU_Debug_Test/MsgPack.UnitTest.BclExtensions.WinRT_1.1.0.0_AnyCPU_Debug.appx @rem vstest.console /logger:Appveyor /InIsolation %APPVEYOR_BUILD_FOLDER%/test/MsgPack.UnitTest.WinRT.WindowsPhone/AppPackages/MsgPack.UnitTest.WinRT.WindowsPhone_1.0.0.0_x86_Debug_Test/MsgPack.UnitTest.WinRT.WindowsPhone_1.0.0.0_x86_Debug.appx @rem UWP test with NUnit3 is not available in cli @rem Xamarin tests are not available in cli
msgpack/msgpack-cli
build/RunUnitTests.cmd
bat
apache-2.0
1,174
fpc.exe aam_main.pas -o..\bin\aam.exe del ..\bin\*.o del ..\bin\*.ppu
PerryvandenHondel/ns-000147-new-admin-account
compile-aam.exe.cmd
bat
apache-2.0
71
:: go to folder with premake4.exe cd premake :: build solution in 2010 since premake doesn't natively support 2012 yet premake4 --file=premake4.lua vs2010 START "" ..\build\SLN.SLN :END
tutsplus/dynamically-slicing-convex-shapes
windows_2010.bat
bat
bsd-2-clause
189
:: Copyright 2014 The 'mumble-releng' Authors. All rights reserved. :: Use of this source code is governed by a BSD-style license that :: can be found in the LICENSE file in the source tree or at :: <http://mumble.info/mumble-releng/LICENSE>. :: setup.cmd sets up a new Mumble build environment :: in the user's home directory (%USERPROFILE%). :: :: Since the win32-static and win64-static build :: environments are maintained in a single directory, :: this setup script simply sets a flag signalling :: that we want a 64-bit build environment, and calls :: win32-static's setup.cmd. @echo off set WANT_WIN64_BUILDENV=1 set WANT_NO_LTCG=1 set SETUP_DIR=%~dp0 cd %SETUP_DIR%\..\win32-static setup.cmd %*
ccpgames/mumble-releng
buildenv/1.3.x/win64-static-no-ltcg/setup.cmd
bat
bsd-3-clause
706
@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 I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\gridic.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\gridic.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
elvisds/gridic
docs/make.bat
bat
bsd-3-clause
6,459
@echo off REM ############################################################################################################################ REM # (c) 2017 TIBCO Software Inc. All rights reserved. REM # REM # Except as specified below, this software is licensed pursuant to the Eclipse Public License v. 1.0. REM # The details can be found in the file LICENSE. REM # REM # The following proprietary files are included as a convenience, and may not be used except pursuant REM # to valid license to Composite Information Server or TIBCO(R) Data Virtualization Server: REM # csadmin-XXXX.jar, csarchive-XXXX.jar, csbase-XXXX.jar, csclient-XXXX.jar, cscommon-XXXX.jar, REM # csext-XXXX.jar, csjdbc-XXXX.jar, csserverutil-XXXX.jar, csserver-XXXX.jar, cswebapi-XXXX.jar, REM # and customproc-XXXX.jar (where -XXXX is an optional version number). Any included third party files REM # are licensed under the terms contained in their own accompanying LICENSE files, generally named .LICENSE.txt. REM # REM # This software is licensed AS-IS. Support for this software is not covered by standard maintenance agreements with TIBCO. REM # If you would like to obtain assistance with this software, such assistance may be obtained through a separate paid consulting REM # agreement with TIBCO. REM # REM ############################################################################################################################ REM # Date: June 2015 REM # PDTool Regression Module - Migration Automated Test Framework REM #======================================================================================= REM # Instructions: setVars.bat REM # REM # Set environment variables REM # REM ######################################################## REM BEGIN: 7.0 USER DEFINED VARIABLE SECTION REM ######################################################## REM # Set environment variables for PDTool 7.0 REM # REM # Set the location of PDTool 7.0 set PDTOOL_INSTALL_HOME_SOURCE=..\..\..\ REM # List of valid Environments~Config property file name pairs. Comma separated, no space and no double quotes. Tilde separates pairs: ENV~ConfigFileName REM # These are the property file names configured in the PDTool7.0\resources\config folder minus the .properties extension. set VALID_ENV_CONFIG_PAIRS_SOURCE=DEV~deploy_NOVCS_DEV1,UAT~deploy_NOVCS_UAT1,PROD~deploy_NOVCS_PROD1 REM ######################################################## REM END: 7.0 USER DEFINED VARIABLE SECTION REM ######################################################## REM ######################################################## REM BEGIN: 8.0 USER DEFINED VARIABLE SECTION REM ######################################################## REM # Set environment variables for PDTool 8.0 REM # REM # Set the location of PDTool 8.0 set PDTOOL_INSTALL_HOME_TARGET=..\..\..\ REM # List of valid Environments~Config property file name pairs. Comma separated, no space and no double quotes. Tilde separates pairs: ENV~ConfigFileName REM # These are the property file names configured in the PDTool8.0.0\resources\config folder minus the .properties extension. set VALID_ENV_CONFIG_PAIRS_TARGET=DEV~deploy_NOVCS_DEV1,UAT~deploy_NOVCS_UAT1,PROD~deploy_NOVCS_PROD1 REM ######################################################## REM END: 8.0 USER DEFINED VARIABLE SECTION REM ######################################################## REM ######################################################## REM BEGIN: COMMON USER DEFINED VARIABLE SECTION REM ######################################################## REM # Set environment variables for Automated Test Framework REM # REM # Automated Test Framework Home. This folder may be independent of where PDTOOL_INSTALL_HOME is located. set ATF_HOME=..\..\..\AutomatedTestFramework\migration REM # Used by copyPlanTemplates.bat REM # Set JAVA_HOME to JRE7 if not defined JAVA_HOME set JAVA_HOME=C:\Program Files\Java\jre8 REM # Used by copyPlanTemplates.bat REM # Use one or the other or provide your own text editor path. REM # If you have notepad++ it is a much better editor than notepad. REM # Do not put double quotes around path. The script takes care of that. set EDITOR=C:\Program Files (x86)\Notepad++\notepad++.exe if not exist "%EDITOR%" set EDITOR=%windir%\system32\notepad.exe REM # Script Main Activity set SCRIPT_ACTIVITY=Execute Migration Test REM # Set the release folders to indicate which version is being tested REM # Release folder 1 is designated as the CIS 6 instance migrating from. R1 designates it is a release 1 primary folder. REM # Release folder 2 is designated as the CIS 7 instance migrating to. R1 designates it is a release 1 primary folder. set RELEASE_FOLDER1=708R1 set RELEASE_FOLDER2=830R1 REM # Debug=Y or N. Default=N set DEBUG=N REM ######################################################## REM END: COMMON USER DEFINED VARIABLE SECTION REM ######################################################## REM ######################################################## REM BEGIN: SERVER ATTRIBUTES USER DEFINED VARIABLE SECTION REM ######################################################## REM # Set environment variables for Automated Test Framework Server Attribute Migration REM # REM # This section should be set if planning to use the Automated Test Framework for migrating server attributes. REM # When migrating server attributes from CIS 6.x to CIS 7.x there are a series of hard-coded file system paths in the server attributes. REM # There are 5 sets of paths provided below that allow up to 5 different path configurations. REM # If more than 5 path combinations are required then these files need to be modified: REM # \migration\bin\setVars.bat REM # \migration\bin\copyPlanTemplates.bat REM # \migration\templates\ServerAttributes_Transform_62_to_70.xsl generate into ==> \migration\bin\Xslt\ServerAttributes_Transform_62_to_70.xsl REM # REM # The CIS_PREV_VERSION and CIS_NEW_VERSION represent the portion of the various CIS paths within the Server Attribute XML file. REM # If CIS previous and new install are installed on the same base path then it will only be necessary to change the version as REM # shown below. However, if they are installed on different paths, then the full base path should be provided for both variables. REM # Leave the pair blank with double quotes if there is no pair to be defined. This results in the text '_NO_TRANSFORM_OPERATION_' being REM # placed into the .xsl file for that variable. In effect, this satisfies the XSLT rules but has no affect because the text will not REM # be found in the source file. REM # REM # CIS Path Version 1 set CIS_PATH_PREV_VERSION_1="CIS_7.0" set CIS_PATH_NEW_VERSION_1="CIS_8.0" REM # CIS Path Version 2 set CIS_PATH_PREV_VERSION_2="7.0.5" set CIS_PATH_NEW_VERSION_2="8.0.0" REM # CIS Path Version 3 set CIS_PATH_PREV_VERSION_3="7.0.6" set CIS_PATH_NEW_VERSION_3="8.0.0" REM # CIS Path Version 4 set CIS_PATH_PREV_VERSION_4="7.0.7" set CIS_PATH_NEW_VERSION_4="8.0.0" REM # CIS Path Version 5 set CIS_PATH_PREV_VERSION_5="7.0.8" set CIS_PATH_NEW_VERSION_5="8.0.0" REM XSL Transformation script set XSL_TRANSFORM_SCRIPT=ServerAttributes_Transform_70_to_80.xsl
cisco/PDTool
AutomatedTestFramework/migration/bin/setVars.bat
bat
bsd-3-clause
7,337
java -jar selenium-server-standalone-3.6.0.jar -role hub
AutomateAnything/selenium-testng-framework
Grid/hub.bat
bat
mit
56
@echo off Setlocal EnableDelayedExpansion EnableExtensions if not defined SEVENZIP set SEVENZIP=7z if not defined APPVEYOR_BUILD_FOLDER set APPVEYOR_BUILD_FOLDER=%CD% :: ========================================================= :: Determine if arch is 32/64 bits if /I "%platform%"=="x86" ( set arch=32 set _cmake_per_Arch_Args="" ) else ( set arch=64 set _cmake_per_Arch_Args=-DCMAKE_GENERATOR_PLATFORM=%platform% ) :: ========================================================= echo LUA_DIR: %LUA_DIR% echo PATH: %PATH% set build_dir=%APPVEYOR_BUILD_FOLDER%\build_%platform% mkdir %build_dir% 2>NUL cd %build_dir% :: Where to put the resulting artifacts if not defined ARTIFACTS set ARTIFACTS=%build_dir%\artifacts if not defined BOOST_VERSION set BOOST_VERSION=1.59.0 :: replace dots with underscores set BOOST_VER_USC=%BOOST_VERSION:.=_% cmake --version cmake -DBOOST_ROOT="c:\local\boost_%BOOST_VER_USC%" -DBOOST_LIBRARYDIR="c:\local\boost_%BOOST_VER_USC%\lib%arch%-msvc-14.0" -DCMAKE_BUILD_TYPE=Release %_cmake_per_Arch_Args% .. cmake --build . --config Release copy %build_dir%\Release\luanode.exe luanode.exe :: Build artifacts mkdir %ARTIFACTS% 2>NUL copy %build_dir%\Release\luanode.exe %ARTIFACTS%\luanode.exe copy %build_dir%\Release\luanode.exe %APPVEYOR_BUILD_FOLDER%\test\luanode.exe copy %LUA_DIR%\bin\lua%LUA_SHORTVND%.dll %ARTIFACTS%\lua%LUA_SHORTVND%.dll copy C:\OpenSSL-Win%arch%\bin\ssleay32.dll %ARTIFACTS%\ssleay32.dll copy C:\OpenSSL-Win%arch%\bin\libeay32.dll %ARTIFACTS%\libeay32.dll if "%APPVEYOR%"=="True" ( %SEVENZIP% a luanode-%APPVEYOR_REPO_COMMIT%-%platform%.7z %ARTIFACTS%\* appveyor PushArtifact luanode-%APPVEYOR_REPO_COMMIT%-%platform%.7z luanode-%APPVEYOR_REPO_COMMIT%-%platform%.7z ) endlocal
ichramm/LuaNode
ci/appveyor/build.bat
bat
mit
1,746
for /f "tokens=* delims=" %%i in ('dir /s /b /a:d *.svn') do ( rd /s /q "%%i" )
roy204/projectKetchup
delete_svn_folders.bat
bat
gpl-3.0
79
"C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Source\bin\studiomdl.exe" -game "C:\Program Files (x86)\Steam\steamapps\common\Counter-Strike Source\cstrike" -noxbox -nop4 "compile\base_default.qc" pause
Scentus/PonyPlayerModels
modelsrc_pony/pony/c_base_default.bat
bat
gpl-3.0
217
@REM Do not use "echo off" to not affect any child calls. @REM Enable extensions, the `verify` call is a trick from the setlocal help @VERIFY other 2>nul @SETLOCAL EnableDelayedExpansion @IF ERRORLEVEL 1 ( @ECHO Unable to enable extensions @GOTO failure ) @REM Start the ssh-agent if needed by git @FOR %%i IN ("git.exe") DO @SET GIT=%%~$PATH:i @IF EXIST "%GIT%" ( @REM Get the ssh-agent executable @FOR %%i IN ("ssh-agent.exe") DO @SET SSH_AGENT=%%~$PATH:i @IF NOT EXIST "%SSH_AGENT%" ( @FOR %%s IN ("%GIT%") DO @SET GIT_DIR=%%~dps @FOR %%s IN ("!GIT_DIR!") DO @SET GIT_DIR=!GIT_DIR:~0,-1! @FOR %%s IN ("!GIT_DIR!") DO @SET GIT_ROOT=%%~dps @FOR %%s IN ("!GIT_ROOT!") DO @SET GIT_ROOT=!GIT_ROOT:~0,-1! @FOR /D %%s in ("!GIT_ROOT!\usr\bin\ssh-agent.exe") DO @SET SSH_AGENT=%%~s @IF NOT EXIST "!SSH_AGENT!" @GOTO ssh-agent-done ) @REM Get the ssh-add executable @FOR %%s IN ("!SSH_AGENT!") DO @SET BIN_DIR=%%~dps @FOR %%s in ("!BIN_DIR!") DO @SET BIN_DIR=!BIN_DIR:~0,-1! @FOR /D %%s in ("!BIN_DIR!\ssh-add.exe") DO @SET SSH_ADD=%%~s @IF NOT EXIST "!SSH_ADD!" @GOTO ssh-agent-done @REM Check if the agent is running @FOR /f "tokens=1-2" %%a IN ('tasklist /fi "imagename eq ssh-agent.exe"') DO ( @ECHO %%b | @FINDSTR /r /c:"[0-9][0-9]*" > NUL @IF "!ERRORLEVEL!" == "0" @SET SSH_AGENT_PID=%%b ) @REM Connect up the current ssh-agent @IF [!SSH_AGENT_PID!] == [] ( @ECHO Removing old ssh-agent sockets @FOR /d %%d IN (%TEMP%\ssh-??????*) DO @RMDIR /s /q %%d ) ELSE ( @ECHO Found ssh-agent at !SSH_AGENT_PID! @FOR /d %%d IN (%TEMP%\ssh-??????*) DO ( @FOR %%f IN (%%d\agent.*) DO ( @SET SSH_AUTH_SOCK=%%f @SET SSH_AUTH_SOCK=!SSH_AUTH_SOCK:%TEMP%=/tmp! @SET SSH_AUTH_SOCK=!SSH_AUTH_SOCK:\=/! ) ) @IF NOT [!SSH_AUTH_SOCK!] == [] ( @ECHO Found ssh-agent socket at !SSH_AUTH_SOCK! ) ELSE ( @ECHO Failed to find ssh-agent socket SET SSH_AGENT_PID= ) ) @REM See if we have the key @SET "HOME=%USERPROFILE%" @"!SSH_ADD!" -l 1>NUL 2>NUL @SET result=!ERRORLEVEL! @IF NOT !result! == 0 ( @IF !result! == 2 ( @ECHO | @SET /p=Starting ssh-agent: @FOR /f "tokens=1-2 delims==;" %%a IN ('"!SSH_AGENT!"') DO ( @IF NOT [%%b] == [] @SET %%a=%%b ) @ECHO. done ) @"!SSH_ADD!" @ECHO. ) ) :ssh-agent-done :failure @ENDLOCAL & @SET "SSH_AUTH_SOCK=%SSH_AUTH_SOCK%" ^ & @SET "SSH_AGENT_PID=%SSH_AGENT_PID%" @ECHO %cmdcmdline% | @FINDSTR /l "\"\"" >NUL @IF NOT ERRORLEVEL 1 ( @CALL cmd %* )
silverkorn/MINGW-packages
mingw-w64-git/start-ssh-agent.cmd
bat
bsd-3-clause
2,804
@REM Build for Visual Studio compiler. Run your copy of vcvars32.bat or vcvarsall.bat to setup command-line compiler. mkdir Debug cl /nologo /MD /I ..\.. /I "%DXSDK_DIR%/Include" /D UNICODE *.cpp ..\..\*.cpp /FeDebug/directx9_example.exe /FoDebug/ /link /LIBPATH:"%DXSDK_DIR%/Lib/x86" d3d9.lib d3dx9d.lib
kevin-ye/raytracer
shared/imgui/examples/directx9_example/build_win32.bat
bat
mit
305
@echo off update.bat 30 exit 0
stahta01/codeblocks_svn2git_https_metadata
src/plugins/contrib/DoxyBlocks/update30.bat
bat
gpl-3.0
38
@echo off rem doskey cmake="%PROGRAMFILES% (x86)\CMake\bin\cmake.exe" echo APPVEYOR=%APPVEYOR% set BUILD_ROOT_DIR=c:\build set BOOST_VER=1_58_0 set CGAL_VER=4.8.1 set GMP_LIB_NAME=libgmp-10.lib set MPFR_LIB_NAME=libmpfr-4.lib if "%APPVEYOR%"=="True" ( set MSBUILD_CONFIGURATION=%CONFIGURATION% ) else ( set MSBUILD_CONFIGURATION=RelWithDebInfo ) set COMMON_INSTALL_ROOT_DIR=%BUILD_ROOT_DIR%\local set BOOST_SRC_DIR=%BUILD_ROOT_DIR%\boost_%BOOST_VER% set GMP_ROOT_DIR=%BUILD_ROOT_DIR%\gmp set CGAL_SRC_DIR=%BUILD_ROOT_DIR%\CGAL-%CGAL_VER% set PGROUTING_SRC_DIR=%~dp0..\..\ set USAGE="Usage: %~nx0 [pg_ver(9.0|9.1|9.2|9.3|9.4|9.5|9.6)] [platform(x86|x64)] (rebuild)" if "%1"=="9.0" ( set PG_VER=9.0 set MSVC_VER=9.0 set MSVC_YEAR=2008 set PROJ_EXT=vcproj ) else if "%1"=="9.1" ( set PG_VER=9.1 set MSVC_VER=10.0 set MSVC_YEAR=2010 set PROJ_EXT=vcxproj ) else if "%1"=="9.2" ( set PG_VER=9.2 set MSVC_VER=10.0 set MSVC_YEAR=2010 set PROJ_EXT=vcxproj ) else if "%1"=="9.3" ( set PG_VER=9.3 set MSVC_VER=12.0 set MSVC_YEAR=2013 set PROJ_EXT=vcxproj ) else if "%1"=="9.4" ( set PG_VER=9.4 set MSVC_VER=12.0 set MSVC_YEAR=2013 set PROJ_EXT=vcxproj ) else if "%1"=="9.5" ( set PG_VER=9.5 set MSVC_VER=12.0 set MSVC_YEAR=2013 set PROJ_EXT=vcxproj ) else if "%1"=="9.6" ( set PG_VER=9.6 set MSVC_VER=12.0 set MSVC_YEAR=2013 set PROJ_EXT=vcxproj ) else ( echo %USAGE% exit /B 1 ) set RUNTIME=msvc%MSVC_VER:.=% set BOOST_TOOLSET=msvc-%MSVC_VER% set CMAKE_GENERATOR=Visual Studio %MSVC_VER:.0=% %MSVC_YEAR% if "%2"=="x86" ( set PLATFORM=x86 set BOOST_ADDRESS_MODEL=32 ) else if "%2"=="x64" ( set PLATFORM=x64 set BOOST_ADDRESS_MODEL=64 set CMAKE_GENERATOR=%CMAKE_GENERATOR% Win64 ) else ( echo %USAGE% exit /B 1 ) if "%3"=="rebuild" ( set REBUILD=1 ) else ( set REBUILD=0 ) echo PG_VER="%PG_VER%" echo MSVC_VER="%MSVC_VER%" echo RUNTIME="%RUNTIME%" echo BOOST_TOOLSET="%BOOST_TOOLSET%" echo CMAKE_GENERATOR="%CMAKE_GENERATOR%" echo PLATFORM="%PLATFORM%" echo REBUILD="%REBUILD%" set VS100COMNTOOLS=%PROGRAMFILES% (x86)\Microsoft Visual Studio 10.0\Common7\Tools\ rem TODO: set VCVARSALL_BAT_PATH="%PROGRAMFILES% (x86)\Microsoft Visual Studio %MSVC_VER%\VC\vcvarsall.bat" if "%RUNTIME%"=="msvc100" if "%PLATFORM%"=="x64" ( set OPTION=x86 ) else if "%PLATFORM%"=="x86" ( set OPTION=x86 ) else if "%PLATFORM%"=="x64" ( set OPTION=amd64 ) call %VCVARSALL_BAT_PATH% %OPTION% if "%RUNTIME%"=="msvc100" if "%PLATFORM%"=="x64" ( rem quotes to avoid escape error set INCLUDE="%INCLUDE%;%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Include" if "%PLATFORM%"=="x86" ( set LIB="%LIB%;%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib" ) else if "%PLATFORM%"=="x64" ( set LIB="%LIB%;%PROGRAMFILES%\Microsoft SDKs\Windows\v7.1\Lib\x64" ) ) rem remove quotes set INCLUDE=%INCLUDE:"=% set LIB=%LIB:"=% rem echo INCLUDE="%INCLUDE%" rem echo LIB="%LIB%" path %PATH%;%PROGRAMFILES% (x86)\CMake\bin set COMMON_INSTALL_DIR=%COMMON_INSTALL_ROOT_DIR%\%RUNTIME%\%PLATFORM% set CGAL_BUILD_DIR=%CGAL_SRC_DIR%\build\%RUNTIME%\%PLATFORM% set GMP_DIR=%GMP_ROOT_DIR%\%PLATFORM% set PGROUTING_BUILD_DIR=%PGROUTING_SRC_DIR%build\pg%PG_VER:.=%\%PLATFORM% set PGROUTING_INSTALL_DIR=%PGROUTING_SRC_DIR%lib\pg%PG_VER:.=%\%PLATFORM% if "%PLATFORM%"=="x86" ( set POSTGRESQL_DIR=%PROGRAMFILES% ^(x86^)\PostgreSQL\%PG_VER% ) else ( set POSTGRESQL_DIR=%PROGRAMFILES%\PostgreSQL\%PG_VER% ) echo COMMON_INSTALL_DIR="%COMMON_INSTALL_DIR%" echo CGAL_BUILD_DIR="%CGAL_BUILD_DIR%" echo GMP_DIR="%GMP_DIR%" echo PGROUTING_BUILD_DIR="%PGROUTING_BUILD_DIR%" echo PGROUTING_INSTALL_DIR="%PGROUTING_INSTALL_DIR%" echo POSTGRESQL_DIR="%POSTGRESQL_DIR%" rem ### Boost ### set BOOST_SHORT_VER=%BOOST_VER:_0=% set BOOST_INCLUDE_DIR=%COMMON_INSTALL_DIR%\include\boost-%BOOST_SHORT_VER% set BOOST_LIBRARY_DIR=%COMMON_INSTALL_DIR%\lib set BOOST_THREAD_LIB=%COMMON_INSTALL_DIR%\lib\libboost_thread-vc%MSVC_VER:.=%-mt-%BOOST_SHORT_VER%.lib set BOOST_SYSTEM_LIB=%COMMON_INSTALL_DIR%\lib\libboost_system-vc%MSVC_VER:.=%-mt-%BOOST_SHORT_VER%.lib set BOOST_WILDCARD_LIB=%COMMON_INSTALL_DIR%\lib\libboost_*-vc%MSVC_VER:.=%-mt-%BOOST_SHORT_VER%.libs if not exist "%BOOST_SRC_DIR%\b2.exe" ( pushd %BOOST_SRC_DIR% call "bootstrap.bat" popd ) rem TODO:better rebuild if exist %BOOST_INCLUDE_DIR%\ if %REBUILD%==1 ( rmdir /S /Q %BOOST_INCLUDE_DIR% del /S /Q %BOOST_WILDCARD_LIB% ) if not exist %BOOST_INCLUDE_DIR%\ ( pushd %BOOST_SRC_DIR% @echo on b2 toolset=%BOOST_TOOLSET% variant=release link=static threading=multi address-model=%BOOST_ADDRESS_MODEL% ^ --with-thread --with-system --prefix=%COMMON_INSTALL_DIR% -d0 install @echo off popd ) rem ### CGAL ### rem TODO:better rebuild if exist %CGAL_BUILD_DIR%\ if %REBUILD%==1 ( rmdir /S /Q %CGAL_BUILD_DIR% ) if not exist %CGAL_BUILD_DIR%\ ( mkdir %CGAL_BUILD_DIR% pushd %CGAL_BUILD_DIR% @echo on cmake -G "%CMAKE_GENERATOR%" -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=%COMMON_INSTALL_DIR% ^ -DBoost_USE_MULTITHREADED=ON -DCGAL_Boost_USE_STATIC_LIBS=ON -DBoost_USE_STATIC_RUNTIME=OFF ^ -DBoost_INCLUDE_DIR:PATH=%BOOST_INCLUDE_DIR% ^ -DBOOST_LIBRARYDIR=%BOOST_LIBRARY_DIR% -DGMP_INCLUDE_DIR=%GMP_DIR%\include ^ -DGMP_LIBRARIES=%GMP_DIR%\lib\%GMP_LIB_NAME% -DMPFR_INCLUDE_DIR=%GMP_DIR%\include ^ -DMPFR_LIBRARIES=%GMP_DIR%\lib\%MPFR_LIB_NAME% -DWITH_CGAL_QT3=OFF -DWITH_CGAL_QT4=OFF ..\..\..\ msbuild CGAL.sln /target:Build /property:Configuration=%MSBUILD_CONFIGURATION% msbuild INSTALL.%PROJ_EXT% /target:Build /property:Configuration=%MSBUILD_CONFIGURATION% @echo off popd ) rem ### pgRouting ### rem TODO:better rebuild if exist %PGROUTING_BUILD_DIR%\ if %REBUILD%==1 ( rmdir /S /Q %PGROUTING_BUILD_DIR% ) if not exist %PGROUTING_BUILD_DIR%\ ( mkdir %PGROUTING_BUILD_DIR% pushd %PGROUTING_BUILD_DIR% @echo on cmake -G "%CMAKE_GENERATOR%" -DPOSTGRESQL_INCLUDE_DIR:PATH="%POSTGRESQL_DIR%\include;%POSTGRESQL_DIR%\include\server;%POSTGRESQL_DIR%\include\server\port;%POSTGRESQL_DIR%\include\server\port\win32;%POSTGRESQL_DIR%\include\server\port\win32_msvc" ^ -DPOSTGRESQL_LIBRARIES:FILEPATH="%POSTGRESQL_DIR%\lib\postgres.lib" -DPOSTGRESQL_EXECUTABLE:FILEPATH="%POSTGRESQL_DIR%\bin\postgres.exe" ^ -DPOSTGRESQL_PG_CONFIG:FILEPATH="%POSTGRESQL_DIR%\bin\pg_config.exe" -DBoost_INCLUDE_DIR:PATH=%BOOST_INCLUDE_DIR% ^ -DBOOST_THREAD_LIBRARIES:FILEPATH="%BOOST_THREAD_LIB%;%BOOST_SYSTEM_LIB%" ^ -DCGAL_INCLUDE_DIR:PATH="%COMMON_INSTALL_DIR%\include;%GMP_DIR%\include" -DCGAL_LIBRARIES:FILEPATH=%COMMON_INSTALL_DIR%\lib\libCGAL-vc%MSVC_VER:.=%-mt-%CGAL_VER%.lib ^ -DGMP_LIBRARIES:FILEPATH="%GMP_DIR%\lib\%GMP_LIB_NAME%;%GMP_DIR%\lib\%MPFR_LIB_NAME%" -DWITH_DD=ON ..\..\..\ @echo off popd )
daas-ankur-shukla/pgrouting
tools/windows/msbuild_pgrouting.bat
bat
gpl-2.0
6,884
@ECHO OFF REM This batch file is for compiling Frotz using Turbo C++ 3.00 for DOS. REM It's just a bit of syntactic sugar so I don't have to always REM remember that I need to specify the other Makefile for DOS REM compilation. DG make -f makefile.tc %1
century-arcade/src
zmachine/frotz/build.bat
bat
mit
257
@call "%~dp0..\..\hammer.bat" %*
nguyentran/openviber
tools/swtoolkit/samples/mandelbrot/hammer.bat
bat
mit
33
universe = scheduler executable = x_dumpcore.exe output = job_core_corefiles_sched.out error = job_core_corefiles_sched.err log = job_core_corefiles_sched.log coresize = 600000 should_transfer_files = YES when_to_transfer_output = ON_EXIT_OR_EVICT Notification = NEVER queue
htcondor/htcondor
src/condor_tests/job_core_corefiles_sched.cmd
bat
apache-2.0
280
java -cp .;JNative.jar HowToUse_Dll %1
michaelforfxhelp/fxhelprepo
third_party/MediaInfoLib/Project/Java/Example.JNative/Run.bat
bat
mpl-2.0
38
@echo off call %~dp0\setenv.bat where WDExpress.exe if %ERRORLEVEL% == 0 ( start WDExpress.exe ) else ( echo WDExpress.exe wasn't found where devenv.com if %ERRORLEVEL% == 0 ( start devenv.com ) else ( echo devenv.com wasn't found ) )
FollowMyVote/bitshares
run_vs.bat
bat
unlicense
278
if exist dependencies2019.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2019.zip -f --retry 5 -z dependencies2019.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/dependencies2019.zip -f --retry 5 -C -) if exist vlc.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/vlc.zip -f --retry 5 -z vlc.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/vlc.zip -f --retry 5 -C -) if exist cef_binary_%CEF_VERSION%_windows32_minimal.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows32_minimal.zip -f --retry 5 -z cef_binary_%CEF_VERSION%_windows32_minimal.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows32_minimal.zip -f --retry 5 -C -) if exist cef_binary_%CEF_VERSION%_windows64_minimal.zip (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows64_minimal.zip -f --retry 5 -z cef_binary_%CEF_VERSION%_windows64_minimal.zip) else (curl -kLO https://cdn-fastly.obsproject.com/downloads/cef_binary_%CEF_VERSION%_windows64_minimal.zip -f --retry 5 -C -) 7z x dependencies2019.zip -odependencies2019 7z x vlc.zip -ovlc 7z x cef_binary_%CEF_VERSION%_windows32_minimal.zip -oCEF_32 7z x cef_binary_%CEF_VERSION%_windows64_minimal.zip -oCEF_64 set DepsPath32=%CD%\dependencies2019\win32 set DepsPath64=%CD%\dependencies2019\win64 set VLCPath=%CD%\vlc set QTDIR32=C:\QtDep\5.15.2\msvc2019 set QTDIR64=C:\QtDep\5.15.2\msvc2019_64 set CEF_32=%CD%\CEF_32\cef_binary_%CEF_VERSION%_windows32_minimal set CEF_64=%CD%\CEF_64\cef_binary_%CEF_VERSION%_windows64_minimal set build_config=RelWithDebInfo set VIRTUALCAM-GUID=A3FCE0F5-3493-419F-958A-ABA1250EC20B mkdir build build32 build64 if "%TWITCH-CLIENTID%"=="$(twitch_clientid)" ( cd ./build32 cmake -G "Visual Studio 16 2019" -A Win32 -DCMAKE_SYSTEM_VERSION=10.0 -DCOPIED_DEPENDENCIES=false -DCOPY_DEPENDENCIES=true -DENABLE_VLC=ON -DCOMPILE_D3D12_HOOK=true -DBUILD_BROWSER=true -DCEF_ROOT_DIR=%CEF_32% -DVIRTUALCAM_GUID="%VIRTUALCAM-GUID%" .. cd ../build64 cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=10.0 -DCOPIED_DEPENDENCIES=false -DCOPY_DEPENDENCIES=true -DENABLE_VLC=ON -DCOMPILE_D3D12_HOOK=true -DBUILD_BROWSER=true -DCEF_ROOT_DIR=%CEF_64% -DVIRTUALCAM_GUID="%VIRTUALCAM-GUID%" .. ) else ( cd ./build32 cmake -G "Visual Studio 16 2019" -A Win32 -DCMAKE_SYSTEM_VERSION=10.0 -DCOPIED_DEPENDENCIES=false -DCOPY_DEPENDENCIES=true -DENABLE_VLC=ON -DCOMPILE_D3D12_HOOK=true -DBUILD_BROWSER=true -DCEF_ROOT_DIR=%CEF_32% -DTWITCH_CLIENTID="%TWITCH-CLIENTID%" -DTWITCH_HASH="%TWITCH-HASH%" -DRESTREAM_CLIENTID="%RESTREAM-CLIENTID%" -DRESTREAM_HASH="%RESTREAM-HASH%" -DVIRTUALCAM_GUID="%VIRTUALCAM-GUID%" .. cd ../build64 cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_SYSTEM_VERSION=10.0 -DCOPIED_DEPENDENCIES=false -DCOPY_DEPENDENCIES=true -DENABLE_VLC=ON -DCOMPILE_D3D12_HOOK=true -DBUILD_BROWSER=true -DCEF_ROOT_DIR=%CEF_64% -DTWITCH_CLIENTID="%TWITCH-CLIENTID%" -DTWITCH_HASH="%TWITCH-HASH%" -DRESTREAM_CLIENTID="%RESTREAM-CLIENTID%" -DRESTREAM_HASH="%RESTREAM-HASH%" -DVIRTUALCAM_GUID="%VIRTUALCAM-GUID%" .. ) cd ..
c3r1c3/obs-studio
CI/install-script-win.cmd
bat
gpl-2.0
3,158
@echo off rem Source: https://github.com/appveyor/ci/blob/master/scripts/appveyor-retry.cmd rem initiate the retry number set retryNumber=0 set maxRetries=3 :RUN %* set LastErrorLevel=%ERRORLEVEL% IF %LastErrorLevel% == 0 GOTO :EOF set /a retryNumber=%retryNumber%+1 IF %reTryNumber% == %maxRetries% (GOTO :FAILED) :RETRY set /a retryNumberDisp=%retryNumber%+1 @echo Command "%*" failed with exit code %LastErrorLevel%. Retrying %retryNumberDisp% of %maxRetries% GOTO :RUN : FAILED @echo Sorry, we tried running command for %maxRetries% times and all attempts were unsuccessful! EXIT /B %LastErrorLevel%
tomviner/pytest
scripts/retry.cmd
bat
mit
607
@echo off rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (the "License"); you may not use this file except in compliance with rem the License. You may obtain a copy of the License at rem rem http://www.apache.org/licenses/LICENSE-2.0 rem rem Unless required by applicable law or agreed to in writing, software rem distributed under the License is distributed on an "AS IS" BASIS, rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. rem See the License for the specific language governing permissions and rem limitations under the License. SetLocal set KAFKA_HEAP_OPTS=-Xmx512M %~dp0kafka-run-class.bat kafka.tools.ConsoleConsumer %* EndLocal
karanjeets/crawl-evaluation
workspace/kafka/bin/windows/kafka-console-consumer.bat
bat
apache-2.0
923
c:\windows\system32\cmd.exe
stevenCJC/smart-template
cmd.bat
bat
mit
27
java ^ -agentpath:../../aparapi_x86_64.dll ^ -Djava.library.path=../.. ^ -Dcom.amd.aparapi.useAgent=true ^ -Dcom.amd.aparapi.executionMode=%1 ^ -Dcom.amd.aparapi.logLevel=OFF^ -Dcom.amd.aparapi.enableVerboseJNI=false ^ -Dcom.amd.aparapi.enableProfiling=false ^ -Dcom.amd.aparapi.enableShowGeneratedOpenCL=true ^ -Dcom.amd.aparapi.enableVerboseJNIOpenCLResourceTracking=false ^ -Dcom.amd.aparapi.dumpFlags=true ^ -Dcom.amd.aparapi.enableInstructionDecodeViewer=false ^ -classpath ../../aparapi.jar;mandel.jar ^ com.amd.aparapi.sample.mandel.Main
sadikovi/spark-gpu
aparapi/samples/mandel/mandel-agent.bat
bat
mit
560
..\bin\x64\Application-x64-profile.exe /pathres ../landscape /pathdat ../landscape/bin
darrenboyd/banished-terrain
Run.bat
bat
mit
86
REM file: simulate_mti.bat REM REM (c) Copyright 2008 - 2011 Xilinx, Inc. All rights reserved. REM REM This file contains confidential and proprietary information REM of Xilinx, Inc. and is protected under U.S. and REM international copyright and other intellectual property REM laws. REM REM DISCLAIMER REM This disclaimer is not a license and does not grant any REM rights to the materials distributed herewith. Except as REM otherwise provided in a valid license issued to you by REM Xilinx, and to the maximum extent permitted by applicable REM law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND REM WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES REM AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING REM BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- REM INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and REM (2) Xilinx shall not be liable (whether in contract or tort, REM including negligence, or under any other theory of REM liability) for any loss or damage of any kind or nature REM related to, arising under or in connection with these REM materials, including for any direct, or any indirect, REM special, incidental, or consequential loss or damage REM (including loss of data, profits, goodwill, or any type of REM loss or damage suffered as a result of any action brought REM by a third party) even if such damage or loss was REM reasonably foreseeable or Xilinx had been advised of the REM possibility of the same. REM REM CRITICAL APPLICATIONS REM Xilinx products are not designed or intended to be fail- REM safe, or for use in any application requiring fail-safe REM performance, such as life-support or safety devices or REM systems, Class III medical devices, nuclear facilities, REM applications related to the deployment of airbags, or any REM other applications that could lead to death, personal REM injury, or severe property or environmental damage REM (individually and collectively, "Critical REM Applications"). Customer assumes the sole risk and REM liability of any use of Xilinx products in Critical REM Applications, subject only to applicable laws and REM regulations governing limitations on product liability. REM REM THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS REM PART OF THIS FILE AT ALL TIMES. REM REM set up the working directory vlib work REM compile all of the files vcom -work work ..\..\..\clocks.vhd vcom -work work ..\..\example_design\clocks_exdes.vhd vcom -work work ..\clocks_tb.vhd REM run the simulation vsim -c -t ps -voptargs="+acc" -L secureip -L unisim work.clocks_tb
chrismasters/fpga-space-invaders
project/ipcore_dir/clocks/simulation/functional/simulate_mti.bat
bat
mit
2,638
@echo off echo Clearing old version... if exist ..\runtime\nucage rd /s /q ..\runtime\nucage echo Copying executable files... md ..\runtime\nucage copy ..\..\..\thirdlibs\fmod\bin\fmod.dll ..\runtime\nucage\fmod.dll copy ..\out\bin\client.exe ..\runtime\nucage\nucage.exe ..\..\..\tools\upx.exe --best ..\runtime\nucage\nucage.exe if "%1" == "RELEASE" goto release if "%1" == "" echo Target not specified. Targeting DEBUG. if "%1" == "DEBUG" echo Targeting DEBUG. echo Copying media files... xcopy /s /e /y /exclude:excl.lst ..\media ..\runtime\nucage\ goto end :release echo Targeting RELEASE. echo Prepearing media files to packing... md ..\tmp xcopy /s /e /y /exclude:excl.lst ..\media ..\tmp echo Crypting files... cd ..\tmp dir /b > ..\tmplst ..\..\..\tools\crypt.exe -c ..\tmplst cd data dir /b > ..\..\tmplst ..\..\..\..\tools\crypt.exe -c ..\..\tmplst cd ..\fonts dir /b > ..\..\tmplst ..\..\..\..\tools\crypt.exe -c ..\..\tmplst cd ..\scenes dir /b > ..\..\tmplst ..\..\..\..\tools\crypt.exe -c ..\..\tmplst cd ..\sfx dir /b > ..\..\tmplst ..\..\..\..\tools\crypt.exe -c ..\..\tmplst cd .. echo Packing media files... ..\..\..\tools\makear.exe /c /z /e /m anim master.gaf ..\..\..\tools\makear.exe /c /z /e /m sound sound.gaf cd .. echo Copying media files... xcopy /s /e /y .\tmp runtime\nucage\ echo Removing any temporary files used... rd /s /q tmp del tmplst :end echo Build succeded.
rustamserg/PLAINX
clients/nucage/client/postbld.bat
bat
mit
1,416
max_influence.exe -b wc_Ca-GrQc.txt max_influence.exe -g wc_Ca-GrQc.txt max_influence.exe -p 10 20 wc_Ca-GrQc.txt max_influence.exe -m 10 20 wc_Ca-GrQc.txt max_influence.exe -ir 0.1 0.9 wc_Ca-GrQc.txt max_influence.exe -irie 0.1 0.9 wc_Ca-GrQc.txt
hncuong/IM
irie/run.bat
bat
mit
255
src\main.py
ArmchairArmada/COS125Project01
launch.bat
bat
mit
12
@ECHO OFF SET full_path=%~dp0 IF EXIST "%full_path%lib\clean.js" ( cscript "%full_path%lib\clean.js" %* //nologo ) ELSE ( ECHO. ECHO ERROR: Could not find 'clean.js' in cordova/lib, aborting...>&2 EXIT /B 1 )
provenstyle/ReadEveryWord
cordova/platforms/windows8/cordova/clean.bat
bat
mit
224
start "" %~dp0\Foreign\PostgreSql\bin\pgAdmin3.exe
as-zhuravlev/logistics_crs_prj
run_pgAdmin.cmd
bat
mit
50
sumo-0.19.0\bin\netconvert.exe --node-files=net.nod.xml --edge-files=net.edg.xml --connection-files=net.con.xml --output-file=out.net.xml
chatoooo/SIN
sumo/make_map.bat
bat
mit
137
rem 足切り、指数関数的な増幅モードで増幅を行います pushd "%0\.." torch4microscopic.exe -i "%1" -o "%1_normalized" --amp_mode exp --cutback --unitsize_depth 0.2988970588 --gaussian --window_size 5 exit
yanoshi/torch4microscopic
convert_using_expmode+gaussian.bat
bat
mit
226
rem SET PDF=pdf SET tmpfile=doc.md for %%f in (src\*.md) do type "%%f" >> %tmpfile% && echo. >> %tmpfile% if defined PDF ( pandoc --listings -H dist/listings-setup.tex -o dist\doc.pdf %tmpfile% --latex-engine=xelatex -V mainfont="Calibri" --toc --toc-depth=4 ) else ( pandoc -o dist\doc.html %tmpfile% -V mainfont="Calibri" --toc --toc-depth=4 -c github-pandoc.css ) del %tmpfile% rem pause
DeKoyre/b8
docs/build.bat
bat
mit
403
@ECHO OFF set Target=%1 set MSBuildExe="%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" IF (%1)==() SET Target=Build IF NOT EXIST %MSBuildExe% GOTO MSBuildNotFound :: Build product :: -------------------------------------------------- :Build cd src "%ProgramFiles(x86)%\MSBuild\12.0\Bin\msbuild.exe" build.proj /verbosity:minimal /target:%Target% if errorlevel 1 pause cd.. GOTO Exit :MSBuildNotFound ECHO MSBuild Not Found: %MSBuildExe% PAUSE GOTO Exit :Exit
SparkSoftware/example-requirejs
build.cmd
bat
mit
469
@echo off "%~dp0\node_modules\.bin\electron.cmd" "%*"
umggt/remo
electron.cmd
bat
mit
53
@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 I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 2> nul if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\animDNA.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\animDNA.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
amylittleyang/OtraCAD
make.bat
bat
mit
6,983
cd %~dp0 "C:\Program Files\doxygen\bin\doxygen.exe" "Doxyfile"
arvydas/BlinkStickInterop
doxygen.bat
bat
mit
67
docker rmi $(docker images -a -q)
aphawkins/Useful
apps/UsefulAPI/docker-remove-images.bat
bat
mit
33
@rem win-goinstall set DEVEL=c:\tmp\devel set QUIXDATE=%DEVEL%\quixdate set GOPATH=%QUIXDATE% go tool fix %QUIXDATE%\src go tool vet %QUIXDATE%\src gofmt -s -w %QUIXDATE%\src @rem build server go install webd @rem eof
udhos/quixdate
win-build.cmd
bat
gpl-2.0
222