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
Please enter a chemical formula: NH3 Ammonia Please enter a chemical formula: H2O Water Please enter a chemical formula: NaCl Unknown compound ...
simontakite/sysadmin
pythonscripts/practicalprogramming/loop/userinputloop_infinite_output.cmd
bat
gpl-2.0
147
cmd_drivers/char/hw_random/built-in.o := /home/sunghun/arm-2009q3/bin/arm-none-linux-gnueabi-ld -EL -r -o drivers/char/hw_random/built-in.o drivers/char/hw_random/rng-core.o
sktjdgns1189/android_kernel_iriver_MX100
drivers/char/hw_random/.built-in.o.cmd
bat
gpl-2.0
179
@echo off REM ********************************************************************** REM REM Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. REM REM This copy of Ice is licensed to you under the terms described in the REM ICE_LICENSE file included in this distribution. REM REM ********************************************************************** REM .bat wrapper for iceca python script. Assumes python is in your PATH. @python "%~dp0iceca" %*
sbesson/zeroc-ice
cpp/src/ca/iceca.bat
bat
gpl-2.0
459
cmd_fs/ext3/built-in.o := /home/utkanos/android/ginger/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o fs/ext3/built-in.o fs/ext3/ext3.o
utkanos/android_htc_mecha_kernel_5slot
fs/ext3/.built-in.o.cmd
bat
gpl-2.0
164
@echo off REM test dans la BDR si le Flag est à 1( c.a.d infrarecorder installé) ou 0 (infrarecorder pas installé) REM reg delete renvoi 0 : succés ou 1 : echec Reg delete HKLM\SOFTWARE\infrarecorder /v Flag /f goto %ERRORLEVEL% :1 echo Le logiciel Infrarecorder n est pas installe exit 1 GOTO end :0 REM on supprime le repertoire ir043_unicode place dans Program Files echo debut de la desinstallation cd \ cd "C:\Program Files\ir043_unicode" chmod ugo+rwx * cd .. chmod ugo+rwx "C:\Program Files\ir043_unicode" cd \ rmdir "\Program Files\ir043_unicode" /s /q cd "C:\Documents and Settings\All Users\Menu D?marrer\Programmes" rmdir ir043_unicode /s /q cd \ cd "C:\Documents and Settings\All Users\Bureau" del InfraRecorder.lnk /q del irExpress.lnk /q cd \ echo Desinstallation terminee :end
cedricde/lrs
addons/lsc_deployment_scripts/Software_without_installer/Engraving/Infrarecorder/desinstallinfrarecorder.bat
bat
gpl-2.0
849
cmd_net/ipv4/netfilter/iptable_nat.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o net/ipv4/netfilter/iptable_nat.o net/ipv4/netfilter/nf_nat_rule.o net/ipv4/netfilter/nf_nat_standalone.o
RaduG/2.6.29-RaKern-2x-Hero
net/ipv4/netfilter/.iptable_nat.o.cmd
bat
gpl-2.0
249
!create root : TreeNode !set root.name := 'Eve' !create child1 : TreeNode !set child1.name := 'Ada' !create child2 : TreeNode !set child2.name := 'Ben' !create grandchild1 : TreeNode !set grandchild1.name := 'Cher' !create grandchild2 : TreeNode !set grandchild2.name := 'Dan' !create grandchild3 : TreeNode !set grandchild3.name := 'Frank' !create grandchild4 : TreeNode !set grandchild4.name := 'Gus' !insert (root,child1) into Parentship !insert (root,child2) into Parentship !insert (child1,grandchild1) into Parentship !insert (child1,grandchild2) into Parentship !insert (child2,grandchild3) into Parentship !insert (child2,grandchild4) into Parentship !create grandgrandchild1 : TreeNode !set grandgrandchild1.name := 'Hamid' !insert (grandchild1,grandgrandchild1) into Parentship !insert (grandgrandchild1,root) into Parentship !create grandgrandchild2 : TreeNode !set grandgrandchild2.name := 'Isa' !insert (grandchild4,grandgrandchild2) into Parentship
stormymauldin/stuff
examples/Tree.cmd
bat
gpl-2.0
1,024
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/mwifiex/mwifiex_sdio.ko := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -T /home/keithconger/Projects/bbbandroid-bluez/kernel/scripts/module-common.lds --build-id -o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/mwifiex/mwifiex_sdio.ko /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/mwifiex/mwifiex_sdio.o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/drivers/net/wireless/mwifiex/mwifiex_sdio.mod.o
kconger/backports-3.18.1-1
drivers/net/wireless/mwifiex/.mwifiex_sdio.ko.cmd
bat
gpl-2.0
661
cmd_sound/pci/oxygen/built-in.o := rm -f sound/pci/oxygen/built-in.o; /root/Kernel/toolchain/prebuilt/arm-eabi-4.4.3/bin/arm-eabi-ar rcs sound/pci/oxygen/built-in.o
garwynn/D710SPR_GB27_Kernel
sound/pci/oxygen/.built-in.o.cmd
bat
gpl-2.0
166
REM Last update to this script on January 5, 2018 REM Prerequisite: Windows 10 64-bit REM Prerequisite: https://chocolatey.org/install REM run the following commands using cmd.exe with Administrator privileges: @"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" choco feature enable -n useFipsCompliantChecksums choco install miniconda3 REM run the following commands with Administrator privileges REM via Start menu/Programs/Anaconda3/Anaconda command line prompt: ########################################################################## # Never use pip to install spyder application. # never use pip to upgrade python packages to avoid corrupting spyder install # Instead, use conda to install spyder application. # Only use conda in combination with spyder and python3.6+ ########################################################################## conda install anaconda conda cython matplotlib numpy pandas scipy sympy spyder pip conda update anaconda conda cython matplotlib numpy pandas scipy sympy spyder pip conda update anaconda conda cython matplotlib numpy pandas scipy sympy spyder pip conda install jupyter conda install dvc conda install ipython conda install tornado conda install setuptools conda install seaborn conda install beautifulsoup4 conda install argparse conda install sklearn conda install streamlink conda install mistune conda install networkx conda install py4j conda install runipy conda install socli conda install scikit-image conda install scikit-learn conda install scipy-data_fitting conda install statsmodels conda install jsonschema # do not install pattern package, because it causes severe downgrade of anaconda # and python package versions: conda install pattern conda install instantmusic conda install fire conda install boto3 conda install mock conda install pytest conda install pytest-mock conda install bcolz conda install configobj conda install ipywidgets conda install nibabel conda install Pillow-SIMD conda install qgrid conda install tqdm conda install traitlets conda install visdom conda install filelock conda install spectral conda install elasticsearch # following package requires at least 700 MB of free disk space: # conda config --add channels conda-forge # conda install tensorflow-gpu # conda install tensorflow # conda install tensorfx # conda install keras REM Check if all dependencies are installed by inspecting REM Spyder/Help/Dependencies window in Spyder application
MarkRijckenberg/shell-scripts
Windows-miniconda3-python3-numpy-pandas-install.cmd
bat
gpl-3.0
2,711
REM A friendly launcher for Windows OS python SmartBGM.py
Kahsolt/SmartBGM
run.bat
bat
gpl-3.0
59
REM Developer acrefawn. Contact me: t.me/acrefawn REM I recommend that you do not touch the options below unless you know what you are doing. @ECHO off pushd "%~dp0" SETLOCAL EnableExtensions EnableDelayedExpansion MODE CON cols=70 lines=40 shutdown.exe /A 2>NUL 1>&2 SET ver=2.1.7 SET mn=Clay SET firstrun=0 FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt0=%%A TITLE %mn%_autorun(%dt0%) :hardstart CALL :copyright COLOR 1F ECHO +===================================================================+ REM Attention. Change the options below only if you really need to. REM Name miner .log file. [in English, without any special symbols and spaces. Please do not use long names] SET log=miner.log REM Name config .ini file. [in English, without any special symbols and spaces. Please do not use long names] SET config=Config_z%mn%.ini REM Check to see if autorun.bat has already been started. [0 - false, 1 - true] SET cmddoubleruncheck=1 REM Allow computer to be restarted. [0 - false, 1 - true] SET pcreboot=1 REM Default config. SET gpus=0 SET gpurestart=1 SET hashrate=0 SET minerprocess=ZecMiner64.exe SET minerpath=%minerprocess% SET commandserver1=%minerpath% -zpool eu1-zcash.flypool.org:3333 -zwal t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.%ver:.=% -zpsw x -allpools 1 -tstop 80 -logfile %log% -wd 0 SET commandserver2=%minerpath% -zpool eu1-zcash.flypool.org:3333 -zwal t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.%ver:.=% -zpsw x -allpools 1 -tstop 80 -logfile %log% -wd 0 SET commandserver3=%minerpath% -zpool eu1-zcash.flypool.org:3333 -zwal t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.%ver:.=% -zpsw x -allpools 1 -tstop 80 -logfile %log% -wd 0 SET commandserver4=%minerpath% -zpool eu1-zcash.flypool.org:3333 -zwal t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.%ver:.=% -zpsw x -allpools 1 -tstop 80 -logfile %log% -wd 0 SET commandserver5=%minerpath% -zpool eu1-zcash.flypool.org:3333 -zwal t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.%ver:.=% -zpsw x -allpools 1 -tstop 80 -logfile %log% -wd 0 SET ocprogram=0 SET profile=0 SET additionalprofile=0 SET octimeout=120 SET restartocprogram=0 SET lauchocprogram=0 SET restartminer=48 SET restartpc=0 SET noonrestart=0 SET midnightrestart=0 SET internetcheck=1 SET tempcheck=0 SET globaltempcheck=1 SET environments=1 SET sharetimeout=1 SET runtimeerrors=5 SET hashrateerrors=5 SET bat=%mn%z_miner.bat SET pingserver=google.com SET cputimeout=5 SET logfilesize=70000000 SET rigname=%COMPUTERNAME% SET groupname=z%mn% SET link=https://api.telegram.org SET chatid=0 SET reports=0 SET ap=0 SET approcessname=TeamViewer.exe SET approcesspath=C:\Program Files (x86)\TeamViewer\TeamViewer.exe REM I recommend that you do not touch the options below unless you know what you are doing. SET ptos=0 SET hrdiff=00 SET mediff=00 SET ssdiff=00 SET allowsend=0 SET queue=1 SET lastsharediff=0 SET serversamount=0 SET errorscounter=0 SET switchtodefault=0 SET tprt=WYHfeJU SET rtpt=d2a SET prt=AAFWKz6wv7 SET rtp=%rtpt%eV6i SET tpr=C8go_jp8%tprt% SET /A num=(3780712+3780711)*6*9 SET errorscancel=/C:".*Connected.*" SET criticalerrorslist=/C:".*No AMD OPENCL or NVIDIA CUDA GPUs found.*" /C:".*Restarting failed.*" /C:".*got incorrect temperature.*" SET errorslist=/C:".*GPU.*hangs.*" /C:".*restart miner.*" SET interneterrorslist=/C:".*Connection.*lost.*" /C:".*not resolve.*" /C:".*Failed to.*" /C:".*disconnect.*" /C:".*No pool.*" IF %cmddoubleruncheck% EQU 1 ( tasklist.exe /V /NH /FI "imagename eq cmd.exe"| findstr.exe /V /R /C:".*%mn%_autorun(%dt0%)"| findstr.exe /R /C:".*%mn%_autorun.*" 2>NUL 1>&2 && ( ECHO This script is already running... ECHO Current window will close in 15 seconds. timeout.exe /T 15 /nobreak >NUL EXIT ) ) :checkconfig timeout.exe /T 3 /nobreak >NUL IF NOT EXIST "%config%" ( SET serversamount=5 GOTO createconfig ) FOR /F "eol=# delims=" %%a IN (%config%) DO SET "%%a" FOR %%A IN (gpus gpurestart hashrate commandserver1 ocprogram profile additionalprofile octimeout restartocprogram lauchocprogram restartminer restartpc noonrestart noonrestart midnightrestart internetcheck tempcheck globaltempcheck environments sharetimeout runtimeerrors hashrateerrors minerprocess minerpath bat pingserver cputimeout rigname groupname link chatid reports ap approcessname approcesspath) DO IF NOT DEFINED %%A GOTO corruptedconfig FOR /F "eol=# delims=" %%A IN ('findstr.exe /R /C:"commandserver.*" %config%') DO SET /A serversamount+=1 FOR /L %%A IN (1,1,%serversamount%) DO ( FOR %%B IN (commandserver%%A) DO IF NOT DEFINED %%B GOTO corruptedconfig ) findstr.exe /C:"%ver%" %config% >NUL || ( timeout.exe /T 3 /nobreak >NUL CALL :inform "1" "false" "0" "Your %config% is out of date." "2" GOTO createconfig ) IF EXIST "%~n0.log" FOR %%A IN (%~n0.log) DO IF %%~ZA GEQ 1000000 DEL /F /Q "%~n0.log" 2>NUL 1>&2 FOR %%A IN (%~n0.bat) DO IF %%~ZA LSS 45000 EXIT FOR %%B IN (%config%) DO IF %%~ZB LSS 5200 GOTO corruptedconfig timeout.exe /T 3 /nobreak >NUL CALL :inform "1" "false" "0" "%config% loaded." "2" IF %queue% GTR %serversamount% SET queue=1 GOTO start :corruptedconfig CALL :inform "1" "false" "%config% file error. The file is corrupted. Please check it..." "1" "1" :createconfig IF DEFINED allowrestart SET gpurestart=%allowrestart% IF DEFINED overclockprogram SET ocprogram=%overclockprogram% IF DEFINED msiaprofile SET profile=%msiaprofile% IF DEFINED msiatimeout SET octimeout=%msiatimeout% IF DEFINED restartoverclockprogram SET restartocprogram=%restartoverclockprogram% IF DEFINED minertimeoutrestart SET restartminer=%minertimeoutrestart% IF DEFINED computertimeoutrestart SET restartpc=%computertimeoutrestart% IF DEFINED everyhourinfo SET reports=%everyhourinfo% IF DEFINED approgram SET ap=%approgram% IF EXIST "%config%" MOVE /Y %config% Backup_%config% >NUL && ECHO Created backup of your old %config%. > %config% ECHO # Configuration file v. %ver% >> %config% ECHO # =================================================== [GPU] >> %config% ECHO # Set how many GPU devices are enabled. >> %config% ECHO gpus=%gpus% >> %config% ECHO # Allow computer restart if number of loaded GPUs is not equal to number of enabled GPUs. [0 - false, 1 - true] >> %config% ECHO gpurestart=%gpurestart% >> %config% ECHO # Set the total average hashrate of this Rig. Best to set slightly below your reported hashrate. If your miners hasrate drops below the value you set here the script will restart your miner. >> %config% ECHO hashrate=%hashrate% >> %config% ECHO # =================================================== [Miner] >> %config% ECHO # Set the main server mining command here to auto-create %bat% file if it is missing or wrong. [keep default order] >> %config% ECHO commandserver1=%commandserver1% IF DEFINED commandserver2 >> %config% ECHO # When the main server fails, %~n0.bat will switch to the additional server below immediately. [in order] IF DEFINED commandserver2 >> %config% ECHO # Configure miner command here. Old %bat% will be removed and a new one will be created with this value. [keep default order] internetcheck=1 required. IF DEFINED commandserver2 >> %config% ECHO # The default number of servers is 5, however, you can add or remove as many as you need. e.g. you can have servers 1 2 3 or you can have 1 2 3 4 5 6 7 8 9. [limits are 1-99] IF %serversamount% GTR 1 FOR /L %%A IN (2,1,%serversamount%) DO ( FOR %%B IN (commandserver%%A) DO IF DEFINED %%B >> %config% ECHO %%B=!commandserver%%A! ) >> %config% ECHO # =================================================== [Overclock program] >> %config% ECHO # Autorun and check to see if already running of GPU Overclock program. [0 - false, 1 - true XTREMEGE, 2 - true AFTERBURNER, 3 - true GPUTWEAK, 4 - true PRECISION, 5 - true AORUSGE, 6 - true THUNDERMASTER] >> %config% ECHO ocprogram=%ocprogram% >> %config% ECHO # Additional option to auto-enable Overclock Profile for MSI Afterburner. Please, do not use this option if it is not needed. [0 - false, 1 - Profile 1, 2 - Profile 2, 3 - Profile 3, 4 - Profile 4, 5 - Profile 5] >> %config% ECHO profile=%profile% >> %config% ECHO # Extra option to enable OC Profile for MSI Afterburner second time. Please, do not use this option if it is not needed. [0 - false, 1 - Profile 1, 2 - Profile 2, 3 - Profile 3, 4 - Profile 4, 5 - Profile 5] >> %config% ECHO additionalprofile=%additionalprofile% >> %config% ECHO # Set MSI Afterburner wait timer after start. Important on weak processors. This option is also used to delay extra profile activation by default. [default - 120 sec, min value - 1 sec] IF %octimeout% EQU 120 IF %gpus% GEQ 1 SET /A octimeout=%gpus%*15 >> %config% ECHO octimeout=%octimeout% >> %config% ECHO # Allow Overclock program to be restarted when miner is restarted. Please, do not use this option if it is not needed. [0 - false, 1 - true] >> %config% ECHO restartocprogram=%restartocprogram% >> %config% ECHO # Launch Overclock program after miner was started. Please, do not use this option if it is not needed. [0 - false, 1 - true] >> %config% ECHO lauchocprogram=%lauchocprogram% >> %config% ECHO # =================================================== [Timers] >> %config% ECHO # Restart MINER every X hours. Set value of delay [in hours] between miner restarts. Note - this will be the number of hours the miner has been running. [0 - false, 1-96 - scheduled hours delay] >> %config% ECHO restartminer=%restartminer% >> %config% ECHO # Restart COMPUTER every X hours. Set value of delay [in hours] between computer restarts. Note - this will be the number of hours the miner has been running. [0 - false, 1-96 - scheduled hours delay] >> %config% ECHO restartpc=%restartpc% >> %config% ECHO # Restart miner or computer every day at 12:00. [1 - true miner, 2 - true computer, 0 - false] >> %config% ECHO noonrestart=%noonrestart% >> %config% ECHO # Restart miner or computer every day at 00:00. [1 - true miner, 2 - true computer, 0 - false] >> %config% ECHO midnightrestart=%midnightrestart% >> %config% ECHO # =================================================== [Other] >> %config% ECHO # Enable Internet connectivity check. [0 - false, 1 - true full, 2 - true without server switching] >> %config% ECHO # Disable Internet connectivity check only if you have difficulties with your connection. [ie. high latency, intermittent connectivity] >> %config% ECHO internetcheck=%internetcheck% >> %config% ECHO # Enable 0C - 5C temperature error check. [0 - false, 1 - true] >> %config% ECHO tempcheck=%tempcheck% >> %config% ECHO # Enable global temperature error check. [0 - false, 1 - true] >> %config% ECHO globaltempcheck=%globaltempcheck% >> %config% ECHO # Enable additional environments. Please do not use this option if it is not needed, or if you do not understand its function. [0 - false, 1 - true] >> %config% ECHO # GPU_FORCE_64BIT_PTR 1, GPU_MAX_HEAP_SIZE 100, GPU_USE_SYNC_OBJECTS 1, GPU_MAX_ALLOC_PERCENT 100, GPU_SINGLE_ALLOC_PERCENT 100 >> %config% ECHO environments=%environments% >> %config% ECHO # Enable last share timeout check. Your miner sends and receives shares - if there is a delay of more than sharetimeout value [2 - 59] in minutes between the send/receive, the script will think that the miner is stuck and restart the miner. [0 - false, 1 - true, default value is 15] >> %config% ECHO sharetimeout=%sharetimeout% >> %config% ECHO # Number of errors before computer restart. Once the threshold is reached, the computer will restart. [5 - default, only numeric values] >> %config% ECHO runtimeerrors=%runtimeerrors% >> %config% ECHO # Number of hashrate errors before miner restart. Once the threshold is reached, the miner will restart. [5 - default, only numeric values] >> %config% ECHO hashrateerrors=%hashrateerrors% >> %config% ECHO # Name miner file process. Only change this if you have changed the default name of your %minerprocess% file. [in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO minerprocess=%minerprocess% >> %config% ECHO # Path to miner. Do not change if the script and miner are in the same folder. Only use this option if you plan to switch between multiple miners. [in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO minerpath=%minerpath% >> %config% ECHO # Name start mining .bat file. [in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO bat=%bat% >> %config% ECHO # Name server for ping. Default is google.com - change if you have difficulty reaching Google servers. [in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO pingserver=%pingserver% >> %config% ECHO # Slowdown script for weak CPUs. Increase this value incrementally [1 by 1] if your hashrate drops because of script. This may slow down the responsiveness of the script. [5 - default, only numeric values] >> %config% ECHO cputimeout=%cputimeout% >> %config% ECHO # Maximum allowable log file size. [default - 70000000 bytes] >> %config% ECHO logfilesize=%logfilesize% >> %config% ECHO # =================================================== [Telegram notifications] >> %config% ECHO # To enable Telegram proxy or mirror use this option. [https://api.telegram.org - default, http://api.telegram.org.https.s93.wbprx.com - example] >> %config% ECHO link=%link% >> %config% ECHO # To enable Telegram notifications enter here your chatid, from Telegram @FarmWatchBot. [0 - disable] >> %config% ECHO chatid=%chatid% >> %config% ECHO # Name your Rig. [in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO rigname=%rigname% >> %config% ECHO # Name your group of Rigs. [in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO groupname=%groupname% >> %config% ECHO # Enable hourly statistics through Telegram. [0 - false, 1 - true full, 2 - true full in silent mode, 3 - true short, 4 - true short in silent mode, 5 - disable useless Telegram notifications, 6 - false other notifications in silent mode] >> %config% ECHO reports=%reports% >> %config% ECHO # =================================================== [Additional program] >> %config% ECHO # Enable additional program check on startup. [ie. TeamViewer, Minergate, Storj, OhGodAnETHlargementPill-r2 etc] [0 - false, 1 - true] >> %config% ECHO ap=%ap% >> %config% ECHO # Process name of additional program. [Press CTRL+ALT+DEL to find the process name][in English, without any special symbols and spaces. Please do not use long names] >> %config% ECHO approcessname=%approcessname% >> %config% ECHO # Path to file of additional program. [ie. approcesspath=C:\Program Files\TeamViewer\TeamViewer.exe or move the .exe file in miners folder and use only the .exe file name ie. approcesspath=Pill.exe] >> %config% ECHO approcesspath=%approcesspath% CALL :inform "1" "false" "0" "Default %config% created. Please check it." "2" timeout.exe /T 3 /nobreak >NUL GOTO hardstart :ctimer CALL :copyright ECHO +===================================================================+ ECHO Scheduled computer restart, please wait... ECHO Restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "0" "true" "Scheduled computer restart, please wait... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "For detailed information please read %~n0.log file." timeout.exe /T 3 /nobreak >NUL :restart IF %pcreboot% EQU 0 GOTO hardstart COLOR 4F CALL :screenshot CALL :inform "1" "false" "Computer restarting..." "1" "0" CALL :kill "1" "0" "1" "1" shutdown.exe /T 60 /R /F /C "Your computer will restart after 60 seconds. To cancel restart, close this window and run %~n0.bat manually." EXIT :switch CALL :copyright ECHO +===================================================================+ ECHO Attempting to switch to the main pool server... ECHO Miner restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "1" "true" "Attempting to switch to the main pool server... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "For detailed information please read %~n0.log file." SET switchtodefault=0 SET queue=1 timeout.exe /T 3 /nobreak >NUL GOTO start :mtimer CALL :copyright ECHO +===================================================================+ ECHO Scheduled miner restart, please wait... ECHO Restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "0" "true" "Scheduled miner restart, please wait... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "For detailed information please read %~n0.log file." timeout.exe /T 3 /nobreak >NUL GOTO start :error CALL :copyright COLOR 4F SET /A errorscounter+=1 IF %errorscounter% GTR %runtimeerrors% ( ECHO +===================================================================+ ECHO Too many errors, need clear GPU cache... ECHO Computer restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "1" "true" "Too many errors. Threshold of %runtimeerrors% runtime errors reached. A restart of the computer to clear GPU cache is required. Restarting... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "For detailed information please read %~n0.log file." timeout.exe /T 3 /nobreak >NUL GOTO restart ) ECHO +===================================================================+ ECHO Something is wrong... ECHO Miner restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "1" "false" "Miner restarting, please wait... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "For detailed information please read %~n0.log file." CALL :screenshot timeout.exe /T 3 /nobreak >NUL :start SET secondoclaunch=0 SET chatid=%chatid: =% SET gpus=%gpus: =% SET hashrate=%hashrate: =% IF %tempcheck% EQU 1 SET errorslist=%errorslist% /C:".*t=[0-5]C.*" IF %globaltempcheck% EQU 1 SET warningslist=/C:".*reached.*" IF %environments% EQU 1 FOR %%a IN ("GPU_FORCE_64BIT_PTR 1" "GPU_MAX_HEAP_SIZE 100" "GPU_USE_SYNC_OBJECTS 1" "GPU_MAX_ALLOC_PERCENT 100" "GPU_SINGLE_ALLOC_PERCENT 100") DO SETX %%~a 2>NUL 1>&2 && ECHO %%~a. IF %environments% EQU 0 FOR %%a IN ("GPU_FORCE_64BIT_PTR" "GPU_MAX_HEAP_SIZE" "GPU_USE_SYNC_OBJECTS" "GPU_MAX_ALLOC_PERCENT" "GPU_SINGLE_ALLOC_PERCENT") DO REG DELETE HKCU\Environment /F /V %%~a 2>NUL 1>&2 && ECHO %%~a successfully removed from environments. FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt1=%%A SET mh1=1%dt1:~4,2% SET dy1=1%dt1:~6,2% SET hr1=1%dt1:~8,2% SET me1=1%dt1:~10,2% SET ss1=1%dt1:~12,2% SET /A mh1=%mh1%-100 SET /A dy1=%dy1%-100 SET /A hr1=%hr1%-100 SET /A me1=%me1%-100 SET /A ss1=%ss1%-100 SET /A dtdiff1=%hr1%*60*60+%me1%*60+%ss1% IF NOT EXIST "%minerpath%" ( CALL :inform "1" "false" "%minerprocess% is missing. Please check the directory for missing files." "1" "1" PAUSE EXIT ) IF NOT EXIST "Logs" MD Logs && ECHO Folder Logs created. IF NOT EXIST "Screenshots" MD Screenshots && ECHO Folder Screenshots created. IF %ocprogram% GEQ 1 IF %ocprogram% LEQ 6 ( FOR /F "tokens=%ocprogram% delims=," %%A IN ("Xtreme,MSIAfterburner,GPUTweakII,PrecisionX_x64,AORUS,THPanel") DO SET ocprocessname=%%A FOR /F "tokens=%ocprogram% delims=," %%A IN ("\GIGABYTE\XTREME GAMING ENGINE\,\MSI Afterburner\,\ASUS\GPU TweakII\,\EVGA\Precision XOC\,\GIGABYTE\AORUS GRAPHICS ENGINE\,\Thunder Master\") DO SET ocprocesspath=%%A ) IF DEFINED ocprocessname IF DEFINED ocprocesspath ( IF NOT EXIST "%programfiles(x86)%%ocprocesspath%" ( ECHO Incorrect path to %ocprocessname%.exe. Default install path required to function. Please reinstall the software using the default path. SET ocprogram=0 ) IF EXIST "%programfiles(x86)%%ocprocesspath%" IF %firstrun% NEQ 0 IF %restartocprogram% GEQ 1 ( IF %profile% GEQ 1 IF %profile% LEQ 5 IF %ocprogram% EQU 2 ( IF %restartocprogram% GEQ 2 "%programfiles(x86)%%ocprocesspath%%ocprocessname%.exe" -Profile%restartocprogram% >NUL IF %restartocprogram% EQU 1 ( tskill.exe /A /V %ocprocessname% 2>NUL 1>&2 timeout.exe /T 15 /nobreak >NUL START "" "%programfiles(x86)%%ocprocesspath%%ocprocessname%.exe" || ( CALL :inform "1" "false" "Unable to start %ocprocessname%.exe." "1" "1" SET ocprogram=0 GOTO error ) ) timeout.exe /T 5 /nobreak >NUL ) tskill.exe /A /V %ocprocessname% 2>NUL 1>&2 CALL :inform "1" "false" "0" "Process %ocprocessname%.exe was successfully killed." "2" ) ) tasklist.exe /FI "IMAGENAME eq werfault.exe" 2>NUL| find.exe /I /N "werfault.exe" >NUL && CALL :killwerfault tasklist.exe /FI "IMAGENAME eq %minerprocess%" 2>NUL| find.exe /I /N "%minerprocess%" >NUL && ( taskkill.exe /T /F /IM "%minerprocess%" 2>NUL 1>&2 || ( CALL :inform "1" "false" "Unable to kill %minerprocess%. Retrying..." "1" "1" GOTO error ) timeout.exe /T 4 /nobreak >NUL && taskkill.exe /T /F /FI "IMAGENAME eq cmd.exe" /FI "WINDOWTITLE eq *%bat%*" 2>NUL 1>&2 CALL :inform "1" "false" "0" "Process %minerprocess% was successfully killed." "2" ) ECHO Please wait 30 seconds or press any key to continue... ECHO This wait is needed to prevent GPUs crashes. It also allows you to connect via TeamViewer to close the script before the miner launches in case of critical errors or BSOD. timeout.exe /T 30 >NUL IF %ap% NEQ 0 IF NOT EXIST "%approcesspath%" ( ECHO Incorrect path to %approcessname%. SET ap=0 ) IF %ap% NEQ 0 ( timeout.exe /T 5 /nobreak >NUL tasklist.exe /FI "IMAGENAME eq %approcessname%" 2>NUL| find.exe /I /N "%approcessname%" >NUL || ( START /MIN "%approcessname%" "%approcesspath%" && ( CALL :inform "0" "true" "%approcessname% was started." "1" "1" ) || ( CALL :inform "1" "false" "Unable to start %approcessname%." "1" "1" SET ap=0 GOTO error ) ) ) IF %lauchocprogram% EQU 0 CALL :oclauch IF EXIST "%log%" ( MOVE /Y %log% Logs\miner_%mh1%.%dy1%_%hr1%.%me1%.log 2>NUL 1>&2 && ( CALL :inform "1" "false" "0" "%log% moved to Logs folder as miner_%mh1%.%dy1%_%hr1%.%me1%.log" "2" IF EXIST "%~dp0Logs\*.log" FOR /F "skip=30 usebackq delims=" %%a IN (`DIR /B /A:-D /O:-D /T:W "%~dp0Logs\"`) DO DEL /F /Q "%~dp0Logs\%%~a" 2>NUL 1>&2 IF EXIST "%~dp0Logs\*.jpg" FOR /F "skip=30 usebackq delims=" %%a IN (`DIR /B /A:-D /O:-D /T:W "%~dp0Screenshots\"`) DO DEL /F /Q "%~dp0Screenshots\%%~a" 2>NUL 1>&2 ) || ( CALL :inform "1" "false" "Unable to rename or access %log%. Attempting to delete %log% and continue..." "1" "1" DEL /Q /F "%log%" 2>NUL 1>&2 IF EXIST "%log%" ( CALL :inform "1" "false" "Unable to delete %log%." "1" "1" GOTO error ) ) ) > %bat% ECHO @ECHO off >> %bat% ECHO TITLE %bat% >> %bat% ECHO pushd "%~dp0" >> %bat% ECHO REM Configure the miners command line in %config% file. Not in %bat% - any values in %bat% will not be used. IF %queue% GEQ 1 IF %queue% LEQ %serversamount% >> %bat% ECHO !commandserver%queue%! REM Default pool server settings for debugging. Will be activated only in case of mining failed on all user pool servers, to detect errors in the configuration file. Will be deactivated automatically in 30 minutes and switched back to settings of main pool server. To be clear, this will mean you are mining to my address for 30 minutes, at which point the script will then iterate through the pools that you have configured in the configuration file. I have used this address because I know these settings work. If the script has reached this point, CHECK YOUR CONFIGURATION FILE or all pools you have specified are offline. You can also change the address here to your own. IF %queue% EQU 0 >> %bat% ECHO %minerpath% -zpool eu1-zcash.flypool.org:3333 -zwal t1S8HRoMoyhBhwXq6zY5vHwqhd9MHSiHWKv.%ver:.=% -zpsw x -allpools 1 -tstop 80 -logfile %log% -wd 0 >> %bat% ECHO EXIT timeout.exe /T 3 /nobreak >NUL START "%bat%" "%bat%" && ( CALL :inform "1" "false" "Miner was started." "Miner was started. Script v.%ver%." "Miner was started at %Time:~-11,8%" FOR /F "tokens=3,4 delims=/:= " %%a IN ('findstr.exe /R /C:".*%minerprocess%" %bat%') DO ( ECHO %%b| findstr.exe /V /I /R /C:".*stratum.*ssl.*" /C:".*stratum.*tcp.*" /C:".*stratum.*tls.*" /C:".*http.*" /C:".*https.*" /C:".*log.*"| findstr.exe /R /C:".*\..*" >NUL && ( SET curservername=%%b ) ECHO %%a| findstr.exe /V /I /R /C:".*stratum.*ssl.*" /C:".*stratum.*tcp.*" /C:".*stratum.*tls.*" /C:".*http.*" /C:".*https.*" /C:".*log.*"| findstr.exe /R /C:".*\..*" >NUL && ( SET curservername=%%a ) ) timeout.exe /T 15 /nobreak >NUL ) || ( CALL :inform "1" "false" "Unable to start miner." "1" "1" GOTO error ) IF %lauchocprogram% EQU 1 CALL :oclauch IF %additionalprofile% GEQ 1 IF %additionalprofile% LEQ 5 IF !secondoclaunch! EQU 1 CALL :oclauch IF NOT DEFINED curservername SET curservername=unknown IF NOT EXIST "%log%" ( findstr.exe /R /C:".*-logfile %log%.*" %bat% 2>NUL 1>&2 || ( CALL :inform "1" "false" "%log% is missing. Ensure *-logfile %log%* option is added to the miners command line in *%config%* file." "%log% is missing. Ensure -logfile %log% option is added to the miners command line in %config% file." "2" PAUSE EXIT ) CALL :inform "1" "false" "%log% is missing. Probably %minerprocess% hangs..." "1" "1" GOTO restart ) ELSE ( findstr.exe /R /C:".*%minerprocess% -zpool.*-tstop.*-logfile %log%.*" %bat% 2>NUL 1>&2 || ( CALL :inform "1" "false" "Ensure *%minerpath% -zpool -tstop -logfile %log%* options added to the miners command line in this order." "Ensure %minerpath% -zpool -tstop -logfile %log% options added to the miners command line in this order." "2" ) ECHO log monitoring started. ECHO Collecting information. Please wait... timeout.exe /T 25 /nobreak >NUL ) SET hashrateerrorscount=0 SET oldhashrate=0 SET firstrun=0 SET gpucount=0 :check SET interneterrorscount=1 SET lastinterneterror=0 SET minhashrate=0 SET hashcount=0 SET lasterror=0 SET sumresult=0 SET sumhash=0 FOR /F "tokens=1 delims=." %%A IN ('wmic.exe OS GET localdatetime^|Find "."') DO SET dt2=%%A SET mh2=1%dt2:~4,2% SET dy2=1%dt2:~6,2% SET hr2=1%dt2:~8,2% SET me2=1%dt2:~10,2% SET ss2=1%dt2:~12,2% SET /A mh2=%mh2%-100 SET /A dy2=%dy2%-100 SET /A hr2=%hr2%-100 SET /A me2=%me2%-100 SET /A ss2=%ss2%-100 SET /A dtdiff2=%hr2%*60*60+%me2%*60+%ss2% SET /A nextreqtime=%me2%+7 IF %ptos% GTR %nextreqtime% SET ptos=0 IF %dy2% GTR %dy1% ( SET /A dtdiff=^(%dy2%-%dy1%^)*86400-%dtdiff1%+%dtdiff2% ) ELSE ( IF %mh2% NEQ %mh1% ( CALL :inform "0" "true" "New month reached - Miner must be restarted to ensure accurate runtime, please wait..." "1" "1" GOTO hardstart ) IF %dtdiff2% GEQ %dtdiff1% ( SET /A dtdiff=%dtdiff2%-%dtdiff1% ) ELSE ( SET /A dtdiff=%dtdiff1%-%dtdiff2% ) ) SET /A hrdiff=%dtdiff%/60/60 SET /A mediff=%dtdiff% %% 3600/60 SET /A ssdiff=%dtdiff% %% 60 IF %hrdiff% LSS 10 SET hrdiff=0%hrdiff% IF %mediff% LSS 10 SET mediff=0%mediff% IF %ssdiff% LSS 10 SET ssdiff=0%ssdiff% IF %midnightrestart% EQU 1 IF %dy2% NEQ %dy1% GOTO mtimer IF %midnightrestart% EQU 2 IF %dy2% NEQ %dy1% GOTO ctimer IF %restartminer% GEQ 1 IF %hrdiff% GEQ %restartminer% GOTO mtimer IF %restartpc% GEQ 1 IF %hrdiff% GEQ %restartpc% GOTO ctimer IF %hrdiff% GEQ 1 IF %hr2% EQU 12 ( IF %noonrestart% EQU 1 GOTO mtimer IF %noonrestart% EQU 2 GOTO ctimer ) IF %switchtodefault% EQU 1 IF %hrdiff% EQU 0 IF %mediff% GEQ 30 GOTO switch FOR %%A IN (%log%) DO ( IF %%~ZA GTR %logfilesize% ( CALL :inform "0" "true" "Miner must be restarted, large log file size, please wait..." "1" "1" GOTO hardstart ) ) IF %hrdiff% GEQ 96 ( CALL :inform "0" "true" "Miner must be restarted, large log file size, please wait..." "1" "1" GOTO hardstart ) timeout.exe /T %cputimeout% /nobreak >NUL FOR /F "delims=" %%N IN ('findstr.exe /I /R %criticalerrorslist% %errorslist% %warningslist% %interneterrorslist% %log% ^| findstr.exe /V /R /I /C:".*DevFee.*"') DO ( SET "lasterror=%%N" SET lasterror=!lasterror:"=! ) IF !lasterror! NEQ 0 ( IF %internetcheck% GEQ 1 ( ECHO !lasterror!| findstr.exe /I /R %interneterrorslist% 2>NUL 1>&2 && ( FOR /F "delims=" %%n IN ('findstr.exe /I /R %interneterrorslist% %errorscancel% %log% ^| findstr.exe /V /R /I /C:".*DevFee.*"') DO SET "lastinterneterror=%%n" ECHO !lastinterneterror!| findstr.exe /I /R %interneterrorslist% >NUL && ( ECHO Something is wrong with your Internet connection. Waiting for confirmation of connection error in case miner cannot automatically reconnect... timeout.exe /T 120 >NUL FOR /F "delims=" %%n IN ('findstr.exe /I /R %interneterrorslist% %errorscancel% %log% ^| findstr.exe /V /R /I /C:".*DevFee.*"') DO SET "lastinterneterror=%%n" ECHO !lastinterneterror!| findstr.exe /I /R %interneterrorslist% >NUL && ( CALL :inform "1" "false" "!lasterror!" "1" "0" ping.exe %pingserver%| find.exe /I "TTL=" >NUL && ( CALL :copyright COLOR 4F CALL :kill "0" "0" "1" "1" IF %internetcheck% NEQ 2 IF %switchtodefault% NEQ 2 SET switchtodefault=1 IF %internetcheck% NEQ 2 SET /A queue+=1 SET /A errorscounter+=1 ECHO +===================================================================+ ECHO Check %config% file for errors or pool is offline... IF %internetcheck% NEQ 2 ECHO Miner restarting with changed values... IF %internetcheck% EQU 2 ECHO Miner restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ IF !queue! GTR %serversamount% SET queue=0 IF %internetcheck% NEQ 2 CALL :inform "1" "false" "Pool server was switched to *!queue!*. Please check your *%config%* file carefully for spelling errors or incorrect parameters. Otherwise check if the pool you are connecting to is online." "Pool server was switched to !queue!. Please check your %config% file carefully for spelling errors or incorrect parameters. Otherwise check if the pool you are connecting to is online." "2" IF %internetcheck% EQU 2 CALL :inform "1" "false" "Please check your *%config%* file carefully for spelling errors or incorrect parameters. Otherwise check if the pool you are connecting to is online. Miner restarting..." "Please check your %config% file carefully for spelling errors or incorrect parameters. Otherwise check if the pool you are connecting to is online. Miner restarting..." "2" GOTO start ) || ( CALL :inform "1" "false" "Something is wrong with your Internet connection. Please check your connection. Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "0" :tryingreconnect CALL :copyright COLOR 4F ECHO +===================================================================+ ECHO Something is wrong with your Internet... ECHO Attempting to reconnect... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ IF %hrdiff% EQU 0 IF %mediff% LEQ 15 IF %interneterrorscount% GTR 60 GOTO restart IF %hrdiff% EQU 0 IF %mediff% GTR 15 IF %interneterrorscount% GTR 15 GOTO restart IF %hrdiff% GTR 0 IF %interneterrorscount% GTR 15 GOTO restart ECHO Attempt %interneterrorscount% to restore Internet connection. SET /A interneterrorscount+=1 FOR /F "delims=" %%n IN ('findstr.exe /I /R %interneterrorslist% %errorscancel% %log% ^| findstr.exe /V /R /I /C:".*DevFee.*"') DO SET "lastinterneterror=%%n" ECHO !lastinterneterror!| findstr.exe /I /R %errorscancel% && ( ECHO +===================================================================+ ECHO Connection has been restored... ECHO Continue mining... ECHO +===================================================================+ CALL :inform "1" "true" "Something was wrong with your Internet connection. Connection has been restored. Continue mining..." "1" "0" GOTO check ) ping.exe %pingserver%| find.exe /I "TTL=" >NUL && GOTO reconnected || ( timeout.exe /T 60 /nobreak >NUL GOTO tryingreconnect ) :reconnected ECHO +===================================================================+ ECHO Connection has been restored... ECHO Miner restarting... ECHO +===================================================================+ CALL :inform "1" "false" "Something was wrong with your Internet connection. Connection has been restored. Miner restarting... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "1" "0" GOTO start ) ) ) ) ) ECHO !lasterror!| findstr.exe /I /R %errorslist% 2>NUL && ( CALL :inform "1" "false" "!lasterror!" "1" "0" GOTO error ) ECHO !lasterror!| findstr.exe /I /R %criticalerrorslist% 2>NUL && ( CALL :inform "1" "false" "!lasterror!" "1" "0" GOTO restart ) ECHO !lasterror!| findstr.exe /I /R %warningslist% 2>NUL && ( CALL :copyright COLOR 4F ECHO +===================================================================+ ECHO Temperature limit reached... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "1" "false" "0" "%curtemp%." "2" IF %hrdiff% EQU 0 IF %mediff% LEQ 10 ( CALL :kill "1" "0" "1" "1" CALL :inform "1" "false" "%curtemp%.%%%%0A%%%%0ATemperature limit reached. Process %minerprocess% was successfully killed. GPUs will now *STOP MINING*. Please ensure your GPUs have enough air flow.%%%%0A%%%%0A*Waiting for users input...*" "Please ensure your GPUs have enough air flow. GPUs will now STOP MINING." "Please ensure your GPUs have enough air flow. GPUs will now STOP MINING. Waiting for users input..." PAUSE GOTO hardstart ) CALL :inform "1" "false" "%curtemp%.%%%%0A%%%%0ATemperature limit reached. Fans may be stuck. Attempting to restart computer... Miner ran for *%hrdiff%:%mediff%:%ssdiff%*." "Temperature limit reached. Fans may be stuck." "2" GOTO restart ) ) timeout.exe /T %cputimeout% /nobreak >NUL tasklist.exe /FI "IMAGENAME eq werfault.exe" 2>NUL| find.exe /I /N "werfault.exe" >NUL && CALL :killwerfault tasklist.exe /FI "IMAGENAME eq %minerprocess%" 2>NUL| find.exe /I /N "%minerprocess%" >NUL || ( CALL :inform "1" "false" "Process %minerprocess% crashed..." "1" "1" GOTO error ) IF DEFINED ocprocessname IF DEFINED ocprocesspath IF %ocprogram% NEQ 0 ( timeout.exe /T %cputimeout% /nobreak >NUL tasklist.exe /FI "IMAGENAME eq %ocprocessname%.exe" 2>NUL| find.exe /I /N "%ocprocessname%.exe" >NUL || ( CALL :inform "1" "false" "Process %ocprocessname%.exe crashed..." "1" "1" GOTO error ) ) IF %ap% EQU 1 ( timeout.exe /T %cputimeout% /nobreak >NUL tasklist.exe /FI "IMAGENAME eq %approcessname%" 2>NUL| find.exe /I /N "%approcessname%" >NUL || ( CALL :inform "1" "false" "%approcessname% crashed..." "1" "1" START /MIN "%approcessname%" "%approcesspath%" && ( CALL :inform "0" "true" "%approcessname% was started." "1" "1" ) || ( CALL :inform "1" "false" "Unable to start %approcessname%." "1" "1" SET ap=0 GOTO error ) ) ) IF %firstrun% EQU 0 ( timeout.exe /T %cputimeout% /nobreak >NUL FOR /F "tokens=3 delims= " %%A IN ('findstr.exe /R /C:"Total cards: .*" %log%') DO SET /A gpucount=%%A IF !gpucount! EQU 0 SET gpucount=1 IF %gpus% EQU 0 SET gpus=!gpucount! ) IF %firstrun% EQU 0 ( IF %gpus% GTR %gpucount% ( IF %gpurestart% EQU 1 ( CALL :copyright COLOR 4F ECHO +===================================================================+ ECHO Failed to load all GPUs. Number of GPUs: !gpucount!/%gpus% ECHO Computer restarting... ECHO +============================[%hrdiff%:%mediff%:%ssdiff%]=============================+ CALL :inform "1" "false" "Failed to load all GPUs. Number of GPUs *%gpucount%/%gpus%*." "Failed to load all GPUs. Number of GPUs %gpucount%/%gpus%." "2" GOTO restart ) ELSE ( CALL :inform "1" "false" "Failed to load all GPUs. Number of GPUs *%gpucount%/%gpus%*." "Failed to load all GPUs. Number of GPUs %gpucount%/%gpus%." "2" SET /A hashrate=%hashrate%/%gpus%*%gpucount% ) ) IF %gpus% LSS %gpucount% ( CALL :inform "1" "false" "Loaded too many GPUs. This must be set to a number higher than *%gpus%* in your *%config%* file under *gpus*. Number of GPUs *%gpucount%/%gpus%*." "Loaded too many GPUs. This must be set to a number higher than %gpus% in your %config% file under gpus. Number of GPUs: %gpucount%/%gpus%." "2" IF %gpurestart% EQU 1 GOTO restart ) SET firstrun=1 ) timeout.exe /T %cputimeout% /nobreak >NUL FOR /F "tokens=5 delims=. " %%A IN ('findstr.exe /R /C:".*- Total Speed: .*/s.*" %log% ^| findstr.exe /V /R /C:".*DevFee.*"') DO ( SET lasthashrate=%%A IF !lasthashrate! NEQ 0 IF !lasthashrate! LSS %hashrate% SET /A minhashrate+=1 IF !lasthashrate! EQU 0 SET /A minhashrate+=1 SET /A hashcount+=1 SET /A sumhash=sumhash+%%A SET /A sumresult=sumhash/hashcount IF !minhashrate! GEQ 99 GOTO passaveragecheck ) timeout.exe /T %cputimeout% /nobreak >NUL FOR /F "delims=" %%A IN ('findstr.exe /R /C:".*GPU.* t=.*C fan=.*" %log%') DO SET curtempcache=%%A IF DEFINED curtempcache ( FOR /F "tokens=2-20 delims=t" %%a IN ("%curtempcache%") DO ( SET curtemp=Temp: SET gpunum=0 FOR %%A IN ("%%a" "%%b" "%%c" "%%d" "%%e" "%%f" "%%g" "%%h" "%%i" "%%j" "%%k" "%%l" "%%m" "%%n" "%%o" "%%p" "%%q" "%%r" "%%s") DO ( IF !gpunum! LSS %gpus% ( FOR /F "tokens=1 delims==C" %%B IN (%%A) DO ( IF "%%B" NEQ "" IF %%B GEQ 0 ( IF %%B LSS 70 SET curtemp=!curtemp! G!gpunum! %%BC, IF %%B GEQ 70 SET curtemp=!curtemp! G!gpunum! *%%BC*, SET /A gpunum+=1 ) ) ) ) IF "!curtemp!" EQU "Temp:" SET curtemp=unknown IF "!curtemp!" NEQ "unknown" SET curtemp=!curtemp:~0,-1! ) ) timeout.exe /T %cputimeout% /nobreak >NUL FOR /F "delims=" %%A IN ('findstr.exe /R /C:".*GPU.* .*/s.*" %log% ^| findstr.exe /V /R /C:".*DevFee.*"') DO SET curspeedcache=%%A IF DEFINED curspeedcache ( FOR /F "tokens=2-20 delims=GPU" %%a IN ("%curspeedcache%") DO ( SET curspeed=Speed: SET gpunum=0 FOR %%A IN ("%%a" "%%b" "%%c" "%%d" "%%e" "%%f" "%%g" "%%h" "%%i" "%%j" "%%k" "%%l" "%%m" "%%n" "%%o" "%%p" "%%q" "%%r" "%%s") DO ( IF !gpunum! LSS %gpus% ( FOR /F "tokens=2 delims=HKMhkm/s,. " %%B IN (%%A) DO ( IF "%%B" NEQ "" IF %%B GEQ 0 ( SET curspeed=!curspeed! G!gpunum! %%B, SET /A gpunum+=1 ) ) ) ) IF "!curspeed!" EQU "Speed:" SET curspeed=unknown IF "!curspeed!" NEQ "unknown" SET curspeed=!curspeed:~0,-1! ECHO !curspeed!| findstr.exe /R /C:".* 0\..*" 2>NUL 1>&2 && SET /A minhashrate+=1 IF !minhashrate! GEQ 99 GOTO passaveragecheck ) ) timeout.exe /T %cputimeout% /nobreak >NUL IF "%sumresult%" NEQ "0" IF %sumresult% LSS %oldhashrate% IF %sumresult% LSS %hashrate% ( IF %hashrateerrorscount% GEQ %hashrateerrors% ( :passaveragecheck CALL :inform "1" "false" "Low hashrate. Average: *%sumresult%/%hashrate%* Last: *%lasthashrate%/%hashrate%*." "Low hashrate. Average: %sumresult%/%hashrate% Last: %lasthashrate%/%hashrate%." "2" GOTO error ) CALL :inform "0" "true" "Abnormal hashrate. Average: *%sumresult%/%hashrate%* Last: *%lasthashrate%/%hashrate%*." "Abnormal hashrate. Average: %sumresult%/%hashrate% Last: %lasthashrate%/%hashrate%." "2" SET /A hashrateerrorscount+=1 ) IF "%sumresult%" NEQ "0" IF %sumresult% NEQ %oldhashrate% SET oldhashrate=%sumresult% IF %sharetimeout% GEQ 1 IF %sharetimeout% LEQ 59 IF %ptos% LSS %me2% ( timeout.exe /T %cputimeout% /nobreak >NUL IF %sharetimeout% EQU 1 SET sharetimeout=15 SET /A ptos=%me2%+7 SET lastsharediff=0 SET lastsharemin=1%dt1:~10,2% FOR /F "tokens=2 delims=:" %%A IN ('findstr.exe /R /C:".*SHARE FOUND.*" /C:".*Share accepted.*" %log%') DO SET lastsharemin=1%%A SET /A lastsharemin=!lastsharemin!-100 IF !lastsharemin! GEQ 0 IF %me2% GTR 0 ( IF !lastsharemin! EQU 0 SET lastsharemin=59 IF !lastsharemin! LSS %me2% SET /A lastsharediff=%me2%-!lastsharemin! IF !lastsharemin! GTR %me2% SET /A lastsharediff=!lastsharemin!-%me2% IF !lastsharemin! GTR 50 IF %me2% LEQ 10 SET /A lastsharediff=60-!lastsharemin!+%me2% IF !lastsharemin! LEQ 10 IF %me2% GTR 50 SET /A lastsharediff=60-%me2%+!lastsharemin! IF !lastsharediff! GTR !sharetimeout! ( CALL :inform "0" "false" "Long share timeout... *!lastsharemin!/%me2%*." "Long share timeout... !lastsharemin!/%me2%." "2" GOTO error ) ) ) IF NOT DEFINED curtemp SET curtemp=unknown IF NOT DEFINED curspeed SET curspeed=unknown CLS COLOR 1F ECHO +===================================================================+ ECHO AutoRun v.%ver% for %mn% Miner - by Acrefawn ECHO ETH: 0x4a98909270621531dda26de63679c1c6fdcf32ea ECHO USDT: TDwbaARpdsoD36RpLPSyqxcF3JY8KncajY ECHO BTC: 1wdJBYkVromPoiYk82JfSGSSVVyFJnenB ECHO +===================================================[%Time%]===+ ECHO Process %minerprocess% is running for %hrdiff%:%mediff%:%ssdiff% [%errorscounter%/%runtimeerrors%]. ECHO Rig [%rigname%] group [%groupname%] using [%gpucount%/%gpus%] GPUs. IF "%curservername%" NEQ "unknown" ECHO Server: [%queue%] %curservername% IF "%sumresult%" NEQ "0" IF DEFINED lasthashrate ( ECHO +===================================================================+ ECHO Total current speed: %lasthashrate%/%hashrate% [%minhashrate%/99] ECHO Total average speed: %sumresult%/%hashrate% [%hashrateerrorscount%/%hashrateerrors%] IF "%curspeed%" NEQ "unknown" ( ECHO Current GPU speed: ECHO - %curspeed:~7%. ) IF "%curtemp%" NEQ "unknown" ( ECHO Current GPU temp: ECHO - %curtemp:~6%. ) ) ECHO +===================================================================+ IF DEFINED ocprocessname IF DEFINED ocprocesspath ( IF %ocprogram% NEQ 0 IF %ocprogram% NEQ 2 ECHO Process %ocprocessname%.exe is running... IF %ocprogram% EQU 2 ( IF %profile% GEQ 1 IF %profile% LEQ 5 IF %additionalprofile% EQU 0 ( ECHO Process %ocprocessname%.exe [Profile %profile%] is running... ) IF %profile% GEQ 1 IF %profile% LEQ 5 IF %additionalprofile% GEQ 1 IF %additionalprofile% LEQ 5 ( ECHO Process %ocprocessname%.exe [Profile %profile% and %additionalprofile%] is running... ) IF %profile% LSS 1 IF %profile% GTR 5 ECHO Process %ocprocessname%.exe is running... ) ) IF %ocprogram% EQU 0 ECHO [Disabled] GPU Overclock monitor IF "%midnightrestart%" EQU "0" ECHO [Disabled] Autorestart at 00:00 IF "%midnightrestart%" NEQ "0" ECHO [Enabled] Autorestart at 00:00 IF "%noonrestart%" EQU "0" ECHO [Disabled] Autorestart at 12:00 IF "%noonrestart%" NEQ "0" ECHO [Enabled] Autorestart at 12:00 IF "%restartminer%" EQU "0" ECHO [Disabled] Autorestart miner every hour IF "%restartminer%" NEQ "0" ECHO [Enabled] Autorestart miner every %restartminer%h IF "%restartpc%" EQU "0" ECHO [Disabled] Autorestart computer every hour IF "%restartpc%" NEQ "0" ECHO [Enabled] Autorestart computer every %restartpc%h IF %sharetimeout% EQU 0 ECHO [Disabled] Last share timeout check IF %sharetimeout% EQU 1 ECHO [Enabled] Last share timeout check [!lastsharemin!/%me2%] IF "%chatid%" EQU "0" ECHO [Disabled] Telegram notifications IF "%chatid%" NEQ "0" ECHO [Enabled] Telegram notifications using chatid [%chatid%] IF "%ap%" EQU "0" ECHO [Disabled] Additional program autorun IF "%ap%" EQU "1" ECHO [Enabled] Additional program autorun using [%approcessname%] ECHO +===================================================================+ ECHO Now I will take care of your miner and you can relax... SET statusmessage=Running for *%hrdiff%:%mediff%:%ssdiff%* IF "%curservername%" NEQ "unknown" SET statusmessage=%statusmessage% on %curservername% IF DEFINED lasthashrate IF "%sumresult%" NEQ "0" SET statusmessage=%statusmessage%%%%%0AAverage hash: *%sumresult%*%%%%0ALast hash: *%lasthashrate%* IF "%curspeed%" NEQ "unknown" SET statusmessage=%statusmessage%%%%%0A%curspeed% IF "%curtemp%" NEQ "unknown" SET statusmessage=%statusmessage%%%%%0A%curtemp% IF "%chatid%" NEQ "0" ( IF %me2% LSS 30 SET allowsend=1 IF %me2% GEQ 30 IF %allowsend% EQU 1 ( IF %reports% EQU 1 CALL :inform "1" "false" "%statusmessage%" "0" "0" IF %reports% EQU 2 CALL :inform "1" "true" "%statusmessage%" "0" "0" IF %reports% EQU 3 CALL :inform "1" "false" "Online, *%hrdiff%:%mediff%:%ssdiff%*, *%lasthashrate%*" "0" "0" IF %reports% EQU 4 CALL :inform "1" "true" "Online, *%hrdiff%:%mediff%:%ssdiff%*, *%lasthashrate%*" "0" "0" SET allowsend=0 ) ) GOTO check :screenshot powershell.exe -command "Add-Type -AssemblyName System.Windows.Forms; Add-type -AssemblyName System.Drawing; $Screen = [System.Windows.Forms.SystemInformation]::VirtualScreen; $bitmap = New-Object System.Drawing.Bitmap $Screen.Width, $Screen.Height; $graphic = [System.Drawing.Graphics]::FromImage($bitmap); $graphic.CopyFromScreen($Screen.Left, $Screen.Top, 0, 0, $bitmap.Size); $bitmap.Save('Screenshots\miner_%mh1%.%dy1%_%hr1%.%me1%.jpg');" 2>NUL 1>&2 EXIT /b :kill IF "%~1" EQU "1" IF %ocprogram% NEQ 0 timeout.exe /T 2 /nobreak >NUL && taskkill.exe /T /F /IM "%ocprocessname%" 2>NUL 1>&2 && ECHO Process %ocprocessname% was successfully killed. IF "%~2" EQU "1" IF %ap% EQU 1 timeout.exe /T 2 /nobreak >NUL && taskkill.exe /F /IM "%approcessname%" 2>NUL 1>&2 && ECHO Process %approcessname% was successfully killed. IF "%~3" EQU "1" timeout.exe /T 2 /nobreak >NUL && taskkill.exe /T /F /IM "%minerprocess%" 2>NUL 1>&2 && ECHO Process %minerprocess% was successfully killed. IF "%~4" EQU "1" timeout.exe /T 4 /nobreak >NUL && taskkill.exe /T /F /FI "IMAGENAME eq cmd.exe" /FI "WINDOWTITLE eq *%bat%*" 2>NUL 1>&2 timeout.exe /T 5 /nobreak >NUL EXIT /b :killwerfault taskkill.exe /T /F /IM "werfault.exe" 2>NUL 1>&2 && ECHO Process werfault.exe was successfully killed. tskill.exe /A /V werfault 2>NUL 1>&2 && ECHO Process werfault.exe was successfully killed. EXIT /b :inform IF "%~5" NEQ "0" IF "%~5" NEQ "1" IF "%~5" NEQ "2" ECHO %~5 IF "%~5" EQU "1" ECHO %~3 IF "%~5" EQU "2" ECHO %~4 IF "%~4" NEQ "0" IF "%~4" NEQ "1" >> %~n0.log ECHO [%Date%][%Time:~-11,8%] %~4 IF "%~4" EQU "1" >> %~n0.log ECHO [%Date%][%Time:~-11,8%] %~3 IF "%reports%" EQU "5" IF "%~1" EQU "0" EXIT /b IF "%reports%" NEQ "6" IF "%~3" NEQ "0" IF "%~3" NEQ "" IF "%chatid%" NEQ "0" powershell.exe -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (new-object net.webclient).DownloadString('%link%/bot%num%:%prt%-%rtp%dp%tpr%/sendMessage?parse_mode=markdown&disable_notification=%~2&chat_id=%chatid%&text=*%rigname%:* %~3')" 2>NUL 1>&2 IF "%reports%" EQU "6" IF "%~3" NEQ "0" IF "%~3" NEQ "" IF "%chatid%" NEQ "0" powershell.exe -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (new-object net.webclient).DownloadString('%link%/bot%num%:%prt%-%rtp%dp%tpr%/sendMessage?parse_mode=markdown&disable_notification=false&chat_id=%chatid%&text=*%rigname%:* %~3')" 2>NUL 1>&2 EXIT /b :copyright CLS ECHO +===================================================================+ ECHO AutoRun v.%ver% for %mn% Miner - by Acrefawn ECHO ETH: 0x4a98909270621531dda26de63679c1c6fdcf32ea ECHO USDT: TDwbaARpdsoD36RpLPSyqxcF3JY8KncajY ECHO BTC: 1wdJBYkVromPoiYk82JfSGSSVVyFJnenB EXIT /b :oclauch IF DEFINED ocprocessname IF DEFINED ocprocesspath IF %ocprogram% NEQ 0 ( timeout.exe /T 5 /nobreak >NUL tasklist.exe /FI "IMAGENAME eq %ocprocessname%.exe" 2>NUL| find.exe /I /N "%ocprocessname%.exe" >NUL || ( START "" "%programfiles(x86)%%ocprocesspath%%ocprocessname%.exe" && ( CALL :inform "0" "true" "%ocprocessname%.exe was started." "1" "1" IF %profile% GEQ 1 IF %profile% LEQ 5 IF %ocprogram% EQU 2 ( ECHO Waiting %octimeout% sec. MSI Afterburner to fully load the profile for each GPU or press any key to continue... timeout.exe /T %octimeout% >NUL ) ) || ( CALL :inform "1" "false" "Unable to start %ocprocessname%.exe." "1" "1" SET ocprogram=0 GOTO error ) ) IF %profile% GEQ 1 IF %profile% LEQ 5 IF %ocprogram% EQU 2 ( IF %secondoclaunch% EQU 1 ( ECHO Waiting %octimeout% sec. MSI Afterburner to fully load the extra profile for each GPU or press any key to continue... timeout.exe /T %octimeout% >NUL IF %additionalprofile% GEQ 1 IF %additionalprofile% LEQ 5 "%programfiles(x86)%%ocprocesspath%%ocprocessname%.exe" -Profile%additionalprofile% >NUL && ECHO MSI Afterburner extra profile %additionalprofile% activated. SET secondoclaunch=0 ) ELSE ( timeout.exe /T 5 /nobreak >NUL "%programfiles(x86)%%ocprocesspath%%ocprocessname%.exe" -Profile%profile% >NUL && ECHO MSI Afterburner profile %profile% activated. SET secondoclaunch=1 ) ) ) EXIT /b
Undertrey/ZcashMinerAutorun
ClayZECautorun.bat
bat
gpl-3.0
49,847
rem Compile the app to an EXE file rem pyinstaller -F --icon=.\resources\Virtual_Cathode_Setup\blue_laser.ico -n "VC_Setup" mainApp.py pyinstaller --onefile -n "llrf_daq_test" test.py
VELA-CLARA-software/VELA-CLARA-Controllers
apps/llrf_data_transfer_test_pyd/bin/Release/pyinstaller-build.bat
bat
gpl-3.0
185
del *.~pas del *.bak del *.dcu del *.lps rmdir /S /Q lib rmdir /S /Q backup exit
FreeZoneMods/freezone
projects/crossplatform/sysmsgs/clean.bat
bat
gpl-3.0
81
java -jar %~dp0DemoClient.jar"
sones/sones-javaclient
Demo/LaunchDemoClient.bat
bat
lgpl-3.0
30
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" amd64 echo on SET SdksFolderPath=C:/SDKs REM Please set "Assume Unchanged" to these files with your git client. xcopy /E /D /Y /Q "Projects\cartographer" "..\Projects\cartographer\" copy "C:\SDKs\boost_1_64_0\lib64-msvc-14.1\libboost_zlib-vc141-mt-1_64.lib" "C:\SDKs\boost_1_64_0\lib64-msvc-14.1\libboost_zlib-vc140-mt-1_64.lib" copy "C:\SDKs\boost_1_64_0\lib64-msvc-14.1\libboost_iostreams-vc141-mt-1_64.lib" "C:\SDKs\boost_1_64_0\lib64-msvc-14.1\libboost_iostreams-vc140-mt-1_64.lib" REM call Pthread.cmd REM call GoogleTest.cmd REM call Lua.cmd REM call Protobuf.cmd cd ..\Projects rmdir /S /Q cartographer_build_x64 mkdir cartographer_build_x64 cd cartographer_build_x64 cmake.exe ../cartographer -G "Visual Studio 14 2015 Win64" ^ -DCMAKE_CONFIGURATION_TYPES:STRING="Release" ^ -DCMAKE_CXX_FLAGS:STRING="/DWIN32 /D_WINDOWS /D_USE_MATH_DEFINES /W3 /GR /EHsc /I\"%SdksFolderPath%/GerHobbelt/pthread-win32\" /I\"%SdksFolderPath%/lua/lua/include\" /I\"../win32\"" ^ -DCMAKE_EXE_LINKER_FLAGS:STRING="/machine:x64 /LIBPATH:\"C:/SDKs/boost_1_64_0/lib64-msvc-14.1\" /LIBPATH:\"C:/SDKs/google/glog/lib\" /LIBPATH:\"C:/SDKs/GerHobbelt/pthread-win32/bin/x64_MSVC2015.Release\"" ^ -Dgflags_DIR:PATH="%SdksFolderPath%/gflags/gflags/lib/cmake/gflags" ^ -DGFLAGS_NAMESPACE:STRING="google" ^ -Dglog_DIR:PATH="%SdksFolderPath%/google/glog/lib/cmake/glog" ^ -Dglog_INCLUDE_DIRS:PATH="%SdksFolderPath%/google/glog/include" ^ -DEIGEN_INCLUDE_DIR:PATH="%SdksFolderPath%/eigen/eigen3/include/eigen3" ^ -DEIGEN3_INCLUDE_DIR:PATH="%SdksFolderPath%/eigen/eigen3/include/eigen3" ^ -DEigen3_DIR:PATH="%SdksFolderPath%/eigen/eigen3/share/eigen3/cmake" ^ -DCeres_DIR:PATH="%SdksFolderPath%/ceres-solver/ceres-solver/CMake" ^ -DGTEST_INCLUDE_DIRS:PATH="%SdksFolderPath%/google/googletest/include" ^ -DGMOCK_INCLUDE_DIRS:PATH="%SdksFolderPath%/google/googletest/include" ^ -DGMOCK_LIBRARIES:FILEPATH="%SdksFolderPath%/google/googletest/lib" ^ -Dgmock_build_tests:BOOL=FALSE ^ -DBOOST_INCLUDEDIR:PATH="%SdksFolderPath%/boost_1_64_0" ^ -DBOOST_LIBRARYDIR:PATH="%SdksFolderPath%/boost_1_64_0/lib64-msvc-14.1" ^ -DBOOST_ROOT:PATH="%SdksFolderPath%/boost_1_64_0/boost" ^ -DBoost_DIR:PATH="%SdksFolderPath%/boost_1_64_0" ^ -DBoost_INCLUDE_DIR:PATH="%SdksFolderPath%/boost_1_64_0" ^ -DBoost_LIBRARY_DIR:PATH="%SdksFolderPath%/boost_1_64_0/lib64-msvc-14.1" ^ -DBoost_IOSTREAMS_LIBRARY_DEBUG:FILEPATH="libboost_iostreams-vc141-mt-sgd-1_64.lib" ^ -DBoost_IOSTREAMS_LIBRARY_RELEASE:FILEPATH="libboost_iostreams-vc141-mt-s-1_64.lib" ^ -DBoost_REGEX_LIBRARY_DEBUG:FILEPATH="libboost_regex-vc141-mt-sgd-1_64.lib" ^ -DBoost_REGEX_LIBRARY_RELEASE:FILEPATH="libboost_regex-vc141-mt-s-1_64.lib" ^ -DLUA_INCLUDE_PREFIX="%SdksFolderPath%/lua/lua/include" ^ -DLUA_INCLUDE_DIR="%SdksFolderPath%/lua/lua/include" ^ -DLUA_LIBRARIES="%SdksFolderPath%/lua/lua/lib" ^ -DLUA_LIBRARY:FILEPATH="%SdksFolderPath%/lua/lua/lib/lua.lib" ^ -DProtobuf_SRC_ROOT_FOLDER:PATH="../../protobuf/src" ^ -DProtobuf_INCLUDE_DIR:PATH="%SdksFolderPath%/google/protobuf/include" ^ -DProtobuf_LIBRARIES:PATH="%SdksFolderPath%/google/protobuf/lib" ^ -DProtobuf_PROTOC_EXECUTABLE:FILEPATH="%SdksFolderPath%/google/protobuf/bin/protoc.exe" ^ -DProtobuf_LITE_LIBRARY_RELEASE:FILEPATH="%SdksFolderPath%/google/protobuf/lib/libprotobuf-lite.lib" ^ -DProtobuf_PROTOC_LIBRARY_RELEASE:FILEPATH="%SdksFolderPath%/google/protobuf/lib/libprotoc.lib" ^ -DGTK3_INCLUDE_DIRS:PATH="../../gtkPlusBuiltFilesForWindows/gtk-build/gtk/x64/include" ^ -DGTK3_LIBRARY_DIRS:FILEPATH="../../gtkPlusBuiltFilesForWindows/gtk-build/gtk/x64/lib" ^ -Dgtest_build_samples:BOOL=FALSE ^ -Dgtest_build_tests:BOOL=FALSE ^ -Dgtest_disable_pthreads:BOOL=TRUE ^ -Dgtest_force_shared_crt:BOOL=FALSE ^ -DCARTOGRAPHER_CONFIGURATION_FILES_DIRECTORY:PATH="../../cartographer/configuration_files" ^ -DCMAKE_INSTALL_PREFIX:PATH="%SdksFolderPath%/googlecartographer/cartographer" echo ^ -DTHREADS_PTHREADS_INCLUDE_DIR:PATH="%SdksFolderPath%/GerHobbelt/pthread-win32" ^ -DTHREADS_PTHREADS_LIBRARY_DIR:PATH="%SdksFolderPath%/GerHobbelt/pthread-win32/bin/x64_MSVC2015.Release" ^ copy "..\..\cartographer-windows\Projects\cartographer_build_x64\AllFiles.cmake" . cmake.exe . -G "Visual Studio 14 2015 Win64" cmake.exe --build "." --target "ALL_BUILD" --config "Release" REM cmake.exe --build "." --target "RUN_TESTS" --config "Release" REM cmake.exe --build "." --target "INSTALL" --config "Release" cd /d "%~dp0"
kishimoto-exvision/cartographer-windows
cartographer-windows/Cartographer.cmd
bat
apache-2.0
4,585
call "C:\Apache Software Foundation\apache-maven-3.5.0\bin\mvn" package rd "C:\openfire_temp\plugins\ofchat" /q /s del "C:\openfire_temp\plugins\ofchat.jar" copy C:\Projects\ignite\ofmeet-openfire-plugin-dele\ofchat\target\ofchat.jar "C:\openfire_temp\plugins" rd /s /q C:\Projects\ignite\ofmeet-openfire-plugin-dele\ofswitch\classes\jitsi-meet del "C:\openfire_temp\logs\*.*" pause
deleolajide/ofmeet-openfire-plugin
ofchat.cmd
bat
apache-2.0
385
universe = vanilla executable = ./x_job_filexfer_testjob.pl log = job_filexfer_base-input4_van.log output = job_filexfer_base-input4_van.out error = job_filexfer_base-input4_van.err input = job_14675_dir/submit_filetrans_input14675.txt transfer_input_files = job_14675_dir/submit_filetrans_input14675a.txt,job_14675_dir/submit_filetrans_input14675b.txt,job_14675_dir/submit_filetrans_input14675c.txt Notification = NEVER arguments = --job=14675 --extrainput queue
clalancette/condor-dcloud
src/condor_tests/job_filexfer_base-input4_van.cmd
bat
apache-2.0
468
@echo off set ANT_OPTS=-Xmx512M -XX:MaxPermSize=256m set DBFLUTE_HOME=..\mydbflute\dbflute-1.x set MY_PROPERTIES_PATH=build.properties if "%pause_at_end%"=="" set pause_at_end=y
dbflute-test/dbflute-test-active-hangar
dbflute_maihamadb/_project.bat
bat
apache-2.0
191
@echo off @echo off echo./* echo. * Check VC++ environment... echo. */ echo. set FOUND_VC=0 if defined VS120COMNTOOLS ( set VSTOOLS="%VS120COMNTOOLS%" set VC_VER=120 set FOUND_VC=1 ) else if defined VS110COMNTOOLS ( set VSTOOLS="%VS110COMNTOOLS%" set VC_VER=110 set FOUND_VC=1 ) set VSTOOLS=%VSTOOLS:"=% set "VSTOOLS=%VSTOOLS:\=/%" set VSVARS="%VSTOOLS%vsvars32.bat" if not defined VSVARS ( echo Can't find VC2012 or VC2013 installed! goto ERROR ) rmdir .\..\src\WinRT /s/q echo./* echo. * Building libraries... echo. */ echo. call %VSVARS% if %FOUND_VC%==1 ( msbuild ..\src\ANGLE_winrt.sln /p:Configuration="Debug" /p:Platform="Win32" /t:Clean,Build msbuild ..\src\ANGLE_winrt.sln /p:Configuration="Release" /p:Platform="Win32" /t:Clean,Build msbuild ..\src\ANGLE_winrt.sln /p:Configuration="Debug" /p:Platform="ARM" /t:Clean,Build msbuild ..\src\ANGLE_winrt.sln /p:Configuration="Release" /p:Platform="ARM" /t:Clean,Build msbuild ..\src\ANGLE_winrt_2013.sln /p:Configuration="Debug" /p:Platform="Win32" /t:Clean,Build msbuild ..\src\ANGLE_winrt_2013.sln /p:Configuration="Release" /p:Platform="Win32" /t:Clean,Build msbuild ..\src\ANGLE_winrt_2013.sln /p:Configuration="Debug" /p:Platform="ARM" /t:Clean,Build msbuild ..\src\ANGLE_winrt_2013.sln /p:Configuration="Release" /p:Platform="ARM" /t:Clean,Build xcopy "..\src\WinRT\redist\vs2012\Win32\Debug\libEGL_winrt\libEGL.dll" "..\src\WinRT\redist\vs2012\Win32\Debug\libEGL_winrt\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2012\Win32\Debug\libGLESv2_winrt\libGLESv2.dll" "..\src\WinRT\redist\vs2012\Win32\Debug\libGLESv2_winrt\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2012\Win32\Release\libEGL_winrt\libEGL.dll" "..\src\WinRT\redist\vs2012\Win32\Release\libEGL_winrt\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2012\Win32\Release\libGLESv2_winrt\libGLESv2.dll" "..\src\WinRT\redist\vs2012\Win32\Release\libGLESv2_winrt\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2013\Win32\Debug\libEGL_winrt_2013\libEGL.dll" "..\src\WinRT\redist\vs2013\Win32\Debug\libEGL_winrt_2013\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2013\Win32\Debug\libGLESv2_winrt_2013\libGLESv2.dll" "..\src\WinRT\redist\vs2013\Win32\Debug\libGLESv2_winrt_2013\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2013\Win32\Release\libEGL_winrt_2013\libEGL.dll" "..\src\WinRT\redist\vs2013\Win32\Release\libEGL_winrt_2013\Desktop\" /iycq xcopy "..\src\WinRT\redist\vs2013\Win32\Release\libGLESv2_winrt_2013\libGLESv2.dll" "..\src\WinRT\redist\vs2013\Win32\Release\libGLESv2_winrt_2013\Desktop\" /iycq link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2012\Win32\Debug\libEGL_winrt\Desktop\libEGL.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2012\Win32\Debug\libGLESv2_winrt\Desktop\libGLESv2.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2012\Win32\Release\libEGL_winrt\Desktop\libEGL.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2012\Win32\Release\libGLESv2_winrt\Desktop\libGLESv2.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2013\Win32\Debug\libEGL_winrt_2013\Desktop\libEGL.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2013\Win32\Debug\libGLESv2_winrt_2013\Desktop\libGLESv2.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2013\Win32\Release\libEGL_winrt_2013\Desktop\libEGL.dll link.exe /edit /appcontainer:NO ..\src\WinRT\redist\vs2013\Win32\Release\libGLESv2_winrt_2013\Desktop\libGLESv2.dll ) else ( echo Script error. goto ERROR ) goto EOF :ERROR pause :EOF
MSOpenTech/angle-win8.0
nuget/winrt_build.bat
bat
bsd-3-clause
3,630
@ECHO OFF REM ~ Copyright 2002-2018 Rene Rivera. REM ~ Distributed under the Boost Software License, Version 1.0. REM ~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) if "_%1_" == "_yacc_" goto Guess_Yacc if "_%1_" == "_test_path_" ( shift goto Test_Path) goto Guess :Clear_Error ver >nul goto :eof :Test_Path REM Tests for the given executable file presence in the directories in the PATH REM environment variable. Additionally sets FOUND_PATH to the path of the REM found file. call :Clear_Error setlocal set test=%~$PATH:1 endlocal if not errorlevel 1 set FOUND_PATH=%~dp$PATH:1 goto :eof :Guess REM Let vswhere tell us where msvc is at, if available. call :Clear_Error call vswhere_usability_wrapper.cmd call :Clear_Error if NOT "_%VS160COMNTOOLS%_" == "__" ( set "B2_TOOLSET=vc142" set "B2_TOOLSET_ROOT=%VS160COMNTOOLS%..\..\VC\" goto :eof) if NOT "_%VS150COMNTOOLS%_" == "__" ( set "B2_TOOLSET=vc141" set "B2_TOOLSET_ROOT=%VS150COMNTOOLS%..\..\VC\" goto :eof) REM VSUNKCOMNTOOLS represents unknown but detected version from vswhere if NOT "_%VSUNKCOMNTOOLS%_" == "__" ( set "B2_TOOLSET=vcunk" set "B2_TOOLSET_ROOT=%VSUNKCOMNTOOLS%..\..\VC\" goto :eof) if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ( set "B2_TOOLSET=vc141" set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Enterprise\VC\" exit /b 0) if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Professional\VC\Auxiliary\Build\vcvarsall.bat" ( set "B2_TOOLSET=vc141" set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Professional\VC\" exit /b 0) if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" ( set "B2_TOOLSET=vc141" set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio\2017\Community\VC\" exit /b 0) if NOT "_%VS140COMNTOOLS%_" == "__" ( set "B2_TOOLSET=vc14" set "B2_TOOLSET_ROOT=%VS140COMNTOOLS%..\..\VC\" exit /b 0) if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio 14.0\VC\VCVARSALL.BAT" ( set "B2_TOOLSET=vc14" set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio 14.0\VC\" exit /b 0) if NOT "_%VS120COMNTOOLS%_" == "__" ( set "B2_TOOLSET=vc12" set "B2_TOOLSET_ROOT=%VS120COMNTOOLS%..\..\VC\" exit /b 0) if EXIST "%VS_ProgramFiles%\Microsoft Visual Studio 12.0\VC\VCVARSALL.BAT" ( set "B2_TOOLSET=vc12" set "B2_TOOLSET_ROOT=%VS_ProgramFiles%\Microsoft Visual Studio 12.0\VC\" exit /b 0) call :Test_Path cl.exe if not errorlevel 1 ( set "B2_TOOLSET=msvc" set "B2_TOOLSET_ROOT=%FOUND_PATH%..\" exit /b 0) call :Test_Path vcvars32.bat if not errorlevel 1 ( set "B2_TOOLSET=msvc" call "%FOUND_PATH%VCVARS32.BAT" set "B2_TOOLSET_ROOT=%MSVCDir%\" exit /b 0) if EXIST "C:\Borland\BCC55\Bin\bcc32.exe" ( set "B2_TOOLSET=borland" set "B2_TOOLSET_ROOT=C:\Borland\BCC55\" exit /b 0) call :Test_Path bcc32.exe if not errorlevel 1 ( set "B2_TOOLSET=borland" set "B2_TOOLSET_ROOT=%FOUND_PATH%..\" exit /b 0) call :Test_Path icl.exe if not errorlevel 1 ( set "B2_TOOLSET=intel-win32" set "B2_TOOLSET_ROOT=%FOUND_PATH%..\" exit /b 0) if EXIST "C:\MinGW\bin\gcc.exe" ( set "B2_TOOLSET=mingw" set "B2_TOOLSET_ROOT=C:\MinGW\" exit /b 0) REM Could not find a suitable toolset exit /b 1
stan-dev/math
lib/boost_1.75.0/tools/build/src/engine/guess_toolset.bat
bat
bsd-3-clause
3,564
@echo off title Cleaning... echo Cleaning... cd .. make clean
o4dev/Graphs.cpp
scripts/WinClean.bat
bat
bsd-3-clause
62
@REM @REM Copyright 2011-2013 eBusiness Information, Groupe Excilys (www.ebusinessinformation.fr) @REM @REM Licensed under the Apache License, Version 2.0 (the "License"); @REM you may not use this file except in compliance with the License. @REM You may obtain a copy of the License at @REM @REM http://www.apache.org/licenses/LICENSE-2.0 @REM @REM Unless required by 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 setlocal rem set GATLING_HOME automatically if possible set "OLD_DIR=%cd%" cd .. set "DEFAULT_GATLING_HOME=%cd%" cd %OLD_DIR% rem if gatling home is correctly set if exist "%GATLING_HOME%\bin\gatling.bat" goto gotHome rem if gatling home is not correctly set if not "%GATLING_HOME%" == "" goto badHome rem if not try current folder if exist "%OLD_DIR%\bin\gatling.bat" set "GATLING_HOME=%OLD_DIR%" && goto gotHome rem if not try parent folder if exist "%DEFAULT_GATLING_HOME%\bin\gatling.bat" set "GATLING_HOME=%DEFAULT_GATLING_HOME%" && goto gotHome rem else tell user to set GATLING_HOME goto :noHome :gotHome echo GATLING_HOME is set to "%GATLING_HOME%" set JAVA_OPTS=-server -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=42 -Xms512M -Xmx512M -Xmn100M -XX:+HeapDumpOnOutOfMemoryError -XX:+AggressiveOpts -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSParallelRemarkEnabled -XX:+CMSClassUnloadingEnabled -XX:SurvivorRatio=8 -XX:MaxTenuringThreshold=1 -XX:CMSInitiatingOccupancyFraction=75 -XX:+UseCMSInitiatingOccupancyOnly %JAVA_OPTS% set CLASSPATH="%GATLING_HOME%"\lib\*;"%GATLING_HOME%"\conf;"%GATLING_HOME%"\user-files;%JAVA_CLASSPATH% set COMMAND=-cp %CLASSPATH% io.gatling.app.Gatling java %JAVA_OPTS% %COMMAND% %1 %2 %3 %4 %5 %6 %7 %8 %9 goto exit :badHome echo The GATLING_HOME environnement variable points to the wrong directory. echo Please set it to the correct folder and try to launch Gatling again. goto exit :noHome echo GATLING_HOME environnement variable is not set and could not be guessed automatically. echo Please set GATLING_HOME and try to launch Gatling again. goto exit :exit pause endlocal exit /b 0
honghaier2020/chess-https
srv/gatling2.0.0/bin/gatling.bat
bat
mit
2,385
@echo off rem *** Please make sure node can be accessed at this phase, so either do a path to node. (see Dos manuals) rem *** or replace node by for example c:\path.to.where.node.is\node or if you wish to use JX replace node rem *** with JX. rem *** exemple: C:\JXCore\JX install..... etc rem *** Using NPM for now npm install quad-node vector2-node ws http fs sys mysql xmlhttprequest punycode :loop cls node --nouse-idle-notification --expose-gc --always-compact index.js goto loop
JaraLowell/ogar
src/start.bat
bat
gpl-2.0
496
@echo off @if exist makefile del /f makefile @echo OPERATING_SYSTEM = windows > makefile @echo -include _makefile >> makefile echo Configuration finished. echo Now you can use "make".
OpenMarshal/ProxyServer
configure.cmd
bat
gpl-3.0
186
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\GDShortener.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\GDShortener.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
Hasimir/gd_shortener
docs/make.bat
bat
lgpl-3.0
6,711
@echo off if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Stop script for the CATALINA Server rem rem $Id: shutdown.bat 302913 2004-05-27 15:05:01Z yoavs $ rem --------------------------------------------------------------------------- rem Guess CATALINA_HOME if not defined set CURRENT_DIR=%cd% if not "%CATALINA_HOME%" == "" goto gotHome set CATALINA_HOME=%CURRENT_DIR% if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome cd .. set CATALINA_HOME=%cd% cd %CURRENT_DIR% :gotHome if exist "%CATALINA_HOME%\bin\catalina.bat" goto okHome echo The CATALINA_HOME environment variable is not defined correctly echo This environment variable is needed to run this program goto end :okHome set EXECUTABLE=%CATALINA_HOME%\bin\catalina.bat rem Check that target executable exists if exist "%EXECUTABLE%" goto okExec echo Cannot find %EXECUTABLE% echo This file is needed to run this program goto end :okExec rem Get remaining unshifted command line arguments and save them in the set CMD_LINE_ARGS= :setArgs if ""%1""=="""" goto doneSetArgs set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 shift goto setArgs :doneSetArgs call "%EXECUTABLE%" stop %CMD_LINE_ARGS% :end
jihyunoh/jh_drat
deploy/tomcat/bin/shutdown.bat
bat
apache-2.0
1,271
cd /d %~dp0 mkdir OSVR-Unity-Dist rem the -F 0x4 is to turn off smartypants. third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o README.html OSVR-Unity/README.md xcopy README.html OSVR-Unity\Assets\OSVRUnity /Y move README.html OSVR-Unity-Dist\ third-party\discount-2.1.6-win32\markdown.exe -F 0x4 -o CONTRIBUTING.html CONTRIBUTING.md xcopy CONTRIBUTING.html OSVR-Unity\Assets\OSVRUnity /Y move CONTRIBUTING.html OSVR-Unity-Dist\ rem Copy the license and the notice xcopy LICENSE OSVR-Unity-Dist /Y xcopy LICENSE OSVR-Unity\Assets\OSVRUnity /Y xcopy NOTICE OSVR-Unity-Dist /Y xcopy NOTICE OSVR-Unity\Assets\OSVRUnity /Y
OSVR/OSVR-Unity
prep-package.cmd
bat
apache-2.0
628
@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. epub3 to make an epub3 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled echo. dummy to check syntax errors of document sources goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\OpenIPSL.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\OpenIPSL.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" == "epub3" ( %SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3 if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) if "%1" == "dummy" ( %SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy if errorlevel 1 exit /b 1 echo. echo.Build finished. Dummy builder generates no files. goto end ) :end
dietmarw/OpenIPSL
docs/make.bat
bat
mpl-2.0
7,455
@IF EXIST "%~dp0\node.exe" ( "%~dp0\node.exe" "%~dp0\build" %* ) ELSE ( node "%~dp0\build" %* )
lukehoban/spark-dev
script/build.cmd
bat
apache-2.0
101
:: (c) Copyright 2009 - 2010 Xilinx, Inc. All rights reserved. :: :: This file contains confidential and proprietary information :: of Xilinx, Inc. and is protected under U.S. and :: international copyright and other intellectual property :: laws. :: :: DISCLAIMER :: This disclaimer is not a license and does not grant any :: rights to the materials distributed herewith. Except as :: otherwise provided in a valid license issued to you by :: Xilinx, and to the maximum extent permitted by applicable :: law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND :: WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES :: AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING :: BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- :: INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and :: (2) Xilinx shall not be liable (whether in contract or tort, :: including negligence, or under any other theory of :: liability) for any loss or damage of any kind or nature :: related to, arising under or in connection with these :: materials, including for any direct, or any indirect, :: special, incidental, or consequential loss or damage :: (including loss of data, profits, goodwill, or any type of :: loss or damage suffered as a result of any action brought :: by a third party) even if such damage or loss was :: reasonably foreseeable or Xilinx had been advised of the :: possibility of the same. :: :: CRITICAL APPLICATIONS :: Xilinx products are not designed or intended to be fail- :: safe, or for use in any application requiring fail-safe :: performance, such as life-support or safety devices or :: systems, Class III medical devices, nuclear facilities, :: applications related to the deployment of airbags, or any :: other applications that could lead to death, personal :: injury, or severe property or environmental damage :: (individually and collectively, "Critical :: Applications"). Customer assumes the sole risk and :: liability of any use of Xilinx products in Critical :: Applications, subject only to applicable laws and :: regulations governing limitations on product liability. :: :: THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS :: PART OF THIS FILE AT ALL TIMES. echo "Compiling Core VHDL UNISIM/Behavioral model" vhpcomp -work work ..\\..\\implement\\results\\routed.vhd echo "Compiling Test Bench Files" vhpcomp -work work ..\\cmdfifo_pkg.vhd vhpcomp -work work ..\\cmdfifo_rng.vhd vhpcomp -work work ..\\cmdfifo_dgen.vhd vhpcomp -work work ..\\cmdfifo_dverif.vhd vhpcomp -work work ..\\cmdfifo_pctrl.vhd vhpcomp -work work ..\\cmdfifo_synth.vhd vhpcomp -work work ..\\cmdfifo_tb.vhd fuse work.cmdfifo_tb -L simprim -o cmdfifo_tb.exe .\\cmdfifo_tb.exe -sdfmax /cmdfifo_tb/cmdfifo_synth_inst/cmdfifo_inst=..\\..\\implement\\results\\routed.sdf -gui -tclbatch .\\wave_isim.tcl
timvideos/HDMI2USB-jahanzeb-firmware
ipcore_dir/cmdfifo/simulation/timing/simulate_isim.bat
bat
bsd-2-clause
2,841
model in inhaler.bug data in inhaler-data.R compile, nchains(2) parameters in inhaler-inits.R initialize update 1000 monitor a monitor beta monitor kappa monitor log.sigma monitor pi monitor sigma update 1000 coda * exit
nxdao2000/nimble
packages/nimble/inst/classic-bugs/vol1/inhaler/test1.cmd
bat
bsd-3-clause
221
msiexec /i "My Product.msi" MSINEWINSTANCE=1 TRANSFORMS=":SecondInstance"
Eun/TestRepo
src/WixSharp.Samples/Wix# Samples/MultipleInstances Install/install_2.cmd
bat
mit
74
:: This script will: :: 1) Rebuild MSBuild source tree. :: 2) Create a copy of the build output in bin\MSBuild :: 3) Build the source tree again with the MSBuild.exe in step 2. @echo off setlocal set MSBuildTempPath=%~dp0bin\MSBuild :: Check prerequisites if not defined VS140COMNTOOLS ( echo Error: This script should be run from a Visual Studio 2015 Command Prompt. echo Please see https://github.com/Microsoft/msbuild/wiki/Developer-Guide for build instructions. exit /b 1 ) :: Build and copy output to bin\bootstrap call "%~dp0BuildAndCopy.cmd" :: Rebuild with bootstrapped msbuild set MSBUILDCUSTOMPATH="%~dp0\bin\Bootstrap\14.1\Bin\MSBuild.exe" "%~dp0build.cmd" /t:RebuildAndTest /p:BootstrappedMSBuild=true
danteinforno/msbuild
RebuildWithLocalMSBuild.cmd
bat
mit
746
@echo off REM REM dex2jar - Tools to work with android .dex and java .class files REM Copyright (c) 2009-2013 Panxiaobo REM REM Licensed under the Apache License, Version 2.0 (the "License"); REM you may not use this file except in compliance with the License. REM You may obtain a copy of the License at REM REM http://www.apache.org/licenses/LICENSE-2.0 REM REM Unless required by 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 call d2j_invoke.bat to setup java environment @"%~dp0d2j_invoke.bat" com.googlecode.d2j.smali.SmaliCmd %*
kanytu/reverse-suite
tools/dex2jar/d2j-smali.bat
bat
apache-2.0
810
:: :: Microsoft Azure SDK for Net - Generate library code :: Copyright (C) Microsoft Corporation. All Rights Reserved. :: @echo off call %~dp0..\..\..\..\tools\generate.cmd consumption/resource-manager %*
ScottHolden/azure-sdk-for-net
src/SDKs/Consumption/Management.Consumption/generate.cmd
bat
mit
206
xcopy ..\..\build\thinktecture.identitymodel.owin.requireSsl.* lib\net45 /y NuGet.exe pack Thinktecture.IdentityModel.Owin.RequireSsl.nuspec -exclude *.cmd -OutputDirectory ..\
hajirazin/Thinktecture.IdentityModel
nuget/Owin.RequireSsl/nugetPack.cmd
bat
bsd-3-clause
176
cmake -DCMAKE_TOOLCHAIN_FILE="../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug . mingw32-make -j4 cmake -DCMAKE_TOOLCHAIN_FILE="../../../../tools/cmake_toolchain_files/armgcc.cmake" -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Release . mingw32-make -j4 pause
linwenjian/Quadcopter_Will
Software/SDK1_1/lib/ksdk_ucosiii_lib/armgcc/KV31F51212/build_all.bat
bat
mit
308
cd release OpenCLRayTracerDemo -winH 512 -winW 512 -accStruct BVH -headersPath ..\..\include -scene ..\clumsydragon.txt
kotturtech/OpenCLRayTracer
OpenCLRayTracer/Bin/ClumsyDragon.bat
bat
mit
121
@echo off SET dir=%~dp0 cd %dir% if exist drderico-ga.zip del /F drderico-ga.zip zip -r -9 drderico-ga.zip extension haxelib.json include.xml dependencies LICENSE.md README.md pause
DrDerico/drderico-ga
build.bat
bat
mit
181
@echo off :: run tests by default setlocal cd tests if not exist "..\\bin\\Release\\raw\\" goto buildError :: (1) - path to core ; :: (2) - path to directory where release ; :: (3) - path to compiled full version ; call _run "..\\bin\\Release\\raw\\hMSBuild.bat" "..\\bin\\Release\\raw\\" "..\\bin\\Release\\raw\\compiled.full\\hMSBuild.bat" endlocal exit /B 0 :buildError echo. Tests cannot be started: Check your build first. 1>&2 exit /B 1
3F/hMSBuild
tests.bat
bat
mit
482
@echo off cls .paket\paket.exe restore if errorlevel 1 ( exit /b %errorlevel% ) pushd Content\ call build.cmd if errorlevel 1 ( exit /b %errorlevel% ) call build.cmd Clean if errorlevel 1 ( exit /b %errorlevel% ) popd packages\build\FAKE\tools\FAKE.exe build.fsx %*
TheAngryByrd/Fable.Template.Library
build.cmd
bat
mit
275
@echo off %appdata%\npm\tsc.cmd src/StringLib.ts src/MathLib.ts test/StringLibTests.ts test/MathLibTests.ts --sourcemap --declaration --outFile _out/merged.js
mukulikadey/SOEN341-Group1
chutzpah/Samples/Compilation/TypeScriptToSingleFile/compile.bat
bat
mit
158
@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. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\adminsortable2.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\adminsortable2.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
benzkji/django-admin-sort
z_docs/make.bat
bat
mit
6,726
SET package_name=LogoFX.Practices.IoC SET package_version=2.2.2 cd ../../src nuget restore cd ../devops/build call build.bat cd ../test call test-all.bat cd ../pack call ./pack.bat cd ../publish call ./copy.bat %package_name% %package_version% %1 cd ../install call ./uninstall-global-single.bat %package_name% %package_version%
LogoFX/logofx-inversion-of-control
devops/publish/publish.bat
bat
mit
328
cmd /k sicstus -l load_and_run_app_corrections.pl
TeamSPoon/logicmoo_workspace
packs_sys/logicmoo_nlu/ext/regulus/Examples/Toy1/scripts/run_app_corrections.bat
bat
mit
50
@python -m text2img.tool %*
tuaplicacionpropia/text2img
bin/text2img.cmd
bat
mit
28
@echo off rem bf.bat: the batch file that actually launches a command line tool setlocal set BF_DIR=%~dp0 if "%BF_DIR:~-1%" == "\" set BF_DIR=%BF_DIR:~0,-1% rem Include the master configuration file. call "%BF_DIR%\config.bat" rem Check that a command to run was specified. if "%BF_PROG%" == "" ( echo The command to launch must be set in the BF_PROG environment variable. goto end ) rem Set the max heap size. if "%BF_MAX_MEM%" == "" ( rem Set a reasonable default max heap size. set BF_MAX_MEM=512m ) set BF_FLAGS=-Xmx%BF_MAX_MEM% rem Skip the update check if the NO_UPDATE_CHECK flag is set. if not "%NO_UPDATE_CHECK%" == "" ( set BF_FLAGS=%BF_FLAGS% -Dbioformats_can_do_upgrade_check=false ) rem Use any available proxy settings. set BF_FLAGS=%BF_FLAGS% -Dhttp.proxyHost=%PROXY_HOST% -Dhttp.proxyPort=%PROXY_PORT% rem Run the command! if not "%BF_DEVEL%" == "" ( rem Developer environment variable set; launch with existing classpath. java %BF_FLAGS% %BF_PROG% %* goto end ) rem Developer environment variable unset; add JAR libraries to classpath. if exist "%BF_JAR_DIR%\formats-gpl.jar" ( set BF_CP=%BF_CP%;"%BF_JAR_DIR%\formats-gpl.jar";"%BF_JAR_DIR%\bio-formats-tools.jar" ) else if exist "%BF_JAR_DIR%\bioformats_package.jar" ( set BF_CP=%BF_CP%;"%BF_JAR_DIR%\bioformats_package.jar" ) else if exist "%BF_JAR_DIR%\loci_tools.jar" ( set BF_CP=%BF_CP%;"%BF_JAR_DIR%\loci_tools.jar" ) else ( rem Libraries not found; issue an error. echo Required JAR libraries not found. Please download: echo bioformats_package.jar echo from: echo http://downloads.openmicroscopy.org/latest/bio-formats5.1 echo and place in the same directory as the command line tools. goto end ) java %BF_FLAGS% -cp "%BF_DIR%";%BF_CP% %BF_PROG% %* :end
hflynn/bioformats
tools/bf.bat
bat
gpl-2.0
1,780
cmd_drivers/base/init.o := gcc -Wp,-MD,drivers/base/.init.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(init)" -D"KBUILD_MODNAME=KBUILD_STR(init)" -c -o drivers/base/init.o drivers/base/init.c deps_drivers/base/init.o := \ drivers/base/init.c \ include/linux/device.h \ $(wildcard include/config/debug/devres.h) \ $(wildcard include/config/numa.h) \ include/linux/ioport.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc4.h \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/asm/posix_types.h \ $(wildcard include/config/x86/32.h) \ include/asm/posix_types_32.h \ include/asm/types.h \ $(wildcard include/config/x86/64.h) \ $(wildcard include/config/highmem64g.h) \ include/asm-generic/int-ll64.h \ include/linux/kobject.h \ $(wildcard include/config/hotplug.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/asm/processor.h \ $(wildcard include/config/x86/vsmp.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/x86/ht.h) \ $(wildcard include/config/paravirt.h) \ $(wildcard include/config/x86/debugctlmsr.h) \ include/asm/processor-flags.h \ include/asm/vm86.h \ $(wildcard include/config/vm86.h) \ include/asm/ptrace.h \ include/asm/ptrace-abi.h \ include/asm/segment.h \ include/asm/ds.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ include/asm/math_emu.h \ include/asm/sigcontext.h \ include/asm/current.h \ include/asm/current_32.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/asm/cpufeature.h \ $(wildcard include/config/x86/invlpg.h) \ include/asm/required-features.h \ $(wildcard include/config/x86/minimum/cpu/family.h) \ $(wildcard include/config/math/emulation.h) \ $(wildcard include/config/x86/pae.h) \ $(wildcard include/config/x86/cmov.h) \ $(wildcard include/config/x86/use/3dnow.h) \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ include/asm/bitops.h \ include/asm/alternative.h \ include/asm/asm.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm/byteorder.h \ $(wildcard include/config/x86/bswap.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm-generic/bitops/minix.h \ include/asm/system.h \ $(wildcard include/config/ia32/emulation.h) \ $(wildcard include/config/x86/ppro/fence.h) \ $(wildcard include/config/x86/oostore.h) \ include/asm/cmpxchg.h \ include/asm/cmpxchg_32.h \ $(wildcard include/config/x86/cmpxchg.h) \ $(wildcard include/config/x86/cmpxchg64.h) \ include/asm/nops.h \ $(wildcard include/config/mk7.h) \ $(wildcard include/config/x86/p6/nop.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ $(wildcard include/config/x86/alignment/16.h) \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ $(wildcard include/config/debug/lock/alloc.h) \ include/asm/page.h \ include/linux/const.h \ include/asm/page_32.h \ $(wildcard include/config/highmem4g.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/x86/3dnow.h) \ include/linux/string.h \ include/asm/string.h \ include/asm/string_32.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/asm/msr.h \ include/asm/msr-index.h \ include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/errno.h \ include/asm/desc_defs.h \ include/linux/personality.h \ include/linux/cpumask.h \ $(wildcard include/config/have/cpumask/of/cpu/map.h) \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/bitmap.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/asm/cache.h \ $(wildcard include/config/x86/l1/cache/shift.h) \ include/linux/sysfs.h \ $(wildcard include/config/sysfs.h) \ include/asm/atomic.h \ include/asm/atomic_32.h \ $(wildcard include/config/m386.h) \ include/asm-generic/atomic.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ include/linux/preempt.h \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ include/asm/thread_info.h \ include/asm/thread_info_32.h \ $(wildcard include/config/4kstacks.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/asm/spinlock.h \ include/asm/rwlock.h \ include/linux/spinlock_api_smp.h \ include/linux/kref.h \ include/linux/wait.h \ include/linux/klist.h \ include/linux/completion.h \ include/linux/module.h \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/markers.h) \ include/linux/stat.h \ include/asm/stat.h \ include/linux/time.h \ include/linux/seqlock.h \ include/linux/math64.h \ include/asm/div64.h \ include/linux/kmod.h \ $(wildcard include/config/kmod.h) \ include/linux/elf.h \ include/linux/elf-em.h \ include/asm/elf.h \ $(wildcard include/config/compat/vdso.h) \ include/asm/user.h \ include/asm/user_32.h \ include/asm/auxvec.h \ include/asm/vdso.h \ include/asm/desc.h \ include/asm/ldt.h \ include/asm/mmu.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/smp.h \ include/asm/smp.h \ $(wildcard include/config/x86/local/apic.h) \ $(wildcard include/config/x86/io/apic.h) \ $(wildcard include/config/x86/32/smp.h) \ $(wildcard include/config/x86/64/smp.h) \ include/asm/mpspec.h \ $(wildcard include/config/mca.h) \ $(wildcard include/config/eisa.h) \ $(wildcard include/config/acpi.h) \ include/asm/mpspec_def.h \ include/asm-x86/mach-default/mach_mpspec.h \ include/asm/apic.h \ $(wildcard include/config/x86/good/apic.h) \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ include/linux/delay.h \ include/asm/delay.h \ include/asm/fixmap.h \ include/asm/fixmap_32.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/x86/visws/apic.h) \ $(wildcard include/config/x86/f00f/bug.h) \ $(wildcard include/config/x86/cyclone/timer.h) \ $(wildcard include/config/pci/mmconfig.h) \ $(wildcard include/config/provide/ohci1394/dma/init.h) \ include/asm/acpi.h \ $(wildcard include/config/acpi/numa.h) \ include/acpi/pdc_intel.h \ include/asm/numa.h \ include/asm/numa_32.h \ include/asm/apicdef.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/asm/io_apic.h \ include/asm/pda.h \ $(wildcard include/config/cc/stackprotector.h) \ include/asm-x86/mach-default/mach_apicdef.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/marker.h \ include/asm/local.h \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slabinfo.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/nodemask.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/asm/rwsem.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/asm/topology.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/x86/64/acpi/numa.h) \ include/asm-generic/topology.h \ include/asm/sparsemem.h \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ include/asm/module.h \ $(wildcard include/config/m486.h) \ $(wildcard include/config/m586.h) \ $(wildcard include/config/m586tsc.h) \ $(wildcard include/config/m586mmx.h) \ $(wildcard include/config/mcore2.h) \ $(wildcard include/config/m686.h) \ $(wildcard include/config/mpentiumii.h) \ $(wildcard include/config/mpentiumiii.h) \ $(wildcard include/config/mpentiumm.h) \ $(wildcard include/config/mpentium4.h) \ $(wildcard include/config/mk6.h) \ $(wildcard include/config/mk8.h) \ $(wildcard include/config/x86/elan.h) \ $(wildcard include/config/mcrusoe.h) \ $(wildcard include/config/mefficeon.h) \ $(wildcard include/config/mwinchipc6.h) \ $(wildcard include/config/mwinchip2.h) \ $(wildcard include/config/mwinchip3d.h) \ $(wildcard include/config/mcyrixiii.h) \ $(wildcard include/config/mviac3/2.h) \ $(wildcard include/config/mviac7.h) \ $(wildcard include/config/mgeodegx1.h) \ $(wildcard include/config/mgeode/lx.h) \ include/linux/semaphore.h \ include/asm/device.h \ $(wildcard include/config/dmar.h) \ include/linux/pm_wakeup.h \ $(wildcard include/config/pm.h) \ include/linux/memory.h \ $(wildcard include/config/memory/hotplug/sparse.h) \ $(wildcard include/config/mem/block/size.h) \ include/linux/sysdev.h \ include/linux/node.h \ drivers/base/base.h \ $(wildcard include/config/sys/hypervisor.h) \ drivers/base/init.o: $(deps_drivers/base/init.o) $(deps_drivers/base/init.o):
namgk/kernel-tut
drivers/base/.init.o.cmd
bat
gpl-2.0
13,709
cmd_net/netfilter/netfilter.o := /mnt/disk2/Dev/UG802/kernel/toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld.bfd -EL -r -o net/netfilter/netfilter.o net/netfilter/core.o net/netfilter/nf_log.o net/netfilter/nf_queue.o net/netfilter/nf_sockopt.o
aloksinha2001/picuntu-3.0.8-alok
net/netfilter/.netfilter.o.cmd
bat
gpl-2.0
250
@echo off setlocal set webhost=localhost:8080 FOR /F "tokens=2 delims=:{}" %%i in ('wget.exe --post-data "data={username:admin,password:admin}" "http://%webhost%/xes-manager/Service/Security Service/login" -O -') do wget.exe "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert%%20rules&SessionId=%%i" -O download.zip && exit /b REM FOR /F "tokens=2 delims=:{}" %i in ('curl --data "data={username:admin,password:admin}" http://localhost:8080/xes-manager/Service/Security%20Service/login') do curl -O "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents%20Configuration,Alert%20rules" --data SessionId="%i" --get @REM # DOWNLOAD SCENARIO @REM wget.exe --post-data "data={username:admin,password:admin}" "http://%webhost%/xes-manager/Service/Security Service/login" -O login.htm @REM # returns JSON string as below @REM # {"sessionId":"e5b8b0d8-0bf0-4213-b7d7-f46b676b6e67"} @REM # ALAS ! It has DOUBLE QUOTES ! @REM wget.exe "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules&sessionId=830426d0-4ec7-4b5f-bafd-e0489e462d29" -O download.htm @REM # Returns ZIP file or JSON with authentication error description wget.exe --post-data "data={username:admin,password:admin}" "http://%webhost%/xes-manager/Service/Security Service/login" -O login.htm FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do echo SessID:: %%i REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do wget "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules&SessionId="%i" -O xesmanager_configuration.zip REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do curl -v -o file1.zip "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents%20Configuration,Alert%20rules" --data SessionId="%%i" --get REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do curl -o file2.zip "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules" --data SessionId="%%i" --get FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do set SessID=%%i set SessID=%SessID:~1,36% echo %SessID% REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do curl -v -o file3.zip "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents+Configuration,Alert%%20rules&"SessionId="%%i" REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do curl -v -o file3.zip "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents+Configuration,Alert%%20rules" --data SessionId="%%i" --get REM curl -v -o file3.zip "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents%%20Configuration,Alert%%20rules" --data SessionId="%SessID%" --get REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do wget.exe "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules&SessionId=%%i" -O download.htm REM BAD REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do wget.exe "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules&SessionId=""%%i" -O download.htm REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do wget.exe "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert%%20rules&SessionId=%%i" -O download.htm REM exit /b REM FOR /F "tokens=2 delims=:{}" %%i in ('type login.htm') do curl -v -o file3.zip "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents%%20Configuration,Alert%%20rules" --data SessionId="%%i" --get exit /b wget.exe "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules&sessionId=830426d0-4ec7-4b5f-bafd-e0489e462d29" -O download.htm curl -O "http://localhost:8080/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents%20Configuration,Alert%20rules" --data SessionId="%i" --get REM wget.exe -O login.htm --post-file=login.web "http://%webhost%/xes-manager/Service/Security%%20Service/login" wget.exe -O download.htm "http://%webhost%/xes-manager/Command/export?download=xesmanager_configuration.zip&configModules=Agents Configuration,Alert rules&sessionId=830426d0-4ec7-4b5f-bafd-e0489e462d29" wget.exe -O login.htm --post-file=login.web "http://%webhost%/xes-manager/Service/Security Service/login" REM --post-file login.htm
edfx-4r9/xescr
XEServer/XESmanager_config_download.bat
bat
gpl-2.0
4,897
@echo off rem %~dp0 is expanded pathname of the current script under NT set DEFAULT_BTRACE_HOME=%~dp0.. if "%BTRACE_HOME%"=="" set BTRACE_HOME=%DEFAULT_BTRACE_HOME% set DEFAULT_BTRACE_HOME= if not exist "%BTRACE_HOME%\libs \btrace-agent.jar" goto noBTraceHome set OPTIONS= if "%1"=="" ( call:usage goto end ) if "%JAVA_HOME%" == "" goto noJavaHome if exists "%JAVA_HOME%/jmods/" ( set JAVA_ARGS="%JAVA_ARGS% -XX:+AllowRedefinitionToAddDeleteMethods" set JAVA_ARGS="%JAVA_ARGS% --add-exports jdk.internal.jvmstat/sun.jvmstat.monitor=ALL-UNNAMED" set JAVA_ARGS="%JAVA_ARGS% --add-exports jdk.compiler/com.sun.tools.javac.processing=ALL-UNNAMED" set JAVA_ARGS="%JAVA_ARGS% --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED" set JAVA_ARGS="%JAVA_ARGS% --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED" set JAVA_ARGS="%JAVA_ARGS% --add-exports jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED" ) if "%1" == "--version" ( %JAVA_HOME%\bin\java "%JAVA_ARGS%" -cp %BTRACE_HOME%/build/btrace-client.jar org.openjdk.btrace.client.Main --version goto end ) set inloop=1 :loop IF "%1"=="-v" ( set OPTIONS="debug=true,%OPTIONS" goto next ) IF "%1"=="-u" ( set OPTIONS="unsafe=true,%OPTIONS" goto next ) if "%1"=="-p" ( set OPTIONS="port=%2,%OPTIONS" shift goto next ) if "%1"=="-d" ( set OPTIONS="dumpClasses=true,dumpDir=%2,%OPTIONS" shift goto next ) if "%1"=="-o" ( set OPTIONS="scriptOutputFile=%2,%OPTIONS" shift goto next ) if "%1"=="-pd" ( set OPTIONS="probeDescPath=%2,%OPTIONS" shift goto next ) if "%1"=="-bcp" ( OPTIONS="bootClassPath=%2,%OPTIONS" shift goto next ) if "%1"=="-scp" ( set OPTIONS="systemClassPath=%2,%OPTIONS" shift goto next ) if "%1"=="--noserver" ( set OPTIONS="noServer=true,%OPTIONS" goto next ) if "%1"=="--stdout" ( set OPTIONS="stdout=true,%OPTIONS" goto next ) if "%1"=="-statsd" ( set OPTIONS="statsd=%2,%OPTIONS" goto next ) call :usage goto end set inloop=0 :next if %inloop==1 ( shift goto loop ) %JAVA_HOME%\bin\java -Xshare:off "%JAVA_ARGS%" "-javaagent:%BTRACE_HOME%/libs/btrace-agent.jar=%OPTIONS,script=%~1" %2 %3 %4 %5 %6 %7 %8 %9 goto end :noJavaHome echo Please set JAVA_HOME before running this script goto end :noBTraceHome echo Please set BTRACE_HOME before running this script goto end :usage echo btracer ^<options^> ^<compiled script^> ^<java args^> echo Options: echo -v Run in verbose mode echo -u Run in unsafe mode echo -p ^<port^> BTrace agent server port echo -statsd ^<host[:port]^> Use this StatsD server echo -o ^<file^> The path to a file the btrace agent will store its output echo -d ^<path^> Dump modified classes to the provided location echo -pd ^<path^> Search for the probe XML descriptors here echo --noserver Don't start the socket server echo --stdout Redirect the btrace output to stdout instead of writing it to an arbitrary file echo -bcp ^<cp^> Append to bootstrap class path echo -scp ^<cp^> Append to system class path echo -h This message :end
jbachorik/btrace
btrace-dist/src/main/resources/bin/btracer.bat
bat
gpl-2.0
3,362
cmd_arch/arm/kernel/vmlinux.lds := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/kernel/.vmlinux.lds.d -nostdinc -isystem /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/../lib/gcc/arm-none-linux-gnueabi/4.4.1/include -I/home/lithium/kfhd/kernel/android-3.0/arch/arm/include -Iarch/arm/include/generated -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-omap2/include -Iarch/arm/plat-omap/include -DTEXT_OFFSET=0x00008000 -P -C -Uarm -D__ASSEMBLY__ -DLINKER_SCRIPT -o arch/arm/kernel/vmlinux.lds arch/arm/kernel/vmlinux.lds.S source_arch/arm/kernel/vmlinux.lds := arch/arm/kernel/vmlinux.lds.S deps_arch/arm/kernel/vmlinux.lds := \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/smp/on/up.h) \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/xip/kernel.h) \ $(wildcard include/config/xip/phys/addr.h) \ $(wildcard include/config/hotplug.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/arm/unwind.h) \ $(wildcard include/config/have/tcm.h) \ include/asm-generic/vmlinux.lds.h \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/trace/branch/profiling.h) \ $(wildcard include/config/profile/all/branches.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/ftrace/syscalls.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/pm/trace.h) \ $(wildcard include/config/blk/dev/initrd.h) \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ include/linux/compiler.h \ $(wildcard include/config/sparse/rcu/pointer.h) \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/iwmmxt.h) \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ $(wildcard include/config/arm/patch/phys/virt.h) \ $(wildcard include/config/arm/patch/phys/virt/16bit.h) \ include/linux/const.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/arch/dma/addr/t/64bit.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ arch/arm/mach-omap2/include/mach/memory.h \ arch/arm/plat-omap/include/plat/memory.h \ $(wildcard include/config/arch/omap1.h) \ $(wildcard include/config/arch/omap15xx.h) \ $(wildcard include/config/fb/omap/consistent/dma/size.h) \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/sizes.h \ include/asm-generic/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ /home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/have/arch/pfn/valid.h) \ include/asm-generic/getorder.h \ arch/arm/kernel/vmlinux.lds: $(deps_arch/arm/kernel/vmlinux.lds) $(deps_arch/arm/kernel/vmlinux.lds):
0xD34D/kernel_amazon_tate
arch/arm/kernel/.vmlinux.lds.cmd
bat
gpl-2.0
4,497
cmd_drivers/gpu/drm/i2c/built-in.o := rm -f drivers/gpu/drm/i2c/built-in.o; ../../CodeSourcery/CodeSourcery/bin/arm-none-eabi-ar rcs drivers/gpu/drm/i2c/built-in.o
spacecaker/CM7_Space_Kernel_Cooper
drivers/gpu/drm/i2c/.built-in.o.cmd
bat
gpl-2.0
165
cmd_kernel/user_namespace.o := arm-linux-gnueabi-gcc -Wp,-MD,kernel/.user_namespace.o.d -nostdinc -isystem /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include -Iinclude -I/home/benoit/kernel_android/32/es209ra/arch/arm/include -include include/linux/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=2048 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fno-dwarf2-cfi-asm -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(user_namespace)" -D"KBUILD_MODNAME=KBUILD_STR(user_namespace)" -c -o kernel/user_namespace.o kernel/user_namespace.c deps_kernel/user_namespace.o := \ kernel/user_namespace.c \ $(wildcard include/config/keys.h) \ include/linux/module.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/modversions.h) \ $(wildcard include/config/unused/symbols.h) \ $(wildcard include/config/generic/bug.h) \ $(wildcard include/config/kallsyms.h) \ $(wildcard include/config/tracepoints.h) \ $(wildcard include/config/tracing.h) \ $(wildcard include/config/event/tracing.h) \ $(wildcard include/config/ftrace/mcount/record.h) \ $(wildcard include/config/module/unload.h) \ $(wildcard include/config/smp.h) \ $(wildcard include/config/constructors.h) \ $(wildcard include/config/sysfs.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/stddef.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) \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/linux/compiler-gcc4.h \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbdaf.h) \ $(wildcard include/config/phys/addr/t/64bit.h) \ $(wildcard include/config/64bit.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/types.h \ include/asm-generic/int-ll64.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitsperlong.h \ include/asm-generic/bitsperlong.h \ include/linux/posix_types.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/posix_types.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/processor.h \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/cpu/32v6k.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ptrace.h \ $(wildcard include/config/cpu/endian/be8.h) \ $(wildcard include/config/arm/thumb.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hwcap.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cache.h \ $(wildcard include/config/arm/l1/cache/shift.h) \ $(wildcard include/config/aeabi.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/system.h \ $(wildcard include/config/cpu/xsc3.h) \ $(wildcard include/config/cpu/fa526.h) \ $(wildcard include/config/arch/msm.h) \ $(wildcard include/config/cpu/sa1100.h) \ $(wildcard include/config/cpu/sa110.h) \ include/linux/linkage.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/linkage.h \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/irqsoff/tracer.h) \ $(wildcard include/config/preempt/tracer.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/linux/typecheck.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irqflags.h \ include/asm-generic/cmpxchg-local.h \ include/linux/stat.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/stat.h \ include/linux/time.h \ $(wildcard include/config/arch/uses/gettimeoffset.h) \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/prove/locking.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/dynamic/debug.h) \ $(wildcard include/config/ring/buffer.h) \ $(wildcard include/config/numa.h) \ /usr/lib/gcc-cross/arm-linux-gnueabi/4.7/include/stdarg.h \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/last/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bitops.h \ include/asm-generic/bitops/non-atomic.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/lock.h \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/linux/ratelimit.h \ include/linux/param.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/param.h \ $(wildcard include/config/hz.h) \ include/linux/dynamic_debug.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/byteorder.h \ include/linux/byteorder/little_endian.h \ include/linux/swab.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/swab.h \ include/linux/byteorder/generic.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug/relative/pointers.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/div64.h \ include/linux/seqlock.h \ include/linux/spinlock.h \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/thread_info.h \ $(wildcard include/config/arm/thumbee.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fpstate.h \ $(wildcard include/config/vfpv3.h) \ $(wildcard include/config/iwmmxt.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/domain.h \ $(wildcard include/config/verify/permission/fault.h) \ $(wildcard include/config/io/36.h) \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/linux/spinlock_types_up.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ include/linux/spinlock_up.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/atomic.h \ include/asm-generic/atomic-long.h \ include/linux/spinlock_api_up.h \ include/linux/math64.h \ include/linux/kmod.h \ include/linux/gfp.h \ $(wildcard include/config/kmemcheck.h) \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ $(wildcard include/config/debug/vm.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ $(wildcard include/config/arch/has/holes/memorymodel.h) \ include/linux/wait.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/current.h \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/init.h \ $(wildcard include/config/hotplug.h) \ include/linux/nodemask.h \ include/linux/bitmap.h \ include/linux/string.h \ $(wildcard include/config/binary/printf.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/string.h \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/page.h \ $(wildcard include/config/cpu/copy/v3.h) \ $(wildcard include/config/cpu/copy/v4wt.h) \ $(wildcard include/config/cpu/copy/v4wb.h) \ $(wildcard include/config/cpu/copy/feroceon.h) \ $(wildcard include/config/cpu/copy/fa.h) \ $(wildcard include/config/cpu/xscale.h) \ $(wildcard include/config/cpu/copy/v6.h) \ $(wildcard include/config/memory/hotplug/sparse.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/glue.h \ $(wildcard include/config/cpu/arm610.h) \ $(wildcard include/config/cpu/arm710.h) \ $(wildcard include/config/cpu/abrt/lv4t.h) \ $(wildcard include/config/cpu/abrt/ev4.h) \ $(wildcard include/config/cpu/abrt/ev4t.h) \ $(wildcard include/config/cpu/abrt/ev5tj.h) \ $(wildcard include/config/cpu/abrt/ev5t.h) \ $(wildcard include/config/cpu/abrt/ev6.h) \ $(wildcard include/config/cpu/abrt/ev7.h) \ $(wildcard include/config/cpu/pabrt/legacy.h) \ $(wildcard include/config/cpu/pabrt/v6.h) \ $(wildcard include/config/cpu/pabrt/v7.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/memory.h \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/thumb2/kernel.h) \ $(wildcard include/config/dram/size.h) \ $(wildcard include/config/dram/base.h) \ include/linux/const.h \ arch/arm/mach-msm/include/mach/memory.h \ $(wildcard include/config/phys/offset.h) \ $(wildcard include/config/arch/msm7x30.h) \ $(wildcard include/config/vmsplit/3g.h) \ $(wildcard include/config/arch/msm/arm11.h) \ $(wildcard include/config/cache/l2x0.h) \ $(wildcard include/config/arch/msm/scorpion.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sizes.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/sparsemem/vmemmap.h) \ include/asm-generic/getorder.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ $(wildcard include/config/memory/hotremove.h) \ include/linux/notifier.h \ include/linux/errno.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/linux/rwsem-spinlock.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/linux/cpumask.h \ $(wildcard include/config/cpumask/offstack.h) \ $(wildcard include/config/hotplug/cpu.h) \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/disable/obsolete/cpumask/functions.h) \ include/linux/smp.h \ $(wildcard include/config/use/generic/smp/helpers.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/topology.h \ include/asm-generic/topology.h \ include/linux/mmdebug.h \ $(wildcard include/config/debug/virtual.h) \ include/linux/elf.h \ include/linux/elf-em.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/elf.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/user.h \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/kref.h \ include/linux/moduleparam.h \ $(wildcard include/config/alpha.h) \ $(wildcard include/config/ia64.h) \ $(wildcard include/config/ppc64.h) \ include/linux/tracepoint.h \ include/linux/rcupdate.h \ $(wildcard include/config/tree/preempt/rcu.h) \ $(wildcard include/config/tree/rcu.h) \ include/linux/completion.h \ include/linux/rcutree.h \ $(wildcard include/config/no/hz.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/local.h \ include/asm-generic/local.h \ include/linux/percpu.h \ $(wildcard include/config/have/legacy/per/cpu/area.h) \ $(wildcard include/config/need/per/cpu/embed/first/chunk.h) \ $(wildcard include/config/need/per/cpu/page/first/chunk.h) \ $(wildcard include/config/debug/kmemleak.h) \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ include/linux/slob_def.h \ include/linux/pfn.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/percpu.h \ include/asm-generic/percpu.h \ include/linux/percpu-defs.h \ $(wildcard include/config/debug/force/weak/per/cpu.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/module.h \ $(wildcard include/config/arm/unwind.h) \ include/trace/events/module.h \ include/trace/define_trace.h \ include/linux/nsproxy.h \ $(wildcard include/config/cgroup/ns.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/detect/hung/task.h) \ $(wildcard include/config/core/dump/default/elf/headers.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/epoll.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/perf/events.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/cc/stackprotector.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/function/graph/tracer.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/stack/growsup.h) \ $(wildcard include/config/debug/stack/usage.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ $(wildcard include/config/security/file/capabilities.h) \ include/linux/timex.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/timex.h \ arch/arm/mach-msm/include/mach/timex.h \ include/linux/jiffies.h \ include/linux/rbtree.h \ include/linux/mm_types.h \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/want/page/debug/flags.h) \ $(wildcard include/config/aio.h) \ $(wildcard include/config/proc/fs.h) \ $(wildcard include/config/mmu/notifier.h) \ include/linux/auxvec.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/page-debug-flags.h \ $(wildcard include/config/page/poisoning.h) \ $(wildcard include/config/page/debug/something/else.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mmu.h \ $(wildcard include/config/cpu/has/asid.h) \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ipcbuf.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sembuf.h \ include/linux/signal.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/signal.h \ include/asm-generic/signal-defs.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/sigcontext.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/linux/rculist.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/resource.h \ /home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects/free.h) \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/latencytop.h \ include/linux/cred.h \ $(wildcard include/config/debug/credentials.h) \ $(wildcard include/config/security.h) \ include/linux/key.h \ $(wildcard include/config/sysctl.h) \ include/linux/sysctl.h \ include/linux/selinux.h \ $(wildcard include/config/security/selinux.h) \ include/linux/aio.h \ include/linux/workqueue.h \ include/linux/aio_abi.h \ include/linux/uio.h \ include/linux/user_namespace.h \ $(wildcard include/config/user/ns.h) \ include/linux/err.h \ kernel/user_namespace.o: $(deps_kernel/user_namespace.o) $(deps_kernel/user_namespace.o):
b8e5n/KTG-kernel_es209ra
kernel/.user_namespace.o.cmd
bat
gpl-2.0
19,299
@echo off color a Title Chat set /p serv=<"room.temp" set /p un=<"session.temp" echo Room %serv% >> "%~dp0\Rooms\chat%serv%.room" :a cls echo. set /p ms=New Message: if %ms%==/exit goto b echo %un% : %ms% >> "%~dp0\Rooms\chat%serv%.room" Timeout /t 5 goto a :b echo %un% has left the room >> "%~dp0\Rooms\chat%serv%.room" call Main
JackBinary/ParagonChat
Messenger.bat
bat
gpl-2.0
335
cmd_sound/soc/mid-x86/built-in.o := rm -f sound/soc/mid-x86/built-in.o; ../arm-fsl-linux-gnueabi/bin/arm-fsl-linux-gnueabi-ar rcsD sound/soc/mid-x86/built-in.o
chrnueve/udooImaxdi
kernel_oficial_source/sound/soc/mid-x86/.built-in.o.cmd
bat
gpl-2.0
161
cmd_drivers/idle/built-in.o := rm -f drivers/idle/built-in.o; /home/friedrich420/kernel/sm-arm-eabi-4.10/bin/arm-eabi-ar rcsD drivers/idle/built-in.o
friedrich420/Note-3-Kernel
drivers/idle/.built-in.o.cmd
bat
gpl-2.0
151
cmd_drivers/cpuidle/built-in.o := /home/algesat/arm-eabi-4.7/bin/arm-eabi-ld -EL -r -o drivers/cpuidle/built-in.o drivers/cpuidle/cpuidle.o drivers/cpuidle/driver.o drivers/cpuidle/governor.o drivers/cpuidle/sysfs.o drivers/cpuidle/governors/built-in.o
Algesat/BladeApex2
drivers/cpuidle/.built-in.o.cmd
bat
gpl-2.0
258
cmd_libbb/unicode.o := gcc -Wp,-MD,libbb/.unicode.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.18.4)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(unicode)" -D"KBUILD_MODNAME=KBUILD_STR(unicode)" -c -o libbb/unicode.o libbb/unicode.c deps_libbb/unicode.o := \ libbb/unicode.c \ $(wildcard include/config/unicode/using/locale.h) \ $(wildcard include/config/feature/check/unicode/in/env.h) \ $(wildcard include/config/last/supported/wchar.h) \ $(wildcard include/config/unicode/bidi/support.h) \ $(wildcard include/config/unicode/neutral/table.h) \ $(wildcard include/config/unicode/combining/wchars.h) \ $(wildcard include/config/unicode/wide/wchars.h) \ $(wildcard include/config/subst/wchar.h) \ include/libbb.h \ $(wildcard include/config/selinux.h) \ $(wildcard include/config/locale/support.h) \ $(wildcard include/config/feature/shadowpasswds.h) \ $(wildcard include/config/use/bb/shadow.h) \ $(wildcard include/config/use/bb/pwd/grp.h) \ $(wildcard include/config/lfs.h) \ $(wildcard include/config/feature/buffers/go/on/stack.h) \ $(wildcard include/config/feature/buffers/go/in/bss.h) \ $(wildcard include/config/feature/ipv6.h) \ $(wildcard include/config/feature/seamless/lzma.h) \ $(wildcard include/config/feature/seamless/bz2.h) \ $(wildcard include/config/feature/seamless/gz.h) \ $(wildcard include/config/feature/seamless/z.h) \ $(wildcard include/config/feature/check/names.h) \ $(wildcard include/config/feature/utmp.h) \ $(wildcard include/config/feature/prefer/applets.h) \ $(wildcard include/config/busybox/exec/path.h) \ $(wildcard include/config/long/opts.h) \ $(wildcard include/config/feature/getopt/long.h) \ $(wildcard include/config/feature/pidfile.h) \ $(wildcard include/config/feature/syslog.h) \ $(wildcard include/config/feature/individual.h) \ $(wildcard include/config/echo.h) \ $(wildcard include/config/printf.h) \ $(wildcard include/config/test.h) \ $(wildcard include/config/kill.h) \ $(wildcard include/config/chown.h) \ $(wildcard include/config/ls.h) \ $(wildcard include/config/xxx.h) \ $(wildcard include/config/route.h) \ $(wildcard include/config/feature/hwib.h) \ $(wildcard include/config/desktop.h) \ $(wildcard include/config/feature/crond/d.h) \ $(wildcard include/config/use/bb/crypt.h) \ $(wildcard include/config/feature/adduser/to/group.h) \ $(wildcard include/config/feature/del/user/from/group.h) \ $(wildcard include/config/ioctl/hex2str/error.h) \ $(wildcard include/config/feature/editing.h) \ $(wildcard include/config/feature/editing/history.h) \ $(wildcard include/config/feature/editing/savehistory.h) \ $(wildcard include/config/feature/tab/completion.h) \ $(wildcard include/config/feature/username/completion.h) \ $(wildcard include/config/feature/editing/vi.h) \ $(wildcard include/config/pmap.h) \ $(wildcard include/config/feature/show/threads.h) \ $(wildcard include/config/feature/ps/additional/columns.h) \ $(wildcard include/config/feature/topmem.h) \ $(wildcard include/config/feature/top/smp/process.h) \ $(wildcard include/config/killall.h) \ $(wildcard include/config/pgrep.h) \ $(wildcard include/config/pkill.h) \ $(wildcard include/config/pidof.h) \ $(wildcard include/config/sestatus.h) \ $(wildcard include/config/feature/mtab/support.h) \ $(wildcard include/config/feature/devfs.h) \ include/platform.h \ $(wildcard include/config/werror.h) \ $(wildcard include/config/big/endian.h) \ $(wildcard include/config/little/endian.h) \ $(wildcard include/config/nommu.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/limits.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include-fixed/syslimits.h \ /usr/include/limits.h \ /usr/include/features.h \ /usr/include/x86_64-linux-gnu/bits/predefs.h \ /usr/include/x86_64-linux-gnu/sys/cdefs.h \ /usr/include/x86_64-linux-gnu/bits/wordsize.h \ /usr/include/x86_64-linux-gnu/gnu/stubs.h \ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \ /usr/include/x86_64-linux-gnu/bits/local_lim.h \ /usr/include/linux/limits.h \ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \ /usr/include/byteswap.h \ /usr/include/x86_64-linux-gnu/bits/byteswap.h \ /usr/include/endian.h \ /usr/include/x86_64-linux-gnu/bits/endian.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdint.h \ /usr/include/stdint.h \ /usr/include/x86_64-linux-gnu/bits/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdbool.h \ /usr/include/ctype.h \ /usr/include/x86_64-linux-gnu/bits/types.h \ /usr/include/x86_64-linux-gnu/bits/typesizes.h \ /usr/include/xlocale.h \ /usr/include/dirent.h \ /usr/include/x86_64-linux-gnu/bits/dirent.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stddef.h \ /usr/include/errno.h \ /usr/include/x86_64-linux-gnu/bits/errno.h \ /usr/include/linux/errno.h \ /usr/include/x86_64-linux-gnu/asm/errno.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/fcntl.h \ /usr/include/x86_64-linux-gnu/bits/fcntl.h \ /usr/include/x86_64-linux-gnu/sys/types.h \ /usr/include/time.h \ /usr/include/x86_64-linux-gnu/sys/select.h \ /usr/include/x86_64-linux-gnu/bits/select.h \ /usr/include/x86_64-linux-gnu/bits/sigset.h \ /usr/include/x86_64-linux-gnu/bits/time.h \ /usr/include/x86_64-linux-gnu/sys/sysmacros.h \ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \ /usr/include/x86_64-linux-gnu/bits/uio.h \ /usr/include/x86_64-linux-gnu/bits/stat.h \ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \ /usr/include/inttypes.h \ /usr/include/netdb.h \ /usr/include/netinet/in.h \ /usr/include/x86_64-linux-gnu/sys/socket.h \ /usr/include/x86_64-linux-gnu/sys/uio.h \ /usr/include/x86_64-linux-gnu/bits/socket.h \ /usr/include/x86_64-linux-gnu/bits/sockaddr.h \ /usr/include/x86_64-linux-gnu/asm/socket.h \ /usr/include/asm-generic/socket.h \ /usr/include/x86_64-linux-gnu/asm/sockios.h \ /usr/include/asm-generic/sockios.h \ /usr/include/x86_64-linux-gnu/bits/socket2.h \ /usr/include/x86_64-linux-gnu/bits/in.h \ /usr/include/rpc/netdb.h \ /usr/include/x86_64-linux-gnu/bits/siginfo.h \ /usr/include/x86_64-linux-gnu/bits/netdb.h \ /usr/include/setjmp.h \ /usr/include/x86_64-linux-gnu/bits/setjmp.h \ /usr/include/x86_64-linux-gnu/bits/setjmp2.h \ /usr/include/signal.h \ /usr/include/x86_64-linux-gnu/bits/signum.h \ /usr/include/x86_64-linux-gnu/bits/sigaction.h \ /usr/include/x86_64-linux-gnu/bits/sigcontext.h \ /usr/include/x86_64-linux-gnu/bits/sigstack.h \ /usr/include/x86_64-linux-gnu/sys/ucontext.h \ /usr/include/x86_64-linux-gnu/bits/sigthread.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/gcc/x86_64-linux-gnu/4.6.1/include/stdarg.h \ /usr/include/x86_64-linux-gnu/bits/sys_errlist.h \ /usr/include/x86_64-linux-gnu/bits/stdio2.h \ /usr/include/stdlib.h \ /usr/include/x86_64-linux-gnu/bits/waitflags.h \ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/x86_64-linux-gnu/bits/stdlib.h \ /usr/include/string.h \ /usr/include/x86_64-linux-gnu/bits/string3.h \ /usr/include/x86_64-linux-gnu/sys/poll.h \ /usr/include/x86_64-linux-gnu/bits/poll.h \ /usr/include/x86_64-linux-gnu/sys/ioctl.h \ /usr/include/x86_64-linux-gnu/bits/ioctls.h \ /usr/include/x86_64-linux-gnu/asm/ioctls.h \ /usr/include/asm-generic/ioctls.h \ /usr/include/linux/ioctl.h \ /usr/include/x86_64-linux-gnu/asm/ioctl.h \ /usr/include/asm-generic/ioctl.h \ /usr/include/x86_64-linux-gnu/bits/ioctl-types.h \ /usr/include/x86_64-linux-gnu/sys/ttydefaults.h \ /usr/include/x86_64-linux-gnu/sys/mman.h \ /usr/include/x86_64-linux-gnu/bits/mman.h \ /usr/include/x86_64-linux-gnu/sys/stat.h \ /usr/include/x86_64-linux-gnu/sys/time.h \ /usr/include/x86_64-linux-gnu/sys/wait.h \ /usr/include/x86_64-linux-gnu/sys/resource.h \ /usr/include/x86_64-linux-gnu/bits/resource.h \ /usr/include/termios.h \ /usr/include/x86_64-linux-gnu/bits/termios.h \ /usr/include/unistd.h \ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \ /usr/include/x86_64-linux-gnu/bits/environments.h \ /usr/include/x86_64-linux-gnu/bits/confname.h \ /usr/include/getopt.h \ /usr/include/x86_64-linux-gnu/bits/unistd.h \ /usr/include/x86_64-linux-gnu/sys/param.h \ /usr/include/linux/param.h \ /usr/include/x86_64-linux-gnu/asm/param.h \ /usr/include/asm-generic/param.h \ /usr/include/mntent.h \ /usr/include/paths.h \ /usr/include/x86_64-linux-gnu/sys/statfs.h \ /usr/include/x86_64-linux-gnu/bits/statfs.h \ /usr/include/pwd.h \ /usr/include/grp.h \ /usr/include/arpa/inet.h \ include/pwd_.h \ include/grp_.h \ include/shadow_.h \ include/xatonum.h \ include/unicode.h \ $(wildcard include/config/unicode/support.h) \ libbb/unicode.o: $(deps_libbb/unicode.o) $(deps_libbb/unicode.o):
muthumani2/Muthu-busybox
libbb/.unicode.o.cmd
bat
gpl-2.0
9,877
@echo off REM -- First make map file from Microsoft Visual C++ generated resource.h echo // MAKEHELP.BAT generated Help Map file. Used by FCHTMLED.HPJ. >"hlp\FcHtmlEd.hm" echo. >>"hlp\FcHtmlEd.hm" echo // Commands (ID_* and IDM_*) >>"hlp\FcHtmlEd.hm" makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\FcHtmlEd.hm" echo. >>"hlp\FcHtmlEd.hm" echo // Prompts (IDP_*) >>"hlp\FcHtmlEd.hm" makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\FcHtmlEd.hm" echo. >>"hlp\FcHtmlEd.hm" echo // Resources (IDR_*) >>"hlp\FcHtmlEd.hm" makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\FcHtmlEd.hm" echo. >>"hlp\FcHtmlEd.hm" echo // Dialogs (IDD_*) >>"hlp\FcHtmlEd.hm" makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\FcHtmlEd.hm" echo. >>"hlp\FcHtmlEd.hm" echo // Frame Controls (IDW_*) >>"hlp\FcHtmlEd.hm" makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\FcHtmlEd.hm" REM -- Make help for Project FCHTMLED echo Building Win32 Help files start /wait hcw /C /E /M "hlp\FcHtmlEd.hpj" if errorlevel 1 goto :Error if not exist "hlp\FcHtmlEd.hlp" goto :Error if not exist "hlp\FcHtmlEd.cnt" goto :Error echo. if exist Debug\nul copy "hlp\FcHtmlEd.hlp" Debug if exist Debug\nul copy "hlp\FcHtmlEd.cnt" Debug if exist Release\nul copy "hlp\FcHtmlEd.hlp" Release if exist Release\nul copy "hlp\FcHtmlEd.cnt" Release echo. goto :done :Error echo hlp\FcHtmlEd.hpj(1) : error: Problem encountered creating help file :done echo.
MECTsrl/ATCMcontrol_Engineering
src/COM/softing/fc/CE/HtmlEditor/MakeHelp.bat
bat
gpl-3.0
1,434
copy "build-extras.gradle" "platforms/android/"
jmevangelist/cordova-custom-gradle
dist/appBeforeBuild.bat
bat
gpl-3.0
47
set wsdl2h=..\..\..\..\tools\gsoap-wsdl2h.exe -s -o set soapcpp2=..\..\..\..\tools\gsoap-soapcpp2.exe -1 -i -n -C rem $(SolutionDir)..\..\tools\gsoap-wsdl2h.exe -s -o vetisams.h http://api.vetrf.ru/schema/platform/services/2.0-RC-last/ams-mercury-g2b.service_v2.0_pilot.wsdl http://api.vetrf.ru/schema/platform/services/2.0-RC-last/EnterpriseService_v2.0_pilot.wsdl http://api.vetrf.ru/schema/platform/services/2.0-RC-last/ProductService_v2.0_pilot.wsdl %wsdl2h% vetisams.h http://api.vetrf.ru/schema/platform/services/2.0-last/mercury-g2b.service_v2.0.wsdl http://api.vetrf.ru/schema/platform/services/ApplicationManagementService_v1.4_production.wsdl %soapcpp2% -pvetisams vetisams.h
papyrussolution/OpenPapyrus
Src/SOAP/CLIENT/VETIS/mk.bat
bat
agpl-3.0
687
@if "%echo_on%" == "" @echo off setlocal enableextensions disabledelayedexpansion :: Parse options :GETOPTS if /I "%~1" == "/?" goto USAGE if /I "%~1" == "/Help" goto USAGE if /I "%~1" == "/clean" set CLEAN=1 if /I "%~1" == "/nopack" set NOPACK=1 shift if not (%1)==() goto GETOPTS echo Cleaning outputs del Microsoft.IoT.SDKFromArduino*.nupkg 2> NUL rmdir /s /q nupkg 2> NUL :: if a clean was requested, exit here if "%CLEAN%"=="1" goto end echo. echo Creating nupkg directory structure md nupkg md nupkg\build md nupkg\build\native md nupkg\build\native\include md nupkg\build\native\source md nupkg\build\native\lib set arduinoSDKSources=..\Arduino\hardware\arduino\avr\cores\arduino set arduinoLibrarySources=..\Arduino\libraries if not exist %arduinoSDKSources%\Print.h ( echo The Arduino sources are not checked out. checking them out pushd .. git submodule init git submodule update popd ) if not exist %arduinoSDKSources%\Print.h ( echo The Arduino sources could not be checked out ) echo. echo Copying files into nuget package structure copy Microsoft.IoT.SDKFromArduino.nuspec nupkg /y || goto err copy Microsoft.IoT.SDKFromArduino.targets nupkg\build\native /y || goto err if exist *.h (copy *.h nupkg\build\native\include /y) || goto err copy %arduinoSDKSources%\binary.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\Client.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\IPAddress.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\Print.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\Printable.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\Server.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\Stream.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\WCharacter.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\WString.h nupkg\build\native\include /y || goto err copy %arduinoSDKSources%\Udp.h nupkg\build\native\include /y || goto err copy %arduinoLibrarySources%\LiquidCrystal\src\LiquidCrystal.h nupkg\build\native\include /y || goto err copy %arduinoLibrarySources%\Stepper\src\Stepper.h nupkg\build\native\include /y || goto err if exist *.cpp (copy *.cpp nupkg\build\native\source /y) || goto err copy %arduinoSDKSources%\IPAddress.cpp nupkg\build\native\source /y || goto err copy %arduinoSDKSources%\Print.cpp nupkg\build\native\source /y || goto err copy %arduinoSDKSources%\Stream.cpp nupkg\build\native\source /y || goto err copy %arduinoSDKSources%\WString.cpp nupkg\build\native\source /y || goto err copy %arduinoLibrarySources%\LiquidCrystal\src\LiquidCrystal.cpp nupkg\build\native\source /y || goto err copy %arduinoLibrarySources%\Stepper\src\Stepper.cpp nupkg\build\native\source /y || goto err copy ..\license.txt nupkg /y || goto err copy ..\notices.txt nupkg /y || goto err :: skip packaging step if requested if "%NOPACK%"=="1" goto end echo Creating NuGet Package nuget help > NUL IF ERRORLEVEL 1 ( echo Please install nuget.exe from http://nuget.org goto err ) nuget pack nupkg\Microsoft.IoT.SDKFromArduino.nuspec || goto err :end echo Success exit /b 0 :err echo Script failed! exit /b 1
ms-iot/arduino-sdk
source/build-nupkg.cmd
bat
lgpl-2.1
3,235
@ECHO OFF pushd %~dp0 REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=python -msphinx ) set SOURCEDIR=source set BUILDDIR=build set SPHINXPROJ=BirdhouseWorkshop if "%1" == "" goto help %SPHINXBUILD% >NUL 2>NUL if errorlevel 9009 ( echo. echo.The Sphinx module was not found. Make sure you have Sphinx installed, echo.then set the SPHINXBUILD environment variable to point to the full echo.path of the 'sphinx-build' executable. Alternatively you may add the echo.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
bird-house/birdhouse-workshop
docs/make.bat
bat
apache-2.0
819
@echo off setlocal rem ---- parameters expected ---- rem see readme for additional details rem rem 1. process id or service (required) rem 2. agent options for mbeans and interval (optional, if . set to default value) rem 3. service identifier for the process being monitored (optional, if . set to default value) rem 4. program arguments (optional, if . set to default value) rem ----------------------------- set RUNDIR=%~dp0 rem ---- WAS environment configuration ---- set WAS_HOME=C:\IBM\WebSphere\AppServer rem set WAS_HOME=C:\Program Files (x86)\IBM\WebSphere\AppServer set JAVA_HOME=%WAS_HOME%\java set WAS_PATH=%WAS_HOME%\runtimes\*;%WAS_HOME%\lib\webadmin\management.jar;%WAS_HOME%\plugins\com.ibm.ws.runtime.jar set MYCLIENTSAS="-Dcom.ibm.CORBA.ConfigURL=file:%RUNDIR%..\config\sas.client.props" set MYCLIENTSSL="-Dcom.ibm.SSL.ConfigURL=file:%RUNDIR%..\config\ssl.client.props" rem ---------------------------------------- rem ---- appending libs path with WAS libs ---- set LIBPATH=%RUNDIR%..\*;%RUNDIR%..\lib\*;%WAS_PATH% rem ------------------------------------------- set JAVA_EXEC="java" IF ["%JAVA_HOME%"] EQU [""] ( echo "JAVA_HOME" env. variable is not defined!.. ) else ( echo Will use java from: "%JAVA_HOME%" set JAVA_EXEC="%JAVA_HOME%\bin\java" ) for /f tokens^=2-5^ delims^=.+-_^" %%j in ('%JAVA_EXEC% -fullversion 2^>^&1') do set "jver=%%j%%k" rem for early access versions replace "ea" part with "00" to get comparable number set jver=%jver:ea=00% IF %jver% GTR 18 set TNT4JOPTS="--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED" "--add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED" IF %jver% LEQ 18 set LIBPATH=%LIBPATH%;%JAVA_HOME%\lib\tools.jar set TNT4JOPTS=%TNT4JOPTS% "-Dtnt4j.dump.on.vm.shutdown=true" "-Dtnt4j.dump.on.exception=true" "-Dtnt4j.dump.provider.default=true" IF ["%TNT4J_PROPERTIES%"] EQU [""] set TNT4J_PROPERTIES="%RUNDIR%..\config\tnt4j.properties" set TNT4JOPTS=%TNT4JOPTS% "-Dtnt4j.config=%TNT4J_PROPERTIES%" IF ["%LOG4J_PROPERTIES%"] EQU [""] set LOG4J_PROPERTIES="%RUNDIR%..\config\log4j2.xml" set TNT4JOPTS=%TNT4JOPTS% "-Dlog4j2.configurationFile=file:///%LOG4J_PROPERTIES%" rem ---- adding WAS specific JMX sampler options ---- set TNT4JOPTS=%TNT4JOPTS% "-Dcom.jkoolcloud.tnt4j.stream.jmx.agent.forceObjectName=true" "-Dcom.jkoolcloud.tnt4j.stream.jmx.sampler.factory=com.jkoolcloud.tnt4j.stream.jmx.impl.WASSamplerFactory" "-Dcom.jkoolcloud.tnt4j.stream.jmx.agent.excludeOnError=true" rem ------------------------------------------------- rem ---- Agent sampler options ---- set AGENT_OPTIONS=*:*!!60000 if "%TNT4J_AGENT_OPTIONS%"=="" set TNT4J_AGENT_OPTIONS=%AGENT_OPTIONS% if not "%2"=="" if not "%2"=="." set TNT4J_AGENT_OPTIONS=%2 shift /2 rem ------------------------------- rem ---- AppServer identifies source ---- if "%TNT4J_APPSERVER%"=="" set TNT4J_APPSERVER=Default if not "%2"=="" if not "%2"=="." set TNT4J_APPSERVER=%2 shift /2 set TNT4JOPTS=%TNT4JOPTS% "-Dfile.encoding=UTF-8" "-Dsjmx.serviceId=%TNT4J_APPSERVER%" rem ------------------------------------- rem ---- Agent arguments ---- rem use this when streaming to AutoPilot rem if "%TNT4J_AGENT_ARGS%"=="" set TNT4J_AGENT_ARGS=-slp:compositeDelimiter=\ rem use this when streaming to jKool if "%TNT4J_AGENT_ARGS%"=="" set TNT4J_AGENT_ARGS=-slp:compositeDelimiter=_ if not "%2"=="" if not "%2"=="." set TNT4J_AGENT_ARGS=%2 %3 %4 %5 %6 %7 %8 %9 rem ------------------------- set CONN_OPTIONS=-connect -vm:service:jmx:iiop://localhost:2809/jndi/JMXConnector -cp:java.naming.provider.url=corbaname:iiop:localhost:2809 rem --- Uncomment if WAS and IBM JVM requires connection authentication or getting naming related exceptions --- rem --- also do not forget to alter sas.client.props file to disable basic authentication --- rem set CONN_OPTIONS=-connect -vm:service:jmx:iiop://localhost:2809/jndi/JMXConnector -ul:Admin -up:admin -cp:java.naming.factory.initial=com.ibm.websphere.naming.WsnInitialContextFactory -cp:java.naming.factory.url.pkgs=com.ibm.ws.naming -cp:java.naming.provider.url=corbaloc:iiop:localhost:2809/WsnAdminNameService rem ------------------------------------------------------------------------------------------------------------ @echo on rem --- using JAVA_HOME java and setting WAS specific options --- %JAVA_EXEC% %TNT4JOPTS% %MYCLIENTSAS% %MYCLIENTSSL% -classpath "%LIBPATH%" com.jkoolcloud.tnt4j.stream.jmx.SamplingAgent %CONN_OPTIONS% -ao:%TNT4J_AGENT_OPTIONS% %TNT4J_AGENT_ARGS% rem -------------------------------------------------------------
Nastel/tnt4j-stream-jmx
bin/stream-jmx-connect-was.bat
bat
apache-2.0
4,522
@ECHO OFF cd ..\triana-app\dist triana.bat %*
CSCSI/Triana
bin/triana.bat
bat
apache-2.0
51
@echo off call "..\..\tools\windows\init.visualstudio.cmd" set PLATFORM_NAME=%2 powershell .\test.Magick.NET.ps1 -quantumName %1 -platformName %PLATFORM_NAME:"='% if %errorlevel% neq 0 exit /b %errorlevel%
dlemstra/Magick.NET
build/windows/test.Magick.NET.cmd
bat
apache-2.0
207
@echo off rem rem Add extra JVM options here rem set OPTS=-Xms64m -Xmx256m rem rem Build command line arguments rem set CMD_LINE_ARGS=%1 if ""%1""=="""" goto doneStart shift :setupArgs if ""%1""=="""" goto doneStart set CMD_LINE_ARGS=%CMD_LINE_ARGS% %1 shift goto setupArgs :doneStart rem rem Launch the DCS rem java %OPTS% -Djava.ext.dirs=lib org.carrot2.cli.batch.BatchApp %CMD_LINE_ARGS%
arnaudsj/carrot2
applications/carrot2-cli/etc/batch.cmd
bat
bsd-3-clause
418
ck plot graph: @reproduce_density_graph_high.json
ctuning/reproduce-ck-paper
script/reproduce-filter-variation/reproduce_density_graph_high.bat
bat
bsd-3-clause
50
python -m pip install setuptools python -m pip install http://www.lfd.uci.edu/~gohlke/pythonlibs/3i673h27/numpy-1.9.2+mkl-cp27-none-win32.whl python -m pip install mako python -m pip install cherrypy python -m pip install numpy python -m pip install python-dateutil python -m pip install pytz python -m pip install pyparsing python -m pip install six python -m pip install matplotlib python -m pip install sympy python -m pip install routes pause
dukenmarga/civil-engineering-toolbox
install_windows.cmd
bat
bsd-3-clause
458
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_WOPI.MS_WOPI_S07_EditorsTable.TestCase_S07_TC01_EditorsTable_JoinEditSession /testcontainer:..\..\MS-WOPI\TestSuite\bin\Debug\MS-WOPI_TestSuite.dll /runconfig:..\..\MS-WOPI\MS-WOPI.testsettings /unique pause
XinwLi/Interop-TestSuites-1
FileSyncandWOPI/Source/Scripts/MS-WOPI/RunMSWOPI_S07_TC01.cmd
bat
mit
301
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S04_SyncFastTransferServerClientServerExtended_TestSuite.MSOXCFXICS_S04_SyncFastTransferServerClientServerExtended_TestSuite11 /testcontainer:..\..\MS-OXCFXICS\TestSuite\bin\Debug\MS-OXCFXICS_TestSuite.dll /runconfig:..\..\MS-OXCFXICS\MS-OXCFXICS.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXCFXICS/RunMSOXCFXICS_S04_SyncFastTransferServerClientServerExtended_TestSuite11.cmd
bat
mit
376
@echo off pushd %~dp0 "%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXNSPI.S02_ObtainDetailsInfo.MSOXNSPI_S02_TC35_NspiSeekEntriesStringConversion /testcontainer:..\..\MS-OXNSPI\TestSuite\bin\Debug\MS-OXNSPI_TestSuite.dll /runconfig:..\..\MS-OXNSPI\MS-OXNSPI.testsettings /unique pause
XinwLi/Interop-TestSuites-1
ExchangeMAPI/Source/Scripts/MS-OXNSPI/RunMSOXNSPI_S02_TC35_NspiSeekEntriesStringConversion.cmd
bat
mit
311
cmd_net/bridge/netfilter/ebtables.ko := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-ld -m elf32ltsmip -r -o net/bridge/netfilter/ebtables.ko net/bridge/netfilter/ebtables.o net/bridge/netfilter/ebtables.mod.o
smx-smx/dsl-n55u-bender
release/src-ra/linux/linux-2.6.21.x/net/bridge/netfilter/.ebtables.ko.cmd
bat
gpl-2.0
212
cmd_scripts/kconfig/lxdialog/textbox.o := gcc -Wp,-MD,scripts/kconfig/lxdialog/.textbox.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -c -o scripts/kconfig/lxdialog/textbox.o scripts/kconfig/lxdialog/textbox.c deps_scripts/kconfig/lxdialog/textbox.o := \ scripts/kconfig/lxdialog/textbox.c \ scripts/kconfig/lxdialog/dialog.h \ /usr/include/sys/types.h \ /usr/include/features.h \ /usr/include/bits/predefs.h \ /usr/include/sys/cdefs.h \ /usr/include/bits/wordsize.h \ /usr/include/gnu/stubs.h \ /usr/include/gnu/stubs-64.h \ /usr/include/bits/types.h \ /usr/include/bits/typesizes.h \ /usr/include/time.h \ /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stddef.h \ /usr/include/endian.h \ /usr/include/bits/endian.h \ /usr/include/bits/byteswap.h \ /usr/include/sys/select.h \ /usr/include/bits/select.h \ /usr/include/bits/sigset.h \ /usr/include/bits/time.h \ /usr/include/sys/sysmacros.h \ /usr/include/bits/pthreadtypes.h \ /usr/include/fcntl.h \ /usr/include/bits/fcntl.h \ /usr/include/bits/stat.h \ /usr/include/bits/fcntl2.h \ /usr/include/unistd.h \ /usr/include/bits/posix_opt.h \ /usr/include/bits/environments.h \ /usr/include/bits/confname.h \ /usr/include/getopt.h \ /usr/include/bits/unistd.h \ /usr/include/ctype.h \ /usr/include/xlocale.h \ /usr/include/stdlib.h \ /usr/include/bits/waitflags.h \ /usr/include/bits/waitstatus.h \ /usr/include/alloca.h \ /usr/include/bits/stdlib.h \ /usr/include/string.h \ /usr/include/bits/string.h \ /usr/include/bits/string2.h \ /usr/include/bits/string3.h \ /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdbool.h \ /usr/include/libintl.h \ /usr/include/locale.h \ /usr/include/bits/locale.h \ /usr/include/ncurses.h \ /usr/include/ncurses_dll.h \ /usr/include/stdio.h \ /usr/include/libio.h \ /usr/include/_G_config.h \ /usr/include/wchar.h \ /usr/lib/x86_64-linux-gnu/gcc/x86_64-linux-gnu/4.5.2/include/stdarg.h \ /usr/include/bits/stdio_lim.h \ /usr/include/bits/sys_errlist.h \ /usr/include/bits/stdio.h \ /usr/include/bits/stdio2.h \ /usr/include/unctrl.h \ /usr/include/curses.h \ scripts/kconfig/lxdialog/textbox.o: $(deps_scripts/kconfig/lxdialog/textbox.o) $(deps_scripts/kconfig/lxdialog/textbox.o):
bozont/2.6.35
scripts/kconfig/lxdialog/.textbox.o.cmd
bat
gpl-2.0
2,388
@echo off SET PATH=%PATH%;%~dp0 "%~dp0node" "%~dp0..\..\packages\NoGit.0.0.5\node_modules\nogit\bin\git.js" %*
TheDarkCode/AngularAzureSearch
src/AngularAzureSearch/AngularAzureSearch.WebRole/.bin/git.cmd
bat
mit
110
::------------------------------------------------------------------------------------------------------- :: Copyright (C) Microsoft. All rights reserved. :: Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. ::------------------------------------------------------------------------------------------------------- ch.exe %1
arunetm/ChakraCore_0114
test/rltimeout/runjsfile.cmd
bat
mit
384
@build.cmd version=net_35 target=Release %*
nahojd/ContinuousTests
lib/machine-machine.specifications/machine-machine.specifications-3eb521b/build-3.5-release.cmd
bat
lgpl-2.1
43
echo "===================================================" echo "CLEANUP" echo "===================================================" make clean make -f Makefile.emscripten clean echo "" echo "===================================================" echo "BUILDING NATIVELY" echo "===================================================" make echo "" echo "===================================================" echo "BUILDING FOR THE WEB" echo "===================================================" make -f Makefile.emscripten echo ""
rroa/GeometryWars
build.bat
bat
mit
526
@ECHO OFF REM Command file for Sphinx documentation if "%SPHINXBUILD%" == "" ( set SPHINXBUILD=sphinx-build ) set BUILDDIR=_build set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% . set I18NSPHINXOPTS=%SPHINXOPTS% . if NOT "%PAPER%" == "" ( set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS% set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS% ) if "%1" == "" goto help if "%1" == "help" ( :help echo.Please use `make ^<target^>` where ^<target^> is one of echo. html to make standalone HTML files echo. dirhtml to make HTML files named index.html in directories echo. singlehtml to make a single large HTML file echo. pickle to make pickle files echo. json to make JSON files echo. htmlhelp to make HTML files and a HTML help project echo. qthelp to make HTML files and a qthelp project echo. devhelp to make HTML files and a Devhelp project echo. epub to make an epub echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\python_2d_ns.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\python_2d_ns.ghc goto end ) if "%1" == "devhelp" ( %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp if errorlevel 1 exit /b 1 echo. echo.Build finished. goto end ) if "%1" == "epub" ( %SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub file is in %BUILDDIR%/epub. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %BUILDDIR%/.. echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) :end
xinbian/2dns
docs/make.bat
bat
mit
6,471
cd build mingw32-make -j8 cd ..
Kaosumaru/libmx
bootstrap/minmake.bat
bat
mit
34
mkdir classes javac -classpath .;..\BattleShip\classes\ -sourcepath .;..\BattleShip -d classes\ GridMain.java
spookiecookie/BattleShipGame
Grid/make.bat
bat
mit
112
@echo off git log --oneline --all --decorate --graph %*
bfocht/win-bin
gl.bat
bat
mit
55
export DATASTORE_EMULATOR_HOST=localhost:8081
michivo/buergerchain
dotnet/FreieWahl/setuptestenv.bat
bat
mit
45
@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. epub3 to make an epub3 echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter echo. text to make text files echo. man to make manual pages echo. texinfo to make Texinfo files echo. gettext to make PO message catalogs echo. changes to make an overview over all changed/added/deprecated items echo. xml to make Docutils-native XML files echo. pseudoxml to make pseudoxml-XML files for display purposes echo. linkcheck to check all external links for integrity echo. doctest to run all doctests embedded in the documentation if enabled echo. coverage to run coverage check of the documentation if enabled echo. dummy to check syntax errors of document sources goto end ) if "%1" == "clean" ( for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i del /q /s %BUILDDIR%\* goto end ) REM Check if sphinx-build is available and fallback to Python version if any %SPHINXBUILD% 1>NUL 2>NUL if errorlevel 9009 goto sphinx_python goto sphinx_ok :sphinx_python set SPHINXBUILD=python -m sphinx.__init__ %SPHINXBUILD% 2> nul if errorlevel 9009 ( echo. echo.The 'sphinx-build' command was not found. Make sure you have Sphinx echo.installed, then set the SPHINXBUILD environment variable to point echo.to the full path of the 'sphinx-build' executable. Alternatively you echo.may add the Sphinx directory to PATH. echo. echo.If you don't have Sphinx installed, grab it from echo.http://sphinx-doc.org/ exit /b 1 ) :sphinx_ok if "%1" == "html" ( %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/html. goto end ) if "%1" == "dirhtml" ( %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml. goto end ) if "%1" == "singlehtml" ( %SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml if errorlevel 1 exit /b 1 echo. echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml. goto end ) if "%1" == "pickle" ( %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the pickle files. goto end ) if "%1" == "json" ( %SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can process the JSON files. goto end ) if "%1" == "htmlhelp" ( %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run HTML Help Workshop with the ^ .hhp project file in %BUILDDIR%/htmlhelp. goto end ) if "%1" == "qthelp" ( %SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp if errorlevel 1 exit /b 1 echo. echo.Build finished; now you can run "qcollectiongenerator" with the ^ .qhcp project file in %BUILDDIR%/qthelp, like this: echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Devito.qhcp echo.To view the help file: echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Devito.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" == "epub3" ( %SPHINXBUILD% -b epub3 %ALLSPHINXOPTS% %BUILDDIR%/epub3 if errorlevel 1 exit /b 1 echo. echo.Build finished. The epub3 file is in %BUILDDIR%/epub3. goto end ) if "%1" == "latex" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex if errorlevel 1 exit /b 1 echo. echo.Build finished; the LaTeX files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdf" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "latexpdfja" ( %SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex cd %BUILDDIR%/latex make all-pdf-ja cd %~dp0 echo. echo.Build finished; the PDF files are in %BUILDDIR%/latex. goto end ) if "%1" == "text" ( %SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text if errorlevel 1 exit /b 1 echo. echo.Build finished. The text files are in %BUILDDIR%/text. goto end ) if "%1" == "man" ( %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man if errorlevel 1 exit /b 1 echo. echo.Build finished. The manual pages are in %BUILDDIR%/man. goto end ) if "%1" == "texinfo" ( %SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo if errorlevel 1 exit /b 1 echo. echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo. goto end ) if "%1" == "gettext" ( %SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale if errorlevel 1 exit /b 1 echo. echo.Build finished. The message catalogs are in %BUILDDIR%/locale. goto end ) if "%1" == "changes" ( %SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes if errorlevel 1 exit /b 1 echo. echo.The overview file is in %BUILDDIR%/changes. goto end ) if "%1" == "linkcheck" ( %SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck if errorlevel 1 exit /b 1 echo. echo.Link check complete; look for any errors in the above output ^ or in %BUILDDIR%/linkcheck/output.txt. goto end ) if "%1" == "doctest" ( %SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest if errorlevel 1 exit /b 1 echo. echo.Testing of doctests in the sources finished, look at the ^ results in %BUILDDIR%/doctest/output.txt. goto end ) if "%1" == "coverage" ( %SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage if errorlevel 1 exit /b 1 echo. echo.Testing of coverage in the sources finished, look at the ^ results in %BUILDDIR%/coverage/python.txt. goto end ) if "%1" == "xml" ( %SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml if errorlevel 1 exit /b 1 echo. echo.Build finished. The XML files are in %BUILDDIR%/xml. goto end ) if "%1" == "pseudoxml" ( %SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml if errorlevel 1 exit /b 1 echo. echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml. goto end ) if "%1" == "dummy" ( %SPHINXBUILD% -b dummy %ALLSPHINXOPTS% %BUILDDIR%/dummy if errorlevel 1 exit /b 1 echo. echo.Build finished. Dummy builder generates no files. goto end ) :end
opesci/devito
docs/make.bat
bat
mit
7,732
cd "C:\Users\%USERNAME%\FOP\fop-2.0\build" java -jar "fop.jar" -fo "C:\Users\%USERNAME%\Desktop\Labels\callnumber.xml" -pdf C:\Users\%USERNAME%\Desktop\Labels\callnumber.pdf" java -jar "fop.jar" -fo "C:\Users\%USERNAME%\Desktop\Labels\leftlabels.xml" -pdf C:\Users\%USERNAME%\Desktop\Labels\leftlabels.pdf" java -jar "fop.jar" -fo "C:\Users\%USERNAME%\Desktop\Labels\rightlabels.xml" -pdf C:\Users\%USERNAME%\Desktop\Labels\rightlabels.pdf" java -jar "fop.jar" -fo "C:\Users\%USERNAME%\Desktop\Labels\boxlabels.xml" -pdf C:\Users\%USERNAME%\Desktop\Labels\boxlabels.pdf" "C:\Users\%USERNAME%\Documents\SVN Working Copies\trunk\rbscXSL\Locations2015\items-pipe\pipe4.bat"
pulibrary/rbsc-scripts
holdings-dsc/labels-pipe/labels2.bat
bat
mit
670
@echo off del Remaster.jar javac -sourcepath ..\ -d .\ -g:none ..\*.java jar c0fe Remaster.jar Remaster *.class del *.class
andresanches/Remaster
build/build.cmd
bat
gpl-2.0
124
cmd_drivers/video/console/built-in.o := /home/dolphinor/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/video/console/built-in.o drivers/video/console/dummycon.o drivers/video/console/fbcon.o drivers/video/console/bitblit.o drivers/video/console/font.o drivers/video/console/softcursor.o
SeoDongMin/Gace_kernel
drivers/video/console/.built-in.o.cmd
bat
gpl-2.0
295
@echo off rem MySQL Common GUI Build Script rem -------------------------------------------------------------------- rem This script will build all commonly used tools, libraries and rem Delphi components which are needed to build rem a MySQL GUI tool. Target folder is ..\Output rem -------------------------------------------------------------------- rem Due to Vista's new 64 bit folder we need to determine the 32bit BDS/Delphi/BCB folder explicitely. rem This assumes we only deal with 32bit BDS. if "%ProgramFiles(x86)%" == "" ( set ApplicationPath="%ProgramFiles%" ) else ( set ApplicationPath="%ProgramFiles(x86)%" ) rem echo %ApplicationPath%"\borland\bds\4.0\lib" rem Build Tools only for internal use, so we don't need them in the release folder. echo -------------------------------------------------------------------------------- echo Building dxgettext.exe echo -------------------------------------------------------------------------------- pushd tools\dxgettext\ dcc32 -$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J- -$K+ -$L+ -$M- -$N+ -$O- -$P+ -$Q+ -$R+ -$S- -$T- -$U- -$V+ -$W+ -$X+ -$Y+ -$Z4 -H+ -W -$M4096,1048576 -$K4194304 -B -CC -E..\..\..\Output -N0intermediate -U%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports" -O%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports";common\obj\windows -R%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports" -NSBorland.Vcl -LEintermediate -LNintermediate -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; -NOintermediate -NBintermediate -W-UNSAFE_TYPE -W-UNSAFE_CODE -W-UNSAFE_CAST --no-config dxgettext.dpr -Q popd echo. if errorlevel 1 goto error echo -------------------------------------------------------------------------------- echo Building MySQLLibInterfaceMapper.exe echo -------------------------------------------------------------------------------- pushd tools\LibInterfaceMapper\ if not exist bin mkdir bin if not exist bin\LibInterfaceMapper_Templates mkdir bin\LibInterfaceMapper_Templates xcopy ..\..\res\windows\LibInterfaceMapper\LibInterfaceMapper_Templates\*.* bin\LibInterfaceMapper_Templates /S /Q /Y dcc32 -$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J- -$K+ -$L+ -$M- -$N+ -$O- -$P+ -$Q+ -$R+ -$S- -$T- -$U- -$V+ -$W+ -$X+ -$Y+ -$Z4 -H+ -W -$M4096,1048576 -$K4194304 -B -CC -Ebin -N0intermediate -U%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports" -O%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports";common\obj\windows -R%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports" -NSBorland.Vcl -LEintermediate -LNintermediate -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; -NOintermediate -NBintermediate -W-UNSAFE_TYPE -W-UNSAFE_CODE -W-UNSAFE_CAST --no-config MySQLLibInterfaceMapper.dpr -Q popd echo. if errorlevel 1 goto error echo -------------------------------------------------------------------------------- echo Building SetVersion.exe echo -------------------------------------------------------------------------------- pushd tools\setversion\ dcc32 -$A8 -$B- -$C+ -$D+ -$E- -$F- -$G+ -$H+ -$I+ -$J- -$K+ -$L+ -$M- -$N+ -$O- -$P+ -$Q+ -$R+ -$S- -$T- -$U- -$V+ -$W+ -$X+ -$Y+ -$Z4 -H+ -W -$M4096,1048576 -$K4194304 -B -CC -E..\..\..\Output -N0intermediate -U%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports" -O%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports";common\obj\windows -R%ApplicationPath%"\borland\bds\4.0\lib";%ApplicationPath%"\borland\bds\4.0\Imports" -NSBorland.Vcl -LEintermediate -LNintermediate -AWinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE; -NOintermediate -NBintermediate -W-UNSAFE_TYPE -W-UNSAFE_CODE -W-UNSAFE_CAST --no-config setversion.dpr -Q popd echo. if errorlevel 1 goto error rem C and C++ libraries echo -------------------------------------------------------------------------------- echo Making C and C++ libraries echo -------------------------------------------------------------------------------- pushd library\generic-canvas\ftgl\ bdsproj2mak ftgl_static_lib.bdsproj make -s -fftgl_static_lib.mak clean_Release_Build make -s -fftgl_static_lib.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\utilities bdsproj2mak libmysqlutil.bdsproj make -s -flibmysqlutil.mak clean_Release_Build make -s -flibmysqlutil.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\sql-parser bdsproj2mak libmysqlsqlparser.bdsproj make -s -flibmysqlsqlparser.mak clean_Release_Build make -s -flibmysqlsqlparser.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\base-library bdsproj2mak libmysqlx.bdsproj make -s -flibmysqlx.mak clean_Release_Build make -s -flibmysqlx.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\generic-canvas bdsproj2mak libmysqlgc.bdsproj make -s -flibmysqlgc.mak clean_Release_Build make -s -flibmysqlgc.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\generic-runtime bdsproj2mak libmysqlgrt.bdsproj make -s -flibmysqlgrt.mak clean_Release_Build make -s -flibmysqlgrt.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\grt-modules bdsproj2mak libmysqlgrtbuiltinmodule.bdsproj make -s -flibmysqlgrtbuiltinmodule.mak clean_Release_Build make -s -flibmysqlgrtbuiltinmodule.mak Release_Build popd echo. if errorlevel 1 goto error pushd library\grt-wb-controller bdsproj2mak libmysqlgrtwbmodule.bdsproj make -s -flibmysqlgrtwbmodule.mak clean_Release_Build make -s -flibmysqlgrtwbmodule.mak Release_Build popd echo. if errorlevel 1 goto error pushd tools\grtsh bdsproj2mak grtsh.bdsproj make -s -fgrtsh.mak clean_Release_Build make -s -fgrtsh.mak Release_Build popd echo. if errorlevel 1 goto error goto finish :error echo ##### There was an error ##### :finish echo -------------------------------------------------------------------------------- echo Finished building tools, common libraries and packages. echo --------------------------------------------------------------------------------
cyberbeat/mysql-gui-tools
common/BuildRelease.cmd
bat
gpl-2.0
6,351
@setlocal @set TMPPRJ=test-btg @echo Build %TMPPRJ% project, in 64-bits @set TMPLOG=bldlog-1.txt @set BLDDIR=%CD% @set TMPVERS= @set TMPSRC=.. @set VCVERS=14 @set SET_BAT=%ProgramFiles(x86)%\Microsoft Visual Studio %VCVERS%.0\VC\vcvarsall.bat @if NOT EXIST "%SET_BAT%" goto NOBAT @set TMPOPTS=-G "Visual Studio %VCVERS% Win64" @set DOPAUSE=pause @REM To find OSG, and 3rdParty headers, libraries @set TMPSG=X:\install\msvc%VCVERS%0-64\simgear @set TMP3RD=X:\3rdParty.x64 @set TMPBOOST=c:\local\boost_1_62_0 @REM set TMPOSG=%TMPDRV%\install\msvc100-64\OpenSceneGraph @REM set TMPBOOST=X:\install\msvc%VCVERS%0-64\boost @if NOT EXIST %TMP3RD%\nul goto NO3RD @if NOT EXIST %TMPSG%\nul goto NOSG @if NOT EXIST %TMPBOOST%\nul goto NOBOOST :RPT @if "%~1x" == "x" goto DNCMD @if "%~1x" == "NOPAUSEx" ( @set DOPAUSE=echo No pause requested ) else ( @echo Only one command NOPAUSE allowed @goto ISERR ) @shift @goto RPT :DNCMD @call chkmsvc test_btg @echo Begin %DATE% %TIME%, output to %TMPLOG% @echo Begin %DATE% %TIME% > %TMPLOG% @REM ############################################ @REM NOTE: SPECIAL INSTALL LOCATION @REM Adjust to suit your environment @REM ########################################## @if /I "%PROCESSOR_ARCHITECTURE%" EQU "AMD64" ( @set TMPINST=%TMP3RD% ) ELSE ( @if /I "%PROCESSOR_ARCHITECTURE%" EQU "x86_64" ( @set TMPINST=%TMP3RD% ) ELSE ( @echo ERROR: Appears 64-bit is NOT available - *** FIX ME *** @goto ISERR ) ) @echo Doing: 'call "%SET_BAT%" %PROCESSOR_ARCHITECTURE%' @echo Doing: 'call "%SET_BAT%" %PROCESSOR_ARCHITECTURE%' >> %TMPLOG% @call "%SET_BAT%" %PROCESSOR_ARCHITECTURE% >> %TMPLOG% 2>&1 @if ERRORLEVEL 1 goto ERR0 @REM call setupqt64 @cd %BLDDIR% :DNARCH @set TMPOPTS=%TMPOPTS% -DCMAKE_INSTALL_PREFIX=%TMPINST% @set TMPOPTS=%TMPOPTS% -DCMAKE_PREFIX_PATH=%TMPSG%;%TMPBOOST% @REM set TMPOPTS=%TMPOPTS% -DCMAKE_PREFIX_PATH:PATH=%TMP3RD%;%TMPOSG% @REM set TMPOPTS=%TMPOPTS% -DENABLE_TESTS:BOOL=OFF @if NOT EXIST %TMPSRC%\nul goto NOSRC @if EXIST build-cmake.bat ( @call build-cmake >> %TMPLOG% ) @if NOT EXIST %TMPSRC%\CMakeLists.txt goto NOCM @REM echo. >> %TMPLOG% @REM echo Deal with BOOST location >> %TMPLOG% @REM set BOOST_INCLUDEDIR=%TMPBOOST%\include\boost-1_53 @REM echo Added ENV BOOST_INCLUDEDIR=%BOOST_INCLUDEDIR% >> %TMPLOG% @REM set BOOST_ROOT=%TMPBOOST% @REM echo Added ENV BOOST_ROOT=%BOOST_ROOT% >> %TMPLOG% @REM set BOOST_LIBRARYDIR=%TMPBOOST%\lib @REM echo Added ENV BOOST_LIBRARYDIR=%BOOST_LIBRARYDIR% >> %TMPLOG% @REM ##### if really need to see what FindBost.cmake is doing, add this @REM set TMPOPTS=%TMPOPTS% -DBoost_DEBUG=1 @REM echo Added -DBoost_DEBUG=1 to add boost search output >> %TMPLOG% @REM echo. >> %TMPLOG% @echo Doing: 'cmake %TMPSRC% %TMPOPTS%' @echo Doing: 'cmake %TMPSRC% %TMPOPTS%' >> %TMPLOG% @cmake %TMPSRC% %TMPOPTS% >> %TMPLOG% 2>&1 @if ERRORLEVEL 1 goto ERR1 @REM echo. @echo Check %TMPLOG% to ensure 3rdparty items found - *** Only Ctrl+C aborts *** @REM echo. @REM %DOPAUSE% @echo Doing: 'cmake --build . --config debug' @echo Doing: 'cmake --build . --config debug' >> %TMPLOG% @cmake --build . --config debug >> %TMPLOG% @if ERRORLEVEL 1 goto ERR2 @echo Doing: 'cmake --build . --config release' @echo Doing: 'cmake --build . --config release' >> %TMPLOG% @cmake --build . --config release >> %TMPLOG% 2>&1 @if ERRORLEVEL 1 goto ERR3 :DNREL @echo. @echo Appears a successful build @echo. @echo No Windows install at this time of this test application @echo Perhaps with modification updexe.bat can be used to copy to a runtime location... @echo. @goto END @echo Note install location %TMPINST% @echo *** CONTINUE with install? *** Only Ctrl+C aborts *** @echo. @%DOPAUSE% @echo Doing: 'cmake --build . --config debug --target INSTALL' @echo Doing: 'cmake --build . --config debug --target INSTALL' >> %TMPLOG% @cmake --build . --config debug --target INSTALL >> %TMPLOG% 2>&1 @if ERRORLEVEL 1 goto ERR4 @echo Doing: 'cmake --build . --config release --target INSTALL' @echo Doing: 'cmake --build . --config release --target INSTALL' >> %TMPLOG% @cmake --build . --config release --target INSTALL >> %TMPLOG% 2>&1 @if ERRORLEVEL 1 goto ERR5 @echo. @REM to 'see' what was installed, add this @fa4 " -- " %TMPLOG% @echo. @echo Done build and install of %TMPPRJ%... @echo. @goto END :NOSRC @echo Error: Can NOT locate SOURCE %TMPSRC%! *** FIX ME *** @goto ISERR :NOSG @echo Error: Can NOT locate SG %TMPSG%! *** FIX ME *** @goto ISERR :NOCM @echo Error: Can NOT locate FILE %TMPSRC%\CMakeLists.txt! *** FIX ME *** @goto ISERR :NOBAT @echo Can NOT locate MSVC setup batch "%SET_BAT%"! *** FIX ME *** @goto ISERR :ERR0 @echo MSVC 10 setup error @goto ISERR :ERR1 @echo cmake config, generation error @goto ISERR :ERR2 @echo debug build error @goto ISERR :ERR3 @fa4 "mt.exe : general error c101008d:" %TMPLOG% >nul @if ERRORLEVEL 1 goto ERR32 :ERR33 @echo release build error @goto ISERR :ERR32 @echo Stupid error... trying again... @echo Doing: 'cmake --build . --config release' @echo Doing: 'cmake --build . --config release' >> %TMPLOG% @cmake --build . --config release >> %TMPLOG% 2>&1 @if ERRORLEVEL 1 goto ERR33 @goto DNREL :ERR4 @echo debug install error @goto ISERR :ERR5 @echo release install error @goto ISERR :NO3RD @echo Error: Unable to locate %TMP3RD%! *** FIX ME *** @echo Error: Unable to locate %TMP3RD%! *** FIX ME *** >> %TMPLOG% @goto ISERR :NOOSG @echo Error: Unable to locate %TMPOSG%! *** FIX ME *** @echo Error: Unable to locate %TMPOSG%! *** FIX ME *** >> %TMPLOG% @goto ISERR :NOBOOST @echo Error: Unable to locate boost %TMPBOOST%! *** FIX ME *** @echo Error: Unable to locate boost %TMPBOOST%! *** FIX ME *** >> %TMPLOG% @goto ISERR :ISERR @endlocal @exit /b 1 :END @endlocal @exit /b 0 @REM eof
geoffmcl/test-btg
build.x64/build-me.bat
bat
gpl-2.0
5,733
cmd_arch/x86/vdso/vdso32/sysenter.o := gcc -Wp,-MD,arch/x86/vdso/vdso32/.sysenter.o.d -nostdinc -isystem /usr/lib/gcc/i686-linux-gnu/4.4.7/include -I/home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -D__ASSEMBLY__ -m32 -DCONFIG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -c -o arch/x86/vdso/vdso32/sysenter.o arch/x86/vdso/vdso32/sysenter.S deps_arch/x86/vdso/vdso32/sysenter.o := \ arch/x86/vdso/vdso32/sysenter.S \ arch/x86/vdso/vdso32/sigreturn.S \ 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/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include/asm/linkage.h \ $(wildcard include/config/x86/32.h) \ $(wildcard include/config/x86/64.h) \ $(wildcard include/config/x86/alignment/16.h) \ include/linux/stringify.h \ /home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include/asm/unistd_32.h \ /home/madhwang/Development/linuxSource/linux-2.6.34.7/arch/x86/include/asm/asm-offsets.h \ include/generated/asm-offsets.h \ arch/x86/vdso/vdso32/sysenter.o: $(deps_arch/x86/vdso/vdso32/sysenter.o) $(deps_arch/x86/vdso/vdso32/sysenter.o):
madhwang/linuxKernel
arch/x86/vdso/vdso32/.sysenter.o.cmd
bat
gpl-2.0
1,418
@echo on copy /Y "..\..\src\Win16Plugin\Win16Plugin.ico" "%~1\%2-%3.ico"
HellHibou/dosbox-plugin
plugin/visualc/Win16Plugin/post-build.bat
bat
gpl-2.0
74
cmd_/home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/net/bluetooth/hidp/hidp.o := /home/keithconger/Projects/bbbandroid-bluez/prebuilts/gcc/linux-x86/arm/arm-gnueabihf-4.7/bin/arm-linux-gnueabihf-ld -EL -r -o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/net/bluetooth/hidp/hidp.o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/net/bluetooth/hidp/core.o /home/keithconger/Projects/bbbandroid-bluez/backports-3.18.1-1/net/bluetooth/hidp/sock.o
kconger/backports-3.18.1-1
net/bluetooth/hidp/.hidp.o.cmd
bat
gpl-2.0
494
echo @off echo suppression des thumbs.db del /s /AH thumbs.db echo suppression des *~ del /s /AH *.*~ echo suppression des .fuse* del /s /AH .fuse* pause
edgd1er/M1S1_INFO
delthumbs.bat
bat
gpl-2.0
162
cmd_arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o := gcc -Wp,-MD,arch/x86/oprofile/../../../drivers/oprofile/.oprofile_stats.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-linux-gnu/4.8/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os -Wframe-larger-than=2048 -fno-stack-protector -m32 -msoft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2 -march=i686 -ffreestanding -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -Iinclude/asm-x86/mach-default -fomit-frame-pointer -Wdeclaration-after-statement -Wno-pointer-sign -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(oprofile_stats)" -D"KBUILD_MODNAME=KBUILD_STR(oprofile)" -c -o arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.c deps_arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o := \ arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.c \ include/linux/oprofile.h \ include/linux/types.h \ $(wildcard include/config/uid16.h) \ $(wildcard include/config/lbd.h) \ $(wildcard include/config/lsf.h) \ $(wildcard include/config/resources/64bit.h) \ include/linux/posix_types.h \ include/linux/stddef.h \ include/linux/compiler.h \ $(wildcard include/config/enable/must/check.h) \ $(wildcard include/config/enable/warn/deprecated.h) \ include/linux/compiler-gcc4.h \ include/linux/compiler-gcc.h \ $(wildcard include/config/arch/supports/optimized/inlining.h) \ $(wildcard include/config/optimize/inlining.h) \ include/asm/posix_types.h \ $(wildcard include/config/x86/32.h) \ include/asm/posix_types_32.h \ include/asm/types.h \ $(wildcard include/config/x86/64.h) \ $(wildcard include/config/highmem64g.h) \ include/asm-generic/int-ll64.h \ include/linux/spinlock.h \ $(wildcard include/config/smp.h) \ $(wildcard include/config/debug/spinlock.h) \ $(wildcard include/config/generic/lockbreak.h) \ $(wildcard include/config/preempt.h) \ $(wildcard include/config/debug/lock/alloc.h) \ include/linux/preempt.h \ $(wildcard include/config/debug/preempt.h) \ $(wildcard include/config/preempt/notifiers.h) \ include/linux/thread_info.h \ $(wildcard include/config/compat.h) \ include/linux/bitops.h \ $(wildcard include/config/generic/find/first/bit.h) \ $(wildcard include/config/generic/find/next/bit.h) \ include/asm/bitops.h \ $(wildcard include/config/x86/cmov.h) \ include/asm/alternative.h \ $(wildcard include/config/paravirt.h) \ include/asm/asm.h \ include/asm/cpufeature.h \ $(wildcard include/config/x86/invlpg.h) \ include/asm/required-features.h \ $(wildcard include/config/x86/minimum/cpu/family.h) \ $(wildcard include/config/math/emulation.h) \ $(wildcard include/config/x86/pae.h) \ $(wildcard include/config/x86/use/3dnow.h) \ include/asm-generic/bitops/sched.h \ include/asm-generic/bitops/hweight.h \ include/asm-generic/bitops/fls64.h \ include/asm-generic/bitops/ext2-non-atomic.h \ include/asm-generic/bitops/le.h \ include/asm/byteorder.h \ $(wildcard include/config/x86/bswap.h) \ include/linux/byteorder/little_endian.h \ include/linux/byteorder/swab.h \ include/linux/byteorder/generic.h \ include/asm-generic/bitops/minix.h \ include/asm/thread_info.h \ include/asm/thread_info_32.h \ $(wildcard include/config/4kstacks.h) \ $(wildcard include/config/debug/stack/usage.h) \ include/asm/page.h \ include/linux/const.h \ include/asm/page_32.h \ $(wildcard include/config/highmem4g.h) \ $(wildcard include/config/page/offset.h) \ $(wildcard include/config/hugetlb/page.h) \ $(wildcard include/config/flatmem.h) \ $(wildcard include/config/x86/3dnow.h) \ include/linux/string.h \ include/asm/string.h \ include/asm/string_32.h \ include/asm-generic/pgtable-nopmd.h \ include/asm-generic/pgtable-nopud.h \ include/asm-generic/memory_model.h \ $(wildcard include/config/discontigmem.h) \ $(wildcard include/config/sparsemem/vmemmap.h) \ $(wildcard include/config/sparsemem.h) \ $(wildcard include/config/out/of/line/pfn/to/page.h) \ include/asm-generic/page.h \ include/asm/processor.h \ $(wildcard include/config/x86/vsmp.h) \ $(wildcard include/config/x86/ht.h) \ $(wildcard include/config/x86/debugctlmsr.h) \ include/asm/processor-flags.h \ include/asm/vm86.h \ $(wildcard include/config/vm86.h) \ include/asm/ptrace.h \ include/asm/ptrace-abi.h \ include/asm/segment.h \ include/asm/ds.h \ include/linux/init.h \ $(wildcard include/config/modules.h) \ $(wildcard include/config/hotplug.h) \ include/asm/math_emu.h \ include/asm/sigcontext.h \ include/asm/current.h \ include/asm/current_32.h \ include/asm/percpu.h \ include/asm-generic/percpu.h \ $(wildcard include/config/have/setup/per/cpu/area.h) \ include/linux/threads.h \ $(wildcard include/config/nr/cpus.h) \ $(wildcard include/config/base/small.h) \ include/asm/system.h \ $(wildcard include/config/ia32/emulation.h) \ $(wildcard include/config/x86/ppro/fence.h) \ $(wildcard include/config/x86/oostore.h) \ include/asm/cmpxchg.h \ include/asm/cmpxchg_32.h \ $(wildcard include/config/x86/cmpxchg.h) \ $(wildcard include/config/x86/cmpxchg64.h) \ include/asm/nops.h \ $(wildcard include/config/mk7.h) \ $(wildcard include/config/x86/p6/nop.h) \ include/linux/kernel.h \ $(wildcard include/config/preempt/voluntary.h) \ $(wildcard include/config/debug/spinlock/sleep.h) \ $(wildcard include/config/printk.h) \ $(wildcard include/config/numa.h) \ /usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \ include/linux/linkage.h \ include/asm/linkage.h \ $(wildcard include/config/x86/alignment/16.h) \ include/linux/log2.h \ $(wildcard include/config/arch/has/ilog2/u32.h) \ $(wildcard include/config/arch/has/ilog2/u64.h) \ include/asm/bug.h \ $(wildcard include/config/bug.h) \ $(wildcard include/config/debug/bugverbose.h) \ include/asm-generic/bug.h \ $(wildcard include/config/generic/bug.h) \ include/linux/irqflags.h \ $(wildcard include/config/trace/irqflags.h) \ $(wildcard include/config/trace/irqflags/support.h) \ $(wildcard include/config/x86.h) \ include/asm/irqflags.h \ include/asm/msr.h \ include/asm/msr-index.h \ include/asm/errno.h \ include/asm-generic/errno.h \ include/asm-generic/errno-base.h \ include/linux/errno.h \ include/asm/desc_defs.h \ include/linux/personality.h \ include/linux/cpumask.h \ $(wildcard include/config/have/cpumask/of/cpu/map.h) \ $(wildcard include/config/hotplug/cpu.h) \ include/linux/bitmap.h \ include/linux/cache.h \ $(wildcard include/config/arch/has/cache/line/size.h) \ include/asm/cache.h \ $(wildcard include/config/x86/l1/cache/shift.h) \ include/linux/list.h \ $(wildcard include/config/debug/list.h) \ include/linux/poison.h \ include/linux/prefetch.h \ include/linux/stringify.h \ include/linux/bottom_half.h \ include/linux/spinlock_types.h \ include/asm/spinlock_types.h \ include/linux/lockdep.h \ $(wildcard include/config/lockdep.h) \ $(wildcard include/config/lock/stat.h) \ $(wildcard include/config/generic/hardirqs.h) \ $(wildcard include/config/prove/locking.h) \ include/asm/spinlock.h \ include/asm/atomic.h \ include/asm/atomic_32.h \ $(wildcard include/config/m386.h) \ include/asm-generic/atomic.h \ include/asm/rwlock.h \ include/linux/spinlock_api_smp.h \ include/linux/smp.h \ include/asm/smp.h \ $(wildcard include/config/x86/local/apic.h) \ $(wildcard include/config/x86/io/apic.h) \ $(wildcard include/config/x86/32/smp.h) \ $(wildcard include/config/x86/64/smp.h) \ include/asm/mpspec.h \ $(wildcard include/config/mca.h) \ $(wildcard include/config/eisa.h) \ $(wildcard include/config/acpi.h) \ include/asm/mpspec_def.h \ include/asm-x86/mach-default/mach_mpspec.h \ include/asm/apic.h \ $(wildcard include/config/x86/good/apic.h) \ include/linux/pm.h \ $(wildcard include/config/pm/sleep.h) \ include/linux/delay.h \ include/asm/delay.h \ include/asm/fixmap.h \ include/asm/fixmap_32.h \ $(wildcard include/config/highmem.h) \ $(wildcard include/config/x86/visws/apic.h) \ $(wildcard include/config/x86/f00f/bug.h) \ $(wildcard include/config/x86/cyclone/timer.h) \ $(wildcard include/config/pci/mmconfig.h) \ $(wildcard include/config/provide/ohci1394/dma/init.h) \ include/asm/acpi.h \ $(wildcard include/config/acpi/numa.h) \ include/acpi/pdc_intel.h \ include/asm/numa.h \ include/asm/numa_32.h \ include/asm/mmu.h \ include/linux/mutex.h \ $(wildcard include/config/debug/mutexes.h) \ include/asm/apicdef.h \ include/asm/kmap_types.h \ $(wildcard include/config/debug/highmem.h) \ include/asm/io_apic.h \ include/asm/pda.h \ $(wildcard include/config/cc/stackprotector.h) \ include/asm-x86/mach-default/mach_apicdef.h \ arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.h \ arch/x86/oprofile/../../../drivers/oprofile/cpu_buffer.h \ include/linux/workqueue.h \ include/linux/timer.h \ $(wildcard include/config/timer/stats.h) \ $(wildcard include/config/debug/objects/timers.h) \ include/linux/ktime.h \ $(wildcard include/config/ktime/scalar.h) \ include/linux/time.h \ include/linux/seqlock.h \ include/linux/math64.h \ include/asm/div64.h \ include/linux/jiffies.h \ include/linux/timex.h \ $(wildcard include/config/no/hz.h) \ include/asm/param.h \ $(wildcard include/config/hz.h) \ include/asm/timex.h \ $(wildcard include/config/x86/elan.h) \ $(wildcard include/config/x86/rdc321x.h) \ include/asm/tsc.h \ $(wildcard include/config/x86/tsc.h) \ include/linux/debugobjects.h \ $(wildcard include/config/debug/objects.h) \ $(wildcard include/config/debug/objects/free.h) \ include/linux/sched.h \ $(wildcard include/config/sched/debug.h) \ $(wildcard include/config/detect/softlockup.h) \ $(wildcard include/config/split/ptlock/cpus.h) \ $(wildcard include/config/keys.h) \ $(wildcard include/config/bsd/process/acct.h) \ $(wildcard include/config/taskstats.h) \ $(wildcard include/config/audit.h) \ $(wildcard include/config/inotify/user.h) \ $(wildcard include/config/posix/mqueue.h) \ $(wildcard include/config/user/sched.h) \ $(wildcard include/config/sysfs.h) \ $(wildcard include/config/schedstats.h) \ $(wildcard include/config/task/delay/acct.h) \ $(wildcard include/config/fair/group/sched.h) \ $(wildcard include/config/rt/group/sched.h) \ $(wildcard include/config/blk/dev/io/trace.h) \ $(wildcard include/config/preempt/rcu.h) \ $(wildcard include/config/sysvipc.h) \ $(wildcard include/config/security.h) \ $(wildcard include/config/auditsyscall.h) \ $(wildcard include/config/rt/mutexes.h) \ $(wildcard include/config/task/xacct.h) \ $(wildcard include/config/cpusets.h) \ $(wildcard include/config/cgroups.h) \ $(wildcard include/config/futex.h) \ $(wildcard include/config/fault/injection.h) \ $(wildcard include/config/latencytop.h) \ $(wildcard include/config/have/unstable/sched/clock.h) \ $(wildcard include/config/preempt/bkl.h) \ $(wildcard include/config/group/sched.h) \ $(wildcard include/config/mm/owner.h) \ include/linux/capability.h \ include/linux/rbtree.h \ include/linux/nodemask.h \ include/linux/numa.h \ $(wildcard include/config/nodes/shift.h) \ include/linux/mm_types.h \ $(wildcard include/config/cgroup/mem/res/ctlr.h) \ $(wildcard include/config/mmu.h) \ $(wildcard include/config/proc/fs.h) \ include/linux/auxvec.h \ include/asm/auxvec.h \ include/linux/prio_tree.h \ include/linux/rwsem.h \ $(wildcard include/config/rwsem/generic/spinlock.h) \ include/asm/rwsem.h \ include/linux/completion.h \ include/linux/wait.h \ include/asm/cputime.h \ include/asm-generic/cputime.h \ include/linux/sem.h \ include/linux/ipc.h \ include/asm/ipcbuf.h \ include/linux/kref.h \ include/asm/sembuf.h \ include/linux/signal.h \ include/asm/signal.h \ include/asm-generic/signal.h \ include/asm/siginfo.h \ include/asm-generic/siginfo.h \ include/linux/fs_struct.h \ include/linux/path.h \ include/linux/pid.h \ include/linux/rcupdate.h \ $(wildcard include/config/classic/rcu.h) \ include/linux/percpu.h \ include/linux/slab.h \ $(wildcard include/config/slab/debug.h) \ $(wildcard include/config/slub.h) \ $(wildcard include/config/slob.h) \ $(wildcard include/config/debug/slab.h) \ $(wildcard include/config/slabinfo.h) \ include/linux/gfp.h \ $(wildcard include/config/zone/dma.h) \ $(wildcard include/config/zone/dma32.h) \ include/linux/mmzone.h \ $(wildcard include/config/force/max/zoneorder.h) \ $(wildcard include/config/memory/hotplug.h) \ $(wildcard include/config/arch/populates/node/map.h) \ $(wildcard include/config/flat/node/mem/map.h) \ $(wildcard include/config/have/memory/present.h) \ $(wildcard include/config/need/node/memmap/size.h) \ $(wildcard include/config/need/multiple/nodes.h) \ $(wildcard include/config/have/arch/early/pfn/to/nid.h) \ $(wildcard include/config/sparsemem/extreme.h) \ $(wildcard include/config/nodes/span/other/nodes.h) \ $(wildcard include/config/holes/in/zone.h) \ include/linux/pageblock-flags.h \ $(wildcard include/config/hugetlb/page/size/variable.h) \ include/linux/bounds.h \ include/linux/memory_hotplug.h \ $(wildcard include/config/have/arch/nodedata/extension.h) \ include/linux/notifier.h \ include/linux/srcu.h \ include/linux/topology.h \ $(wildcard include/config/sched/smt.h) \ $(wildcard include/config/sched/mc.h) \ include/asm/topology.h \ $(wildcard include/config/debug/per/cpu/maps.h) \ $(wildcard include/config/x86/64/acpi/numa.h) \ include/asm-generic/topology.h \ include/asm/sparsemem.h \ include/linux/slab_def.h \ include/linux/kmalloc_sizes.h \ include/linux/rcuclassic.h \ include/linux/proportions.h \ include/linux/percpu_counter.h \ include/linux/seccomp.h \ $(wildcard include/config/seccomp.h) \ include/asm/seccomp.h \ include/asm/seccomp_32.h \ include/linux/unistd.h \ include/asm/unistd.h \ include/asm/unistd_32.h \ include/linux/rtmutex.h \ $(wildcard include/config/debug/rt/mutexes.h) \ include/linux/plist.h \ $(wildcard include/config/debug/pi/list.h) \ include/linux/param.h \ include/linux/resource.h \ include/asm/resource.h \ include/asm-generic/resource.h \ include/linux/hrtimer.h \ $(wildcard include/config/high/res/timers.h) \ include/linux/task_io_accounting.h \ $(wildcard include/config/task/io/accounting.h) \ include/linux/kobject.h \ include/linux/sysfs.h \ include/linux/latencytop.h \ include/linux/aio.h \ include/linux/aio_abi.h \ include/linux/uio.h \ arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o: $(deps_arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o) $(deps_arch/x86/oprofile/../../../drivers/oprofile/oprofile_stats.o):
namgk/kernel-tut
drivers/oprofile/.oprofile_stats.o.cmd
bat
gpl-2.0
15,555
cmd_fs/nls/built-in.o := /root/aokp/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o fs/nls/built-in.o fs/nls/nls_base.o fs/nls/nls_cp437.o fs/nls/nls_iso8859-1.o
yncconsulting/HTC_Express_Kernel
fs/nls/.built-in.o.cmd
bat
gpl-2.0
189
cmd_drivers/net/wireless/hostap/hostap.o := /opt/arm-2009q3/bin/arm-none-eabi-ld -EL -r -o drivers/net/wireless/hostap/hostap.o drivers/net/wireless/hostap/hostap_80211_rx.o drivers/net/wireless/hostap/hostap_80211_tx.o drivers/net/wireless/hostap/hostap_ap.o drivers/net/wireless/hostap/hostap_info.o drivers/net/wireless/hostap/hostap_ioctl.o drivers/net/wireless/hostap/hostap_main.o drivers/net/wireless/hostap/hostap_proc.o
sembre/kernel_totoro_update3
common/drivers/net/wireless/hostap/.hostap.o.cmd
bat
gpl-2.0
433
cmd_drivers/misc/cb710/built-in.o := rm -f drivers/misc/cb710/built-in.o; /home/josh/gcc-linaro-arm-linux-gnueabihf-4.7-2013.04-20130415_linux/bin/arm-linux-gnueabihf-ar rcsD drivers/misc/cb710/built-in.o
JoinTheRealms/TF700-dualboot-stockbased
drivers/misc/cb710/.built-in.o.cmd
bat
gpl-2.0
206
cmd_sound/core/snd-page-alloc.o := /home/selva/android/kernel/Android_Toolchains/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o sound/core/snd-page-alloc.o sound/core/memalloc.o
selva-simple/Galaxy-R-Kernel
sound/core/.snd-page-alloc.o.cmd
bat
gpl-2.0
176