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
set JAVA_OPTS=-Djava.awt.headless=true set ROOT_DIR=%~dp0.. cd "%$ROOT_DIR%" set CLASS_PATH="%ROOT_DIR%\script\*;." java %JAVA_OPTS% -cp %CLASS_PATH% scalive.AgentLoader "%$ROOT_DIR%\script;%$ROOT_DIR%\lib" %*
georgeOsdDev/wwrouter
test/mock-server/script/scalive.bat
bat
mit
213
@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. 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 ) 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\flask-mwoauth.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\flask-mwoauth.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" == "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 ) :end
valhallasw/flask-mwoauth
docs/make.bat
bat
mit
5,110
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\mean-cli\bin\mean-list" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\mean-cli\bin\mean-list" %* )
dm-dashboard/dashboard
node_modules/meanio2/node_modules/.bin/mean-list.cmd
bat
mit
186
setMode -pff setSubmode -pffversion addPromDevice -position 1 -name xcf32p addCollection -name digilent-xup-xc2vp addDesign -version 0 -name 0000 addDeviceChain -index 0 setCurrentDesign -version 0 addDevice -position 1 -file leon3mp.bit addDesign -version 1 -name 1000 addDeviceChain -index 0 setCurrentDesign -version 1 addDevice -position 1 -file leon3mp.bit generate -format mcs -fillvalue FF setMode -bs setCable -port auto Identify identifyMPM assignFile -p 1 -file "digilent-xup-xc2vp.mcs" Program -p 1 -e -v -parallel -ver 1 erase verify -defaultVersion 0 quit
elkhadiy/xph-leons
grlib-gpl-1.4.1-b4156/boards/digilent-xup-xc2vp/prom.cmd
bat
gpl-2.0
572
@echo off set DIRNAME=%~dp0 if "%DIRNAME%" == "" set DIRNAME=. java -jar "%DIRNAME%/kobalt/wrapper/kobalt-wrapper.jar" %*
TGITS/programming-workouts
kotlin/basic/fizzbuzz/kobaltw.bat
bat
mit
122
@echo off @REM modify this to name the server jar java -Xmx1200M -jar fuseki-server.jar %*
knil-sama/YADDW
lib/jena-fuseki-1.1.1/fuseki-server.bat
bat
gpl-2.0
91
@REM ------------------------------------------------------------------------- @REM @REM This script provides x86 Ryujit test environment settings @REM @REM ------------------------------------------------------------------------- set COMPLUS_AltJit=* set COMPLUS_AltJitName=protojit.dll set COMPLUS_NoGuiOnAssert=1 @REM By default, do not set COMPLUS_AltJitAssertOnNYI=1. This allows us to compile @REM as much as possible with RyuJIT, and not just stop at the first NYI. It means @REM we will fall back to x86 legacy JIT for many functions. @REM set COMPLUS_AltJitAssertOnNYI=1 @REM ------------------------------------------------------------------------- @REM A JitFuncInfoLogFile is a per-function record of which functions were @REM compiled, and what asserts and NYI were hit. @REM @REM If you wish to collect FuncInfo, choose one of the following collection @REM methods to use, by uncommenting the appropriate option. @REM Option 1: collect a single FuncInfoLogFile for all tests. @REM TO DO: set a single, fully-qualified pathname here. @REM ==== Uncomment below @REM set COMPLUS_JitFuncInfoLogFile=%TEMP%\JitFuncInfoLogFile.txt @REM ==== Uncomment above @REM Option #2: collect one FuncInfoLogFile per test, and put it in @REM the same directory as the test. Note that each tests lives in @REM its own directory, and the current directory is set to the unique @REM test directory before this script is invoked. @REM ==== Uncomment below @REM set __TestDir=%CD% @REM if %__TestDir:~-1%==\ set __TestDir=%__TestDir:~0,-1% @REM set COMPLUS_JitFuncInfoLogFile=%__TestDir%\FuncInfo.txt @REM ==== Uncomment above @REM Option #3: collect one FuncInfoLogFile per test, and put all of @REM them in a separate directory tree rooted at %__FuncInfoRootDir%. @REM If that is set globally already, then use it. Otherwise, use a @REM default set here. The directory tree will mirror the test binary tree. @REM Note that the current directory is set to the unique test directory @REM before this script is invoked. @REM ==== Uncomment below @REM if not defined __FuncInfoRootDir set __FuncInfoRootDir=c:\FuncInfos @REM set __TestDir=%CD% @REM if %__TestDir:~-1%==\ set __TestDir=%__TestDir:~0,-1% @REM if %__TestDir:~1,1%==: set __TestDir=%__TestDir:~3% @REM set __FuncInfoDir=%__FuncInfoRootDir%\%__TestDir% @REM if not exist %__FuncInfoDir% mkdir %__FuncInfoDir% @REM set COMPLUS_JitFuncInfoLogFile=%__FuncInfoDir%\FuncInfo.txt @REM ==== Uncomment above @REM -------------------------------------------------------------------------
LLITCHEV/coreclr
tests/x86/ryujit_x86_testenv.cmd
bat
mit
2,539
@echo off :: Use argument to decide which build system should be used if "%1" == "gradle" goto initForGradle if "%1" == "maven" goto initForMaven if "%1" == "ant" goto initForAnt goto invalidInput :initForGradle echo "Executing Gradle setup..." goto initDefault :initForMaven echo "Executing Maven setup..." goto initDefault :initForAnt echo "Executing Ant setup..." ::If the directory exists the script has already been executed ::Gets the owncloud-android-library call git submodule init call git submodule update call android.bat update project -p libs/android-support-appcompat-v7-exploded-aar --target android-22 call android.bat update lib-project -p owncloud-android-library call android.bat update project -p . call android.bat update project -p oc_jb_workaround call android.bat update test-project -p tests -m .. goto complete :initDefault call git submodule init call git submodule update call android.bat update lib-project -p owncloud-android-library call android.bat update project -p . call android.bat update project -p oc_jb_workaround call android.bat update test-project -p tests -m .. goto complete :invalidInput echo "Input argument invalid." echo "Usage: %0 [ant | maven | gradle]." goto exit :complete echo "...setup complete." goto exit :exit
kindras/OwnCloud-Android
setup_env.bat
bat
gpl-2.0
1,277
@set PROJECT_DIR=D:\Codes\Angular\gmat\Angular4_CLI_Starter @set FIREBASE_DIR=D:\Codes\Angular\Deployment\firebase @echo ON cd /d %PROJECT_DIR% call build.bat rem ==============Delete .js files=================== forfiles -p %HEROKU_DIR% -m *.js -c "cmd /c del @path" forfiles -p %FIREBASE_DIR%\public -m *.js -c "cmd /c del @path" rem ==============Copy to Deployment folders========= robocopy "%PROJECT_DIR%\dist" %FIREBASE_DIR%\public /s /e rem ==============Deploy Firebase==================== cd /d %FIREBASE_DIR% call __deploy.bat
peternguyen88/demoAngular4
Angular4_CLI_Starter/build_and_deploy_firebase.bat
bat
mit
537
@echo off SET WATCOM=C:\devtools\watcom SET EDPATH=%WATCOM%\EDDAT SET INCLUDE=%WATCOM%\H REM SET LIB= REM SET WWINHELP=D:\BINW set OLDPATH=%PATH% SET PATH=%WATCOM%\BINW;%PATH% set CFLAGS=-w4 -e23 -za -zq -os -ol -oc -d2 -bt=dos -fo=.obj.ml wmake IMF2MID.MK PATH=%OLDPATH%
Wohlstand/imf2mid
watcom/build.bat
bat
mit
277
@echo off >nul chcp 866 ::Lorents & Res2001 2010-2014 setlocal enabledelayedexpansion set "name=Image Catalyst" set "version=2.4" if "%~1" equ "thrt" call:threadwork "%~2" %3 %4 & exit /b ::if "%~1" equ "thrt" echo on & 1>>%4.log 2>&1 call:threadwork "%~2" %3 %4 & exit /b if "%~1" equ "updateic" call:icupdate & exit /b if "%~1" equ "" call:helpmsg title %name% %version% set "fullname=%~0" set "scrpath=%~dp0" set "sconfig=%scrpath%tools\" set "scripts=%scrpath%tools\scripts\" set "tmppath=%TEMP%\%name%\" set "errortimewait=30" set "iclock=%TEMP%ic.lck" set "LOG=%scrpath%\iCatalyst" ::BEGIN:à®¢¥àª , ­¥ § ¯ã饭 «¨ 㦥 IC ::1.ަ¨¤ ­¨¥ § ¢¥à襭¨¥ § ¯ã饭­®£® íª§¥¬¯«ïà  IC. ‚ᥠ¯®á«¥¤ãî騥 IC, ¡ã¤ãâ ¦¤ âì, ª®£¤  § ¢¥àè â à ¡®â㠯।ë¤ã騥 íª§¥¬¯«ïàë. ::call:runningcheck "%~nx0" ::2.‚á¥ íª§¥¬¯«ïàë IC à ¡®â îâ ®¤­®¢à¥¬¥­­®. ‚â®à®© ¨ ¯®á«¥¤ãî騥 íª§¥¬¯«ïàë ¢ë¢®¤ïâ ¨­ä®à¬ æ¨®­­®¥ á®®¡é¥­¨¥, çâ® ®­¨ ­¥ ¯¥à¢ë¥. set "runic=" call:runic "%~nx0" if defined runic ( title [Waiting] %name% %version% 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1>&2 echo Attention: running %runic% of %name%. 1>&2 echo. 1>&2 echo Press Enter to continue. 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ set "LOG=%LOG%%runic%" pause>nul cls ) ::END:à®¢¥àª , ­¥ § ¯ã饭 «¨ 㦥 IC set "LOG=%LOG%.log" ::1>nul 2>&1 del /f/q "%LOG%" if not defined runic if exist "%tmppath%" 1>nul 2>&1 rd /s /q "%tmppath%" set "apps=%~dp0Tools\apps\" PATH %apps%;%PATH% set "nofile=" if not exist "%scripts%filelist.txt" ( title [Error] %name% %version% if exist "%tmppath%" 1>nul 2>&1 rd /s /q "%tmppath%" 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1>&2 echo Application can not get access to files: 1>&2 echo. 1>&2 echo - Tools\Scripts\filelist.txt 1>&2 echo. 1>&2 echo Press Enter to exit. 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ pause>nul & exit ) set "num=0" for /f "usebackq tokens=*" %%a in ("%scripts%filelist.txt") do if not exist "%scrpath%%%~a" ( set /a "num+=1" if !num! gtr 20 set "nofile=!nofile!..." & goto:filelisterr set "nofile=!nofile!"%%~a" " ) :filelisterr if defined nofile ( title [Error] %name% %version% if exist "%tmppath%" 1>nul 2>&1 rd /s /q "%tmppath%" 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1>&2 echo Application can not get access to files: 1>&2 echo. for %%j in (%nofile%) do 1>&2 echo - %%~j 1>&2 echo. 1>&2 echo Press Enter to exit. 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ pause>nul & exit ) :settemp set "rnd=%random%" if not exist "%tmppath%%rnd%\" ( set "tmppath=%tmppath%%rnd%" 1>nul 2>&1 md "%tmppath%%rnd%" || call:errormsg "Can not create temporary folder:^|%tmppath%%rnd%!" ) else ( goto:settemp ) set "ImageNumPNG=0" set "ImageNumJPG=0" set "TotalNumPNG=0" set "TotalNumJPG=0" set "TotalNumErrPNG=0" set "TotalNumErrJPG=0" set "TotalSizeJPG=0" set "ImageSizeJPG=0" set "TotalSizePNG=0" set "ImageSizePNG=0" set "changePNG=0" set "changeJPG=0" set "percPNG=0" set "percJPG=0" set "png=" set "jpeg=" set "stime=" set "updateurl=http://x128.ho.ua/update.ini" set "configpath=%~dp0\Tools\config.ini" set "logfile=%tmppath%\Images" set "iculog=%tmppath%\icu.log" set "iculck=%tmppath%\icu.lck" set "countPNG=%tmppath%\countpng" set "countJPG=%tmppath%\countjpg" set "filelist=%tmppath%\filelist" set "filelisterr=%tmppath%\filerr" set "params=" set "jpgp=/JPG:yes" set "pngp=/PNG:yes" ::—⥭¨¥ ¯¥à¥¬¥­­ëå ¨§ config.ini set "fs=" & set "threadjpg=" & set "threadpng=" & set "updatecheck=" & set "outdir=" & set "outdir1=" & set "nooutfolder=" set "metadata=" & set "chunks=" & set "nc=" & set "na=" & set "np=" & set "ng=" call:readini "%configpath%" if /i "%fs%" equ "true" (set "fs=/s") else (set "fs=") ::call:sethread %threadpng% & set "threadpng=!thread!" & set "thread=" if not defined threadpng set "threadpng=0" if "%threadpng%" equ "0" if %NUMBER_OF_PROCESSORS% gtr 1 set /a "threadpng=%NUMBER_OF_PROCESSORS%-1" call:sethread %threadjpg% & set "threadjpg=!thread!" & set "thread=" ::if "%threadjpg%" equ "0" (set /a "threadjpg=2*%thread%") else set "threadjpg=!thread!" ::set "thread=" set "multithread=0" if %threadpng% gtr 1 set "multithread=1" if %threadjpg% gtr 1 set "multithread=1" set "updatecheck=%update%" & set "update=" call set "outdir=%outdir%" if /i "%outdir%" equ "true" (set "outdir=" & set "nooutfolder=yes") else if /i "%outdir%" equ "false" set "outdir=" if /i "%nc%" equ "false" (set "nc=-nc") else (set "nc=") if /i "%np%" equ "false" (set "np=-np") else (set "np=") dir /s/b %* 2>nul | findstr /r "\.jp[ge]$" 1>nul 2>&1 && set "TotalNumJPG=1" dir /s/b %* 2>nul | findstr /r "\.jpeg$" 1>nul 2>&1 && set "TotalNumJPG=1" dir /s/b %* 2>nul | findstr /r "\.png$" 1>nul 2>&1 && set "TotalNumPNG=1" ::¢¢®¤ ¯ à ¬¥â஢ ®¯â¨¬¨§ æ¨¨ if %TotalNumPNG% gtr 0 if not defined png call:png if %TotalNumJPG% gtr 0 if not defined jpeg call:jpeg if not defined png set "png=0" if not defined jpeg set "jpeg=0" if %png% equ 0 set "pngp=/PNG:no" if %jpeg% equ 0 set "jpgp=/JPG:no" set "TotalNumPNG=0" set "TotalNumJPG=0" if %png% equ 0 if %jpeg% equ 0 goto:endsetcounters if not defined nooutfolder if not defined outdir ( cls title [Loading] %name% %version% for /f "tokens=* delims=" %%a in ('dlgmsgbox "Image Catalyst" "Folder3" " " "Select target folder:" ') do set "outdir=%%~a" ) if defined outdir ( if "!outdir:~-1!" neq "\" set "outdir=!outdir!\" if not exist "!outdir!" (1>nul 2>&1 md "!outdir!" || call:errormsg "Can not create folder for optimized files:^|!outdir!^!") for /f "tokens=* delims=" %%a in ("!outdir!") do set outdirparam="/Outdir:%%~a" ) else ( set "outdirparam=" ) if "%~1" equ "" goto:setcounters cls echo.ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo.Files are analazing. Please wait... echo.ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ cscript //nologo //E:JScript "%scripts%filter.js" %pngp% %jpgp% %outdirparam% %* 1>"%filelist%" 2>"%filelisterr%" :setcounters ::®¤áç¥â ®¡é¥£® ª®«¨ç¥á⢠ ®¡à ¡ â뢠¥¬ëå ¨ ¯à®¯ã᪠¥¬ëå ä ©«®¢ ¢ ࠧ१¥ png/jpg if exist "%filelist%" ( if defined png for /f "tokens=3 delims=:" %%a in ('find /i /c ".png" "%filelist%" 2^>nul') do set /a "TotalNumPNG+=%%a" if defined jpeg for /f "tokens=3 delims=:" %%a in ('find /i /c ".jpg" "%filelist%" 2^>nul') do set /a "TotalNumJPG+=%%a" if defined jpeg for /f "tokens=3 delims=:" %%a in ('find /i /c ".jpe" "%filelist%" 2^>nul') do set /a "TotalNumJPG+=%%a" ) if exist "%filelisterr%" ( if defined png for /f "tokens=3 delims=:" %%a in ('find /i /c ".png" "%filelisterr%" 2^>nul') do set /a "TotalNumErrPNG+=%%a" if defined jpeg for /f "tokens=3 delims=:" %%a in ('find /i /c ".jpg" "%filelisterr%" 2^>nul') do set /a "TotalNumErrJPG+=%%a" if defined jpeg for /f "tokens=3 delims=:" %%a in ('find /i /c ".jpe" "%filelisterr%" 2^>nul') do set /a "TotalNumErrJPG+=%%a" ) :endsetcounters if %TotalNumPNG% equ 0 if %TotalNumJPG% equ 0 ( cls 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1>&2 echo There no files found for optimization. call:helpmsg ) for /l %%a in (1,1,%threadpng%) do >"%logfile%png.%%a" echo. for /l %%a in (1,1,%threadjpg%) do >"%logfile%jpg.%%a" echo. if /i "%na%" equ "false" ( set "na=-na" ) else ( if %png% equ 1 set "na=-a1" if %png% equ 2 set "na=-a0" ) cls echo _______________________________________________________________________________ echo. if /i "%updatecheck%" equ "true" start "" /b cmd.exe /c ""%fullname%" updateic" call:setitle call:setvtime stime set "outdirs=" for /f "usebackq tokens=1 delims= " %%a in ("%filelist%") do ( call:initsource "%%~a" if defined ispng if "%png%" neq "0" call:filework "%%~fa" png %threadpng% ImageNumPNG if defined isjpeg if "%jpeg%" neq "0" call:filework "%%~fa" jpg %threadjpg% ImageNumJPG ) :waithread call:waitflag "%tmppath%\thrt*.lck" for /l %%z in (1,1,%threadpng%) do call:typelog png %%z for /l %%z in (1,1,%threadjpg%) do call:typelog jpg %%z call:setitle ::set "thrt=" ::for /l %%z in (1,1,%threadpng%) do if exist "%tmppath%\thrtpng%%z.lck" (set "thrt=1") else (call:typelog & call:setitle) ::for /l %%z in (1,1,%threadjpg%) do if exist "%tmppath%\thrtjpg%%z.lck" (set "thrt=1") else (call:typelog & call:setitle) ::if defined thrt call:waitrandom 1000 & goto:waithread ::cscript //nologo //E:JScript "%scripts%unfilter.js" <"%filelist%" call:end pause>nul & exit /b ::à®¢¥àª  ­¥ § ¯ã饭 «¨ ¥é¥ ®¤¨­ íª§¥¬¯«ïà IC. …᫨ § ¯ã饭 - ¦¤¥¬ § ¢¥à襭¨ï. ::‚â®à®© § ¯ã饭­ë© ¯à®æ¥áá á®§¤ ¥â ¡«®ª¨à®¢®ç­ë© ä ©« %iclock% ¨ ®¦¨¤ ¥â § ¢¥à襭¨ï ¯¥à¢®£® IC. ::‚ᥠ®áâ «ì­ë¥ ®¦¨¤ î⠮᢮¡®¦¤¥­¨ï ¡«®ª¨à®¢®ç­®£® ä ©« . ::Š®£¤  ¯¥à¢ë© IC § ª ­ç¨¢ ¥â à ¡®âã, ¢â®à®© ¢ë室¨â ¨§ ®¦¨¤ ­¨ï ¨ ®â¯ã᪠¥â ¡«®ª¨à®¢®ç­ë© ä ©«. ::¥à¢ë© ¨§ ®áâ «ì­ëå IC, ªâ® ãᯥ« § å¢ â¨âì ä ©«, ¡ã¤¥â á«¥¤ãî騬 ¢ ®ç¥à¥¤¨ ­  ®¡à ¡®âªã. :: à ¬¥âàë: %1 - áâப  ¤«ï ¯®¨áª  ¯à®æ¥áá  :runningcheck call:runic "%~1" set "lastrunic=%runic%" if defined runic ( title [Waiting] %name% %version% echo.Another process is running %name%. Waiting for shuting down. call:runningcheck2 "%~1" ) exit /b ::‚â®à®© íâ ¯ ®¦¨¤ ­¨ï :runningcheck2 2>nul ( 3>"%iclock%" 1>&3 call:runic2 "%~1" || (call:waitrandom 5000 & goto:runningcheck2) ) exit /b ::–¨ª« ®¦¨¤ ­¨ï ¤«ï ¢â®à®£® ¯à®æ¥áá  IC :runic2 call:waitrandom 5000 call:runic "%~1" if defined runic ( if %runic% lss %lastrunic% exit /b 0 set "lastrunic=%runic%" goto:runic2 ) exit /b 0 ::à®¢¥à塞 á ¯®¬®éìî wmic § ¯ã饭® «¨ ¡®«ìè¥ ®¤­®£® íª§¥¬¯«ïà  IC. ::…᫨ ¤ , â® ¢ëáâ ¢«ï¥¬ ¯¥à¥¬¥­­ãî runic ¢ §­ ç¥­¨¥, à ¢­®¥ ª®«¨ç¥áâ¢ã § ¯ã饭­ëå íª§¥¬¯«ï஢ IC. :: à ¬¥âàë: %1 - áâப  ¤«ï ¯®¨áª  ¯à®æ¥áá  :runic set "runic=" if exist "%systemroot%\system32\wbem\wmic.exe" ( for /f "tokens=* delims=" %%a in ('wmic path win32_process where "CommandLine like '%%%~1%%'" get CommandLine /value ^| findstr /i /c:"%~1" ^| findstr /i /c:"cmd" ^| findstr /i /v "find findstr wmi thrt updateic" ^| find /i /c "%~1" ') do ( if %%a gtr 1 set "runic=%%a" )) exit /b ::‚뢮¤¨â ¤¨ «®£®¢®¥ ®ª­® ¢ë¡®à  ä ©«®¢ ¯à¨ ®âáãâá⢨¨ ¯ à ¬¥â஢. :notparam dlgmsgbox "Image Catalyst" "File1" " " "‚ᥠä®à¬ âë ^(*.png;*.jpg;*.jpeg;*.jpe^)^|JPEG ^(*.jpg;*.jpeg;*.jpe^)^|PNG ^(*.png^)" | cscript //nologo //E:JScript "%scripts%filter.js" %outdirparam% /IsStdIn:yes 1>"%filelist%" 2>"%filelisterr%" exit /b ::“áâ ­®¢ª  §­ ç¥­¨ï ¯¥à¥¬¥­­®©, ¨¬ï ª®â®à®© ¯¥à¥¤ ­® ¢ %1, ¢ ⥪ãéãî ¤ âã/¢à¥¬ï ¢ ä®à¬ â¥ ¤«ï ¢ë¢®¤  ¨â®£®¢ :: à ¬¥âàë: ­¥â ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: “áâ ­®¢«¥­­®¥ §­ ç¥­¨¥ ¯¥à¥¬¥­­®© %1 :setvtime set "%1=%date% %time:~0,2%:%time:~3,2%:%time:~6,2%" exit /b ::à®¢¥àª  ¤®áâ㯭®á⨠­®¢®© ¢¥àᨨ IC. :: à ¬¥âàë: ­¥â ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :icupdate if not exist "%scripts%xmlhttprequest.js" exit /b >"%iculck%" echo.Update IC cscript //nologo //E:JScript "%scripts%xmlhttprequest.js" %updateurl% 2>nul 1>"%iculog%" || 1>nul 2>&1 del /f /q "%iculog%" 1>nul 2>&1 del /f /q "%iculck%" exit /b ::‡ ¯ã᪠¥â ®¡à ¡®â稪 ä ©«  ¢ ®¤­®¯®â®ç­®¬ ¨«¨ ¬­®£®¯®â®ç­®¬ ०¨¬¥. :: à ¬¥âàë: :: %1 - png | jpg :: %2 - ª®«¨ç¥á⢮ ¯®â®ª®¢ ¤ ­­®£® ¢¨¤  :: %3 - ¯ãâì ª ®¡à ¡ â뢠¥¬®¬ã ä ©«ã ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :createthread if %2 equ 1 call:threadwork %3 %1 1 & call:typelog %1 1 & exit /b for /l %%z in (1,1,%2) do ( if not exist "%tmppath%\thrt%1%%z.lck" ( call:typelog %1 %%z >"%tmppath%\thrt%1%%z.lck" echo Ž¡à ¡®âª  ä ©« : %3 start /b cmd.exe /s /c ""%fullname%" thrt "%~3" %1 %%z" exit /b ) ) call:waitrandom 500 goto:createthread ::¥à¥¡®à ä ©«®¢ ¤«ï ¢ë¢®¤  áâ â¨á⨪¨ ¤«ï ¬­®£®¯®â®ç­®£® ०¨¬ . „ ­­ë¥ ç¨â îâáï ¨§ %logfile%*. :: à ¬¥âàë: :: %1 - png | jpg :: %2 - ­®¬¥à ä ©«  ¤ ­­®£® ¢¨¤  ¤«ï ¢ë¢®¤  ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :typelog if %multithread% equ 0 exit /b if not defined typenum%1%2 set "typenum%1%2=1" call:typelogfile "%logfile%%1.%2" "typenum%1%2" %%typenum%1%2%% %1 exit /b ::—⥭¨¥ ä ©«  ¨ à §¡®à áâப ¤«ï ¢ë¢®¤  áâ â¨á⨪¨ ¤«ï ¬­®£®¯®â®ç­®£® ०¨¬ . :: à ¬¥âàë: %1 - ä ©« ¢ ä®à¬ â¥ images.csv :: %2 - ¨¬ï ¯¥à¥¬¥­­®©, ¢ ª®â®à®© åà ­¨âáï ª®«¨ç¥á⢮ ®¡à ¡®â ­­ëå áâப ¢ ¤ ­­®¬ ä ©«¥ :: %3 - ª®«¨ç¥á⢮ ®¡à ¡®â ­­ëå áâப ¢ ¤ ­­®¬ ä ©«¥ :: %4 - JPG | PNG ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :typelogfile if not exist "%~1" exit /b for /f "usebackq skip=%3 tokens=1-5 delims=;" %%b in ("%~1") do ( if /i "%%d" equ "error" ( call:printfileerr "%%~b" "%%~c" ) else ( call:printfileinfo "%%~b" %%c %%d %%e %%f ) set /a "%~2+=1" ) exit /b ::‚뢮¤ ¨­ä®à¬ æ¨¨ ® ä ©«¥ á ¯¥à¥¢®¤®¬ §­ ç¥­¨© ¢ Ё ©âë. :: à ¬¥âàë: :: %1 - ¨¬ï ä ©«  :: %2 - à §¬¥à ¢å®¤­®£® ä ©«  ¢ ¡ ©â å :: %3 - à §¬¥à ¢ë室­®£® ä ©«  ¢ ¡ ©â å :: %4 - à §­¨æ  ¢ ¡ ©â å :: %5 - à §­¨æ  ¢ ¯à®æ¥­â å ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :printfileinfo call:echostd " File - %~f1" set "float=%2" call:division float 1024 100 call:echostd " In - %float% Ё" set "change=%4" call:division change 1024 100 set "float=%3" call:division float 1024 100 call:echostd " Out - %float% Ё (%change% Ё, %5%%)" call:echostd _______________________________________________________________________________ call:echostd exit /b ::‚뢮¤ ¨­ä®à¬ æ¨¨ ®¡ ®è¨¡ª¥ ®¡à ¡®âª¨ ä ©« . :: à ¬¥âàë: :: %1 - ¨¬ï ä ©«  :: %2 - ‘®®¡é¥­¨¥ ®¡ ®è¨¡ª¥ ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :printfileerr call:echoerr " File - %~1" call:echoerr " Error - %~2" call:echoerr _______________________________________________________________________________ call:echoerr exit /b ::‚뢮¤¨â %1 ¢ «®£ ä ©« %LOG% ¨ ¢ stdout :echostd echo.%~1 ::>>"%LOG%" echo.%~1 exit /b ::‚뢮¤¨â %1 ¢ «®£ ä ©« %LOG% ¨ ¢ stderr :echoerr 1>&2 echo.%~1 ::>>"%LOG%" echo.%~1 exit /b ::‡ ¯ã᪠®¡à ¡®â稪®¢ ä ©«®¢ ¤«ï ¬­®£®¯®â®ç­®© ®¡à ¡®âª¨. :: à ¬¥âàë: :: %1 - ¯ãâì ª ®¡à ¡ â뢠¥¬®¬ã ä ©«ã :: %2 - png | jpg :: %3 - ­®¬¥à ¯®â®ª  ¤ ­­®£® ¢¨¤  ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :threadwork if /i "%2" equ "png" call:pngfilework %1 %3 & if %multithread% neq 0 >>"%countPNG%.%3" echo.1 if /i "%2" equ "jpg" call:jpegfilework %1 %3 & if %multithread% neq 0 >>"%countJPG%.%3" echo.1 if exist "%tmppath%\thrt%2%3.lck" >nul 2>&1 del /f /q "%tmppath%\thrt%2%3.lck" exit /b ::ަ¨¤ ¥â ®âáãâá⢨¥ § ¤ ­­®£® ¢ %1 ä ©« . ‘«ã¦¨â ¤«ï ®¦¨¤ ­¨ï á­ïâ¨ï ¡«®ª¨à®¢ª¨ ¯à¨ ¬­®£®¯®â®ç­®© ®¡à ¡®âª¨. :: à ¬¥âàë: %1 - ¯ãâì ª ä ©«ã ä« £ã. ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :waitflag if not exist "%~1" exit /b call:waitrandom 2000 goto:waitflag ::ަ¨¤ ¥â á«ãç ©­®¥ ª®«¨ç¥á⢮ ¬¨««¨á¥ªã­¤, ®£à ­¨ç¥­­®¥ § ¤ ­­ë¬ ¯ à ¬¥â஬. :: à ¬¥âàë: %1 - ®£à ­¨ç¥­¨¥ á«ãç ©­®£® §­ ç¥­¨ï ª®«¨ç¥á⢠ ¬«á¥ª. ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :waitrandom set /a "ww=%random%%%%1" 1>nul 2>&1 ping -n 1 -w %ww% 127.255.255.255 exit /b ::à®æ¥¤ãà  ¨­¨æ¨ «¨§ æ¨¨ ¯¥à¥¬¥­­ëå ¤«ï ®ç¥à¥¤­®£® ¨áâ®ç­¨ª  ®¡à ¡®âª¨. :: à ¬¥âàë: %1 - ¯ãâì ª ä ©«ã. ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ¯à®¨­¨æ¨ «¨§¨à®¢ ­­ë¥ ¯¥à¥¬¥­­ë¥ isjpeg, ispng, isfolder. :initsource set "isjpeg=" set "ispng=" set "isfolder=" if /i "%~x1" equ ".png" set "ispng=1" if /i "%~x1" equ ".jpg" set "isjpeg=1" if /i "%~x1" equ ".jpeg" set "isjpeg=1" if /i "%~x1" equ ".jpe" set "isjpeg=1" exit /b ::“áâ ­®¢ª  ª®«¨ç¥á⢠ ¯®â®ª®¢ ¤«ï ¬­®£®¯®â®ç­®© ®¡à ¡®âª¨. :: à ¬¥âàë: %1 - ¯à¥¤« £ ¥¬®¥ ª®«¨ç¥á⢮ ¯®â®ª®¢ (¬®¦¥â ®âáãâá⢮¢ âì). ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ¯à®¨­¨æ¨ «¨§¨à®¢ ­­ ï ¯¥à¥¬¥­­ ï thread. :sethread if "%~1" neq "" if "%~1" neq "0" set "thread=%~1" & exit /b set /a "thread=%~1+1-1" if "!thread!" equ "0" set "thread=%NUMBER_OF_PROCESSORS%" ::if %thread% gtr 2 set /a "thread-=1" exit /b ::‚¢®¤ ¯ à ¬¥â஢ ®¯â¨¬¨§ æ¨¨ png ä ©«®¢. :: à ¬¥âàë: ­¥â ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ¯à®¨­¨æ¨ «¨§¨à®¢ ­­ ï ¯¥à¥¬¥­­ ï png. :png cls title [PNG] %name% %version% echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo Select optimization mode for PNG: echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo. echo [1] Xtreme echo. echo [2] Advanced echo. echo [0] Skip PNG optimization echo. set png= echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ set /p png="#Select mode and press Enter [0-2]: " echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo. if "%png%" equ "" goto:png if "%png%" equ "0" exit /b if "%png%" neq "1" if "%png%" neq "2" goto:png exit /b ::‚¢®¤ ¯ à ¬¥â஢ ®¯â¨¬¨§ æ¨¨ jpg ä ©«®¢. :: à ¬¥âàë: ­¥â ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ¯à®¨­¨æ¨ «¨§¨à®¢ ­­ ï ¯¥à¥¬¥­­ ï jpeg. :jpeg cls title [JPEG] %name% %version% echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo Select optimization mode for JPEG: echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo. echo [1] Baseline echo. echo [2] Progressive echo. echo [3] Default echo. echo [0] Select mode and press Enter JPEG echo. set jpeg= echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ set /p jpeg="#Select mode and press Enter [0-3]: " echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ echo. if "%jpeg%" equ "" goto:jpeg if "%jpeg%" equ "0" exit /b if "%jpeg%" neq "1" if "%jpeg%" neq "2" if "%jpeg%" neq "3" goto:jpeg exit /b ::“áâ ­®¢ª  § £®«®¢ª  ®ª­  ¢® ¢à¥¬ï ®¯â¨¬¨§ æ¨¨. :: à ¬¥âàë: ­¥â ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :setitle if "%jpeg%" equ "0" if "%png%" equ "0" (title %~1%name% %version% & exit /b) if %multithread% neq 0 ( set "ImageNumPNG=0" & set "ImageNumJPG=0" for /l %%c in (1,1,%threadpng%) do for %%b in ("%countPNG%.%%c") do set /a "ImageNumPNG+=%%~zb/3" 2>nul for /l %%c in (1,1,%threadjpg%) do for %%b in ("%countJPG%.%%c") do set /a "ImageNumJPG+=%%~zb/3" 2>nul ) if "%png%" equ "1" (set "pngtitle=Xtreme") if "%png%" equ "2" (set "pngtitle=Advanced") if "%jpeg%" equ "1" (set "jpegtitle=Optimize") if "%jpeg%" equ "2" (set "jpegtitle=Progressive") if "%jpeg%" equ "3" (set "jpegtitle=Default") if "%jpeg%" equ "0" ( title %~1[PNG %pngtitle%: %ImageNumPNG%/%TotalNumPNG%] %name% %version% ) else ( if "%png%" equ "0" ( title %~1[JPEG %jpegtitle%: %ImageNumJPG%/%TotalNumJPG%] %name% %version% ) else ( title %~1[PNG %pngtitle%: %ImageNumPNG%/%TotalNumPNG%] [JPEG %jpegtitle%: %ImageNumJPG%/%TotalNumJPG%] %name% %version% ) ) exit /b ::‡ ¯ã᪠®¡à ¡®â稪  ä ©«®¢. :: à ¬¥âàë: :: %1 - ®¡à ¡ â뢠¥¬ë© ä ©« :: %2 - png | jpg :: %3 - %threadpng% | %threadjpg% :: %4 - ImageNumPNG | ImageNumJPG ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :filework call:createthread %2 %3 "%~f1" set /a "%4+=1" call:setitle exit /b ::Ž¡à ¡®â稪 png ä ©«®¢. :: à ¬¥âàë: :: %1 - ¯ãâì ª ®¡à ¡ â뢠¥¬®¬ã ä ©«ã :: %2 - ­®¬¥à ¯®â®ª  ®¡à ¡®âª¨ ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :pngfilework set "zc=" set "zm=" set "zs=" set "psize=%~z1" set "errbackup=0" set "logfile2=%logfile%png.%2" set "pnglog=%tmppath%\png%2.log" set "filework=%tmppath%\%~n1-ic%2%~x1" 1>nul 2>&1 copy /b /y "%~f1" "%filework%" || (call:saverrorlog "%~f1" "” ©« ­¥ ­ ©¤¥­" & exit /b) if %png% equ 1 ( >"%pnglog%" 2>nul truepng -i0 -zw5 -zc7 -zm5-9 -zs0-3 -f0,5 -fs:2 -g%ng% %nc% %na% %np% -force "%filework%" if errorlevel 1 (call:saverrorlog "%~f1" "File type not supported" & exit /b) for /f "tokens=2,4,6,8,10 delims=: " %%a in ('findstr /r /i /b /c:"zc:..zm:..zs:" "%pnglog%"') do ( set "zc=%%a" set "zm=%%b" set "zs=%%c" ) 1>nul 2>&1 del /f /q "%pnglog%" pngwolf --even-if-bigger --zlib-window=15 --zlib-level=!zc! --zlib-memlevel=!zm! --zlib-strategy=!zs! --zopfli-iterations=15 --max-time=1 --in="%filework%" --out="%filework%" 1>nul 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File type not supported" & exit /b) ) if %png% equ 2 ( truepng -i0 -zw5 -zc7 -zm8-9 -zs0-1 -f0,5 -fs:7 -g%ng% %nc% %na% %np% -force "%filework%" 1>nul 2>&1 && advdef -z3 "%filework%" 1>nul 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File type not supported" & exit /b) ) deflopt -k "%filework%" >nul && defluff < "%filework%" > "%filework%-defluff.png" 2>nul if errorlevel 1 (call:saverrorlog "%~f1" "File type not supported" & 1>nul 2>&1 del /f/q "%filework%-defluff.png" & exit /b) 1>nul 2>&1 move /y "%filework%-defluff.png" "%filework%" && deflopt -k "%filework%" >nul if errorlevel 1 (call:saverrorlog "%~f1" "File type not supported" & exit /b) call:backup "%~f1" "%filework%" >nul || set "errbackup=1" if %errbackup% neq 0 (call:saverrorlog "%~f1" "Access denied or file not exists" & exit /b) if /i "%chunks%" equ "true" (1>nul 2>&1 truepng -nz -md remove all "%~f1" || (call:saverrorlog "%~f1" "File not supported" & exit /b)) call:savelog "%~f1" %psize% PNG if %multithread% equ 0 for %%a in ("%~f1") do (set /a "ImageSizePNG+=%%~za" & set /a "TotalSizePNG+=%psize%") exit /b ::Ž¡à ¡®â稪 jpg ä ©«®¢. :: à ¬¥âàë: :: %1 - ¯ãâì ª ®¡à ¡ â뢠¥¬®¬ã ä ©«ã :: %2 - ­®¬¥à ¯®â®ª  ®¡à ¡®âª¨ ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :jpegfilework set "ep=" set "jsize=%~z1" set "errbackup=0" set "logfile2=%logfile%jpg.%2" set "filework=%tmppath%\%~n1%2%~x1" set "jpglog=%tmppath%\jpg%2.log" 1>nul 2>&1 copy /b /y "%~f1" "%filework%" || (call:saverrorlog "%~f1" "File not found" & exit /b) if %jpeg% equ 1 ( mozjpegtran -verbose -revert -optimize -copy all -outfile "%filework%" "%filework%" 1>"%jpglog%" 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File not supported" & 1>nul 2>&1 del /f /q "%jpglog%" & exit /b) for /f "tokens=4,10 delims=:,= " %%a in ('findstr /C:"Start Of Frame" "%jpglog%" 2^>nul') do (set "ep=%%a") if "!ep!" equ "0xc0" ( call:backup "%~f1" "%filework%" >nul || set "errbackup=1" ) else ( if "!ep!" equ "0xc2" ( 1>nul 2>&1 move /y "%filework%" "%~f1" || set "errbackup=1" ) else ( call:saverrorlog "%~f1" "File not supported" & exit /b ) ) ) if %jpeg% equ 2 ( mozjpegtran -verbose -copy all -outfile "%filework%" "%filework%" 1>"%jpglog%" 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File not supported" & 1>nul 2>&1 del /f /q "%jpglog%" & exit /b) for /f "tokens=4,10 delims=:,= " %%a in ('findstr /C:"Start Of Frame" "%jpglog%" 2^>nul') do (set "ep=%%a") if "!ep!" equ "0xc2" ( call:backup "%~f1" "%filework%" >nul || set "errbackup=1" ) else ( if "!ep!" equ "0xc0" ( 1>nul 2>&1 move /y "%filework%" "%~f1" || set "errbackup=1" ) else ( call:saverrorlog "%~f1" "File not supported" & exit /b ) ) ) if %jpeg% equ 3 ( jpginfo "%filework%" 1>"%jpglog%" 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File not supported" & 1>nul 2>&1 del /f /q "%jpglog%" & exit /b) for /f "usebackq tokens=5" %%a in ("%jpglog%") do set "ep=%%~a" if /i "!ep!" equ "Baseline" ( mozjpegtran -verbose -revert -optimize -copy all -outfile "%filework%" "%filework%" 1>nul 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File not supported" & exit /b) call:backup "%~f1" "%filework%" >nul || set "errbackup=1" ) else ( if /i "!ep!" equ "Progressive" ( mozjpegtran -verbose -copy all -outfile "%filework%" "%filework%" 1>nul 2>&1 if errorlevel 1 (call:saverrorlog "%~f1" "File not supported" & exit /b) call:backup "%~f1" "%filework%" >nul || set "errbackup=1" ) else ( call:saverrorlog "%~f1" "File not supported" & exit /b ) ) ) 1>nul 2>&1 del /f /q "%jpglog%" if %errbackup% neq 0 (call:saverrorlog "%~f1" "Access denied or file not exists" & 1>nul 2>&1 del /f /q %filework% & exit /b) if /i "%metadata%" equ "true" (1>nul 2>&1 jpegstripper -y "%~f1" || (call:saverrorlog "%~f1" "File not supported" & exit /b)) call:savelog "%~f1" %jsize% JPG if %multithread% equ 0 for %%a in ("%~f1") do (set /a "ImageSizeJPG+=%%~za" & set /a "TotalSizeJPG+=%jsize%") exit /b ::…᫨ à §¬¥à ä ©«  %2 ¡®«ìè¥, 祬 à §¬¥à %1, â® %2 ¯¥à¥­®á¨âáï ­  ¬¥áâ® %1, ¨­ ç¥ %2 㤠«ï¥âáï. :: à ¬¥âàë: :: %1 - ¯ãâì ª ¯¥à¢®¬ã ä ©« :: %2 - ¯ãâì ª® ¢â®à®¬ã ä ©«ã ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :backup if not exist "%~1" exit /b 2 if not exist "%~2" exit /b 3 if %~z2 equ 0 (1>nul 2>&1 del /f /q "%~2" & exit /b 4) if %~z1 leq %~z2 (1>nul 2>&1 del /f /q "%~2") else (1>nul 2>&1 move /y "%~2" "%~1" || exit /b 1) exit /b ::‚ëç¨á«¥­¨¥ à §­¨æë à §¬¥à  ¨á室­®£® ¨ ®¯â¨¬¨§¨à®¢ ­­®£® ä ©«  (chaneg ¨ perc). ::„«ï ¬­®£®¯®â®ç­®© ®¡à ¡®âª¨ § ¯¨áì ¢ %logfile% ¨­ä®à¬ æ¨¨ ®¡ ®¡à ¡®â ­­®¬ ä ©«¥. ::„«ï ®¤­®¯®â®ç­®© ®¡à ¡®âª¨ ¢ë¢®¤ áâ â¨á⨪¨ ­  íªà ­. :: à ¬¥âàë: :: %1 - ¯ãâì ª ®¯â¨¬¨§¨à®¢ ­­®¬ã ä ©«ã :: %2 - à §¬¥à ¨á室­®£® ä ©«  ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :savelog set /a "change=%~z1-%2" set /a "perc=%change%*100/%2" 2>nul set /a "fract=%change%*100%%%2*100/%2" 2>nul set /a "perc=%perc%*100+%fract%" call:division perc 100 100 >>"%logfile2%" echo.%~1;%2;%~z1;%change%;%perc%;ok if %multithread% equ 0 ( call:printfileinfo "%~1" %2 %~z1 %change% %perc% ) exit /b ::ޝ¥à æ¨ï ¤¥«¥­¨ï ¤¢ãå æ¥«ëå ç¨á¥«, १ã«ìâ â - ¤à®¡­®¥ ç¨á«®. :: à ¬¥âàë: :: %1 - ¨¬ï ¯¥à¥¬¥­­®©, ᮤ¥à¦ é¥© 楫®¥ ç¨á«® ¤¥«¨¬®¥ :: %2 - ¤¥«¨â¥«ì :: %3 - 10/100/1000... - ®ªà㣫¥­¨¥ ¤à®¡­®© ç á⨠(¤® ¤¥áïâëå, ¤® á®âëå, ¤® âëáïç­ëå, ...) ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: set %1=¢ëç¨á«¥­­®¥ ¤à®¡­®¥ ç áâ­®¥ :division set "sign=" 1>nul 2>&1 set /a "int=!%1!/%2" 1>nul 2>&1 set /a "fractd=!%1!*%3/%2%%%3" if "%fractd:~,1%" equ "-" (set "sign=-" & set "fractd=%fractd:~1%") 1>nul 2>&1 set /a "fractd=%3+%fractd%" if "%int:~,1%" equ "-" set "sign=" set "%1=%sign%%int%.%fractd:~1% exit /b ::„«ï ¬­®£®¯®â®ç­®© ®¡à ¡®âª¨ § ¯¨áì á®®¡é¥­¨ï ®¡ ®è¨¡ª¥ ®¡à ¡®âª¨ ¢ %logfile%. ::„«ï ®¤­®¯®â®ç­®© ®¡à ¡®âª¨ ¢ë¢®¤ á®®¡é¥­¨ï ®¡ ®è¨¡ª¥ ­  íªà ­. :: à ¬¥âàë: :: %1 - ¯ãâì ª ®¯â¨¬¨§¨à®¢ ­­®¬ã ä ©«ã :: %2 - á®®¡é¥­¨¥ ®¡ ®è¨¡ª¥ ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :saverrorlog 1>nul 2>&1 del /f /q "%filework%" >>"%logfile2%" echo.%~1;%~2;error if %multithread% equ 0 ( call:printfileerr "%~f1" "%~2" ) exit /b ::‚뢮¤ ¨â®£®¢®£® á®®¡é¥­¨ï ® áâ â¨á⨪¥ ®¡à ¡®âª¨ ¨ ­ «¨ç¨¨ ®¡­®¢«¥­¨©. :: à ¬¥âàë: ­¥â ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­¥â :end if not defined stime call:setvtime stime call:setvtime ftime set "changePNG=0" & set "percPNG=0" & set "fract=0" set "changeJPG=0" & set "percJPG=0" & set "fract=0" if "%jpeg%" equ "0" if "%png%" equ "0" 1>nul 2>&1 ping -n 1 -w 500 127.255.255.255 & goto:finmessage if %multithread% neq 0 ( for /f "tokens=1-5 delims=;" %%a in ('findstr /e /i /r /c:";ok" "%logfile%png*" ') do ( set /a "TotalSizePNG+=%%b" & set /a "ImageSizePNG+=%%c" ) for /f "tokens=1-5 delims=;" %%a in ('findstr /e /i /r /c:";ok" "%logfile%jpg*" ') do ( set /a "TotalSizeJPG+=%%b" & set /a "ImageSizeJPG+=%%c" ) ) for /f "tokens=1" %%a in ('findstr /e /i /r /c:";error" "%logfile%png*" 2^>nul ^| find /i /c ";error" 2^>nul') do ( set /a "TotalNumErrPNG+=%%a" & set /a "TotalNumPNG-=%%a" ) for /f "tokens=1" %%a in ('findstr /e /i /r /c:";error" "%logfile%jpg*" 2^>nul ^| find /i /c ";error" 2^>nul') do ( set /a "TotalNumErrJPG+=%%a" & set /a "TotalNumJPG-=%%a" ) set /a "changePNG=(%ImageSizePNG%-%TotalSizePNG%)" 2>nul set /a "percPNG=%changePNG%*100/%TotalSizePNG%" 2>nul set /a "fract=%changePNG%*100%%%TotalSizePNG%*100/%TotalSizePNG%" 2>nul set /a "percPNG=%percPNG%*100+%fract%" 2>nul call:division changePNG 1024 100 call:division percPNG 100 100 set /a "changeJPG=(%ImageSizeJPG%-%TotalSizeJPG%)" 2>nul set /a "percJPG=%changeJPG%*100/%TotalSizeJPG%" 2>nul set /a "fract=%changeJPG%*100%%%TotalSizeJPG%*100/%TotalSizeJPG%" 2>nul set /a "percJPG=%percJPG%*100+%fract%" 2>nul call:division changeJPG 1024 100 call:division percJPG 100 100 :finmessage call:totalmsg PNG %png% call:totalmsg JPG %jpeg% call:echostd " Started at - %stime%" call:echostd " Finished at - %ftime%" echo _______________________________________________________________________________ call:listerrfiles echo. echo Optimization process finished. Press Enter to exit. echo _______________________________________________________________________________ if /i "%updatecheck%" equ "true" ( call:waitflag "%iculck%" 1>nul 2>&1 del /f /q "%iculck%" if exist "%iculog%" ( call:readini "%iculog%" if "%version%" neq "!ver!" ( set "isupdate=" for /f "tokens=* delims=" %%a in ('dlgmsgbox "Image Catalyst" "Msg1" " " "New version available %name% !ver!^|Do you want to update?" "Q4" "%errortimewait%" 2^>nul') do set "isupdate=%%~a" if "!isupdate!" equ "6" start "" !url! ) 1>nul 2>&1 del /f /q "%iculog%" ) ) 1>nul 2>&1 del /f /q "%logfile%*" "%countJPG%" "%countPNG%*" "%filelist%*" "%filelisterr%*" "%iclock%" if exist "%tmppath%" 1>nul 2>&1 rd /s /q "%tmppath%" exit /b :totalmsg call set /a "tt=%%TotalNum%1%%+%%TotalNumErr%1%%" if "%2" equ "0" ( set "opt=0" set "tterr=%tt%" ) else ( call set "opt=%%TotalNum%1%%" call set "tterr=%%TotalNumErr%1%%" ) if "%tt%" neq "0" ( call:echostd " Total Number of %1: %tt%" call:echostd " Optimized %1: %opt%" if "%tterr%" neq "0" call:echostd " Skipped %1: %tterr%" call:echostd " Total %1: %%change%1%% Ё, %%perc%1%%%%%%" call:echostd ) exit /b :listerrfiles for %%a in ("%filelisterr%") do if %%~za gtr 0 ( echo. echo Files with specail symbols in filepath: type "%%~a" echo _______________________________________________________________________________ ) findstr /e /i /r /c:";error" "%logfile%*" 1>nul 2>&1 && ( findstr /i /r /c:";File not supported;" "%logfile%*" 1>nul 2>&1 && ( echo. echo File not supported: for /f "tokens=2* delims=:" %%a in ('findstr /i /r /c:";File not supported;" "%logfile%*" 2^>nul') do ( for /f "tokens=1-2 delims=;" %%c in ("%%~b") do echo %%~c ) echo _______________________________________________________________________________ ) findstr /i /r /c:";File not found;" "%logfile%*" 1>nul 2>&1 && ( echo. echo File not found: for /f "tokens=2* delims=:" %%a in ('findstr /i /r /c:";File not found;" "%logfile%*" 2^>nul') do ( for /f "tokens=1-2 delims=;" %%c in ("%%~b") do echo %%~c ) echo _______________________________________________________________________________ ) findstr /i /r /c:";Access denied or file not exists;" "%logfile%*" 1>nul 2>&1 && ( echo Access denied or file not exists: for /f "tokens=2* delims=:" %%a in ('findstr /i /r /c:";Access denied or file not exists;" "%logfile%*" 2^>nul') do ( for /f "tokens=1-2 delims=;" %%c in ("%%~b") do echo %%~c ) echo _______________________________________________________________________________ ) ) exit /b ::—¨â ¥â-ini ä ©«. Š ¦¤ë© ¯ à ¬¥âà ini-ä ©«  ¯à¥®¡à §®¢ë¢ ¥âáï ¢ ®¤­®¨¬¥­­ãî ¯¥à¥¬¥­­ãî á ::ᮮ⢥âáâ¢î騬 ᮤ¥à¦¨¬ë¬. Š®¬¥­â à¨¨ ¢ ini - ᨬ¢®« ";" ¢ ­ ç «¥ áâப¨, ¨¬¥­  ᥪ権 - ¨£­®à¨àãîâáï. :: à ¬¥âàë: %1 - ini-ä ©« ::‚®§¢à é ¥¬ë¥ §­ ç¥­¨ï: ­ ¡®à ¯¥à¥¬¥­­ëå ᣥ­¥à¨à®¢ ­­ëå ­  ®á­®¢ ­¨¨ ini-ä ©« . :readini for /f "usebackq tokens=1,* delims== " %%a in ("%~1") do ( set param=%%a if "!param:~,1!" neq ";" if "!param:~,1!" neq "[" set "%%~a=%%~b" ) exit /b :helpmsg title [Manual] %name% %version% 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ 1>&2 echo There are two ways to run Util for PNG and JPEG optimization: 1>&2 echo 1. drag and drop image files or folders to "iCatalyst_en.bat" icon; 1>&2 echo 2. run "iCatalyst.bat" with "file/folder path" parameter. 1>&2 echo. 1>&2 echo You can view russian help file ^(ReadMe.txt^) 1>&2 echo Press Enter to exit. 1>&2 echo ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ if exist "%tmppath%" 1>nul 2>&1 rd /s /q "%tmppath%" pause>nul & exit :errormsg title [Error] %name% %version% if exist "%tmppath%" 1>nul 2>&1 rd /s /q "%tmppath%" if "%~1" neq "" 1>nul 2>&1 dlgmsgbox "Image Catalyst" "Msg1" " " "%~1" "E0" "%errortimewait%" exit
shiftkey/sorcery
Sorcery.TestBench/examples/catalyst.bat
bat
mit
31,090
@set "cmd=%*" %cmd%
ln-e/parsekit
bin/eval.bat
bat
mit
19
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\..\parsoid\bin\parse.js" %* ) ELSE ( @SETLOCAL @SET PATHEXT=%PATHEXT:;.JS;=;% node "%~dp0\..\parsoid\bin\parse.js" %* )
jehovahsays/hiddenwiki
examples/chat/node_modules/.bin/parse.js.cmd
bat
mit
182
h: cd H:\unicomp\CSCE\CSPV6\CS08_3_12\Components tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACATR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACBAL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACBAL1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACCTX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACNCR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACNOT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACOMMR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACPYO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACRCF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACRPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACRSI1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACRSI2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACTDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACTER.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACTPD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACTTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACTTK1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBACUST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAEXOR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAFCHG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAFSTA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAGLYR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAGOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAGOUT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAHIVO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAIACU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAINTF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAINVC1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAINVC2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAINVC3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAINVC4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAIVCF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBALNSU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBALNUP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBALOGE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAMIPC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAMSBS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAMSGS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAORDL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAOTIN2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAPCUP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAPDWN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAPQHS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAPRPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAREAL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBASCKN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBATSOPL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAUCHG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAUPSC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAVOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAVOUT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAWGTW.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DBAWRIT9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/DLTOINTF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTACAT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTACCT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTADIOC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTADJC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTADJH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTADJH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTADJH2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTADJH3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTALLP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTALTB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTALTD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTASNH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTASNH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKFT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKS1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKSA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKSB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTATKSE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTAUTK1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTAUTKC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBBHD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBBLK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBCMT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBCMTA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBCMTB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBCMTC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBEGI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBINF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBUDG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBWDH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBWDH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBWDH3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTBWGT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCALP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCALPS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCCEA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCDIA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCDLS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCERT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCHARGES.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCHPA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCINF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCMGR1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCMGR2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFX0.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXW.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFXZ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFYA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFYC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFYD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFYE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFYI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNFYN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNOT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCNOT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCODTK1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCOMP2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCONT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCONV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCORD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCORD2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCORD3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCORD8.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCORDTAB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCPFZ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCRIN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCROV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCRSO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCSTL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTCT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTDE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTDQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTDQ1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTDT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHD1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHD2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHD3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHD4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHDD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHDE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTHT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTJB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTJB1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTJB2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTJB3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKF1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKF4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKF9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKFA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKFB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKFC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKFE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKFH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTKFL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTPD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTRT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTRT2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTRT3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTRTZ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTSG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTSG1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTSG2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTSG4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTSGC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTTK1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCTTM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCUDL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCUHS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCUST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCUSTG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTCUSU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLTO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLTO1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLTOB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLTOD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLTOE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLVF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDLVR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG7.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG8.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCG9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCGC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDOCT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTDRVT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTESRC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTFINC7.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTFINH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTFINH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTFNRP2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTFRTP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDW.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDY.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLCDZ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLDT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLDT2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLHD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLHD1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTGLHD2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTHLPV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTILOC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMST6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMST9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMSTA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMSTB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMSTE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMSTR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMSTT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIMSTU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTISRC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTISUB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTITCTRL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIVGL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIVGL1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTIVPS1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJCJB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBS1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBS10.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBS8.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBS9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBSB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBSC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOBSG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJOUR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTJQDT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTKEDT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLCIN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLCIN7.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICMA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICMB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICMC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICMD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICME.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTLICNN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMDSN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMFIO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMIXCT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMTLS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMTMG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMTMG6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTMXRQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTNOTE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDOC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR0.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDR7.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRW.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTORDRY.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPBVL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPCHQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPDTL6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLNT4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLNT5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLNT6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLNTA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLNTE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLNTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPLTV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTH3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTH6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTH7.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTH8.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTHA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPMTSA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPOHD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPORC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPORC3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPPMT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPPMT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPRDL1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPRDL2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP7.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREP8.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPW.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPREPZ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPRICE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPRJX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJ6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJ9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTPROJS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQCRT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOT3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOTB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOTD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOTF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTQUOTM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRATA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRCPC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRCPC1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRCPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRCTC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRCWN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTRDIA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTREPR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTROST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSADR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSCHD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSCHG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSELRSN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIP1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIP5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIP6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIPA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIPB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSHIPC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSIGU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSIGU2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSIGU3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSIGU4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSIGU5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSLSH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSLSH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSLSH3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSORD1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSORDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSTDHC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSTXD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSTXD1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSUCG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSURD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTSYNC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTCAP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTCKX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTCKXA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTEXT1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTKTM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTMGRA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTMGRB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTMGRC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTQPP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTRFS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTRKV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTSTC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTSTS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTTSTS2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUCHG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUCHG1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUCHG2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUSAG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUSNM2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUSNM9.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTUSNMB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTVCDT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTVDPH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTVDPH1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTVDPH2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTWRAD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTWTEX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTZNSL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/EDTZONE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDBPRC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDBPRC1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDCODE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDIMST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDITRN4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDLNHD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDRELX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/FNDVOLMB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/JRSTEMP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTAUCT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTAURC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTBATR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTBCER.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTBCMP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTBPPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCNOT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCODR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCONO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCRLM2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCTAJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCTRG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTCUHS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTEXCP1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTEXCP2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTEXCP3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTEXCP4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTEXCP5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTEXCP6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTGRTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTINVF1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTINVP1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTLNLH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTORDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTORDR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTPCRP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTPSLS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTRRDC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTRRPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTSTXD1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTSTXD2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTSTXD3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTTIMA5.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTTIMA6.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTTRCP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTTRPT3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/RPTTRPT4.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELADJW.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELARIN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELATBR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELATBR1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELAUCP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELAURE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBATO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBATR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBCER.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBCHK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBCMP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBEGI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBLDC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELBUDG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCAVC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCCST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCDMR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCERT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCINV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCNOT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCODR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCONO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCONT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCRCF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCRCH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCREC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCRGL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCRIN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCRLM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCROV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCRSI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCSTU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCTAJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCTCT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCTDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCTIR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCTIV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCUHS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCUSR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELCUST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELDLTO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELDOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELDPTR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELDSPS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELECON.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELENTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELEXCP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELFINC2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELFNCH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELFOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELGLDS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELGLPS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELGRSM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELGRTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELHOL1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELHPMT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELHREV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELHSET.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELICTR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIGLD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIMST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELINVC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELINVF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELINVP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELINVP1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELINVU.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIUSG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIVBL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIVCF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIVPS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIVTR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELIVUS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELJOBS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELKEYF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELKOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELLNCM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELLNEV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELLNEV1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELLNRP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELLOGF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELMATR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELMFIN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELMIST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELMIXD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELMTMG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELMUPD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELONTM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELOOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELOPER.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELORDA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELORDC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELORDR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELORIR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELOSNP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELOTIN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELOVTM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELOWTR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCHG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCHG1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCHG2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCHG3.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCHL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCHQ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCOS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCREC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCRP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPCUP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPDAR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPINP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPINV.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPMTS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPORD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPORG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPREG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPROD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPROJ.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELPSLS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELQPCR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELQTPR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELQUOT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRCAP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRCPA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRCPC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRCPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRCTC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRECP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRELN.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRELX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELROST.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELRRPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELSLBK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELSLSS.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELSOTC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELSTMT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELSTXD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTCRP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTICK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTIMA.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTIME.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTPAT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTRCP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTRLB.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTRNI.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTROR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTRPT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELTSDO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUCHG.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUHTR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUNTK.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUPCF.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUPSC.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUPSR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELUSEX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELVNDR.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELVOUT.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SELZNSL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SVCMXCL.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SYSCREX.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SYSCREX1.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SYSINFO.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SYSPRCP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/SYSTEXT2.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/TSTBATCH.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/TSTEXDE.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/TSTEXMD.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/TSTEXSP.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/TSTGETTKNM.cmx /noprompt tf checkout $/CSCE/CSPV6/CS08_3_12/Components/TSTVOUT.cmx /noprompt
meprogrammerguy/tools
msdos/checkout.bat
bat
mit
45,730
mongod --dbpath D:\AppData\MongoDB\daily-stuff pause
Uninspiriert/daily-stuff
mongo.bat
bat
mit
52
cd alsp_dos.src pkzip src.zip -rp mv src.zip .. cd ..\builds\i386_dos pkzip bld.zip -rp mv bld.zip ../.. cd ..\..
AppliedLogicSystems/ALSProlog
core/alsp_src/bin/zipdos.bat
bat
mit
114
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=pyqha 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
mauropalumbo75/pyqha
doc/make.bat
bat
mit
788
@echo off rem This script will do the following: rem - check for PHP_COMMAND env, if found, use it. rem - if not found detect php, if found use it, otherwise err and terminate if "%OS%"=="Windows_NT" @setlocal rem %~dp0 is expanded pathname of the current script under NT set DEFAULT_SIMPLETTE_CONSOLE_HOME=%~dp0.. goto init goto cleanup :init if "%SIMPLETTE_CONSOLE_HOME%" == "" set SIMPLETTE_CONSOLE_HOME=%DEFAULT_SIMPLETTE_CONSOLE_HOME% set DEFAULT_SIMPLETTE_CONSOLE_HOME= if "%PHP_COMMAND%" == "" goto no_phpcommand goto run goto cleanup :run "%PHP_COMMAND%" -d html_errors=off -qC "%SIMPLETTE_CONSOLE_HOME%\bin\console" %* goto cleanup :no_phpcommand rem PHP_COMMAND environment variable not found, assuming php.exe is on path. set PHP_COMMAND=php.exe goto init :err_home echo ERROR: Environment var SIMPLETTE_CONSOLE_HOME not set. Please point this echo variable to your local simplette_console installation! goto cleanup :cleanup if "%OS%"=="Windows_NT" @endlocal rem pause
simplette/console
bin/console.bat
bat
mit
994
if NOT DEFINED MSBUILD_HOME ( set MSBUILD_HOME=C:\Program Files\MSBuild\12.0 ) if NOT DEFINED JAVA_HOME ( set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_07 ) if NOT DEFINED ANT_HOME ( set ANT_HOME=E:\eclipse\plugins\org.apache.ant_1.9.2.v201404171502 ) set path=%PATH%;%MSBUILD_HOME%\bin;%ANT_HOME%\bin
oriarad/simple-cse
src/main/scripts/setEnvVars.bat
bat
mit
307
@rem @rem Test llfile @rem @echo off @if EXIST testDir rmdir /s /q testDir @mkdir testDir copy Release\llfile.exe testDir\ @pushd testDir @rem Install llfile -xi >nul if not ERRORLEVEL 26 ( echo "Install failed, exitcode %ERRORLEVEL%" goto END ) @echo on @prompt $g$s @set heading="\n=========================(%%s)=========================\n\n" @cls @p "-i=Show various colored text" "-p=%heading%" p -C=red,whiteBg "-p= red " -C=green,whiteBg "-p=green " -C=blue,whiteBg "-p=blue on white\n" p -C=red,blackBg "-p= red " -C=green,blackBg "-p=green " -C=blue,blackBg "-p=blue on black\n" p -C=green+red,redBg "-p= yellow on red\n" p -C=black,whiteBg "-p= black on white\n" @p -p=\n\n @pause @cls @p "-i=Show time/date text" "-p=%heading%" p -C=black,whiteBg "-l=DOS Date and Time %%a %%x %%X " "-z=Gmt= %%x %%X" (date/t & time/t) | p -C=black,whiteBg -I=- "-p=DOS Date and Time %%s %%s\n" @p -p=\n\n @pause @cls @p "-i=Show Path environment variable" "-p=%heading%" p -e=PATH "-p=\t%%s\n" @p "-p=\n\nNumbered and limited to those with Program in their name\n" p -e=PATH -P=Program "-p=\t%%4# %%s\n" @p -p=\n\n @pause cls @p "-i=Search Path environment variable for p*.exe" "-p=%heading%" p -e=PATH "-p=%%4# %%s\n" p*.exe @p -p=\n\n @pause @cls @p "-i=Compare Directory listing" "-p=%heading%" mkdir txt ld -Sn > txt\ld1.txt dir /On > txt\dir1.txt fc /w txt\ld1.txt txt\dir1.txt @p "-p=\n--(%ERRORLEVEL%)-- Default Directory Comparison results (mostly equal) " @pause @cls @p "-i=Compare Sorted Directory listing" "-p=%heading%" ld -n -Sn -1=txt\ld2.txt dir /On /b > txt\dir2.txt fc /w txt\ld2.txt txt\dir2.txt @p "-p=\n--(%ERRORLEVEL%)-- Directory Name comparison results (100% equal) " @pause @cls @p "-i=Compare Sorted Directory listing" "-p=%heading%" ld -ct lm.exe ld -S-m -tm > txt\ld3.log dir /tw /o-d /O-n > txt\dir3.log fc /w txt\ld3.log txt\dir3.log @p "-p=\n-- Directory Name comparison results (mostly equal) " @pause @cls @p "-i=Sorted Directory various ways" "-p=%heading%" @p "-p=---Sort by Extension:\n" ld -Se txt @p "-p=\n\n---Sort by reverse Extension:\n" ld -S-e txt @pause @cls @p "-p=\n\n---Sort by Name:\n" ld -Sn txt @p "-p=\n\n---Sort by reverseName:\n" ld -S-n txt @pause @cls @p "-p=\n\n---Sort by Size:\n" ld -Ss txt @p "-p=\n\n---Sort by reverse Size:\n" ld -S-s txt @pause @cls @p "-p=\n\n---Sort by Creation Time:\n" ld -Sc -tc txt @p "-p=\n\n---Sort by Modification Time:\n" ld -Sm -tm txt @pause @cls @p "-i=File Copy and Compare" "-p=%heading%" lc -q * dst1\* lc -q * dst1\sub1\* xcopy * dst2\* >nul xcopy * dst2\sub1\* >nul cmp dst1\sub1\* dst2\sub1\* @p "-p=\n--(%ERRORLEVEL%)-- Copy and Compare results (100% equal) " @pause @cls @p "-i=File Copy l* and Compare" "-p=%heading%" lc l* dst1\sub2\*1 @p "-p=\n\n---(%ERRORLEVEL%) copy l* cmp -aF dst1\sub2\* dst1\sub1\* @p "-p=\n--(%ERRORLEVEL%)-- Copy subset and Compare results " @pause @cls @p "-i=Directory usage report" "-p=%heading%" ld -u dst1\sub1 dst2\sub1 @p -p=\n\n @pause :TIMEOP @cls @p "-i=Set file times" "-p=%heading%" @mkdir timeMod @echo > timeMod\now @echo > timeMod\yesterday @echo > timeMod\prevHour @echo > timeMod\nextHour @echo > timeMod\tomorrow ld -ct=now timeMod\now ld -ct=-1d timeMod\yesterday ld -ct=-1h timeMod\prevhour ld -ct=+1h timeMod\nexthour ld -ct=+1d timeMod\tomorrow ld -tm timeMod\* @p -p=\n\n @pause @cls @p "-i=Test file times" "-p=%heading%" @p "-p=\n----Show Modified time of now (may miss if minute just rolled over) ----\n" ld -tm -T=mEnow timeMod\* @p "-p=\n----Show Greater than now, two files nexthour and tomorrow and maybe now----\n" ld -tm -T=mGnow timeMod\* @p "-p=\n----Show Less than now, two files prevHour, yesterday ----\n" ld -tm -T=mLnow timeMod\* @p "-p=\n----Show Less than -30 minutes, two files prevHour, yesterday ----\n" ld -tm -T=mL-30m timeMod\* @p "-p=\n----Show Less than -2 hours, one file yesterday ----\n" ld -tm -T=mL-2h timeMod\* @p "-p=\n----Show Greater than -2 hours, four files prevHour, nextHour, now, tomorrow ----\n" ld -tm -T=mG-2h timeMod\* @p "-p=\n----Show Greater than Jan 1st, 2013, five files ---\n" ld -tm -T=mG2013:01:01:00:00:00 timeMod\* @p "-p=\n----Show Less than Dec 31st, 2013, five files ---\n" ld -tm -T=mL2013:12:31:12:30:59 timeMod\* @p -p=\n\n @pause @cls lf -F=now,prevHour,nextHour -tm -s @p "-p=\n--(%ERRORLEVEL%)-- Find files, default return dir+file count:3 " lf -E=s -F=now,prevHour,nextHour -s @p "-p=\n--(%ERRORLEVEL%)-- Find files, return total found file sizes:39 " lf -E=f -F=now,prevHour,nextHour -tm @p "-p=\n--(%ERRORLEVEL%)-- Find files, return total #files:3 " @w ld.exe @cls @p "-i=Execute attrib command" "-p=%heading%" ld -n p* | lf -I=- | le -I=- -c="attrib +R " ld -n p* | lf -I=- | ld -I=- @p -p=\n\n @pause @cls @p "-i=Move command" "-p=%heading%" lm dst1\* new1\* @p -p=\n\n @pause @cls @p "-i=Move command" "-p=%heading%" lm -r dst2\* new1\* @p -p=\n\n @pause @cls @p "-i=Move command" "-p=%heading%" lm -rO dst2\* new1\* @p -p=\n\n @pause goto END @cls @p "-i=Delete Duplicate files" "-p=%heading%" cmp -d=e dst1\* dst2\* @p "-p=\n--(%ERRORLEVEL%)-- compare and delete equal " @pause @cls @p "-i=Delete Dir (fail on subdirs)" "-p=%heading%" lr dst1\ @p "-p=\n--(%ERRORLEVEL%)-- Delete files, fail on subdirectories " @pause @cls @p "-i=Delete Dir and subdirs" "-p=%heading%" lr -r dst1\ @p "-p=\n--(%ERRORLEVEL%)-- Delete files and subdirectories " @pause :END @popd @prompt $p$g
landenlabs/llfile
llfile-test.bat
bat
mit
5,492
cmd_drivers/input/input-core.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/input/input-core.o drivers/input/input.o drivers/input/input-compat.o drivers/input/input-mt.o drivers/input/ff-core.o
0xD34D/kernel_amazon_tate
drivers/input/.input-core.o.cmd
bat
gpl-2.0
250
cmd_drivers/scsi/scsi_tgt.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/scsi/scsi_tgt.o drivers/scsi/scsi_tgt_lib.o drivers/scsi/scsi_tgt_if.o
Algesat/BladeApex2
drivers/scsi/.scsi_tgt.o.cmd
bat
gpl-2.0
167
cmd_drivers/input/misc/rotary_encoder.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/input/misc/rotary_encoder.ko drivers/input/misc/rotary_encoder.o drivers/input/misc/rotary_encoder.mod.o
avareldalton85/rpi2-linux-rt
drivers/input/misc/.rotary_encoder.ko.cmd
bat
gpl-2.0
303
cmd_drivers/net/wireless/built-in.o := rm -f drivers/net/wireless/built-in.o; /home/erik/froyo/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs drivers/net/wireless/built-in.o
kingklick/kk-evo-kernel
drivers/net/wireless/.built-in.o.cmd
bat
gpl-2.0
192
cmd_arch/arm/lib/getuser.o := /opt/toolchains/arm-2009q3/bin/arm-none-eabi-gcc -Wp,-MD,arch/arm/lib/.getuser.o.d -nostdinc -isystem /opt/toolchains/arm-2009q3/bin/../lib/gcc/arm-none-eabi/4.4.1/include -I/home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-s5pv210/include -Iarch/arm/plat-s5p/include -Iarch/arm/plat-samsung/include -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/getuser.o arch/arm/lib/getuser.S deps_arch/arm/lib/getuser.o := \ arch/arm/lib/getuser.S \ $(wildcard include/config/thumb2/kernel.h) \ /home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include/asm/unified.h \ $(wildcard include/config/arm/asm/unified.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/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include/asm/linkage.h \ /home/diz/androidBOCA/system/kernel/samsung/2.6.35-tab/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ arch/arm/lib/getuser.o: $(deps_arch/arm/lib/getuser.o) $(deps_arch/arm/lib/getuser.o):
dizgustipated/BOCA-2.6.35.14
arch/arm/lib/.getuser.o.cmd
bat
gpl-2.0
1,545
:retry @set /p password=Please enter PFX password: @"C:\Program Files (x86)\Windows Kits\8.0\bin\x64\signtool" sign /v /f D:\Secured\akeo\akeo.p12 /p %password% /tr http://timestamp.comodoca.com/rfc3161 %1 %2 @if ERRORLEVEL 1 goto retry @set password= @exit
cyngn/libdwi
examples/zadig_sign.bat
bat
gpl-3.0
258
@echo off echo "Starting..." cd ruby todo.rb
bmac313/to-do-list
run.cmd
bat
gpl-3.0
47
@ECHO OFF SETLOCAL ENABLEDELAYEDEXPANSION REM Create directories... IF NOT EXIST stores\user MKDIR stores\user IF NOT EXIST stores\sys MKDIR stores\sys IF NOT EXIST vfs MKDIR vfs REM Copy standard configuration if there is none IF NOT EXIST peerdrive.config ( ECHO Creating standard configuration COPY templates\peerdrive.config peerdrive.config ) REM Configure additional code paths set ERL_LIBS=apps;deps erl +A4 +Ww -config peerdrive -boot start_sasl -s crypto -s ssl -s peerdrive
peerdrive/peerdrive
server/peerdrive.bat
bat
gpl-3.0
510
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=UrbanAccess 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
UDST/urbanaccess
docs/make.bat
bat
agpl-3.0
783
pyinstaller weiyun_helper.py --workpath build\weiyun_helper\build --specpath build\weiyun_helper\build --distpath build\weiyun_helper\ --noconfirm --onefile
myd7349/Ongoing-Study
python/selenium/weiyun_helper_build_exe.bat
bat
lgpl-3.0
157
docker run -it -v %ASN1_CODEC_HOME%:/asn1_codec -e DOCKER_HOST_IP=%DOCKER_HOST_IP% asn1codec_asn1_codec:latest %*
hmusavi/asn1_codec
run-composed-with-mount.cmd
bat
apache-2.0
115
del Chrome\links\background.js del Firefox\links\background.js copy src\background\background.js Chrome\links\background.js copy src\background\background.js Firefox\links\background.js
SebastianMetzger/crossbrow
makelinks.bat
bat
apache-2.0
185
@echo off call npm init call npm install --save call npm install --save babelify call npm install --save bootstrap-sass call npm install --save bourbon call npm install --save browserify call npm install --save gulp call npm install --save gulp-concat call npm install --save gulp-pleeease call npm install --save gulp-sass call npm install --save gulp-streamify call npm install --save gulp-uglify call npm install --save react call npm install --save uglify call npm install --save vinyl-source-stream call npm install --save yargs
bendetat/stub-projects
react-with-gulp-and-bootstrap/all-the-things.bat
bat
apache-2.0
534
@echo off cd /d "%~dp0" :: excel文件 set excel_file_name=test.xlsx ..\python\python table.py .\tables\%excel_file_name% //pause
xuerong/MMServerEngine
code/MMServerEngine/others/table/table.bat
bat
apache-2.0
132
tools\avrdude\avrdude.exe -c usbtiny -p t85 -U hfuse:r:-:h tools\avrdude\avrdude.exe -c usbtiny -p t85 -U hfuse:w:0x7F:m
anibit/lightdancer
disable_reset_and_spi.bat
bat
bsd-2-clause
126
@echo off call :MAIN %* goto :EOF :MAIN setlocal call ..\c-plus-plus.conf.bat if {%1}=={} ( for %%s in (*.sref) do call :RUN_TEST %%s ) else ( for %%s in (%*) do call :RUN_TEST %%s ) endlocal goto :EOF :RUN_TEST setlocal set SRFLAGS= for %%s in (%~n1) do call :RUN_TEST_AUX%%~xs %1 set SRFLAGS=-OP for %%s in (%~n1) do call :RUN_TEST_AUX%%~xs %1 set SRFLAGS=-OR for %%s in (%~n1) do call :RUN_TEST_AUX%%~xs %1 set SRFLAGS=--gen=direct for %%s in (%~n1) do call :RUN_TEST_AUX%%~xs %1 set SRFLAGS=--gen=interp for %%s in (%~n1) do call :RUN_TEST_AUX%%~xs %1 endlocal goto :EOF :RUN_TEST_AUX setlocal echo Passing %1 (flags %SRFLAGS%)... set SREF=%1 set CPP=%~n1.cpp set EXE=%~n1.exe ..\bin\srefc-core %SRFLAGS% %1 2> __error.txt if errorlevel 1 ( echo COMPILER ON %1 FAILS, SEE __error.txt exit /b 1 ) erase __error.txt if not exist %CPP% ( echo COMPILATION FAILED exit /b 1 ) %CPPLINE% -I../src/srlib -DDUMP_FILE=\"dump.txt\" -DDONT_PRINT_STATISTICS %CPP% ../src/srlib/refalrts.cpp if errorlevel 1 ( echo COMPILATION FAILED exit /b 1 ) if exist a.exe move a.exe %EXE% %EXE% if errorlevel 1 ( echo TEST FAILED, SEE dump.txt exit /b 1 ) erase %CPP% %EXE% if exist *.obj erase *.obj if exist *.tds erase *.tds if exist dump.txt erase dump.txt echo. endlocal goto :EOF :RUN_TEST_AUX.BAD-SYNTAX setlocal echo Passing %1 (syntax error recovering, flags %SRFLAGS%)... set SREF=%1 set CPP=%~n1.cpp ..\bin\srefc-core %SRFLAGS% %1 2> __error.txt if errorlevel 100 ( echo COMPILER ON %1 FAILS, SEE __error.txt exit /b 1 ) erase __error.txt if exist %CPP% ( echo COMPILATION SUCCESSED, BUT EXPECTED SYNTAX ERROR erase %CPP% exit /b 1 ) echo Ok! Compiler didn't crash on invalid syntax echo. endlocal goto :EOF
dshchukin/simple-refal
autotests/run.bat
bat
bsd-2-clause
1,860
cd ../ del /Q ebin\* erl -noshell -pa ebin\ -s make all -s init stop pause
CoderYCG/ogame
pool/script/compile.bat
bat
bsd-2-clause
74
@echo off java -Djava.library.path="%CD%\lib" -jar pt2-${build-version}.jar
epri-dev/PT2
res/run/runPT2.bat
bat
bsd-3-clause
76
cmd_sound/parisc/built-in.o := rm -f sound/parisc/built-in.o; /home/gjdlfg/kernel/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ar rcs sound/parisc/built-in.o
jdlfg/Mecha-kernel
sound/parisc/.built-in.o.cmd
bat
gpl-2.0
171
@echo OFF rem SET debug_compile= rem SET debug_link= rem if "%1%"=="/DEBUG" SET debug_compile=/Zi /O2 /bigobj /MDd rem if "%1%"=="/DEBUG" SET debug_link=/DEBUG /release rem copy ..\..\back-ends\foma\libfoma.* . rem copy ..\..\back-ends\openfstwin\src\lib\openfst.* . if not exist "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" echo Error: missing include directory "C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Include" && ^ exit /B if exist "..\..\back-ends\foma\flags.c" echo Renaming foma's flags.c into _flags.c as there is a file with the same name in openfst && ^ move ..\..\back-ends\foma\flags.c ..\..\back-ends\foma\_flags.c @echo ON cl /EHsc /Zc:wchar_t /Fehfst-lexc.exe ^ /D HAVE_FOMA /D HAVE_OPENFST /D HFSTEXPORT /D OPENFSTEXPORT /D_MSC_VER /DWINDOWS /DWIN32 ^ /I..\..\libhfst\src /I..\..\back-ends\foma /I..\..\back-ends /I..\..\back-ends\openfstwin\src\include /I ..\.. ^ /Iparsers /I..\.. /I..\..\libhfst\src /I..\..\libhfst\src\parsers /I..\..\back-ends\foma ^ /I..\..\back-ends /I..\..\back-ends\openfstwin\src\include /I..\..\tools\src ^ ..\..\tools\src\hfst-commandline.cpp ^ ..\..\tools\src\hfst-file-to-mem.cpp ^ ..\..\tools\src\hfst-program-options.cpp ^ ..\..\tools\src\hfst-tool-metadata.cpp ^ ..\..\tools\src\hfst-getopt.cpp ^ ..\..\tools\src\hfst-lexc-compiler.cpp ^ HfstApply.cpp ^ HfstInputStream.cpp ^ HfstTransducer.cpp ^ HfstOutputStream.cpp ^ HfstRules.cpp ^ HfstXeroxRules.cpp ^ HfstDataTypes.cpp ^ HfstSymbolDefs.cpp ^ HfstTokenizer.cpp ^ HfstFlagDiacritics.cpp ^ HfstExceptionDefs.cpp ^ HarmonizeUnknownAndIdentitySymbols.cpp ^ HfstLookupFlagDiacritics.cpp ^ HfstEpsilonHandler.cpp ^ HfstStrings2FstTokenizer.cpp ^ HfstPrintDot.cpp ^ HfstPrintPCKimmo.cpp ^ hfst-string-conversions.cpp ^ string-utils.cpp ^ implementations\HfstTransitionGraph.cpp ^ implementations\ConvertTransducerFormat.cpp ^ implementations\HfstTropicalTransducerTransitionData.cpp ^ implementations\ConvertTropicalWeightTransducer.cpp ^ implementations\ConvertLogWeightTransducer.cpp ^ implementations\ConvertFomaTransducer.cpp ^ implementations\ConvertOlTransducer.cpp ^ implementations\TropicalWeightTransducer.cpp ^ implementations\LogWeightTransducer.cpp ^ implementations\FomaTransducer.cpp ^ implementations\HfstOlTransducer.cpp ^ implementations\compose_intersect\ComposeIntersectRulePair.cpp ^ implementations\compose_intersect\ComposeIntersectLexicon.cpp ^ implementations\compose_intersect\ComposeIntersectRule.cpp ^ implementations\compose_intersect\ComposeIntersectFst.cpp ^ implementations\compose_intersect\ComposeIntersectUtilities.cpp ^ implementations\optimized-lookup\transducer.cpp ^ implementations\optimized-lookup\convert.cpp ^ implementations\optimized-lookup\ospell.cpp ^ implementations\optimized-lookup\pmatch.cpp ^ implementations\optimized-lookup\find_epsilon_loops.cpp ^ parsers\xre_lex.cpp ^ parsers\xre_parse.cpp ^ parsers\pmatch_parse.cpp ^ parsers\pmatch_lex.cpp ^ parsers\lexc-parser.cpp ^ parsers\lexc-lexer.cpp ^ parsers\xfst-parser.cpp ^ parsers\xfst-lexer.cpp ^ parsers\LexcCompiler.cpp ^ parsers\PmatchCompiler.cpp ^ parsers\XreCompiler.cpp ^ parsers\XfstCompiler.cpp ^ parsers\lexc-utils.cpp ^ parsers\pmatch_utils.cpp ^ parsers\xre_utils.cpp ^ parsers\xfst-utils.cpp ^ parsers\xfst_help_message.cpp ^ ..\..\back-ends\openfstwin\src\lib\compat.cpp ^ ..\..\back-ends\openfstwin\src\lib\flags.cpp ^ ..\..\back-ends\openfstwin\src\lib\fst.cpp ^ ..\..\back-ends\openfstwin\src\lib\properties.cpp ^ ..\..\back-ends\openfstwin\src\lib\symbol-table.cpp ^ ..\..\back-ends\openfstwin\src\lib\symbol-table-ops.cpp ^ ..\..\back-ends\openfstwin\src\lib\util.cpp ^ ..\..\back-ends\foma\*.c user32.lib
wikimedia/operations-debs-contenttranslation-hfst
scripts/windows/make-hfst-lexc.bat
bat
gpl-3.0
3,663
java -jar ../ext-doc.jar -p ext.xml -o ../output -t ../template/ext/template.xml -verbose
visay/VisayInfo.Distribution
Build/Resources/Java/ext-doc/sample/ext-doc.bat
bat
gpl-3.0
89
REM testui.bat @CarFuel.UITests\bin\Debug\CarFuel.UITests.exe
aromdee04/tdd-carfuel
testui.bat
bat
mit
61
call build.bat Release call package.bat call publish.bat call build-signed.bat call package-signed.bat call publish.bat
PipatPosawad/nChronic
release.bat
bat
mit
128
@echo off call setenv.bat if not exist "..\target" ( mkdir ..\target ) if not exist "..\target\classes" ( mkdir ..\target\classes ) set SOURCEPATH=..\src\main\java "%JAVA_HOME%"\bin\javac -d ..\target\classes -source 1.6 -sourcepath %SOURCEPATH% %SOURCEPATH%\com\espertech\esper\example\cycledetect\CycleDetectMain.java
b-cuts/esper
examples/cycledetect/etc/compile.bat
bat
gpl-2.0
328
REM Copyright (c) 2011 The WebM project authors. All Rights Reserved. REM REM Use of this source code is governed by a BSD-style license REM that can be found in the LICENSE file in the root of the source REM tree. An additional intellectual property rights grant can be found REM in the file PATENTS. All contributing project authors may REM be found in the AUTHORS file in the root of the source tree. echo on REM Arguments: REM %1 - Relative path to the directory containing the vp8 source directory. REM %2 - Path to obj_int_extract.exe. cl /I. /I%1 /nologo /c "%~1/vp8/encoder/vp8_asm_enc_offsets.c" %2\obj_int_extract.exe rvds "vp8_asm_enc_offsets.obj" > "vp8_asm_enc_offsets.asm"
ittiamvpx/libvpx
build/x86-msvs/obj_int_extract.bat
bat
bsd-3-clause
706
REM Exificient does not have a Maven project yet, so we have to install it manually before compiling. mvn install:install-file -DgroupId=com.siemens.ct.exi -DartifactId=exificient -Dversion=0.7 -Dpackaging=jar -Dfile=lib\exificient/exificient.jar mvn install:install-file -DgroupId=xml-apis -DartifactId=xml-apis -Dversion=apis-exificient -Dpackaging=jar -Dfile=lib\exificient/xml-apis.jar mvn install:install-file -DgroupId=xerces -DartifactId=xercesImpl -Dversion=xerces-exificient -Dpackaging=jar -Dfile=lib\exificient/xercesImpl.jar
thchu168/java-ws-discovery
wsdiscovery-soap-lib/install_exificient.bat
bat
lgpl-3.0
539
REM Build openssl.exe with DLL linkage to OpenSSL library REM Run this script from top level of OpenSSL source tree REM eg.: cp /y/openvpn/20/openvpn/install-win32/openssl.bat . gcc -o openssl tmp\verify.o tmp\asn1pars.o tmp\req.o tmp\dgst.o tmp\dh.o tmp\dhparam.o tmp\enc.o tmp\passwd.o tmp\gendh.o tmp\errstr.o tmp\ca.o tmp\pkcs7.o tmp\crl2p7.o tmp\crl.o tmp\rsa.o tmp\rsautl.o tmp\dsa.o tmp\dsaparam.o tmp\x509.o tmp\genrsa.o tmp\gendsa.o tmp\s_server.o tmp\s_client.o tmp\speed.o tmp\s_time.o tmp\apps.o tmp\s_cb.o tmp\s_socket.o tmp\app_rand.o tmp\version.o tmp\sess_id.o tmp\ciphers.o tmp\nseq.o tmp\pkcs12.o tmp\pkcs8.o tmp\spkac.o tmp\smime.o tmp\rand.o tmp\engine.o tmp\ocsp.o tmp\prime.o tmp\openssl.o -leay32 -lssl32 -L. -lwsock32 -lgdi32
ipwndev/DSLinux-Mirror
user/openvpn/src/install-win32/openssl.bat
bat
gpl-2.0
752
@echo off buildwin 110 build shared both Win32 samples tests wdexpress
veyesys/opencvr
3rdparty/poco/build_wdexpress2012.cmd
bat
mit
71
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set ALLSPHINXOPTS=-d build/doctrees %SPHINXOPTS% rst if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) 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. 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. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. changes to make an overview over all changed/added/deprecated items 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 (build\*) do rmdir /q /s %%i del /q /s build\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% build/html echo. echo.Build finished. The HTML pages are in build/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% build/dirhtml echo. echo.Build finished. The HTML pages are in build/dirhtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% build/pickle echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% build/json echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% build/htmlhelp echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in build/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% build/qthelp echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in build/qthelp, like this: echo.^> qcollectiongenerator build\qthelp\python-csp.qhcp echo.To view the help file: echo.^> assistant -collectionFile build\qthelp\python-csp.ghc goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% build/latex echo. echo.Build finished; the LaTeX files are in build/latex. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% build/changes echo. echo.The overview file is in build/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% build/linkcheck echo. echo.Link check complete; look for any errors in the above output ^ or in build/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% build/doctest echo. echo.Testing of doctests in the sources finished, look at the ^ results in build/doctest/output.txt. goto end ) :end
r4vi/open-ihm
make.bat
bat
lgpl-3.0
2,946
@call tools\build\build @pause
HippieStation/HippieStation
Build.bat
bat
agpl-3.0
31
@echo off rem Copyright Beman Dawes, 2010 rem Distributed under the Boost Software License, Version 1.0. rem See www.boost.org/LICENSE_1_0.txt bjam %* >bjam.log find "error" <bjam.log
flingone/frameworks_base_cmds_remoted
libs/boost/libs/filesystem/example/test/bld.bat
bat
apache-2.0
192
echo off rem Switch UI to big version for PortableApps.com Updater title Switching to big UI... del modern.exe del modern_headerbmp.exe del modern_headerbmpr.exe copy modern_big.exe modern.exe copy modern_headerbmp_big.exe modern_headerbmp.exe copy modern_headerbmpr_big.exe modern_headerbmpr.exe
talanc/vlisp-profiler
installer/NSIS/Contrib/UIs/switch_to_big.bat
bat
mit
296
// After programming the flash, the commands written below will be executed
openthread/ot-rtos
third_party/freertos/repo/FreeRTOS/Demo/HCS12_CodeWarrior_banked/cmd/P&E_ICD_Vppoff.cmd
bat
bsd-3-clause
77
@echo off SETLOCAL if NOT DEFINED JAVA_HOME goto err set SCRIPT_DIR=%~dp0 for %%I in ("%SCRIPT_DIR%..") do set ES_HOME=%%~dpfI TITLE Elasticsearch Plugin Manager ${project.version} SET HOSTNAME=%COMPUTERNAME% "%JAVA_HOME%\bin\java" -client -Des.path.home="%ES_HOME%" -cp "%ES_HOME%/lib/*;" "org.elasticsearch.plugins.PluginManagerCliParser" %* goto finally :err echo JAVA_HOME environment variable must be set! pause :finally ENDLOCAL
xingguang2013/elasticsearch
distribution/src/main/resources/bin/plugin.bat
bat
apache-2.0
446
@ECHO OFF SET BASE=%~dp0 REM remove all old binaries and intermediate files rmdir /s /q %BASE%\Win32\ rmdir /s /q %BASE%\x64\ cd %BASE% dir *.sln call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\bin\vcvars32.bat" echo "dbg|Win32" echo -------------- MSBuild Migration.sln /t:Build /verbosity:n /p:Configuration=dbg;Platform=Win32 IF ERRORLEVEL 1 exit /B 1 echo " unregister exchange " echo -------------- regsvr32 %BASE%\Win32\dbg\Exchange.dll /u /s IF ERRORLEVEL 1 set ERRORLEVEL=0 echo "rtl|Win32" echo -------------- MSBuild Migration.sln /t:Build /verbosity:n /p:Configuration=rtl;Platform=Win32 IF ERRORLEVEL 1 exit /B 1 echo " unregister exchange " echo -------------- regsvr32 %BASE%\Win32\rtl\Exchange.dll /u /s IF ERRORLEVEL 1 set ERRORLEVEL=0 call "C:\Program Files (x86)\Microsoft Visual Studio 10.0\vc\bin\amd64\vcvars64.bat" echo "dbg|x64" echo -------------- MSBuild Migration.sln /t:Build /verbosity:n /p:Configuration=dbg;Platform=x64 IF ERRORLEVEL 1 exit /B 1 echo " unregister exchange " echo -------------- regsvr32 %BASE%\x64\dbg\Exchange.dll /u /s IF ERRORLEVEL 1 set ERRORLEVEL=0 echo "rtl|x64" echo -------------- MSBuild Migration.sln /t:Build /verbosity:n /p:Configuration=rtl;Platform=x64 IF ERRORLEVEL 1 exit /B 1 echo " unregister exchange " echo -------------- regsvr32 %BASE%\x64\rtl\Exchange.dll /u /s IF ERRORLEVEL 1 set ERRORLEVEL=0 ECHO Source Indexing the Project... ECHO Starting Point is %BASE% cd %BASE% call ssindex.cmd -system=p4 IF ERRORLEVEL 1 exit /B 1 ECHO Adding Binaries to the Symbol Server... ECHO symstore add /f %BASE%\src\c\*\rtl\*.* /s \\%INDEX_HOST%\Zbuild3\symbols\ZCO /t "Zimbra Migration Tools" /v "%BUILD_VERSION%" /c "%BUILD_DATE%" symstore add /f %BASE%\src\c\Win32\rtl\*.* /s \\%INDEX_HOST%\Zbuild3\symbols\ZCO /t "Zimbra Migration Tools x86" /v "%BUILD_VERSION%" /c "%BUILD_DATE%" IF ERRORLEVEL 1 exit /B 1 symstore add /f %BASE%\src\c\x64\rtl\*.* /s \\%INDEX_HOST%\Zbuild3\symbols\ZCO /t "Zimbra Migration Tools x64" /v "%BUILD_VERSION%" /c "%BUILD_DATE%" IF ERRORLEVEL 1 exit /B 1
nico01f/z-pec
ZimbraMigrationTools/build.bat
bat
mit
2,084
@echo off py -m pip install --upgrade pip py -m pip install -r %~dp0/requirements.txt echo. if %ERRORLEVEL% EQU 0 ( echo Installation completed successfully. echo You're good to go! Run 'run.pyw' to start the program. ) else ( echo Installation failed! echo Please make sure to read all the info in the README before running this script. echo Otherwise, email the error message above to the current maintainer. ) echo. echo Press any key to continue... pause > nul
kvchen/BERC-automated-finance-tracker
get-dependencies.bat
bat
mit
488
%VIM_REMOTE% --remote-tab-silent %*
tracyone/t-vim
bin/v.bat
bat
mit
36
recserver -package %REGULUS%/Examples/Toy1SpecialisedDynamic/Generated/placeholder_jit_recogniser rm.Addresses=localhost:1234 comp.Port=1235
TeamSPoon/logicmoo_workspace
packs_sys/logicmoo_nlu/ext/regulus/Examples/Toy1SpecialisedDynamic/scripts/run_recserver.bat
bat
mit
140
dotnet build PerfIt.sln dotnet test .\test\PerfIt.Tests\PerfIt.Tests.csproj dotnet test .\test\PerfIt.WebApi.Tests\PerfIt.WebApi.Tests.csproj
aliostad/PerfIt
build.bat
bat
mit
141
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=time-travel 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
snudler6/time-travel
docs/make.bat
bat
mit
779
@REM COMPILER COMMAND LINE @echo off set "bindir=g:\pi\gcc_pi_6_3\bin\" set "cpuflags=-Wall -O3 -mfpu=neon-vfpv4 -mfloat-abi=hard -march=armv8-a -mtune=cortex-a53 -mno-unaligned-access -fno-tree-loop-vectorize -fno-tree-slp-vectorize" set "asmflags=-nostdlib -nodefaultlibs -nostartfiles -ffreestanding -fno-asynchronous-unwind-tables -fomit-frame-pointer -Wa,-a>list.txt" set "linkerflags=-Wl,-gc-sections -Wl,--build-id=none -Wl,-Bdynamic -Wl,-Map,kernel.map" set "outflags=-o kernel.elf" set "libflags=-lc -lm -lgcc" @echo on %bindir%arm-none-eabi-gcc %cpuflags% %asmflags% %linkerflags% -Wl,-T,rpi32.ld main.c SmartStart32.S rpi-SmartStart.c emb-stdio.c %outflags% %libflags% @echo off if %errorlevel% EQU 1 (goto build_fail) @REM LINKER COMMAND LINE @echo on %bindir%arm-none-eabi-objcopy kernel.elf -O binary DiskImg\kernel8-32.img @echo off if %errorlevel% EQU 1 (goto build_fail) echo BUILD COMPLETED NORMALLY pause exit /b 0 :build_fail echo ********** BUILD FAILURE ********** Pause exit /b 1
LdB-ECM/Raspberry-Pi
Multicore/Pi3-32.bat
bat
mit
1,006
copy ..\..\..\wrappers\Octave\3.6.4\CoolProp.oct . copy ..\..\..\wrappers\Octave\Example.m . REM ~ c:\swigwin-3.0.0\swig -octave -c++ -outcurrentdir -o CoolProp_wrap.cpp ../../../CoolProp/CoolProp.i REM ~ if %errorlevel% neq 0 exit /b %errorlevel% REM ~ REM : %%~nf gives just the file name, no path or extension REM ~ REM : %%f gives the full path and extension REM ~ for %%f in (..\..\..\CoolProp\*.cpp) do mkoctfile -v -c -I..\..\CoolProp -o %%~nf.o %%f REM ~ if %errorlevel% neq 0 exit /b %errorlevel% REM ~ mkoctfile -v -c -I..\..\..\CoolProp -o CoolProp_wrap.o CoolProp_wrap.cpp REM ~ if %errorlevel% neq 0 exit /b %errorlevel% REM ~ mkoctfile -v -o CoolProp.oct *.o REM ~ if %errorlevel% neq 0 exit /b %errorlevel% REM ~ erase *.o REM ~ erase CoolProp.lib REM ~ erase CoolProp.exp REM ~ erase CoolProp_wrap.cpp c:\MinGWOctave3.6.4\Octave3.6.4_gcc4.6.2\bin\octave --path %~dp0 %~dp0Example.m > Output.txt if %errorlevel% neq 0 exit /b %errorlevel% erase CoolProp.oct erase Example.m
ibell/coolprop
Web/examples/Octave/run_example.bat
bat
mit
1,008
/*-------------------------------------------------------------------*/ /* */ /* Compile options: */ /* */ /* CrtCmd Cmd( WRKOUTQAUT ) */ /* Pgm( CBX971 ) */ /* SrcMbr( CBX971X ) */ /* VldCkr( CBX971V ) */ /* AlwLmtUsr( *NO ) */ /* HlpPnlGrp( CBX971H ) */ /* HlpId( *CMD ) */ /* */ /*-------------------------------------------------------------------*/ Cmd Prompt( 'Work with Output Queue Auth' ) + MaxPos( 3 ) + AlwLmtUsr( *NO ) + VldCkr( CBX971V ) + HlpId( *CMD ) + HlpPnlGrp( CBX971H ) + Text( 'Work with Output Queue Auth' ) Parm OUTQ Q0001 + Min( 1 ) + Prompt( 'Output queue' ) Parm USRPRF *Generic 10 + Dft( *ALL ) + Expr( *YES ) + SpcVal(( *ALL )) + Prompt( 'User profile' ) Parm OUTPUT *Char 3 + Rstd( *YES ) + Dft( * ) + SpcVal(( * 'DSP' ) ( *PRINT 'PRT' )) + Prompt( 'Output' ) Q0001: Qual *Name + Expr( *YES ) Qual *Name + Dft( *LIBL ) + SpcVal(( *LIBL ) ( *CURLIB )) + Expr( *YES ) + Prompt( 'Library' )
ChrisHird/CF_API
cbx971/cbx971x.cmd
bat
mit
2,630
REM it is good to add a Visual GC plugin: Tools->Plugins->AvailablePlugins and install Visual GC jvisualvm
sagasu/JavaPlayground
MemoryManagementModule/runJVisualVm.bat
bat
mit
107
@rem = '--*-Perl-*-- @echo off if "%OS%" == "Windows_NT" goto WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) ELSE ( perl -x -S "%0" %1 %2 %3 %4 %5 %6 %7 %8 %9 ) goto endofperl :WinNT IF EXIST "%~dp0perl.exe" ( "%~dp0perl.exe" -x -S %0 %* ) ELSE IF EXIST "%~dp0..\..\bin\perl.exe" ( "%~dp0..\..\bin\perl.exe" -x -S %0 %* ) ELSE ( perl -x -S %0 %* ) if NOT "%COMSPEC%" == "%SystemRoot%\system32\cmd.exe" goto endofperl if %errorlevel% == 9009 echo You do not have Perl in your PATH. if errorlevel 1 goto script_failed_so_exit_with_non_zero_val 2>nul goto endofperl @rem '; #!/usr/bin/perl #line 29 use 5.006; use strict; use warnings; package metabase_profile; # dzil needs this # PODNAME: metabase-profile # ABSTRACT: create a metabase profile our $VERSION = '0.024'; # VERSION use Getopt::Long; use JSON 2; use Metabase::User::Profile; use Metabase::User::Secret; use Pod::Usage; use IO::Prompt::Tiny qw(prompt); my ( %profile, $help, $output, $full_name, $email_address, $password ); my $result = GetOptions( 'help|h' => \$help, 'output|o:s' => \$output, 'name:s' => \$full_name, 'email:s' => \$email_address, 'secret:s' => \$password, ); pod2usage( { -verbose => 2 } ) if !$result || $help; # setup output file and confirm it doesn't exist if ( !defined $output ) { $output = "metabase_id.json"; } if ( -f $output ) { die "Won't over-write existing '$output' file. Aborting.\n"; } # get profile information $profile{full_name} = $full_name if defined $full_name; $profile{email_address} = $email_address if defined $email_address; $profile{password} = $password if defined $password; my @prompts = ( full_name => 'full name', email_address => 'email address', password => 'password/secret', ); while (@prompts) { my ( $key, $phrase ) = splice( @prompts, 0, 2 ); next if $profile{$key}; chomp( my $answer = prompt("Enter $phrase\: ") ); $profile{$key} = $answer; } # create profile and secret objects $password = delete $profile{password}; my $profile = Metabase::User::Profile->create(%profile); my $secret = Metabase::User::Secret->new( resource => $profile->resource, content => $password, ); # write output print "Writing profile to '$output'\n"; open my $fh, ">", $output; print {$fh} JSON->new->ascii->pretty->encode( [ $profile->as_struct, $secret->as_struct, ] ); close $fh; chmod 0600, $output; __END__ =pod =encoding UTF-8 =head1 NAME metabase-profile - create a metabase profile =head1 VERSION version 0.024 =head1 SYNOPSIS $ metabase-profile Enter full name: John Doe Enter email address: jdoe@example.com Enter password/secret: zqxjkh Writing profile to 'metabase_id.json' =head1 USAGE The metabase-profile program makes it easy to create a user profile for submitting facts and reports to a Metabase server. Valid options include: --email ADDRESS user email address eg "jd@example.com" --name FULLNAME full user name, eg "John Doe" -o, --output FILENAME output filename --secret PASSWORD password for authentication -h, --help print man page If no output file name is given, the default name 'metabase_id.json' will be used. If the output filename (or default) exists, the program will abort rather than overwrite the file. The output file will be in JSON and contain the user profile and the user's shared secret. Typically, when a Metabase server first receives a report from a new user profile, the shared secret is recorded and will be used to authenticate subsequent submissions. The output should not be shared publicly or made group or world readable. Use the resulting file according to the instructions of your Metabase client program. You may wish to copy it across computers if you would like to be identified consistently when submitting reports from different locations. =head1 AUTHORS =over 4 =item * David Golden <dagolden@cpan.org> =item * Ricardo Signes <rjbs@cpan.org> =item * H.Merijn Brand <hmbrand@cpan.org> =back =head1 COPYRIGHT AND LICENSE This software is Copyright (c) 2014 by David Golden. This is free software, licensed under: The Apache License, Version 2.0, January 2004 =cut __END__ :endofperl
mishin/dwimperl-windows
strawberry-perl-5.20.0.1-32bit-portable/perl/site/bin/metabase-profile.bat
bat
gpl-2.0
4,582
cmd_drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -T /home/fedevel/tiny/linux/linux-fslc/scripts/module-common.lds --build-id -o drivers/net/wireless/ath/ath6kl/ath6kl_sdio.ko drivers/net/wireless/ath/ath6kl/ath6kl_sdio.o drivers/net/wireless/ath/ath6kl/ath6kl_sdio.mod.o
FEDEVEL/tmp-imx6-tiny-rex-linux
drivers/net/wireless/ath/ath6kl/.ath6kl_sdio.ko.cmd
bat
gpl-2.0
406
# test a problem where the output to the dbsort was truncating floats prog='dbcolstats' args='-q 4 duration' cmp='diff -c ' portable=false subprogs=dbsort altcmp='dbfilediff --quiet -E --exit ' altcmp_needs_input_flags=true
gitpan/Fsdb
TEST/dbcolstats_quartile_truncation.cmd
bat
gpl-2.0
224
cmd_sound/parisc/built-in.o := rm -f sound/parisc/built-in.o; arm-poky-linux-gnueabi-ar rcsD sound/parisc/built-in.o
heyoufei2/yocto3.14.38_kernel
sound/parisc/.built-in.o.cmd
bat
gpl-2.0
118
cmd_drivers/tty/built-in.o := /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ld -EL -r -o drivers/tty/built-in.o drivers/tty/tty_io.o drivers/tty/n_tty.o drivers/tty/tty_ioctl.o drivers/tty/tty_ldisc.o drivers/tty/tty_buffer.o drivers/tty/tty_port.o drivers/tty/tty_mutex.o drivers/tty/pty.o drivers/tty/tty_audit.o drivers/tty/sysrq.o drivers/tty/vt/built-in.o drivers/tty/serial/built-in.o drivers/tty/ipwireless/built-in.o
JoinTheRealms/TF700-dualboot-stockbased
drivers/tty/.built-in.o.cmd
bat
gpl-2.0
477
@echo off color 0a title Project Infinity Standart SQL Importer rem Standard install section echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p svr=What is your MySQL host name? [localhost] : if %svr%. == . set svr=localhost cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p user=What is your MySQL user name? [root] : if %user%. == . set user=root cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p pass=What is your MySQL password? [mangos] : if %pass%. == . set pass= cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p port=What is your MySQL port? [3306] : if %port%. == . set port=3306 cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p wdb=What is your World database name? [mangos] : if %wdb%. == . set wdb=mangos cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p cdb=What is your Characters database name? [characters] : if %cdb%. == . set cdb=characters cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. set /p rdb=What is your Realm database name? [realmd] : if %rdb%. == . set rdb=characters cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. set /p rdb=What is your ScriptDev2 database name? [scriptdev2] : if %sdb%. == . set sdb=scriptdev2 :install set dbpathw=Data\MaNGOS set dbpathc=Data\Characters set dbpathr=Data\Realm set dbpaths=Data\ScriptDev2 set mysql=Data :checkpaths if not exist %dbpathw% then goto patherror if not exist %dbpathc% then goto patherror if not exist %dbpathr% then goto patherror if not exist %dbpaths% then goto patherror if not exist %mysql%\mysql.exe then goto patherror goto world :patherror cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º Error: Files are missing. Please ensure that you have downloaded º echo º This from a local repository of Project Dark-iCE. º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo Press any key to exit... pause>nul exit pause :world cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. echo Importing sql files into %wdb% for %%i in (%dbpathw%\*.sql) do echo %%i & %mysql%\mysql -q -s -h %svr% --user=%user% --password=%pass% --port=%port% %wdb% < %%i goto characters :characters cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. echo Importing sql files into %cdb% for %%i in (%dbpathc%\*.sql) do echo %%i & %mysql%\mysql -q -s -h %svr% --user=%user% --password=%pass% --port=%port% %cdb% < %%i goto realmd :realmd cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. echo Importing sql files into %rdb% for %%i in (%dbpathr%\*.sql) do echo %%i & %mysql%\mysql -q -s -h %svr% --user=%user% --password=%pass% --port=%port% %rdb% < %%i goto scriptdev2 :scriptdev2 cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. echo Importing sql files into %sdb% for %%i in (%dbpaths%\*.sql) do echo %%i & %mysql%\mysql -q -s -h %svr% --user=%user% --password=%pass% --port=%port% %sdb% < %%i goto done :done cls echo. echo ÉÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÑÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ» echo º ³ Version 2 (Infinity) º echo º Project Infinity Standart SQL Importer ³ For Project Infinity º echo º ³ Copyright by Darkiss º echo ÇÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄĶ echo º http://github.com/fallenangelX º echo ÈÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍͼ echo. echo. echo Done. The queries have been executed. echo Press any key to exit... pause>nul
Infinity-MaNGOS-Project-FallenAngelX/infinity_mangos
Infinity_FullDB/Optional SQL's (Customizations) !NON_BLIZZLIKE!/Custom Gameobjects, Items and NPCs/Importer.bat
bat
gpl-2.0
9,816
cmd_drivers/rtc/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/rtc/built-in.o drivers/rtc/rtc-lib.o drivers/rtc/hctosys.o drivers/rtc/systohc.o drivers/rtc/rtc-core.o drivers/rtc/rtc-mxc.o drivers/rtc/rtc-mc13xxx.o drivers/rtc/rtc-snvs.o
FEDEVEL/tmp-imx6-tiny-rex-linux
drivers/rtc/.built-in.o.cmd
bat
gpl-2.0
349
cmd_drivers/input/keyboard/xtkbd.ko := arm-none-linux-gnueabi-ld -EL -r -T /root/kernel-dev/linux-2.6.37/scripts/module-common.lds --build-id -o drivers/input/keyboard/xtkbd.ko drivers/input/keyboard/xtkbd.o drivers/input/keyboard/xtkbd.mod.o
srinugnt2000/linux-2.6.37
drivers/input/keyboard/.xtkbd.ko.cmd
bat
gpl-2.0
245
cmd_drivers/input/touchscreen/egalax_ts.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/input/touchscreen/egalax_ts.ko drivers/input/touchscreen/egalax_ts.o drivers/input/touchscreen/egalax_ts.mod.o
avareldalton85/rpi2-linux-rt
drivers/input/touchscreen/.egalax_ts.ko.cmd
bat
gpl-2.0
311
cmd_sound/soc/davinci/built-in.o := rm -f sound/soc/davinci/built-in.o; /home/flint/android/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/bin/arm-linux-androideabi-ar rcsD sound/soc/davinci/built-in.o
lindsaytheflint/stone
sound/soc/davinci/.built-in.o.cmd
bat
gpl-2.0
210
@echo off set JAVA_HOME=D:\mixky_cd\JAVA\jdk1.7.0_80 set CATALINA_HOME=E:\apache-tomcat-7.0.68 set PHP_HOME=E:\php-5.5.34-Win32-VC11-x64\ set PATH=%PATH%;%JAVA_HOME%\bin;%PHP_HOME%;%CATALINA_HOME%\bin E:\apache-tomcat-7.0.68\bin\startup.bat pause
stophin/nano
server-php.bat
bat
gpl-2.0
262
cmd_sound/soc/ep93xx/built-in.o := rm -f sound/soc/ep93xx/built-in.o; /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/soc/ep93xx/built-in.o
selva-simple/Galaxy-R-Kernel
sound/soc/ep93xx/.built-in.o.cmd
bat
gpl-2.0
180
cmd_drivers/misc/modem_audio/built-in.o := rm -f drivers/misc/modem_audio/built-in.o; /home/aashir/android/toolchain/linaro/bin/arm-eabi-ar rcsD drivers/misc/modem_audio/built-in.o
emwno/android_kernel_U8500
drivers/misc/modem_audio/.built-in.o.cmd
bat
gpl-2.0
182
cmd_sound/mips/built-in.o := rm -f sound/mips/built-in.o; /home/adam/Android/Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/mips/built-in.o
arshull/GalaTab3_Kernel
sound/mips/.built-in.o.cmd
bat
gpl-2.0
146
:: Copy the contents of the extracted source archive into the Conda environment. robocopy bin %PREFIX% /e robocopy include %PREFIX% /e robocopy lib %PREFIX% /e robocopy share %PREFIX% /e
michellab/Sire
docker/sire-conda/recipe/bld.bat
bat
gpl-2.0
194
rmdir /s /q %HOMEDRIVE%%HOMEPATH%\.nuget\packages\curve25519-pcl rmdir /s /q %HOMEDRIVE%%HOMEPATH%\.nuget\packages\curve25519-pcl
langboost/curve25519-pcl
curve25519/curve25519/deploy/RemoveNuGetCache.bat
bat
gpl-3.0
130
setlocal enabledelayedexpansion SET iter=10000 SET memSize=49 set fort[01]="Mortar Tower(2)" set fort[02]="Mortar Tower,Lightning Cannon" set fort[03]="Mortar Tower,Corrosive Spore" set fort[04]="Mortar Tower,Sky Fortress" set fort[05]="Mortar Tower,Death Factory" set fort[06]="Mortar Tower,Inspiring Altar" set fort[07]="Lightning Cannon,Mortar Tower" set fort[08]="Lightning Cannon(2)" set fort[09]="Lightning Cannon,Corrosive Spore" set fort[10]="Lightning Cannon,Sky Fortress" set fort[11]="Lightning Cannon,Death Factory" set fort[12]="Lightning Cannon,Inspiring Altar" set fort[13]="Corrosive Spore,Mortar Tower" set fort[14]="Corrosive Spore,Lightning Cannon" set fort[15]="Corrosive Spore(2)" set fort[16]="Corrosive Spore,Sky Fortress" set fort[17]="Corrosive Spore,Death Factory" set fort[18]="Corrosive Spore,Inspiring Altar" set fort[19]="Sky Fortress,Mortar Tower" set fort[20]="Sky Fortress,Lightning Cannon" set fort[21]="Sky Fortress,Corrosive Spore" set fort[22]="Sky Fortress(2)" set fort[23]="Sky Fortress,Death Factory" set fort[24]="Sky Fortress,Inspiring Altar" set fort[25]="Death Factory(2)" set fort[26]="Death Factory,Mortar Tower" set fort[27]="Death Factory,Lightning Cannon" set fort[28]="Death Factory,Corrosive Spore" set fort[29]="Death Factory,Sky Fortress" set fort[30]="Death Factory,Inspiring Altar" set fort[31]="Inspiring Altar,Mortar Tower" set fort[32]="Inspiring Altar,Lightning Cannon" set fort[33]="Inspiring Altar,Corrosive Spore" set fort[34]="Inspiring Altar,Sky Fortress" set fort[35]="Inspiring Altar,Death Factory" set fort[36]="Inspiring Altar(2)" SET find="Optimized" SET file="NS_Brawl_Result_BGE2.txt" echo %time%>%file% for /l %%i in (1,1,memSize) do ( echo NS%%i>> %file% tuo "NS%%i" "GT200k" gw ordered -e "Bloodlust 2" -o=nova\invt%%i.txt climb %iter% | find %find% >> %file% echo.>>%file% ) echo %time%>>%file%
joek546/tu_opt
VoidBatch.bat
bat
gpl-3.0
1,885
::Used to update files as needed or as I "feel" like working on something @ECHO off Title Update some things color 02 cls :start Title Update some things @echo off color 02 cls ECHO ************************* ECHO ************************* ECHO Things you can do ECHO ************************* ECHO ************************* ECHO 1. Do Updates ECHO 2. Exit ECHO ************************* set /p choice=Please enter a number to continue: if '%choice%'=='' ECHO "%choice%" is not valid please try again if '%choice%'=='1' goto Update if '%choice%'=='2' goto End if '%choice%'=='9' goto Development ECHO ************************* goto start :Update @echo off cls if not exist c:\Users\Public\Temp mkdir c:\users\Public\Temp copy /Y *.* C:\Users\%USERNAME%\Desktop\CmdTools del C:\Users\%USERNAME%\Desktop\CmdTools\UpdateMe.bat del C:\Users\%USERNAME%\Desktop\CmdTools\*.pyc echo Your files have been updated goto End :End @echo off cd ".." Erase Update.zip RD /S /Q Update pause Exit :Development @echo off cls copy /Y *.* C:\Users\%USERNAME%\Desktop\CmdTools del C:\Users\%USERNAME%\Desktop\CmdTools\UpdateMe.bat echo Your files have been updated pause Exit
mixedup4x4/Speedy
Contents/UpdateMe.bat
bat
gpl-3.0
1,216
:: **************************************************************************** :: :: * eID Middleware Project. :: * Copyright (C) 2008-2009 FedICT. :: * :: * This is free software; you can redistribute it and/or modify it :: * under the terms of the GNU Lesser General Public License version :: * 3.0 as published by the Free Software Foundation. :: * :: * This software is distributed in the hope that it will be useful, :: * but WITHOUT ANY WARRANTY; without even the implied warranty of :: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU :: * Lesser General Public License for more details. :: * :: * You should have received a copy of the GNU Lesser General Public :: * License along with this software; if not, see :: * http://www.gnu.org/licenses/. :: :: **************************************************************************** copy /Y bin26\pteidlibTestBWC.exe ..\_Binaries\release\ rmdir /S /Q result mkdir result cd bin26 pteidlibTestBWC.exe -o -F ..\result cd ..\..\_Binaries\release pteidlibTestBWC.exe -V -o -F ..\..\eidlibTestBWC\result cd ..\..\eidlibTestBWC
12019/svn.gov.pt
_src/eidmw/eidlibTestBWC/runOtherTest.bat
bat
gpl-3.0
1,147
@echo off :main setlocal call :add 1 5 echo The result is %errorlevel% goto :eof :: Add two numbers :add (num1, num2) SET /A result=%1+%2 exit /b %result%
PassingTheKnowledge/Batchography
func-add.bat
bat
apache-2.0
173
@echo off java -jar FileDigestGUI.jar @echo on
aofeng/DigitalSignatures
bin/FileDegest.bat
bat
apache-2.0
48
echo OFF set LIB_PATH= set LIB_PATH=%LIB_PATH%;.\log4j2.xml set LIB_PATH=%LIB_PATH%;.\rpc-client.properties set LIB_PATH=%LIB_PATH%;.\rpc-server.properties set LIB_PATH=%LIB_PATH%;.\lib\* set MAIN_CLASS=tw.me.ychuang.rpc.Main set JAVA_OPTS=-Xmx1024m -Xms1024m -XX:PermSize=64m -XX:MaxPermSize=64m echo ON %JAVA_HOME%\bin\java %JAVA_OPTS% -cp %LIB_PATH% %MAIN_CLASS%
allan-huang/remote-procedure-call
src/main/scripts/startup.bat
bat
apache-2.0
371
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=ARC-Vision 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
ur-whitelab/arc-vision
docs/make.bat
bat
bsd-3-clause
782
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "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. changes to make an overview over all changed/added/deprecated items 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 ) 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\relo.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\relo.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" == "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" == "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 ) :end
cwoebker/relo
docs/make.bat
bat
bsd-3-clause
4,507
path=c:\MinGW64\bin;c:\MinGW64\x86_64-w64-mingw32\bin;%PATH mingw32-make %1
DaniGomoi/Robotics-Interfacing
build/windows/MinGW64/make.bat
bat
bsd-3-clause
76
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCROPS.S03_TableROPs.MSOXCROPS_S03_TC06_TestCollapseAndExpandRow /testcontainer:..\..\MS-OXCROPS\TestSuite\bin\Debug\MS-OXCROPS_TestSuite.dll /runconfig:..\..\MS-OXCROPS\MS-OXCROPS.testsettings /unique pause
OfficeDev/Interop-TestSuites
ExchangeMAPI/Source/Scripts/MS-OXCROPS/RunMSOXCROPS_S03_TC06_TestCollapseAndExpandRow.cmd
bat
mit
302
@echo off haxelib run node-webkit pause
as3boyan/atom-shell-haxelib
run.bat
bat
mit
39
@ECHO OFF REM Command file for Sphinx documentation set SPHINXBUILD=sphinx-build set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% ) 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. 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. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. changes to make an overview over all changed/added/deprecated items 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 (_build\*) do rmdir /q /s %%i del /q /s _build\* goto end ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% _build/html echo. echo.Build finished. The HTML pages are in _build/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% _build/dirhtml echo. echo.Build finished. The HTML pages are in _build/dirhtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% _build/pickle echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% _build/json echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% _build/htmlhelp echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in _build/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% _build/qthelp echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in _build/qthelp, like this: echo.^> qcollectiongenerator _build\qthelp\webcolors.qhcp echo.To view the help file: echo.^> assistant -collectionFile _build\qthelp\webcolors.ghc goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% _build/latex echo. echo.Build finished; the LaTeX files are in _build/latex. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% _build/changes echo. echo.The overview file is in _build/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% _build/linkcheck echo. echo.Link check complete; look for any errors in the above output ^ or in _build/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% _build/doctest echo. echo.Testing of doctests in the sources finished, look at the ^ results in _build/doctest/output.txt. goto end ) :end
artdavis/pyfred
pyfred/webcolors-1.5/docs/make.bat
bat
gpl-3.0
2,965
@echo off prompt $e[1;30m[$e[31m$t$e[30m][$e[0;32m$d$e[1;30m][$e[34m$p$e[30m] $e[0;37m
pip/Octology
dox/Jobz/7Studios/CygPip/bin/p.bat
bat
gpl-3.0
89
start "runas /user:administrator " cmd /c " C: && cd C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond\TempClassification\bin\Debug\TSDP && TSDP Auto --in C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond\TempClassification\bin\Debug\TSDP\BinFiles\Westfirstore.BIN --out C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond\TempClassification\bin\Debug\TSDP\TextFiles\Westfirstore_PerVehicle.txt --settings C:\Users\Obaida\Desktop\AnalyzerVersions\BinaryFileAnalyzerDiamond\TempClassification\bin\Debug\TSDP\SettingFiles\CGSET.NI --numLanes 2 --classification --twoWay --sensorSpacing 48 "
Anonymous01012014/tcms
application/controllers/TSDP/BatchFiles/4_23_2013_12_20_01_PM.bat
bat
gpl-3.0
640
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set SOURCEDIR=. set BUILDDIR=_build set SPHINXPROJ=LiSE 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
LogicalDash/LiSE
make.bat
bat
agpl-3.0
808
@echo OFF pushd %~dp0 rem usage : run_list_windows.bat examples_list language rem language = C++ | C | Java if "%2" == "" ( echo "*** usage : run_list_windows.bat examples_list language_list" ) SET LIST=%1 SET LANG_LIST=%2 SET DCPS=%CD%\..\..\examples\dcps FOR /F "delims=" %%j IN (%LANG_LIST%) DO ( echo == LANG = %%j FOR /F "delims=" %%i IN (%LIST%) DO ( echo ============================================ echo === Running %%i STANDALONE %%j echo ============================================ if "%%j" == "Java" ( cd %DCPS%\%%i\%%j\Standalone\Windows\Bat echo === %DCPS%\%%i\%%j\Standalone\Windows\Bat call myRUN.bat ) else ( cd %DCPS%\%%i\%%j\Standalone\VS2005\Bat echo === %DCPS%\%%i\%%j\Standalone\VS2005\Bat call myRUN.bat ) if "%%j" == "C++" ( echo ============================================ echo === Running %%i CORBA OpenFusion %%j echo ============================================ cd %DCPS%\%%i\%%j\Corba\OpenFusion\VS2005\Bat echo === %DCPS%\%%i\%%j\Corba\OpenFusion\VS2005\Bat call myRUN.bat ) if "%%j" == "Java" ( echo ============================================ echo === Running %%i CORBA JacORB %%j echo ============================================ cd %DCPS%\%%i\%%j\Corba\JacORB\Windows\Bat echo === %DCPS%\%%i\%%j\Corba\JacORB\Windows\Bat call myRUN.bat ) cd %~dp0 ) ) popd
SanderMertens/opensplice
examples/Dev_scripts/run_list_windows.bat
bat
gpl-3.0
1,381
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% source set I18NSPHINXOPTS=%SPHINXOPTS% source if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% 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. 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 (source\generated\*) do rmdir /q /s %%i del /q /s source\generated\* for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) 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\dask.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\dask.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" == "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 ) :end
blaze/dask
docs/make.bat
bat
bsd-3-clause
5,186
@ECHO OFF REM archive-branch.bat REM Usage: archive-branch <your-branch-name> :TopOfScript ECHO. ECHO Starting... IF "%~1"=="" ( ECHO This command requires 1 input argument. ECHO. ECHO Usage: archive-branch ^<your-branch-name^> GOTO :EndOfScript ) ECHO. ECHO * 1. Get local branch from remote, if needed ECHO. git checkout %1 IF %ERRORLEVEL% neq 0 GOTO :Err ECHO. ECHO * 2. Go back to master ECHO. git checkout master IF %ERRORLEVEL% neq 0 GOTO :Err ECHO. ECHO * 3. Create local tag ECHO. git tag archive/%1 %1 IF %ERRORLEVEL% neq 0 GOTO :Err ECHO. ECHO * 4. Create remote tag ECHO. git push origin archive/%1 IF %ERRORLEVEL% neq 0 GOTO :Err ECHO. ECHO * 5. Delete local branch ECHO. git branch -d %1 IF %ERRORLEVEL% neq 0 GOTO :Err ECHO. ECHO * 6. Delete remote branch ECHO. git push origin --delete %1 IF %ERRORLEVEL% neq 0 GOTO :Err GOTO :EndOfScript :Err ECHO Errors encountered during execution. Last command exited with status: %ERRORLEVEL%. :EndOfScript ECHO. ECHO Finished
BrainCrumbz/YANGTSE
tools/archive-branch.bat
bat
mit
1,002
@echo off rem rem rem Licensed to the Apache Software Foundation (ASF) under one or more rem contributor license agreements. See the NOTICE file distributed with rem this work for additional information regarding copyright ownership. rem The ASF licenses this file to You under the Apache License, Version 2.0 rem (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. rem rem rem handle specific scripts; the SCRIPT_NAME is exactly the name of the Karaf rem script; for example karaf.bat, start.bat, stop.bat, admin.bat, client.bat, ... rem rem if "%KARAF_SCRIPT%" == "SCRIPT_NAME" ( rem Actions go here... rem ) rem rem general settings which should be applied for all scripts go here; please keep rem in mind that it is possible that scripts might be executed more than once, e.g. rem in example of the start script where the start script is executed first and the rem karaf script afterwards. rem rem rem The following section shows the possible configuration options for the default rem karaf scripts rem rem Window name of the windows console rem SET KARAF_TITLE rem Location of Java installation rem SET JAVA_HOME rem Minimum memory for the JVM rem SET JAVA_MIN_MEM rem Maximum memory for the JVM rem SET JAVA_MAX_MEM rem Minimum perm memory for the JVM rem SET JAVA_PERM_MEM rem Maximum perm memory for the JVM rem SET JAVA_MAX_PERM_MEM rem Additional JVM options rem SET EXTRA_JAVA_OPTS rem Karaf home folder rem SET KARAF_HOME rem Karaf data folder rem SET KARAF_DATA rem Karaf base folder rem SET KARAF_BASE rem Karaf etc folder rem SET KARAF_ETC rem Additional available Karaf options rem SET KARAF_OPTS rem Enable debug mode rem SET KARAF_DEBUG IF "%JAVA_MAX_PERM_MEM%"=="" SET JAVA_MAX_PERM_MEM=512m IF "%JAVA_MAX_MEM%"=="" SET JAVA_MAX_MEM=2048m
Sushma7785/OpenDayLight-Load-Balancer
karaf/opendaylight-karaf-resources/src/main/resources/bin/setenv.bat
bat
epl-1.0
2,259
@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. rem =============================================================== rem Enviroment variables rem SERVER_PORT (optional) - define the rmiregistry and server port rem rem JVM_ARGS - Java flags - these are handled by jmeter.bat rem rem =============================================================== REM Protect environment against changes setlocal if exist jmeter-server.bat goto winNT1 echo Changing to JMeter home directory cd /D %~dp0 :winNT1 if exist %JMETER_HOME%\lib\ext\ApacheJMeter_core.jar goto setCP echo Could not find ApacheJmeter_core.jar ... REM Try to work out JMETER_HOME echo ... Trying JMETER_HOME=.. set JMETER_HOME=.. if exist %JMETER_HOME%\lib\ext\ApacheJMeter_core.jar goto setCP echo ... trying JMETER_HOME=. set JMETER_HOME=. if exist %JMETER_HOME%\lib\ext\ApacheJMeter_core.jar goto setCP echo Cannot determine JMETER_HOME ! goto exit :setCP echo Found ApacheJMeter_core.jar REM No longer need to create the rmiregistry as it is done by the server REM set CLASSPATH=%JMETER_HOME%\lib\ext\ApacheJMeter_core.jar;%JMETER_HOME%\lib\jorphan.jar;%JMETER_HOME%\lib\logkit-1.2.jar REM START rmiregistry %SERVER_PORT% REM rem On NT/2K grab all arguments at once set JMETER_CMD_LINE_ARGS=%* if not "%SERVER_PORT%" == "" goto port call jmeter -s -j jmeter-server.log %JMETER_CMD_LINE_ARGS% goto end :port call jmeter -Dserver_port=%SERVER_PORT% -s -j jmeter-server.log %JMETER_CMD_LINE_ARGS% :end rem No longer needed, as server is started in-process rem taskkill /F /IM rmiregistry.exe :exit
lemining/loadtest_sample
tools/apache-jmeter-2.13/bin/jmeter-server.bat
bat
gpl-2.0
2,376