code
stringlengths 3
1.03M
| repo_name
stringlengths 5
84
| path
stringlengths 4
233
| language
stringclasses 1
value | license
stringclasses 15
values | size
int32 3
1.03M
|
---|---|---|---|---|---|
cmd_arch/arm/boot/compressed/piggy.lzo := (cat arch/arm/boot/compressed/../Image | lzop -9 && printf \204\022\274\000) > arch/arm/boot/compressed/piggy.lzo || (rm -f arch/arm/boot/compressed/piggy.lzo ; false)
| BigBot96/android_kernel_samsung_espressovzw | arch/arm/boot/compressed/.piggy.lzo.cmd | bat | gpl-2.0 | 210 |
@echo off
set MATLAB_ROOT=C:\Program Files\MATLAB\R2015a
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\vcvars64.bat"
cd %~dp0
cd ..\..
msbuild astra_vc14.sln /p:Configuration=Release_CUDA /p:Platform=x64 /t:clean
pause
| dmpelt/astra-toolbox | build/msvc/build_clean.bat | bat | gpl-3.0 | 249 |
@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.dex2jar.tools.DecryptStringCmd %*
| kanytu/reverse-suite | tools/dex2jar/d2j-decrypt-string.bat | bat | apache-2.0 | 822 |
@echo off
setLocal EnableDelayedExpansion
REM Path to core and library classes
set MAIN=%~dp0\..
set CP=%MAIN%\target\classes;%MAIN%\lib\custom\*;%MAIN%\lib\*;%MAIN%\..\basex-core\lib\*
REM Run code
java -cp "%CP%" %BASEX_JVM% org.basex.BaseXHTTP %* stop
| dimitarp/basex | basex-api/etc/basexhttpstop.bat | bat | bsd-3-clause | 266 |
adb install -r bin/GamePart4-debug.apk
adb shell am start -n org.oxygine.GamePart4/org.oxygine.GamePart4.MainActivity | unitpoint/oxygine-objectscript | examples/Game/part4/proj.android/install.bat | bat | mit | 117 |
cmd_usr/gen_init_cpio := gcc -Wp,-MD,usr/.gen_init_cpio.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o usr/gen_init_cpio usr/gen_init_cpio.c
deps_usr/gen_init_cpio := \
usr/gen_init_cpio.c \
/usr/include/stdio.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/lib/gcc/x86_64-linux-gnu/4.4.3/include/stddef.h \
/usr/include/bits/types.h \
/usr/include/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.3/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/stdlib.h \
/usr/include/sys/types.h \
/usr/include/time.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/alloca.h \
/usr/include/bits/stdlib.h \
/usr/include/sys/stat.h \
/usr/include/bits/stat.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/bits/string.h \
/usr/include/bits/string2.h \
/usr/include/bits/string3.h \
/usr/include/unistd.h \
/usr/include/bits/posix_opt.h \
/usr/include/bits/confname.h \
/usr/include/getopt.h \
/usr/include/bits/unistd.h \
/usr/include/fcntl.h \
/usr/include/bits/fcntl.h \
/usr/include/bits/fcntl2.h \
/usr/include/errno.h \
/usr/include/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/include/ctype.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.3/include-fixed/limits.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.3/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h \
usr/gen_init_cpio: $(deps_usr/gen_init_cpio)
$(deps_usr/gen_init_cpio):
| yncconsulting/HTC_Express_Kernel | usr/.gen_init_cpio.cmd | bat | gpl-2.0 | 2,268 |
@echo off
REM Copyright 2018 Google Inc. All Rights Reserved.
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.
ping -n 5 %HOST%
if %errorlevel% EQU 0 (
echo MultiNICSuccess
) else (
echo MultiNICFailed
)
| adjackura/compute-image-tools | image_test/multi-nic/multi-nic-master.bat | bat | apache-2.0 | 730 |
@echo // Copyright (C) 1996-2010 Markus F.X.J. Oberhumer
@echo //
@echo // OS/2 32-bit
@echo // Zortech C/C++
@echo //
@call b\prepare.bat
@if "%BECHO%"=="n" echo off
ztc -b -v0 -c -mf -o -w- -r %CFI% @b\src.rsp
@if errorlevel 1 goto error
link @b\win32\sc.rsp,%BEXE%,,lzo/noi/map
@if errorlevel 1 goto error
@call b\done.bat
@goto end
:error
@echo ERROR during build!
:end
@call b\unset.bat
| nmacs/lm3s-uclinux | tools/lzop-1.03/B/os2/zc.bat | bat | gpl-2.0 | 421 |
@echo off
set ResourcesDirectory=%CONFIGURATIONBUILDDIR%\bin\TestWebKitAPI.resources
if "%1" EQU "clean" goto :clean
if "%1" EQU "rebuild" call :clean
echo Copying resources...
mkdir 2>NUL "%ResourcesDirectory%"
for %%f in (
..\Tests\WebKit2\18-characters.html
..\Tests\WebKit2\file-with-anchor.html
..\Tests\WebKit2\find.html
..\Tests\WebKit2\icon.png
..\Tests\WebKit2\mouse-move-listener.html
..\Tests\WebKit2\push-state.html
..\Tests\WebKit2\simple.html
..\Tests\WebKit2\simple-accelerated-compositing.html
..\Tests\WebKit2\simple-form.html
..\Tests\WebKit2\simple-iframe.html
..\Tests\WebKit2\spacebar-scrolling.html
) do (
xcopy /y /d %%f "%ResourcesDirectory%"
)
goto :EOF
:clean
echo Deleting resources...
del /s /q "%ResourcesDirectory%"
| leighpauls/k2cro4 | third_party/WebKit/Tools/TestWebKitAPI/win/copy-resources.cmd | bat | bsd-3-clause | 800 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\construct.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\construct.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| gkonstantyno/construct | docs/make.bat | bat | mit | 4,517 |
@ECHO off
node %1 -c %2
| hjhart/nad | plugins/windows/wmi/wmi.bat | bat | bsd-3-clause | 25 |
@rem
@rem Copyright 1990-2007 Sun Microsystems, Inc. All Rights Reserved.
@rem DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER
@rem
@rem This program is free software; you can redistribute it and/or
@rem modify it under the terms of the GNU General Public License version
@rem 2 only, as published by the Free Software Foundation.
@rem
@rem This program is distributed in the hope that it will be useful, but
@rem WITHOUT ANY WARRANTY; without even the implied warranty of
@rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
@rem General Public License version 2 for more details (a copy is
@rem included at /legal/license.txt).
@rem
@rem You should have received a copy of the GNU General Public License
@rem version 2 along with this work; if not, write to the Free Software
@rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
@rem 02110-1301 USA
@rem
@rem Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa
@rem Clara, CA 95054 or visit www.sun.com if you need additional
@rem information or have any questions.
@rem
@echo off
@rem ----------------------------------------------------------
@rem Setup environment
@rem ----------------------------------------------------------
@rem ----------------------------------------------------------
@rem Go ahead and build build.jar
@rem ----------------------------------------------------------
if exist classes rmdir /S /Q classes
mkdir classes
"%JAVA_HOME%\bin\javac" -target 1.5 -source 1.5 -d classes -g src\com\sun\squawk\builder\launcher\*.java
"%JAVA_HOME%\bin\jar" cfm ..\build.jar build-manifest.mf -C classes .
rmdir /S /Q classes
mkdir classes
cd classes
"%JAVA_HOME%\bin\jar" xf ..\..\tools\retroweaver-all-squawk.jar
cd ..
"%JAVA_HOME%\bin\javac" -target 1.5 -source 1.5 -d classes -g -cp classes;..\vm2c\lib\openjdk-javac-6-b12.jar;%JAVA_HOME%\lib\tools.jar src\com\sun\cldc\jna\*.java src\com\sun\cldc\jna\ptr\*.java src\com\sun\squawk\builder\*.java src\com\sun\squawk\builder\bytecodespec\*.java src\com\sun\squawk\builder\ccompiler\*.java src\com\sun\squawk\builder\commands\*.java src\com\sun\squawk\builder\gen\*.java src\com\sun\squawk\builder\launcher\*.java src\com\sun\squawk\builder\platform\*.java src\com\sun\squawk\builder\util\*.java
"%JAVA_HOME%\bin\jar" cfm ..\build-commands.jar build-commands-manifest.mf -C classes .
rmdir /S /Q classes
| sics-sse/moped | squawk/builder/bld.bat | bat | gpl-2.0 | 2,412 |
@echo off
REM
REM Copyright (c) 2004, Oracle and/or its affiliates. All rights reserved.
REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
REM
REM This code is free software; you can redistribute it and/or modify it
REM under the terms of the GNU General Public License version 2 only, as
REM published by the Free Software Foundation.
REM
REM This code is distributed in the hope that it will be useful, but WITHOUT
REM ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
REM FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
REM version 2 for more details (a copy is included in the LICENSE file that
REM accompanied this code).
REM
REM You should have received a copy of the GNU General Public License version
REM 2 along with this work; if not, write to the Free Software Foundation,
REM Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
REM
REM Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
REM or visit www.oracle.com if you need additional information or have any
REM questions.
REM
REM
call saenv.bat
%SA_JAVA_CMD% sun.jvm.hotspot.tools.FinalizerInfo %1 %2
| ohpauleez/soymacchiato | src/hotspot/agent/make/finalizerinfowindbg.bat | bat | gpl-2.0 | 1,161 |
@echo off
rem Author: Andrey Dibrov (andry at inbox dot ru)
rem Description:
rem Script calls to Windows Scripting Host (WSH) script.
rem Variable "__ARGS__" uses to pass arguments to the WSH interpreter.
rem Command arguments:
rem %1 - WSH script file path name.
rem %2 - WSH script running mode:
rem -console - (default) Invoke "cscript.exe" for script.
rem -gui - Invoke "wscript.exe" for script.
rem Examples:
rem 1. set __ARGS__="arg1" "arg2"
rem call execwsh.bat myscript.js
if "%~1" == "" exit /b 65
if /i "%~2" == "-console" (
:ARG2_DEFAULT
"cscript.exe" "%~1" //Nologo %__ARGS__%
goto BEGIN10
) else if /i "%~2" == "-gui" (
"wscript.exe" "%~1" //Nologo %__ARGS__%
) else (
goto ARG2_DEFAULT
)
:BEGIN10
| andry81/contools | Scripts/Tools/execwsh.bat | bat | mit | 778 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\Plastic.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\Plastic.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
:end
| dahlia/plastic | docs/make.bat | bat | mit | 5,098 |
set v_syncDir=f:\github\bsn\sync\backup
mkdir %v_syncDir%\sublime\Packages\t1
copy "C:\Users\butao\AppData\Roaming\Sublime Text 3\Packages\t1" %v_syncDir%\sublime\Packages\t1 | bsn069/bsn | 记录/sync/SaveConfig.bat | bat | mit | 175 |
java -Xmx4G -Xms2G -cp "bin;./lib/*;properties;db" dk/itu/ejuuragr/run/MultiEvolver properties/tmaze.properties
pause | Fumaloko92/MSc-Thesis | 17-05-2017/neuralturingmachines-master/RUN Evolve NEAT T-Maze.bat | bat | mit | 117 |
IF "%SQLCOMMAND%" == "" EXIT
%SQLCOMMAND% -Q "ALTER DATABASE openHistorian SET SINGLE_USER WITH ROLLBACK IMMEDIATE"
%SQLCOMMAND% -Q "DROP DATABASE openHistorian"
%SQLCOMMAND% -i "openHistorian.sql" | GridProtectionAlliance/openHistorian | Source/Data/SQL Server/db-refresh.bat | bat | mit | 197 |
@if "%SCM_TRACE_LEVEL%" NEQ "4" @echo off
:: ----------------------
:: KUDU Deployment Script
:: Version: 1.0.8
:: ----------------------
:: Prerequisites
:: -------------
:: Verify node.js installed
where node 2>nul >nul
IF %ERRORLEVEL% NEQ 0 (
echo Missing node.js executable, please install node.js, if already installed make sure it can be reached from current environment.
goto error
)
:: Setup
:: -----
setlocal enabledelayedexpansion
SET ARTIFACTS=%~dp0%..\artifacts
IF NOT DEFINED DEPLOYMENT_SOURCE (
SET DEPLOYMENT_SOURCE=%~dp0%.
)
IF NOT DEFINED DEPLOYMENT_TARGET (
SET DEPLOYMENT_TARGET=%ARTIFACTS%\wwwroot
)
IF NOT DEFINED NEXT_MANIFEST_PATH (
SET NEXT_MANIFEST_PATH=%ARTIFACTS%\manifest
IF NOT DEFINED PREVIOUS_MANIFEST_PATH (
SET PREVIOUS_MANIFEST_PATH=%ARTIFACTS%\manifest
)
)
IF NOT DEFINED KUDU_SYNC_CMD (
:: Install kudu sync
echo Installing Kudu Sync
call npm install kudusync -g --silent
IF !ERRORLEVEL! NEQ 0 goto error
:: Locally just running "kuduSync" would also work
SET KUDU_SYNC_CMD=%appdata%\npm\kuduSync.cmd
)
goto Deployment
:: Utility Functions
:: -----------------
:SelectNodeVersion
IF DEFINED KUDU_SELECT_NODE_VERSION_CMD (
:: The following are done only on Windows Azure Websites environment
call %KUDU_SELECT_NODE_VERSION_CMD% "%DEPLOYMENT_SOURCE%" "%DEPLOYMENT_TARGET%" "%DEPLOYMENT_TEMP%"
IF !ERRORLEVEL! NEQ 0 goto error
IF EXIST "%DEPLOYMENT_TEMP%\__nodeVersion.tmp" (
SET /p NODE_EXE=<"%DEPLOYMENT_TEMP%\__nodeVersion.tmp"
IF !ERRORLEVEL! NEQ 0 goto error
)
IF EXIST "%DEPLOYMENT_TEMP%\__npmVersion.tmp" (
SET /p NPM_JS_PATH=<"%DEPLOYMENT_TEMP%\__npmVersion.tmp"
IF !ERRORLEVEL! NEQ 0 goto error
)
IF NOT DEFINED NODE_EXE (
SET NODE_EXE=node
)
SET NPM_CMD="!NODE_EXE!" "!NPM_JS_PATH!"
) ELSE (
SET NPM_CMD=npm
SET NODE_EXE=node
)
goto :EOF
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Deployment
:: ----------
:Deployment
echo Handling node.js deployment.
:: 1. KuduSync
IF /I "%IN_PLACE_DEPLOYMENT%" NEQ "1" (
call :ExecuteCmd "%KUDU_SYNC_CMD%" -v 50 -f "%DEPLOYMENT_SOURCE%" -t "%DEPLOYMENT_TARGET%" -n "%NEXT_MANIFEST_PATH%" -p "%PREVIOUS_MANIFEST_PATH%" -i ".git;.hg;.deployment;deploy.cmd"
IF !ERRORLEVEL! NEQ 0 goto error
)
:: 2. Select node version
call :SelectNodeVersion
:: 3. Install npm packages
IF EXIST "%DEPLOYMENT_TARGET%\package.json" (
pushd "%DEPLOYMENT_TARGET%"
call :ExecuteCmd !NPM_CMD! install --production
IF !ERRORLEVEL! NEQ 0 goto error
popd
)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
goto end
:: Execute command routine that will echo out when error
:ExecuteCmd
setlocal
set _CMD_=%*
call %_CMD_%
if "%ERRORLEVEL%" NEQ "0" echo Failed exitCode=%ERRORLEVEL%, command=%_CMD_%
exit /b %ERRORLEVEL%
:error
endlocal
echo An error has occurred during web site deployment.
call :exitSetErrorLevel
call :exitFromFunction 2>nul
:exitSetErrorLevel
exit /b 1
:exitFromFunction
()
:end
endlocal
echo Finished successfully.
| jackyphuong/coretracking | deploy.cmd | bat | mit | 3,176 |
cmd_drivers/media/common/tuners/built-in.o := /home/radug/Android/cm/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/media/common/tuners/built-in.o drivers/media/common/tuners/tuner-xc2028.o drivers/media/common/tuners/tuner-simple.o drivers/media/common/tuners/tuner-types.o drivers/media/common/tuners/mt20xx.o drivers/media/common/tuners/tda8290.o drivers/media/common/tuners/tea5767.o drivers/media/common/tuners/tea5761.o drivers/media/common/tuners/tda9887.o drivers/media/common/tuners/xc5000.o
| RaduG/2.6.29-RaKern-2x-Hero | drivers/media/common/tuners/.built-in.o.cmd | bat | gpl-2.0 | 544 |
cmd_drivers/media/dvb-frontends/a8293.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/dvb-frontends/a8293.ko drivers/media/dvb-frontends/a8293.o drivers/media/dvb-frontends/a8293.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/dvb-frontends/.a8293.ko.cmd | bat | gpl-2.0 | 303 |
cmd_sound/isa/built-in.o := /media/android_source/CyanogenMod/system/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o sound/isa/built-in.o sound/isa/ad1816a/built-in.o sound/isa/ad1848/built-in.o sound/isa/cs423x/built-in.o sound/isa/es1688/built-in.o sound/isa/gus/built-in.o sound/isa/msnd/built-in.o sound/isa/opti9xx/built-in.o sound/isa/sb/built-in.o sound/isa/wavefront/built-in.o sound/isa/wss/built-in.o
| freebsdmax/gsmart1315_kernel | sound/isa/.built-in.o.cmd | bat | gpl-2.0 | 438 |
/* REXX */
'@ECHO OFF'
CALL RxFuncAdd 'SysCls', 'RexxUtil', 'SysCls'
CALL rxfuncadd 'sysloadfuncs', 'rexxutil', 'sysloadfuncs'
CALL sysloadfuncs
'cls'
say "\\ Archiving old /cache..."
/* This would be a way to archive your old databases:
* Note: Adjust the absolute path!
*
* 'zip -m F:\PalmPilot\Plucker\DB_'|| Date('S') ||'.zip .\.plucker\cache\*'
*/
say "// Rebuilding Plucker database..."
'set home=.'
/* Remove old files. You don't need this if you use ZIP like above:
* Note: For usage with various databases add something like this for
* each directory you use.
*/
rc=Directory("./.plucker/html/*")
'del * /N'
rc=Directory("./plucker/html*")
'del * /N'
rc=Directory("E:/PalmPilot/Plucker/parser/python")
/* Use this to create a specific database only on monday:
*
* if Date('W')='Monday' then
* do
* 'zip -m F:\PalmPilot\Plucker\Weekly_'|| Date('S') ||'.zip .\.weekly\cache\*'
*
* 'python ./PyPlucker/spider.py -c -V1 -p.weekly'
* end
*/
/* Call for usage with 2bit colour:
* 'python ./PyPlucker/spider.py -c -V1 -p.shedules --bpp=2'
*/
/* Normal call for the spider: */
'python ./PyPlucker/spider.py -c -V1 -p.daily'
/* If you want to sync in more than one database use the follwoing
* syntax:
*
* 'perl ../../conduit/sync.pl --name="WeeklyDB PluckerDB" --cache=".weekly
* .daily"';
*/
/* Call for the conduit: */
'perl ../../conduit/sync.pl --name="PluckerDB" --cache=".daily"';
| arpruss/plucker | parser/python/hotsync.cmd | bat | gpl-2.0 | 1,499 |
cmd_fs/pipe.o := gcc -Wp,-MD,fs/.pipe.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(pipe)" -D"KBUILD_MODNAME=KBUILD_STR(pipe)" -c -o fs/pipe.o fs/pipe.c
deps_fs/pipe.o := \
fs/pipe.c \
include/linux/mm.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/sparsemem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/arch/populates/node/map.h) \
$(wildcard include/config/have/arch/early/pfn/to/nid.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/errno.h \
include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.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/smp.h) \
$(wildcard include/config/memory/hotplug.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/flatmem.h) \
$(wildcard include/config/sparsemem/extreme.h) \
$(wildcard include/config/nodes/span/other/nodes.h) \
$(wildcard include/config/holes/in/zone.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) \
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/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/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/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) \
/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/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/wait.h \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/seqlock.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/mutex.h \
$(wildcard include/config/debug/mutexes.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/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/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/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/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/rbtree.h \
include/linux/prio_tree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/mm_types.h \
$(wildcard include/config/cgroup/mem/res/ctlr.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/completion.h \
include/asm/pgtable.h \
include/asm/pgtable_32.h \
$(wildcard include/config/highpte.h) \
include/asm/paravirt.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/slab_def.h \
include/linux/kmalloc_sizes.h \
include/asm/pgtable-2level-defs.h \
include/asm/pgtable-2level.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/ia64/uncached/allocator.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/percpu.h \
include/linux/file.h \
include/linux/poll.h \
include/asm/poll.h \
include/asm-generic/poll.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/sysfs.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/rcupdate.h \
$(wildcard include/config/classic/rcu.h) \
include/linux/rcuclassic.h \
include/linux/namei.h \
include/linux/path.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/time.h \
include/linux/math64.h \
include/asm/div64.h \
include/linux/kobject.h \
include/linux/sysfs.h \
include/linux/kref.h \
include/linux/radix-tree.h \
include/linux/pid.h \
include/linux/capability.h \
include/linux/semaphore.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
$(wildcard include/config/64bit.h) \
include/linux/err.h \
include/linux/sched.h \
$(wildcard include/config/sched/debug.h) \
$(wildcard include/config/no/hz.h) \
$(wildcard include/config/detect/softlockup.h) \
$(wildcard include/config/keys.h) \
$(wildcard include/config/bsd/process/acct.h) \
$(wildcard include/config/taskstats.h) \
$(wildcard include/config/audit.h) \
$(wildcard include/config/inotify/user.h) \
$(wildcard include/config/posix/mqueue.h) \
$(wildcard include/config/user/sched.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/fair/group/sched.h) \
$(wildcard include/config/rt/group/sched.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/preempt/rcu.h) \
$(wildcard include/config/sysvipc.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) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/linux/timex.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/jiffies.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
include/asm-generic/signal.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/fs_struct.h \
include/linux/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/asm/seccomp.h \
include/asm/seccomp_32.h \
include/linux/unistd.h \
include/asm/unistd.h \
include/asm/unistd_32.h \
include/linux/rtmutex.h \
$(wildcard include/config/debug/rt/mutexes.h) \
include/linux/plist.h \
$(wildcard include/config/debug/pi/list.h) \
include/linux/param.h \
include/linux/resource.h \
include/asm/resource.h \
include/asm-generic/resource.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
$(wildcard include/config/debug/objects/timers.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
include/linux/hrtimer.h \
$(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/aio.h \
include/linux/workqueue.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/asm/uaccess.h \
include/asm/uaccess_32.h \
$(wildcard include/config/x86/intel/usercopy.h) \
$(wildcard include/config/x86/wp/works/ok.h) \
include/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/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/vdso.h \
include/asm/desc.h \
include/asm/ldt.h \
include/linux/moduleparam.h \
$(wildcard include/config/alpha.h) \
$(wildcard include/config/ppc64.h) \
include/linux/marker.h \
include/asm/local.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/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/mount.h \
include/linux/pipe_fs_i.h \
include/linux/highmem.h \
include/linux/uaccess.h \
include/asm/cacheflush.h \
$(wildcard include/config/debug/rodata.h) \
$(wildcard include/config/debug/rodata/test.h) \
include/asm/highmem.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/asm/hardirq.h \
include/asm/hardirq_32.h \
include/linux/irq.h \
$(wildcard include/config/irq/per/cpu.h) \
$(wildcard include/config/irq/release/method.h) \
$(wildcard include/config/generic/pending/irq.h) \
$(wildcard include/config/irqbalance.h) \
$(wildcard include/config/auto/irq/affinity.h) \
$(wildcard include/config/generic/hardirqs/no//do/irq.h) \
include/asm/irq.h \
include/asm/irq_32.h \
include/asm-x86/mach-default/irq_vectors.h \
include/asm-x86/mach-default/irq_vectors_limits.h \
include/asm/irq_regs.h \
include/asm/irq_regs_32.h \
include/asm/hw_irq.h \
include/asm/hw_irq_32.h \
include/linux/profile.h \
include/asm/sections.h \
include/asm-generic/sections.h \
include/linux/irq_cpustat.h \
include/asm/tlbflush.h \
include/linux/pagemap.h \
include/linux/audit.h \
$(wildcard include/config/change.h) \
include/linux/syscalls.h \
$(wildcard include/config/v850.h) \
include/linux/key.h \
include/linux/sysctl.h \
include/asm/ioctls.h \
fs/pipe.o: $(deps_fs/pipe.o)
$(deps_fs/pipe.o):
| namgk/kernel-tut | fs/.pipe.o.cmd | bat | gpl-2.0 | 20,513 |
cmd_sound/soc/codecs/built-in.o := /opt/freescale/usr/local/gcc-4.6.2-glibc-2.13-linaro-multilib-2011.12/fsl-linaro-toolchain/bin/arm-none-linux-gnueabi-ld -EL -r -o sound/soc/codecs/built-in.o sound/soc/codecs/snd-soc-cs42xx8.o sound/soc/codecs/snd-soc-cs42xx8-i2c.o sound/soc/codecs/snd-soc-fsl-mqs.o sound/soc/codecs/snd-soc-mc13783.o sound/soc/codecs/snd-soc-hdmi-codec.o sound/soc/codecs/snd-soc-sgtl5000.o sound/soc/codecs/snd-soc-si476x.o sound/soc/codecs/snd-soc-tlv320aic23.o sound/soc/codecs/snd-soc-wm8962.o
| FEDEVEL/tmp-imx6-tiny-rex-linux | sound/soc/codecs/.built-in.o.cmd | bat | gpl-2.0 | 524 |
cmd_scripts/dtc/fstree.o := gcc -Wp,-MD,scripts/dtc/.fstree.o.d -Iscripts/dtc -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -I/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc -Iscripts/dtc -I/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/libfdt -Iscripts/dtc/libfdt -c -o scripts/dtc/fstree.o /home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/fstree.c
source_scripts/dtc/fstree.o := /home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/fstree.c
deps_scripts/dtc/fstree.o := \
/usr/include/stdc-predef.h \
/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/dtc.h \
/usr/include/stdio.h \
/usr/include/features.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/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/x86_64-linux-gnu/bits/string.h \
/usr/include/x86_64-linux-gnu/bits/string2.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap-16.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/string3.h \
/usr/include/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.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/bits/select2.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdbool.h \
/usr/include/assert.h \
/usr/include/ctype.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/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 \
/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/libfdt/libfdt_env.h \
/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/libfdt/fdt.h \
/home/darkspr1te/Desktop/Android/sm-a500/sources/sm-a500h-sea-Kernel/scripts/dtc/util.h \
/usr/include/dirent.h \
/usr/include/x86_64-linux-gnu/bits/dirent.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/sys/stat.h \
/usr/include/x86_64-linux-gnu/bits/stat.h \
scripts/dtc/fstree.o: $(deps_scripts/dtc/fstree.o)
$(deps_scripts/dtc/fstree.o):
| darkspr1te/android_kernel_samsung_msm8916_a5 | out/scripts/dtc/.fstree.o.cmd | bat | gpl-2.0 | 3,980 |
cmd_arch/arm/lib/csumipv6.o := /home/lithium/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-gcc -Wp,-MD,arch/arm/lib/.csumipv6.o.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 -D__ASSEMBLY__ -mabi=aapcs-linux -mno-thumb-interwork -D__LINUX_ARM_ARCH__=7 -march=armv7-a -include asm/unified.h -msoft-float -gdwarf-2 -c -o arch/arm/lib/csumipv6.o arch/arm/lib/csumipv6.S
source_arch/arm/lib/csumipv6.o := arch/arm/lib/csumipv6.S
deps_arch/arm/lib/csumipv6.o := \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
$(wildcard include/config/thumb2/kernel.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/sparse/rcu/pointer.h) \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/linkage.h \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/assembler.h \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/trace/irqflags.h) \
$(wildcard include/config/smp.h) \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/hwcap.h \
/home/lithium/kfhd/kernel/android-3.0/arch/arm/include/asm/domain.h \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/cpu/use/domains.h) \
arch/arm/lib/csumipv6.o: $(deps_arch/arm/lib/csumipv6.o)
$(deps_arch/arm/lib/csumipv6.o):
| 0xD34D/kernel_amazon_tate | arch/arm/lib/.csumipv6.o.cmd | bat | gpl-2.0 | 2,066 |
cmd_fs/cifs/built-in.o := /home/envy/kernel/android_toolchains/arm-eabi-linaro-4.6.2/bin/arm-eabi-ld -EL -r -o fs/cifs/built-in.o fs/cifs/cifs.o
| Envious-Data/shinano-sirius_msm8974abpro | fs/cifs/.built-in.o.cmd | bat | gpl-2.0 | 150 |
cmd_drivers/input/keyboard/cypress/built-in.o := /home/yyoung.kim/Toolchain/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/input/keyboard/cypress/built-in.o drivers/input/keyboard/cypress/cypress-touchkey.o drivers/input/keyboard/cypress/issp_driver_routines.o drivers/input/keyboard/cypress/issp_main.o drivers/input/keyboard/cypress/issp_routines.o
| PrestigeMod/SHW-M440S | drivers/input/keyboard/cypress/.built-in.o.cmd | bat | gpl-2.0 | 387 |
start run.bat -c default -Djboss.bind.address=0.0.0.0 | prozakis/mywms-Server | jboss-4.2.3.GA/bin/start_server.bat | bat | gpl-3.0 | 53 |
#!/bin/bash -x
#SBATCH --job-name=test4x4x4x4_tm_strange_1000_2
#SBATCH --mail-type=FAIL,END
#SBATCH [email protected]
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1
#SBATCH --mem_bind=verbose
#SBATCH --time=24:00:00
#SBATCH --mem=64200
#SBATCH --gres=gpu:kepler:1
#SBATCH --partition=kepler
#SBATCH --reservation=testing
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/qbigwork/bartek/libs/bleeding_edge/kepler/quda_develop/lib:/opt/cuda/lib64
rundir=/hiskp4/bartek/peram_generation/test/test4x4x4x4/tm_strange/cnfg1000/rnd_vec_02
exe=/qbigwork/bartek/build/bleeding_edge/kepler/peram_gen_multigpu.tmLQCD.etmc.quda_develop/main/main
outfile=../outputs/run_1000_02.out
infile=LapH_1000_02.in
export QUDA_RESOURCE_PATH=/qbigwork/bartek/quda_resources/kepler_405d5bf1ac9cdbccbc11ac957e07d822065ac36e
if [ ! -d ${QUDA_RESOURCE_PATH} ]; then
mkdir -p ${QUDA_RESOURCE_PATH}
fi
cd ${rundir}
date > ${outfile}
QUDA_RESOURCE_PATH=${QUDA_RESOURCE_PATH} OMP_NUM_THREADS=2 \
QUDA_ENABLE_GDR=1 QUDA_ENABLE_P2P=1 QUDA_ENABLE_TUNING=1 \
QUDA_ENABLE_DEVICE_MEMORY_POOL=0 \
srun ${exe} -LapHsin ${infile} | tee -a ${outfile}
date >> ${outfile}
| maowerner/sLapH-contractions | tests/integration-L4-new/tm_strange/cnfg1000/rnd_vec_02/job.slurm.1000_02.cmd | bat | gpl-3.0 | 1,180 |
@echo off
powershell -NoProfile -ExecutionPolicy Bypass -Command "& '%~dp0\winbuild.ps1' %* "
| tlecomte/friture | winbuild.cmd | bat | gpl-3.0 | 95 |
call python tools/ss13_genchangelog.py html/changelog.html html/changelogs --dry-run
pause | ak72ti/Whynot | misc/makeChangelog-DRY_RUN.bat | bat | gpl-3.0 | 90 |
@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
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 2> nul
if errorlevel 9009 goto sphinx_python
goto sphinx_ok
:sphinx_python
set SPHINXBUILD=python -m sphinx.__init__
%SPHINXBUILD% 2> nul
if errorlevel 9009 (
echo.
echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
echo.installed, then set the SPHINXBUILD environment variable to point
echo.to the full path of the 'sphinx-build' executable. Alternatively you
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
exit /b 1
)
:sphinx_ok
if "%1" == "html" (
%SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/html.
goto end
)
if "%1" == "dirhtml" (
%SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% %BUILDDIR%/dirhtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
goto end
)
if "%1" == "singlehtml" (
%SPHINXBUILD% -b singlehtml %ALLSPHINXOPTS% %BUILDDIR%/singlehtml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
goto end
)
if "%1" == "pickle" (
%SPHINXBUILD% -b pickle %ALLSPHINXOPTS% %BUILDDIR%/pickle
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the pickle files.
goto end
)
if "%1" == "json" (
%SPHINXBUILD% -b json %ALLSPHINXOPTS% %BUILDDIR%/json
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can process the JSON files.
goto end
)
if "%1" == "htmlhelp" (
%SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% %BUILDDIR%/htmlhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run HTML Help Workshop with the ^
.hhp project file in %BUILDDIR%/htmlhelp.
goto end
)
if "%1" == "qthelp" (
%SPHINXBUILD% -b qthelp %ALLSPHINXOPTS% %BUILDDIR%/qthelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished; now you can run "qcollectiongenerator" with the ^
.qhcp project file in %BUILDDIR%/qthelp, like this:
echo.^> qcollectiongenerator %BUILDDIR%\qthelp\PyConfig.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\PyConfig.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| claashk/python-config | doc/make.bat | bat | gpl-3.0 | 7,257 |
cd AliceBob
cd Project
cmake CMakeLists.txt
cd ..
cd ..
cd ClientServer
cd Project
cmake CMakeLists.txt
cd ..
cd .. | Crystal-Photonics/RPC-Generator | Testprojects/make.bat | bat | lgpl-3.0 | 115 |
mongo --port 27001 --shell hemmerling_week4_hw3_4.js | hemmerling/nosql-mongodb2013 | src/m102/week04/hw4-3/hemmerling_week4_hw3_4.bat | bat | apache-2.0 | 52 |
SET version=3.0.0-alpha1
echo Make sure to have ran build.cmd once to ensure artifacts have been created.
echo Generating version=%version%, edit updateMigrations.cmd to update the version.
echo Generating migration for RazorPages-SqlLite--------------
rd "Company.WebApplication1" /s /q
mkdir "Company.WebApplication1"
dotnet new razor --no-restore --auth Individual -i ..\artifacts\build\Microsoft.DotNet.Web.ProjectTemplates.*.nupkg -o Company.WebApplication1
rd "Company.WebApplication1\Data\Migrations" /s /q
powershell.exe -File .\updateProj.ps1
cd Company.WebApplication1
dotnet ef migrations add CreateIdentitySchema -o Data\Migrations
cd ..
move Company.WebApplication1\Data\Migrations\*.Designer.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs
move Company.WebApplication1\Data\Migrations\*_CreateIdentitySchema.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.cs
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('([0-9]{14})_CreateIdentitySchema', '00000000000000_CreateIdentitySchema') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs"
copy "Company.WebApplication1\Data\Migrations\*" "..\src\Microsoft.DotNet.Web.ProjectTemplates\content\RazorPagesWeb-CSharp\Data\SqlLite"
echo Generating migration for RazorPages-SqlServer(localb)--------------
rd "Company.WebApplication1" /s /q
mkdir "Company.WebApplication1"
dotnet new razor --no-restore --auth Individual --use-local-db -i ..\artifacts\build\Microsoft.DotNet.Web.ProjectTemplates.*.nupkg -o Company.WebApplication1
rd "Company.WebApplication1\Data\Migrations" /s /q
powershell.exe -File .\updateProj.ps1
cd Company.WebApplication1
dotnet ef migrations add CreateIdentitySchema -o Data\Migrations
cd ..
move Company.WebApplication1\Data\Migrations\*.Designer.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs
move Company.WebApplication1\Data\Migrations\*_CreateIdentitySchema.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.cs
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('([0-9]{14})_CreateIdentitySchema', '00000000000000_CreateIdentitySchema') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs"
copy "Company.WebApplication1\Data\Migrations\*" "..\src\Microsoft.DotNet.Web.ProjectTemplates\content\RazorPagesWeb-CSharp\Data\SqlServer"
rd "Company.WebApplication1" /s /q
echo Generating migration for StarterWeb-SqlServer(localb)--------------
mkdir "Company.WebApplication1"
dotnet new mvc --no-restore --auth Individual --use-local-db -i ..\artifacts\build\Microsoft.DotNet.Web.ProjectTemplates.*.nupkg -o Company.WebApplication1
rd "Company.WebApplication1\Data\Migrations" /s /q
powershell.exe -File .\updateProj.ps1
cd Company.WebApplication1
dotnet ef migrations add CreateIdentitySchema -o Data\Migrations
cd ..
move Company.WebApplication1\Data\Migrations\*.Designer.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs
move Company.WebApplication1\Data\Migrations\*_CreateIdentitySchema.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.cs
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('([0-9]{14})_CreateIdentitySchema', '00000000000000_CreateIdentitySchema') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs"
copy "Company.WebApplication1\Data\Migrations\*" "..\src\Microsoft.DotNet.Web.ProjectTemplates\content\StarterWeb-CSharp\Data\SqlServer"
echo Generating migration for StarterWeb-SqlLite--------------
rd "Company.WebApplication1" /s /q
mkdir "Company.WebApplication1"
dotnet new mvc --no-restore --auth Individual -i ..\artifacts\build\Microsoft.DotNet.Web.ProjectTemplates.*.nupkg -o Company.WebApplication1
rd "Company.WebApplication1\Data\Migrations" /s /q
powershell.exe -File .\updateProj.ps1
cd Company.WebApplication1
dotnet ef migrations add CreateIdentitySchema -o Data\Migrations
cd ..
move Company.WebApplication1\Data\Migrations\*.Designer.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs
move Company.WebApplication1\Data\Migrations\*_CreateIdentitySchema.cs Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.cs
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('([0-9]{14})_CreateIdentitySchema', '00000000000000_CreateIdentitySchema') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\00000000000000_CreateIdentitySchema.Designer.cs"
powershell.exe -command "(Get-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs) -replace('[0-9].[0-9].[0-9]-[^-]*-[0-9]*', '%version%') | Set-Content Company.WebApplication1\Data\Migrations\ApplicationDbContextModelSnapshot.cs"
copy "Company.WebApplication1\Data\Migrations\*" "..\src\Microsoft.DotNet.Web.ProjectTemplates\content\StarterWeb-CSharp\Data\SqlLite"
rd "Company.WebApplication1" /s /q
| aspnet/AspNetCore | src/ProjectTemplates/migrations/updateMigrations.cmd | bat | apache-2.0 | 7,309 |
@echo off
del examples-dp.war
echo %JETTY_HOME%
echo %JDK_HOME%
"%JDK_HOME%/bin/jar" cvf examples-dp.war -C examples .
copy examples-dp.war %JETTY_HOME%\webapps
pause | datapheral/hadoop-install-scripts | docs/perkins/tomcat70/createwar-jetty.bat | bat | apache-2.0 | 166 |
@echo off
cls
.paket\paket.bootstrapper.exe
if errorlevel 1 (
exit /b %errorlevel%
)
.paket\paket.exe restore
if errorlevel 1 (
exit /b %errorlevel%
)
IF NOT EXIST build.fsx (
.paket\paket.exe update
packages\build\FAKE\tools\FAKE.exe init.fsx
)
packages\build\FAKE\tools\FAKE.exe build.fsx Release %*
| TheInnerLight/CSharp.Formatting | build_appveyor.cmd | bat | apache-2.0 | 313 |
@ECHO OFF
PUSHD %~DP0
SET CURDIR=%CD%
PUSHD ..
SET TOPDIR=%CD%
POPD
POPD
SET GDAL_ROOT=%TOPDIR%\bin\gdal
SET GDAL_API_PROXY=ecw,sid,jp2,j2k,ntf
rem SET GDAL_API_PROXY_CONN_POOL=NO
rem SET GDAL_PAM_PROXY_DIR=%TEMP%
SET GDAL_DATA=%GDAL_ROOT%\share\gdal-data
SET GEOTIFF_CSV=%GDAL_DATA%
SET PROJ_LIB=%GDAL_ROOT%\share\proj
SET GDAL_DRIVER_PATH=%GDAL_ROOT%\bin\plugins
SET PYTHONHOME=%TOPDIR%\bin\Python27
SET PYTHONPATH=%PYTHONHOME%\Lib\lib-tk
SET PYTHONPATH=%PYTHONHOME%\Lib\site-packages\pywin32_system32;%PYTHONHOME%\Lib\site-packages\win32;%PYTHONHOME%\Lib\site-packages\win32\lib;%PYTHONHOME%\Lib\site-packages\pythonwin;%PYTHONPATH%
SET PYTHONPATH=%GDAL_ROOT%\bin;%GDAL_ROOT%\lib;%PYTHONPATH%
SET PYTHONPATH=%CURDIR%;%PYTHONPATH%
SET path=
SET path=%WINDIR%;%WINDIR%\system32
PATH=%GDAL_ROOT%\bin;%PATH%
PATH=%GDAL_ROOT%\lib\osgeo;%PATH%
PATH=%GDAL_DRIVER_PATH%;%PATH%
PATH=%PYTHONPATH%;%PATH%
PATH=%PYTHONHOME%;%PATH%
PATH=%CURDIR%;%PATH%
SET GDAL_SKIP=
SET _GDAL_SKIP=JP2MrSID JP2OpenJPEG
for /f "tokens=1" %%D IN ('gdalinfo --formats^|findstr /r "%_GDAL_SKIP%"') DO SET GDAL_SKIP=!GDAL_SKIP! %%D
| ssutee/metageta | setenv.bat | bat | mit | 1,143 |
cmd_net/built-in.o := arm-eabi-ld -EL -r -o net/built-in.o net/socket.o net/core/built-in.o net/ethernet/built-in.o net/802/built-in.o net/sched/built-in.o net/netlink/built-in.o net/netfilter/built-in.o net/ipv4/built-in.o net/xfrm/built-in.o net/unix/built-in.o net/ipv6/built-in.o net/packet/built-in.o net/key/built-in.o net/bluetooth_mgmt/built-in.o net/sunrpc/built-in.o net/wireless/built-in.o net/rfkill/built-in.o net/sysctl_net.o net/dns_resolver/built-in.o net/activity_stats.o
| BigBot96/android_kernel_samsung_espressovzw | net/.built-in.o.cmd | bat | gpl-2.0 | 494 |
cmd_scripts/dtc/dtc-lexer.lex.o := gcc -Wp,-MD,scripts/dtc/.dtc-lexer.lex.o.d -O2 -I/home/wengbj/bk/openwrt-3.14/trunk/openwrt/staging_dir/host/include -I/home/wengbj/bk/openwrt-3.14/trunk/openwrt/staging_dir/host/usr/include -Wall -Wmissing-prototypes -Wstrict-prototypes -I/home/wengbj/bk/openwrt-3.14/trunk/openwrt/staging_dir/host/include -I./tools/include -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-lexer.lex.c
source_scripts/dtc/dtc-lexer.lex.o := scripts/dtc/dtc-lexer.lex.c
deps_scripts/dtc/dtc-lexer.lex.o := \
/usr/include/stdio.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/lib/gcc/x86_64-linux-gnu/4.4.7/include/stddef.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/x86_64-linux-gnu/bits/string.h \
/usr/include/x86_64-linux-gnu/bits/string2.h \
/home/wengbj/bk/openwrt-3.14/trunk/openwrt/staging_dir/host/include/endian.h \
/home/wengbj/bk/openwrt-3.14/trunk/openwrt/staging_dir/host/include/byteswap.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/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/string3.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/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.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/bits/select2.h \
/home/wengbj/bk/openwrt-3.14/trunk/openwrt/staging_dir/host/include/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
scripts/dtc/dtc.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.4.7/include/stdbool.h \
/usr/include/assert.h \
/usr/include/ctype.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 \
scripts/dtc/libfdt/libfdt_env.h \
scripts/dtc/libfdt/fdt.h \
scripts/dtc/util.h \
scripts/dtc/srcpos.h \
scripts/dtc/dtc-parser.tab.h \
scripts/dtc/dtc-lexer.lex.o: $(deps_scripts/dtc/dtc-lexer.lex.o)
$(deps_scripts/dtc/dtc-lexer.lex.o):
| FireWRT/OpenWrt-Firefly-Libraries | build_dir/target-mipsel_1004kc+dsp_uClibc-0.9.33.2/linux-ramips_mt7621/linux-3.18.9/scripts/dtc/.dtc-lexer.lex.o.cmd | bat | gpl-2.0 | 3,454 |
cmd_drivers/firmware/built-in.o := rm -f drivers/firmware/built-in.o; /media/sagformas/47f72a56-be22-485d-ba83-da42e0d4eb18/fuentes/Samsung/TrendPlus/GT-S7580_JB_Opensource/rk-prebuilts/bin/arm-eabi-ar rcsD drivers/firmware/built-in.o
| EPDCenter/android_kernel_archos_97_titan | drivers/firmware/.built-in.o.cmd | bat | gpl-2.0 | 236 |
@ECHO OFF
REM ~ Copyright 2002-2007 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)
setlocal
goto Start
REM NOTE: The "setlocal & endlocal" construct is used to reset the errorlevel to 0.
REM NOTE: The "set _error_=" construct is used to set the errorlevel to 1
:Error_Print
REM Output an error message and set the errorlevel to indicate failure.
setlocal
ECHO ###
ECHO ### %1
ECHO ###
ECHO ### You can specify the toolset as the argument, i.e.:
ECHO ### .\build.bat msvc
ECHO ###
ECHO ### Toolsets supported by this script are: borland, como, gcc, gcc-nocygwin,
ECHO ### intel-win32, metrowerks, mingw, msvc, vc7, vc8, vc9
ECHO ###
set _error_=
endlocal
goto :eof
:Test_Path
REM Tests for the given file(executable) presence in the directories in the PATH
REM environment variable. Additionaly sets FOUND_PATH to the path of the
REM found file.
setlocal & endlocal
setlocal
set test=%~$PATH:1
endlocal
if not errorlevel 1 set FOUND_PATH=%~dp$PATH:1
goto :eof
:Test_Option
REM Tests whether the given string is in the form of an option: "--*"
setlocal & endlocal
setlocal
set test=%1
set test=###%test%###
set test=%test:"###=%
set test=%test:###"=%
set test=%test:###=%
if not [-] == [%test:~1,1%] set _error_=
endlocal
goto :eof
:Call_If_Exists
if EXIST %1 call %*
goto :eof
:Guess_Toolset
REM Try and guess the toolset to bootstrap the build with...
REM Sets BOOST_JAM_TOOLSET to the first found toolset.
REM May also set BOOST_JAM_TOOLSET_ROOT to the
REM location of the found toolset.
if "_%ProgramFiles%_" == "__" set ProgramFiles=C:\Program Files
setlocal & endlocal
if NOT "_%VS90COMNTOOLS%_" == "__" (
set "BOOST_JAM_TOOLSET=vc9"
set "BOOST_JAM_TOOLSET_ROOT=%VS90COMNTOOLS%..\..\VC\"
goto :eof)
setlocal & endlocal
if EXIST "%ProgramFiles%\Microsoft Visual Studio 9.0\VC\VCVARSALL.BAT" (
set "BOOST_JAM_TOOLSET=vc9"
set "BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio 9.0\VC\"
goto :eof)
setlocal & endlocal
if NOT "_%VS80COMNTOOLS%_" == "__" (
set "BOOST_JAM_TOOLSET=vc8"
set "BOOST_JAM_TOOLSET_ROOT=%VS80COMNTOOLS%..\..\VC\"
goto :eof)
setlocal & endlocal
if EXIST "%ProgramFiles%\Microsoft Visual Studio 8\VC\VCVARSALL.BAT" (
set "BOOST_JAM_TOOLSET=vc8"
set "BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio 8\VC\"
goto :eof)
setlocal & endlocal
if NOT "_%VS71COMNTOOLS%_" == "__" (
set "BOOST_JAM_TOOLSET=vc7"
set "BOOST_JAM_TOOLSET_ROOT=%VS71COMNTOOLS%\..\..\VC7\"
goto :eof)
setlocal & endlocal
if NOT "_%VCINSTALLDIR%_" == "__" (
REM %VCINSTALLDIR% is also set for VC9 (and probably VC8)
set "BOOST_JAM_TOOLSET=vc7"
set "BOOST_JAM_TOOLSET_ROOT=%VCINSTALLDIR%\VC7\"
goto :eof)
setlocal & endlocal
if EXIST "%ProgramFiles%\Microsoft Visual Studio .NET 2003\VC7\bin\VCVARS32.BAT" (
set "BOOST_JAM_TOOLSET=vc7"
set "BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio .NET 2003\VC7\"
goto :eof)
setlocal & endlocal
if EXIST "%ProgramFiles%\Microsoft Visual Studio .NET\VC7\bin\VCVARS32.BAT" (
set "BOOST_JAM_TOOLSET=vc7"
set "BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio .NET\VC7\"
goto :eof)
setlocal & endlocal
if NOT "_%MSVCDir%_" == "__" (
set "BOOST_JAM_TOOLSET=msvc"
set "BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\"
goto :eof)
setlocal & endlocal
if EXIST "%ProgramFiles%\Microsoft Visual Studio\VC98\bin\VCVARS32.BAT" (
set "BOOST_JAM_TOOLSET=msvc"
set "BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual Studio\VC98\"
goto :eof)
setlocal & endlocal
if EXIST "%ProgramFiles%\Microsoft Visual C++\VC98\bin\VCVARS32.BAT" (
set "BOOST_JAM_TOOLSET=msvc"
set "BOOST_JAM_TOOLSET_ROOT=%ProgramFiles%\Microsoft Visual C++\VC98\"
goto :eof)
setlocal & endlocal
call :Test_Path cl.exe
if not errorlevel 1 (
set "BOOST_JAM_TOOLSET=msvc"
set "BOOST_JAM_TOOLSET_ROOT=%FOUND_PATH%..\"
goto :eof)
setlocal & endlocal
call :Test_Path vcvars32.bat
if not errorlevel 1 (
set "BOOST_JAM_TOOLSET=msvc"
call "%FOUND_PATH%VCVARS32.BAT"
set "BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\"
goto :eof)
setlocal & endlocal
if EXIST "C:\Borland\BCC55\Bin\bcc32.exe" (
set "BOOST_JAM_TOOLSET=borland"
set "BOOST_JAM_TOOLSET_ROOT=C:\Borland\BCC55\"
goto :eof)
setlocal & endlocal
call :Test_Path bcc32.exe
if not errorlevel 1 (
set "BOOST_JAM_TOOLSET=borland"
set "BOOST_JAM_TOOLSET_ROOT=%FOUND_PATH%..\"
goto :eof)
setlocal & endlocal
call :Test_Path icl.exe
if not errorlevel 1 (
set "BOOST_JAM_TOOLSET=intel-win32"
set "BOOST_JAM_TOOLSET_ROOT=%FOUND_PATH%..\"
goto :eof)
setlocal & endlocal
if EXIST "C:\MinGW\bin\gcc.exe" (
set "BOOST_JAM_TOOLSET=mingw"
set "BOOST_JAM_TOOLSET_ROOT=C:\MinGW\"
goto :eof)
setlocal & endlocal
if NOT "_%CWFolder%_" == "__" (
set "BOOST_JAM_TOOLSET=metrowerks"
set "BOOST_JAM_TOOLSET_ROOT=%CWFolder%\"
goto :eof )
setlocal & endlocal
call :Test_Path mwcc.exe
if not errorlevel 1 (
set "BOOST_JAM_TOOLSET=metrowerks"
set "BOOST_JAM_TOOLSET_ROOT=%FOUND_PATH%..\..\"
goto :eof)
setlocal & endlocal
call :Error_Print "Could not find a suitable toolset."
goto :eof
:Guess_Yacc
REM Tries to find bison or yacc in common places so we can build the grammar.
setlocal & endlocal
call :Test_Path yacc.exe
if not errorlevel 1 (
set "YACC=yacc -d"
goto :eof)
setlocal & endlocal
call :Test_Path bison.exe
if not errorlevel 1 (
set "YACC=bison -d --yacc"
goto :eof)
setlocal & endlocal
if EXIST "C:\Program Files\GnuWin32\bin\bison.exe" (
set "YACC=C:\Program Files\GnuWin32\bin\bison.exe" -d --yacc
goto :eof)
setlocal & endlocal
call :Error_Print "Could not find Yacc to build the Jam grammar."
goto :eof
:Start
set BOOST_JAM_TOOLSET=
set BOOST_JAM_ARGS=
REM If no arguments guess the toolset;
REM or if first argument is an option guess the toolset;
REM otherwise the argument is the toolset to use.
if "_%1_" == "__" (
call :Guess_Toolset
if not errorlevel 1 goto Setup_Toolset
) else (
call :Test_Option "%1"
if not errorlevel 1 (
call :Guess_Toolset
if not errorlevel 1 goto Setup_Toolset
) else (
setlocal & endlocal
set "BOOST_JAM_TOOLSET=%1"
shift
goto Setup_Toolset
)
)
if errorlevel 1 goto Finish
:Setup_Toolset
REM Setup the toolset command and options. This bit of code
REM needs to be flexible enough to handle both when
REM the toolset was guessed at and found, or when the toolset
REM was indicated in the command arguments.
REM NOTE: The strange multiple "if ?? == _toolset_" tests are that way
REM because in BAT variables are subsituted only once during a single
REM command. A complete "if ... ( commands ) else ( commands )"
REM is a single command, even though it's in multiple lines here.
:Setup_Args
if "_%1_" == "__" goto Config_Toolset
call :Test_Option "%1"
if errorlevel 1 (
set BOOST_JAM_ARGS=%BOOST_JAM_ARGS% %1
shift
goto Setup_Args
)
:Config_Toolset
if NOT "_%BOOST_JAM_TOOLSET%_" == "_metrowerks_" goto :Skip_METROWERKS
if NOT "_%CWFolder%_" == "__" (
set "BOOST_JAM_TOOLSET_ROOT=%CWFolder%\"
)
set "PATH=%BOOST_JAM_TOOLSET_ROOT%Other Metrowerks Tools\Command Line Tools;%PATH%"
set "BOOST_JAM_CC=mwcc -runtime ss -cwd include -DNT -lkernel32.lib -ladvapi32.lib -luser32.lib"
set "BOOST_JAM_OPT_JAM=-o bootstrap\jam0.exe"
set "BOOST_JAM_OPT_MKJAMBASE=-o bootstrap\mkjambase0.exe"
set "BOOST_JAM_OPT_YYACC=-o bootstrap\yyacc0.exe"
set "_known_=1"
:Skip_METROWERKS
if NOT "_%BOOST_JAM_TOOLSET%_" == "_msvc_" goto :Skip_MSVC
if NOT "_%MSVCDir%_" == "__" (
set "BOOST_JAM_TOOLSET_ROOT=%MSVCDir%\"
)
call :Call_If_Exists "%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT"
if not "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
set "PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%"
)
set "BOOST_JAM_CC=cl /nologo /GZ /Zi /MLd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG kernel32.lib advapi32.lib user32.lib"
set "BOOST_JAM_OPT_JAM=/Febootstrap\jam0"
set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
set "_known_=1"
:Skip_MSVC
if NOT "_%BOOST_JAM_TOOLSET%_" == "_vc7_" goto :Skip_VC7
if NOT "_%VS71COMNTOOLS%_" == "__" (
set "BOOST_JAM_TOOLSET_ROOT=%VS71COMNTOOLS%..\..\VC7\"
)
if "_%VCINSTALLDIR%_" == "__" call :Call_If_Exists "%BOOST_JAM_TOOLSET_ROOT%bin\VCVARS32.BAT"
if NOT "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
if "_%VCINSTALLDIR%_" == "__" (
set "PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%"
) )
set "BOOST_JAM_CC=cl /nologo /GZ /Zi /MLd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG kernel32.lib advapi32.lib user32.lib"
set "BOOST_JAM_OPT_JAM=/Febootstrap\jam0"
set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
set "_known_=1"
:Skip_VC7
if NOT "_%BOOST_JAM_TOOLSET%_" == "_vc8_" goto :Skip_VC8
if NOT "_%VS80COMNTOOLS%_" == "__" (
set "BOOST_JAM_TOOLSET_ROOT=%VS80COMNTOOLS%..\..\VC\"
)
if "_%VCINSTALLDIR%_" == "__" call :Call_If_Exists "%BOOST_JAM_TOOLSET_ROOT%VCVARSALL.BAT" %BOOST_JAM_ARGS%
if NOT "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
if "_%VCINSTALLDIR%_" == "__" (
set "PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%"
) )
set "BOOST_JAM_CC=cl /nologo /RTC1 /Zi /MTd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996 kernel32.lib advapi32.lib user32.lib"
set "BOOST_JAM_OPT_JAM=/Febootstrap\jam0"
set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
set "_known_=1"
:Skip_VC8
if NOT "_%BOOST_JAM_TOOLSET%_" == "_vc9_" goto :Skip_VC9
if NOT "_%VS90COMNTOOLS%_" == "__" (
set "BOOST_JAM_TOOLSET_ROOT=%VS90COMNTOOLS%..\..\VC\"
)
if "_%VCINSTALLDIR%_" == "__" call :Call_If_Exists "%BOOST_JAM_TOOLSET_ROOT%VCVARSALL.BAT" %BOOST_JAM_ARGS%
if NOT "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
if "_%VCINSTALLDIR%_" == "__" (
set "PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%"
) )
set "BOOST_JAM_CC=cl /nologo /RTC1 /Zi /MTd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996 kernel32.lib advapi32.lib user32.lib"
set "BOOST_JAM_OPT_JAM=/Febootstrap\jam0"
set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
set "_known_=1"
:Skip_VC9
if NOT "_%BOOST_JAM_TOOLSET%_" == "_borland_" goto :Skip_BORLAND
if "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
call :Test_Path bcc32.exe )
if "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
if not errorlevel 1 (
set "BOOST_JAM_TOOLSET_ROOT=%FOUND_PATH%..\"
) )
if not "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
set "PATH=%BOOST_JAM_TOOLSET_ROOT%Bin;%PATH%"
)
set "BOOST_JAM_CC=bcc32 -WC -w- -q -I%BOOST_JAM_TOOLSET_ROOT%Include -L%BOOST_JAM_TOOLSET_ROOT%Lib /DNT -nbootstrap"
set "BOOST_JAM_OPT_JAM=-ejam0"
set "BOOST_JAM_OPT_MKJAMBASE=-emkjambasejam0"
set "BOOST_JAM_OPT_YYACC=-eyyacc0"
set "_known_=1"
:Skip_BORLAND
if NOT "_%BOOST_JAM_TOOLSET%_" == "_como_" goto :Skip_COMO
set "BOOST_JAM_CC=como -DNT"
set "BOOST_JAM_OPT_JAM=-o bootstrap\jam0.exe"
set "BOOST_JAM_OPT_MKJAMBASE=-o bootstrap\mkjambase0.exe"
set "BOOST_JAM_OPT_YYACC=-o bootstrap\yyacc0.exe"
set "_known_=1"
:Skip_COMO
if NOT "_%BOOST_JAM_TOOLSET%_" == "_gcc_" goto :Skip_GCC
set "BOOST_JAM_CC=gcc -DNT"
set "BOOST_JAM_OPT_JAM=-o bootstrap\jam0.exe"
set "BOOST_JAM_OPT_MKJAMBASE=-o bootstrap\mkjambase0.exe"
set "BOOST_JAM_OPT_YYACC=-o bootstrap\yyacc0.exe"
set "_known_=1"
:Skip_GCC
if NOT "_%BOOST_JAM_TOOLSET%_" == "_gcc-nocygwin_" goto :Skip_GCC_NOCYGWIN
set "BOOST_JAM_CC=gcc -DNT -mno-cygwin"
set "BOOST_JAM_OPT_JAM=-o bootstrap\jam0.exe"
set "BOOST_JAM_OPT_MKJAMBASE=-o bootstrap\mkjambase0.exe"
set "BOOST_JAM_OPT_YYACC=-o bootstrap\yyacc0.exe"
set "_known_=1"
:Skip_GCC_NOCYGWIN
if NOT "_%BOOST_JAM_TOOLSET%_" == "_intel-win32_" goto :Skip_INTEL_WIN32
set "BOOST_JAM_CC=icl -DNT /nologo kernel32.lib advapi32.lib user32.lib"
set "BOOST_JAM_OPT_JAM=/Febootstrap\jam0"
set "BOOST_JAM_OPT_MKJAMBASE=/Febootstrap\mkjambase0"
set "BOOST_JAM_OPT_YYACC=/Febootstrap\yyacc0"
set "_known_=1"
:Skip_INTEL_WIN32
if NOT "_%BOOST_JAM_TOOLSET%_" == "_mingw_" goto :Skip_MINGW
if not "_%BOOST_JAM_TOOLSET_ROOT%_" == "__" (
set "PATH=%BOOST_JAM_TOOLSET_ROOT%bin;%PATH%"
)
set "BOOST_JAM_CC=gcc -DNT"
set "BOOST_JAM_OPT_JAM=-o bootstrap\jam0.exe"
set "BOOST_JAM_OPT_MKJAMBASE=-o bootstrap\mkjambase0.exe"
set "BOOST_JAM_OPT_YYACC=-o bootstrap\yyacc0.exe"
set "_known_=1"
:Skip_MINGW
setlocal & endlocal
if "_%_known_%_" == "__" (
call :Error_Print "Unknown toolset: %BOOST_JAM_TOOLSET%"
)
if errorlevel 1 goto Finish
echo ###
echo ### Using '%BOOST_JAM_TOOLSET%' toolset.
echo ###
set YYACC_SOURCES=yyacc.c
set MKJAMBASE_SOURCES=mkjambase.c
set BJAM_SOURCES=
set BJAM_SOURCES=%BJAM_SOURCES% command.c compile.c debug.c execnt.c expand.c filent.c glob.c hash.c
set BJAM_SOURCES=%BJAM_SOURCES% hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c
set BJAM_SOURCES=%BJAM_SOURCES% newstr.c option.c output.c parse.c pathunix.c regexp.c
set BJAM_SOURCES=%BJAM_SOURCES% rules.c scan.c search.c subst.c timestamp.c variable.c modules.c
set BJAM_SOURCES=%BJAM_SOURCES% strings.c filesys.c builtins.c pwd.c class.c w32_getreg.c native.c
set BJAM_SOURCES=%BJAM_SOURCES% modules/set.c modules/path.c modules/regex.c
set BJAM_SOURCES=%BJAM_SOURCES% modules/property-set.c modules/sequence.c modules/order.c
set BJAM_UPDATE=
if "_%1" == "_--update" (
set BJAM_UPDATE=update
)
if "_%2" == "_--update" (
set BJAM_UPDATE=update
)
if "_%3" == "_--update" (
set BJAM_UPDATE=update
)
if "_%4" == "_--update" (
set BJAM_UPDATE=update
)
if "_%BJAM_UPDATE%_" == "_update_" (
if not exist ".\bootstrap\jam0.exe" (
set BJAM_UPDATE=
)
)
@echo ON
@if "_%BJAM_UPDATE%_" == "_update_" goto Skip_Bootstrap
rd /S /Q bootstrap
md bootstrap
@if not exist jamgram.y goto Bootstrap_GrammarPrep
@if not exist jamgramtab.h goto Bootstrap_GrammarPrep
@goto Skip_GrammarPrep
:Bootstrap_GrammarPrep
%BOOST_JAM_CC% %BOOST_JAM_OPT_YYACC% %YYACC_SOURCES%
@if not exist ".\bootstrap\yyacc0.exe" goto Skip_GrammarPrep
.\bootstrap\yyacc0 jamgram.y jamgramtab.h jamgram.yy
:Skip_GrammarPrep
@if not exist jamgram.c goto Bootstrap_GrammarBuild
@if not exist jamgram.h goto Bootstrap_GrammarBuild
@goto Skip_GrammarBuild
:Bootstrap_GrammarBuild
@echo OFF
if "_%YACC%_" == "__" (
call :Guess_Yacc
)
if errorlevel 1 goto Finish
@echo ON
%YACC% jamgram.y
@if errorlevel 1 goto Finish
del /f jamgram.c
rename y.tab.c jamgram.c
del /f jamgram.h
rename y.tab.h jamgram.h
:Skip_GrammarBuild
@echo ON
@if exist jambase.c goto Skip_Jambase
%BOOST_JAM_CC% %BOOST_JAM_OPT_MKJAMBASE% %MKJAMBASE_SOURCES%
@if not exist ".\bootstrap\mkjambase0.exe" goto Skip_Jambase
.\bootstrap\mkjambase0 jambase.c Jambase
:Skip_Jambase
%BOOST_JAM_CC% %BOOST_JAM_OPT_JAM% %BJAM_SOURCES%
:Skip_Bootstrap
@if not exist ".\bootstrap\jam0.exe" goto Skip_Jam
@if "_%BJAM_UPDATE%_" == "_update_" goto Skip_Clean
.\bootstrap\jam0 -f build.jam --toolset=%BOOST_JAM_TOOLSET% "--toolset-root=%BOOST_JAM_TOOLSET_ROOT% " clean
:Skip_Clean
@set args=
:Set_Args
@if not "_%1_" == "__" (
set args=%args% %1
shift
goto Set_Args
)
.\bootstrap\jam0 -f build.jam --toolset=%BOOST_JAM_TOOLSET% "--toolset-root=%BOOST_JAM_TOOLSET_ROOT% " %args%
:Skip_Jam
:Finish
| kdar/quakeslash | externals/boost.extension/tools/jam/stage/build.bat | bat | mit | 15,387 |
:::::::::::::::::::::::::::::::::::::::::::::::::::
:: ::
:: ::
:: ::
:: I n n e r P e a c e ::
:: ::
:: ::
:: ::
:::::::::::::::::::::::::::::::::::::::::::::::::::
:: Enjoy InnerPeace. Share it with others.
:: Yours in service, InnerPeace.Org
:: Temporary alpha web site:
:: http://www2.netcom.com/~vlynn/ip09/alpha
:: For DOS 6, Windows 95, and Windows 98
:: Version 0.9 Alpha 4.0
:: Revised June 30, 1998 21:00
::
:::Email InnerPeace
:: Share InnerPeace with others. Send it as an
:: attached file to an email and pass it on to
:: others (For many email programs, it is too
:: large of a file to paste into the body of an
:: email.) or send them the web address.
:: Spread InnerPeace.
::
:::Quick Start InnerPeace
:: Experience InnerPeace right away by saving this
:: file as a "text" file named IP.BAT. Then, either
:: double click the icon for the file or from your
:: "Run" button or your "C:" drive, key in
:: "[drive:\][path\]IP" followed by the "Enter" key.
:: Enjoy InnerPeace now.
::
:::Copying InnerPeace from Windows
:: To copy this file from a Windows based screen,
:: be sure the document is fully loaded, then
:: click the following choices: EDIT, SELECT ALL,
:: COPY. Then, from your favorite word processor or
:: text editor open a new document and click: EDIT,
:: PASTE. Then click FILE, SAVE AS. Save it as a
:: "text" or "DOS text" document named "IP.BAT". If
:: the program automatically adds a suffix like
:: ".TXT" to text files, rename it to simply
:: "IP.BAT".
::
:::Copying InnerPeace from DOS
:: Assuming this file is on a diskette in drive
:: "A:," go to the drive and location you want to
:: copy this file to and key in the following
:: command: "COPY A:\IP.BAT" followed by the
:: "Enter" key.
::
:::Editing this File
:: If you edit this file, use a monospaced font
:: and margins no larger than 1.5 inches. A line
:: width of at least 5.5 inches and a character
:: width of at least 55 characters will prevent
:: unwanted carriage returns. Save it as a "text"
:: file named IP.BAT. Some programs have an
:: option to "Show Codes." This can be used to
:: confirm that every line edited has carriage
:: return formatting that fits within the line
:: width.
::
:::Drive for InnerPeace
:: InnerPeace runs from any drive, but runs much
:: faster from a hard drive than a diskette. Unless
:: you tell it to do otherwise, InnerPeace makes
:: only temporary files on your C: drive then
:: erases them all before exiting.
::
:::Forcing InnerPeace to Use a Different Drive
:: If you want InnerPeace to use a different drive
:: than your C: drive for it's temporary files, from
:: your "Run" button or your DOS prompt, key in
:: "[drive1:\][path\]IP [drive2:]" followed by the
:: "Enter" key, where drive 1 is the drive on which
:: InnerPeace is stored, and drive 2 is the drive
:: you want it to use for its temporary files, for
:: example you would key in "A:\myfiles\IP D:" if
:: InnerPeace was on your A: drive in the myfiles
:: directory and you wanted to the temporary files
:: on your D: drive. They can be the same drive.
::
:::Running InnerPeace from a Hard Drive
:: To run InnerPeace, after you have copied it onto
:: your hard drive, move to the directory where you
:: copied it and key in "IP" followed by the "Enter"
:: key, or simply click on the icon named "IP" or
:: "IP.BAT."
::
:::Documentation
:: InnerPeace has "help" available onscreen from
:: almost every page. The documentation, manual,
:: and instructions, are all included in this
:: file. On most computers, the extra lines will
:: not slow the program down enough to matter.
:: Technical definitions and tables of files and
:: variables used are in the Appendix of this file.
:: Use your text editor to find the word "Appendix"
:: in this file.
::
:::DOS Batch Programming
:: In addition to its primary purpose of bringing
:: more inner peace, this version of InnerPeace is
:: written to assist in the understanding of
:: computer programming logic through the use of DOS
:: batch commands. It is written in such a way as to
:: be understood by those with only an elementary
:: understanding of DOS. It begins with simple
:: concepts and gradually gets sophisticated, but
:: not too complicated. Most commands and techniques
:: are commented on the first one or two times they
:: are used, usually just before and just after
:: the command, often with more clarity and less
:: verbiage than most DOS reference books. Use
:: this program as a learning tool for computer
:: programming mastery. Once you master programming
:: in DOS batch, mastering any other programming
:: languages you choose to learn will be much
:: easier, especially script languages like PERL
:: and JavaScript.
::
:::Conventions Used
:: Most command lines begin with text.
:: COMMANDS are all capitalized.
:: Not all CAPITAL strings are commands.
:: Command switches are all lower case.
:: Drives are single letters followed by a colon.
:: Label lines begin with ":" (single colon).
:: Comment lines begin with "::".
:: Section headings begin with ":::".
:: Bypass commands are flagged with "::::".
:: Alternate routines are indented.
:: Alternate routines begin with ":::::".
:: Alternate routines end with "::::::".
:: Loop commands are flagged with ":::::::".
:: Call commands are flagged with "::::::::".
:: Jump commands are flagged with ":::::::::".
:: Temporary files have the suffix *.BAT or *.TMP.
:: The temporary main command directory is IP.TMP.
:: If built, the permanent main directory is IP.PRM.
:: The temporary session directory is named IP.TM
:: The temporary subdirectories are all named SUB.
:: If built, the saved session directory is IP.SAV.
::
:::Temporary Text Files
:: InnerPeace creates temporary files and
:: directories during its operation, then, unless
:: you choose to save them, erases them all before
:: terminating. If InnerPeace is interrupted before
:: a full logout, it will either erase or reuse its
:: temporary files, as you choose, the next time it
:: is started from the same drive. These files can
:: also be erased from outside the program using
:: Windows Explorer or File Manager or from the DOS
:: prompt. Do not erase the temporary files by using
:: another program while InnerPeace is still
:: running.
::
:::AUTOEXEC.BAT, and PATH
:: InnerPeace does not change your AUTOEXEC.BAT
:: file or your PATH settings.
::
:::Environment and CONFIG.SYS
:: InnerPeace uses only 128 bytes (128 text
:: characters) of environment. If you do not have
:: enough environmental space available, InnerPeace
:: will walk you through expanding your environment,
:: step by step.
::
:::Web Site
:: Coming soon to a browser near you,
:: InnerPeace.Org, the web site:
:: http://www.innerpeace.org
::
:::Temporary Web Postings
:: During the alpha test phase, web updates are at:
:: http://www2.netcom.com/~vlynn/ip09/alpha.
::
:::Temporary Email Address
:: Until our web site is up, you can email to us at:
:: [email protected].
::
::::::::::::::::::::::::
:: ::
:: ::
:: IP.BAT ::
:: ::
:: ::
::::::::::::::::::::::::
::
:START
:: Labels begin with a single colon. The command
:: GOTO:START starts the program here.
::
:: The command GOTO is one word. Making it two words
:: will not work. (This was thoroughly tested.)
::
:: The colon before the label after the GOTO
:: command, while optional, helps maintain syntax
:: and is easier to find. Since GOTO's control the
:: navigation of programs, it helps to have them
:: easy to find.
::
:: Turn off screen echoes of batch commands.
@ECHO OFF
:: This is the exception to the rule that InnerPeace
:: commands begin with text. The @ symbol suppress
:: the echo of a command, in this case the ECHO OFF
:: command. All other commands in this program
:: begin with the letters A through Z.
::
:: Clear the screen.
CLS
::
::::BYPASS
GOTO:PARAMVER
:: InnerPeace is about to perform a rather
:: complicated procedure. It will make sense to many
:: readers after they are familiar with the DOS batch
:: commands used and described in InnerPeace, but
:: would confuse most beginners. So as to not
:: overwhelm anyone, InnerPeace has moved the
:: commands and the explanations to a point later in
:: this document where the it will not be seen until
:: the reader has had more exposure to the more basic
:: DOS batch techniques used by InnerPeace. After
:: this procedure, the program will continue below.
::
:::Parameter Check
:PARAMCHK
:: The three colons signifying a section heading,
:: the four colons signifying a bypass command,
:: the five colons signifying the start of an
:: alternate routine, the six colons signifying
:: the end of an alternate routine, the seven
:: colons signifying a loop, the eight colons
:: signifying a call command, the nine colons
:: signifying a jump command and the comments
:: signifying the number of alternate routines in
:: existence are not required by DOS. They make
:: section headings, alternate routines, bypass
:: commands, calls, jumps, and loops easier to find
:: and follow.
::
:: The two colons signifying a comment are actually
:: not part of DOS either, although they are widely
:: used. Official DOS documentation uses the command
:: REM for remark. The reason the double colons are
:: used is that DOS processes them faster than lines
:: beginning with REM. DOS sees REM as a command,
:: about which it must make some decision, whereas
:: it sees a line beginning with a double colon as
:: an unrequested label and skips right past it.
::
:: Users have the option to direct InnerPeace to use
:: a specific drive as its work area. This is
:: usually only applicable when a user has chosen to
:: have permanent InnerPeace files installed on a
:: hard drive. To trigger this direction, users may
:: add a parameter to the IP command telling
:: InnerPeace which drive to operate on, for example
:: "IP D:".
IF NOT "%1"=="" %1
:: This means if the drive parameter isn't blank,
:: change to that drive.
::
:: Surrounding empty strings and the variable being
:: compared with quotation marks makes blank spaces
:: easier to find.
::
IF "%1"=="" C:
:: This means if no drive parameter has been selected
:: InnerPeace will use change to the C: drive and use
:: to store its records.
::
:::Write Test
:: If the write test file exists, delete it.
IF EXIST .\IPWRITST.TMP DEL .\IPWRITST.TMP
:: The "." (called "dot") before the path means
:: starting from the current directory. This syntax
:: is very clear and will be used when applicable.
:: It is worth the extra keystrokes for clarity. It
:: may occasionally be left off when line length is
:: a concern.
::
:: Using the DEL command without first checking for
:: the existence of the file to be deleted will
:: result in an error message that ECHO OFF will
:: not suppress when the file does not already
:: exist. Users do not like getting such messages.
::
:: Write test the current drive.
ECHO InnerPeace Write Test>.\IPWRITST.TMP
:: ECHO normally sends messages to the screen.
:: The ">" symbol redirects the message, in this
:: case to a file.
::
::::BYPASS
:: Bypass alternate routine if write test succeeded.
IF EXIST IPWRITST.TMP GOTO:CONFCHK
:: If the file exists, the write test was a success.
::
:::::Write Test Failure Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:: An alternate routine is considered any routine
:: that takes an alternate route to arrive later in
:: the program. Except for GOTO's that go to the
:: end of the program or to a shut down sequence
:: very close to the end, the routine with the
:: bypass GOTO that goes the farthest ahead is
:: considered the main routine and other routines
:: are considered alternate routines.
::
:: The main routine is the most direct. The
:: alternate routines are slower. The main routine
:: bypasses the alternate routines.
::
:: Send a blank line to the screen.
ECHO.
:: The screen is not cleared with CLS.
:: This leaves any DOS message(s) on the screen
:: in addition to the ones generated below.
::
ECHO InnerPeace cannot access
IF NOT "%1"=="" ECHO the %1 drive.
IF "%1"=="" ECHO the C: drive.
ECHO.
ECHO In order to operate, it needs a "scratch
ECHO pad" which it will erase before exiting.
ECHO.
ECHO Most likely your drive is write protected.
ECHO.
ECHO To keep your diskette write protected start
ECHO InnerPeace using the command "A:\IP".
ECHO.
ECHO The other possibility is that you have chosen
ECHO to run InnerPeace on a drive that is not
ECHO accessable. InnerPeace automatically uses the
ECHO C: drive if you do not choose.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO To use a different drive, start InnerPeace
ECHO from your "Run" button or your DOS prompt. Key
ECHO in "[drive1:\][path\]IP [drive2:]" followed by
ECHO the "Enter" key, where drive 1 is the drive on
ECHO which InnerPeace is stored, and drive 2 is the
ECHO drive you want InnerPeace to use for its
ECHO temporary files.
ECHO.
ECHO
ECHO For example if InnerPeace was on your A: drive
ECHO in the directory "myfiles" and you wanted
ECHO InnerPeace to make its temporary files on your
ECHO D: drive, you would key in "A:\myfiles\IP D:"
ECHO.
ECHO Be sure to use a colon after the drive chosen.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::::BYPASS
GOTO:GOINPEAC
:: The program cannot run if it cannot write.
::
::::::End of Write Test Failure Alternate Routine
::
:: 0 alternate routine(s) currently exist(s).
::
:: This signifies that every branch of the program
:: has merged at this point. Critics of programs
:: which use the "GOTO" command and labels may
:: note that, at this point, the program is
:: "structured." These critics call programs that
:: use "GOTO" commands and labels "spaghetti
:: programs" because the worst of them are like
:: trying to follow a single strand of limp
:: spaghetti through its twists and turns around a
:: fork. While poorly designed and written spaghetti
:: code does have its problems, there are some
:: good uses for spaghetti code if it is properly
:: done. For example, this program has not even had
:: the chance to write its separate subroutine
:: modules yet. Perhaps the critics have thrown out
:: some good spaghetti with the rinse water. This
:: program uses a combination of structured
:: programming and spaghetti programming. It could
:: be called "Structured Spaghetti Programming."
::
:::Conflicting InnerPeace Program Check
:CONFCHK
::
:: Delete the write test file.
DEL .\IPWRITST.TMP
::
::::BYPASS
IF NOT EXIST \IP.TM\NUL GOTO:ENVTEST
:: Checks if other copies of InnerPeace are running
:: on the same drive. All copies of InnerPeace use
:: a directory of this name.
::
:: The file "NUL" exists in every directory.
:: If the file "NUL" exists in a directory,
:: the directory exists.
::
:::::Conflicting Programs Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:: Clear the screen
CLS
::
ECHO Are other copies of InnerPeace
ECHO currently running on this computer?
ECHO.
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
ECHO.
ECHO NOTE: There are ways to run multiple copies
ECHO of InnerPeace so that they do not
ECHO conflict with each other's data files.
ECHO.
::
:: Prompt for CHOICE.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
:: Any first key will work, but the spacebar is
:: easy to reach.
::
:: Flush the key buffer.
PAUSE>NUL
:: Pause is the only known DOS command that
:: flushes the key buffer. This is used so that
:: no leftover key presses are passed to CHOICE.
::
CHOICE /c1Y2N /n
:: InnerPeace uses lower case for command switches
:: so that they show up better.
::
:: These key options allow either the letters or
:: the numbers to work for yes and no.
::
::::BYPASS
:: If the answer is no, skip the next step.
IF ERRORLEVEL 3 GOTO:ENVTEST
:: In response to the key choice selected, CHOICE
:: generates an ERRORLEVEL, which does not mean
:: that there is an error.
::
:: ERRORLEVEL is one word in DOS, not two.
::
:: There is no "=" sign after IF ERRORLEVEL.
::
:::::Multiple Copy Test 1 Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
CLS
ECHO Running Multiple Copies of InnerPeace
ECHO.
ECHO Sometimes, it is helpful to run more than one
ECHO copy of InnerPeace at the same time, such as
ECHO when teaching someone else how to use
ECHO InnerPeace, or when working as a couple.
ECHO.
ECHO.
ECHO Do you wish to see if it is possible to
ECHO run multiple copies of InnerPeace on your
ECHO computer as it is currently configured?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
ECHO If you choose "No," this
ECHO copy of InnerPeace will end.
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:GOINPEAC
::
:::Conflicting Environment Test
CLS
ECHO Keep this window open and open
ECHO a new window to the DOS prompt.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
::
:: Place a variable in the environment that will
:: indicate whether both programs use the same
:: environment.
SET IPENV=SAME
ECHO In the new window, press the following four
ECHO keys, in sequence:
ECHO.
ECHO "S", "E", "T", "ENTER".
ECHO.
ECHO This will display the settings in your
ECHO environment. It's OK if they scroll off
ECHO of your screen.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO.
ECHO In the other window, does the following
ECHO line appear: (Look above the DOS prompt.)
ECHO.
ECHO IPENV=SAME
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
:: Clear the variable.
SET IPENV=
:: An environmental variable is cleared by setting
:: it equal to an empty string (nothing). Clearing
:: environmental variables when they are no longer
:: needed frees up memory space.
::
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:MAYRUN2
::
:::Conflicting Environment Notice
CLS
ECHO Sorry, but you cannot run multiple copies of
ECHO InnerPeace on this computer as it is
ECHO currently configured.
ECHO.
ECHO.
ECHO The copies would use the same environment
ECHO and get scrambled in each other's data.
ECHO.
ECHO.
ECHO Do you still wish to continue with
ECHO with this copy of InnerPeace?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
PAUSE>NUL
CHOICE /c1Y2N /n
::
:: Set responses to choices.
::::BYPASS
IF ERRORLEVEL 3 GOTO:GOINPEAC
::::BYPASS
IF ERRORLEVEL 1 GOTO:ENVTEST
:: An "IF ERRORLEVEL" condition is true for any
:: value greater than or equal to the ERRORLEVEL.
:: Therefore, CHOICE options with GOTO should
:: usually be listed in reverse ERRORLEVEL order.
:: Otherwise, the higher numbered options will
:: be bypassed now matter what the ERRORLEVEL.
:: One clear exception to this is when IF
:: ERRORLEVEL and GOTO are preceded by FOR. In that
:: case use ascending order. FOR processes all the
:: comparisons first before it executes the GOTO's
:: then executes the GOTO for the last successful
:: comparison first and abandons the others.
::
:::::Multiple Copy Test 2 Alternate Routine
::
:: 3 alternate routine(s) currently exist(s).
::
:MAYRUN2
CLS
ECHO OK so far. Your windows do not share the same
ECHO environment. Now you have to be sure that you
ECHO run each copy of InnerPeace on a different
ECHO drive.
ECHO.
ECHO FOLLOW THESE INSTRUCTIONS CAREFULLY.
ECHO RUNNING PROGRAMS "ON" DIFFERENT DRIVES
ECHO MAY NOT MEAN WHAT YOU THINK IT MEANS.
ECHO.
ECHO You DO NOT need two copies of InnerPeace
ECHO saved on your computer in different drives.
ECHO That would be running two copies of
ECHO InnerPeace "from" different drives.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO You DO need to select a different operating
ECHO drive for each copy of InnerPeace you run.
ECHO.
ECHO For example, if you have an "A:" drive and a
ECHO "C:" drive, key in "IP A:" and the "Enter"
ECHO key before you start one copy, and key in
ECHO "IP C:" and the "Enter" key before you start
ECHO the other. Be sure there is a disk in A:.
ECHO Use colons after the drives chosen.
ECHO.
ECHO Do you still wish to continue with this copy
ECHO of InnerPeace?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:GOINPEAC
::
::::::End Multiple Copy Test 2 Alternate Routine
::
::::::End Multiple Copy Test 1 Alternate Routine
::
::::::End Conflicting Programs Alternate Routine
::
:: 0 alternate routine(s) currently exist(s).
::
:: All alternate routines that were existing have
:: sent the control of the program to this point.
:: NOTE: Alternate routines that send the program to
:: the end or near end are not counted as existing.
::
:::Environment Test
:: The place where the variables and their values
:: are stored using the SET command is called the
:: environment. SET variables are technically
:: called environmental variables, but are often
:: referred to simply as variables.
::
:: InnerPeace, as does many other programs, uses
:: the environment to post notes while running
:: because it is faster to access the environment
:: than to access files on disk.
::
:: Environmental variable names that begin with
:: numbers are rumored to conflict with command
:: line parameters. To be safe, InnerPeace begins
:: environmental variable names with a letter.
::
:ENVTEST
:: Clear old InnerPeace variables that may be
:: leftover from previous sessions.
::
SET "=
SET A1=
SET A10=
SET B1=
SET BD=
SET C=
SET C1=
SET CP=
SET CTU=
SET D=
SET D1=
SET D10=
SET DK=
SET F=
SET GO=
SET HOLD16=
SET HOLD32=
SET HOLD64=
SET I=
SET IP32=
SET IP64=
SET IP96=
SET IPC8=
SET IPVER=
SET K=
SET KN=
SET KX=
SET L1=
SET L10=
SET LT1=
SET LT10=
SET MC=
SET NE=
SET NN=
SET OK=
SET P=
SET P1=
SET P2=
SET P3=
SET PC=
SET PD=
SET PP=
SET PR=
SET R1=
SET R10=
SET RD=
SET S=
SET T=
SET W1=
SET W10=
SET WARN=
SET XD=
:: In a normal exit, InnerPeace clears all its
:: variables before exiting. However if the program
:: was not exited normally, the variables could
:: still be set. By being sure they are cleared
:: before testing the environment, the possibility
:: of the environment test failing is reduced.
::
:: Set a variable that will take up 32 bytes of
:: environmental space (by using 32 characters).
SET IP32=012345678901234567890123456
:: The SET command sets the value of a variable.
:: In this case, it sets the value of the variable
:: IP32 to 012345678901234567890123456.
::
SET IP64=%IP32%
:: This makes the value of %IP64% equal to the value
:: of %IP32%.
::
:: When an environmental variable is SET, no "%"
:: signs are used. When it is referred to later, one
:: "%" sign is normally (exceptions exist) placed on
:: each side of the name of the variable.
SET IP96=%IP64%
SET IPC8=%IP96%
:: The hex digit for 12 (C) is used to maintain
:: using only 32 bytes for the entry.
::
:: Clear three of the test variables using one line
:: of code.
FOR %%A IN (32 64 96) DO SET IP%%A=
:: The word "set," as used in FOR command references
:: is altogether different than the SET command. In
:: FOR command references, set is a noun and refers
:: to a group of members (related items) as in "a
:: set of dishes." In the FOR command, the members
:: of the set are related in that they are all
:: within the same set of parentheses. In the SET
:: command, SET is verb as in "set the clock."
::
:: In the above command, the set (noun) is composed
:: of the members 32, 64, and 96 while the
:: environmental variables IP32, IP64, and IP96, are
:: being SET (verb) to the empty string.
::
:: In the FOR command, the members (different items)
:: of the set must be separated by a delimiter. The
:: "space" is the most commonly used delimiter with
:: this command. InnerPeace uses it exclusively.
::
::::BYPASS
:: Test for success of last variable. If it
:: succeeded, all prior ones must also have
:: succeeded.
IF %IPC8%==012345678901234567890123456 GOTO:OSTEST
:: An environmental variable is SET using only one
:: "=" sign, but is tested for equality using two.
::
::::::Environment Test Failure Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:: Screen is not cleared.
ECHO Your environmental setting is too small for
ECHO InnerPeace to operate.
ECHO.
ECHO InnerPeace only uses 128 characters (bytes)
ECHO of environment space which is not very much
ECHO (about .0001 of a meg).
ECHO.
ECHO As a comparison a full line of text across
ECHO your screen takes up 80 bytes.
ECHO.
ECHO Press any key and InnerPeace will offer some
ECHO solutions.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
:::Operating System Test 1
::
:: Check if version is Windows 95 or Windows 98.
VER|FIND "Windows">NUL
::::BYPASS
IF NOT ERRORLEVEL 1 GOTO:WIN95_98
:: IF NOT ERROELEVEL 1 means if ERRORLEVEL is "0"
:: and nothing else, since ERRORLEVEL 1 is true if
:: the ERRORLEVEL is 1 or greater.
::
CLS
ECHO Here are some simple solutions.
ECHO.
ECHO A. Exit InnerPeace, close other programs you
ECHO do not need to run right now and restart
ECHO InnerPeace. While this is a simple solution,
ECHO it may not free up any environmental space.
ECHO.
ECHO B. Do step A above, plus run the SET command.
ECHO Then clear the variables that you do not need.
ECHO Note: the ones you should absolutely keep are:
ECHO "COMSPEC," "PATH," "TEMP," "PROMPT," "TMP,"
ECHO and "windir" if you have them. There may be
ECHO others you need. Most programs clear theirs
ECHO upon exiting. However if you did not use the
ECHO normal exit procedures, you may have old,
ECHO unneeded variables left over.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO C. Restart your computer in the MS-DOS mode.
ECHO Then, from the C:\> prompt, key in:
ECHO.
ECHO "[drive:\][path\]IP"
ECHO.
ECHO followed by the "Enter" key.
ECHO.
ECHO.
ECHO 1 = Display other solutions.
ECHO X = eXit
ECHO.
ECHO Press the key that matches your choice.
CHOICE /c1D2X /n
::::BYPASS
IF ERRORLEVEL 3 GOTO EXIT
::
::::BYPASS
IF EXIST C:\CONFIG.SYS GOTO:OP1
::
:::::No CONFIG.SYS File Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
CLS
ECHO InnerPeace did not find a "CONFIG.SYS" file
ECHO in the root directory of your "C:" drive.
ECHO You have an unusual configuration.
ECHO.
ECHO Most likely, whoever set up your system
ECHO will know how to increase the size of
ECHO your environment by 128 bytes.
ECHO.
ECHO After you get it increased,
ECHO restart InnerPeace.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::::::End No CONFIG.SYS File Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:OP1
::
:: Check for DOS Version 6 operating system.
VER|FIND "DOS Version 6.">NUL
:: The output of the VER (version) command is piped
:: through FIND. The output of FIND is sent to NUL
:: so that it does not show on the screen.
::
:: It is optional to have a space on either side
:: of the "|" (pipe) symbol or the ">" (redirect)
:: symbol or the ">>" (append) symbol. InnerPeace
:: does not use these spaces.
::
::::BYPASS
IF ERRORLEVEL 1 GOTO:OP2
:: Since a check for ERRORLEVEL is true for any
:: ERRORLEVEL equal or greater to the level being
:: checked against, this means if the ERRORLEVEL is
:: not "0," (ERRORLEVEL 0 means that the string was
:: found) GOTO:NOTDOS6.
::
:: Exit code (aka ERRORLEVEL) "0" for a successful
:: FIND seems undocumented, but tested successfully
:: on DOS 6 and Windows 95. Many commands seem to
:: have undocumented exit codes. See "What worked
:: well" in Appendix.
::
:::::DOS OS Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
:: Check for SHELL command in CONFIG.SYS file with
:: COMMAND.COM as the assigned command processor.
FIND "SHELL" /i C:\CONFIG.SYS|FIND "COMMAN" /i> NUL
::::BYPASS
IF ERRORLEVEL 1 GOTO:NOSHELL
:: FIND generates an exit code of 1 if the target
:: file was found but the string was not.
::
:::::Shell Command Alternate Routine
::
:: 3 alternate routine(s) currently exist(s).
::
:: Check for switch that sets environmental size.
FIND "/e:" /i C:\CONFIG.SYS>NUL
::::BYPASS
IF ERRORLEVEL 1 GOTO:SET384
::
:::::Preset Environment Size Alternate Routine
::
:: 4 alternate routine(s) currently exist(s).
::
CLS
ECHO The environmental setting on the "SHELL"
ECHO command in your CONFIG.SYS file can be
ECHO increased by 128.
ECHO.
ECHO Here is what it currently looks like.
ECHO.
FIND "SHELL" /i C:\CONFIG.SYS
ECHO.
ECHO Using a text editor such as "Write" or
ECHO "Edit", add 128 to the number after "/e:"
ECHO or "/E:", then restart your computer.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::
::::::End Preset Environment Size Alternate Routine
::
:: 3 alternate routine(s) currently exist(s).
::
:SET384
CLS
ECHO The "SHELL" command in your CONFIG.SYS file
ECHO does not have an environmental size set. The
ECHO default is 256 bytes (characters). You need
ECHO 128 bytes more for InnerPeace.
ECHO.
ECHO Here's what it looks like.
FIND "SHELL" /i C:\CONFIG.SYS
ECHO.
ECHO Using a text editor such as "Write" or "Edit,"
ECHO add the following switch to the end of this
ECHO line.
ECHO.
ECHO [space]/e:384
ECHO.
ECHO This will not noticeably effect anything else
ECHO in your system as 128 bytes is about .0001
ECHO of a meg. It is a VERY small change.
ECHO.
ECHO NOTE: IF YOU HAVE MULTIPLE CONFIG's, YOU MAY
ECHO NEED MORE HELP THAN INNERPEACE OFFERS HERE.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::::::End Shell Command Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
:NOSHELL
CLS
ECHO You do not have a SHELL command in your
ECHO CONFIG.SYS file. Most likely, this means
ECHO that your environment is set to the default
ECHO size of 256 bytes (characters).
ECHO.
ECHO InnerPeace can add a line to your CONFIG.SYS
ECHO file and set the size to 384 bytes for you if
ECHO you would like.
ECHO.
ECHO This will not noticeably effect anything else
ECHO in your system as 128 bytes is about .0001
ECHO of a meg. It is a VERY small change.
ECHO.
ECHO 1 = Line with larger environment size.
ECHO X = eXit with no change.
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
PAUSE>NUL
CHOICE /c1L2X /n
::::BYPASS
IF ERRORLEVEL 3 GOTO EXIT
ECHO SHELL=C:\COMMAND.COM /e:352>>C:\CONFIG.SYS
CLS
ECHO The following line has been added to your
ECHO CONFIG.SYS file in the root directory of your
ECHO "C:" drive:
ECHO.
ECHO SHELL=C:\COMMAND.COM /e:384
ECHO.
ECHO Restart your computer,
ECHO then restart InnerPeace
ECHO.
ECHO NOTE: IF YOU HAVE MULTIPLE CONFIG's, YOU MAY
ECHO NEED MORE HELP THAN INNERPEACE OFFERS HERE.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::
::::::End Operating System Test 1 Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:::::Unrecognized OS Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
:OP2
CLS
ECHO InnerPeace did not find DOS 6, Windows 95,
ECHO Windows 98 on your computer. It may be
ECHO there, or you may have an even more advanced
ECHO operating system.
ECHO.
ECHO InnerPeace will give you the instructions
ECHO for handling low environmental space in
ECHO Windows 95. Do the best you can to adapt
ECHO these instructions to your operating system.
ECHO.
ECHO This version of InnerPeace was designed for
ECHO DOS 6, Windows 95, and Windows 98. If it
ECHO does not run properly under your operating
ECHO system, check to see if there is a version
ECHO of InnerPeace more suitable to your system.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
::::::End Unrecognized OS Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:WIN95_98
SET>IPENVTST.TMP
CLS
DIR IPENVTST.TMP
ECHO.
ECHO In a separate window, from the "My Computer"
ECHO icon, then locate the icon for "IP" or
ECHO "IP.BAT".
ECHO.
ECHO Click the icon with your right mouse button.
ECHO Select "Properties" then "Memory." For initial
ECHO environment, select a number at least 128 above
ECHO the size of the file "IPENVTST.TMP," in bytes.
ECHO Click "OK."
ECHO.
ECHO Do the same with your DOS Prompt icon if you
ECHO start InnerPeace from DOS.
ECHO.
ECHO Then restart InnerPeace.
ECHO.
ECHO.
DEL IPENVTST.TMP > NUL
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::
::::::End Preset Environment Size Alt Routine 2
::
:: 2 alternate routine(s) currently exist(s).
::
:SET512
CLS
ECHO The "SHELL" command in your CONFIG.SYS file
ECHO does not have an environmental size set. The
ECHO default is 256 bytes (characters). You can
ECHO try setting it to 512. That is enough for most
ECHO systems. If not, try 1024, 2048, etc. (This
ECHO setting us usually set in multiples of 256,
ECHO which is 16 squared.)
ECHO.
ECHO Here's what it looks like.
FIND "SHELL" /i C:\CONFIG.SYS
ECHO.
ECHO Using a text editor such as "Notepad" or
ECHO "Edit," add the following switch to the
ECHO end of this line.
ECHO.
ECHO [space]/e:512
ECHO.
ECHO This will not noticeably effect anything else
ECHO in your system as 256 more bytes is less than
ECHO .0003 of a meg. It is a VERY small change.
ECHO.
ECHO NOTE: IF YOU HAVE MULTIPLE CONFIG's, YOU MAY
ECHO NEED MORE HELP THAN INNERPEACE OFFERS HERE.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::::::End Shell Command Alternate Routine 2
::
:: 1 alternate routine(s) currently exist(s).
::
::::::End Environment Test Failure Alternate Routine
::
:: 0 alternate routine(s) currently exist(s).
::
:::Operating System Test
:OSTEST
::
:: Clear Environment Test Variable
SET IPC8=
::
:: Test for DOS 6.
VER|FIND "DOS Version 6.">NUL
::::BYPASS
IF NOT ERRORLEVEL 1 GOTO:IPVER
::
:::::Not DOS 6 Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:: Check if Windows 95 or 98.
VER|FIND "Windows">NUL
::::BYPASS
IF NOT ERRORLEVEL 1 GOTO:IPVER
::
:::::Unrecognized OS Alternate Routine 2
::
:: 2 alternate routine(s) currently exist(s).
::
CLS
ECHO InnerPeace did not find DOS 6, Windows 95,
ECHO Windows 98 on your computer. It may be
ECHO there, or you may have an even more advanced
ECHO operating system.
ECHO.
ECHO This version of InnerPeace was designed for
ECHO DOS 6, Windows 95, and Windows 98. If it
ECHO does not run properly under your operating
ECHO system, check to see if there is a version
ECHO InnerPeace more suitable for your system.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
::::::End Unrecognized OS Alternate Routine 2
::
:: 1 alternate routine(s) currently exist(s).
::
::::::End Not DOS 6 Alternate Routine
::
:: 0 alternate routine(s) currently exist(s).
::
:::InnerPeace Version Confirmation
:IPVER
::::BYPASS
IF NOT EXIST \IP.PRM\VERID.BAT GOTO:SETMC
::
:::::Version Determination Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
::::::::CALL
:: Set variables to reserve environmental space.
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
:: With some configurations, especially under
:: Win 95/98 where it is not easy to set the
:: environment size once and for all, separate
:: modules sometimes have environment size problems.
:: To get around this, InnerPeace holds some
:: environment space with a temporary variable
:: before calling the module. The module clears
:: the variable, freeing up space before it sets
:: its variables.
::
CALL \IP.PRM\VERID.BAT
::
:: Compress next line so it fits within 52
:: character wide space plus carriage return and
:: line feed codes. This will reduce and ideally
:: eliminate any unwanted carriage returns when
:: InnerPeace is copied, pasted, and edited
::
SET P1=InnerPeace Version 0.9 Alpha 4.0
FIND "%P1%" \IP.PRM\VERID.BAT>NUL
:: By splitting the line into portions and
:: placing a portion into a temporary
:: environmental setting, InnerPeace can make
:: commands which exceed the 52 character line
:: length and avoid unwanted carriage returns.
::
::::BYPASS
IF NOT ERRORLEVEL 1 GOTO:SETMC
:::::Version Conflict Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
ECHO The InnerPeace modules saved on your drive
ECHO are from a different version of InnerPeace.
ECHO.
ECHO This is InnerPeace Version 0.9 Alpha 4.0.
ECHO.
ECHO The modules on your drive are from:
ECHO.
ECHO %IPVER%
ECHO.
ECHO 1 = Keep the saved modules and continue.
ECHO 2 = Delete the saved modules and continue.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
::
:: Clear variable to free up memory space.
SET IPVER=
::
PAUSE>NUL
CHOICE /c1K2D3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:GOINPEAC
::::BYPASS
IF ERRORLEVEL 3 GOTO:DELOLDVR
::
:::::Keep Saved Module Alternate Routine
::
:: 3 alternate routine(s) currently exist(s).
::
SET MC=\IP.TMP
:: The variable %MC% is the main command
:: directory. By using a variable, if the main
:: command directory is changed, only the value
:: of the variable has to be changed, but none of
:: the commands that contain it.
::
IF NOT EXIST \IP.TMP\NUL MD \IP.TMP
::::BYPASS
GOTO:MAKEIPTM
::
:::::Module Deletion Alternate Routine
::
:: 4 alternate routine(s) currently exist(s).
::
:DELOLDVR
::
:: Remove "Read Only" attribute from old version
:: batch commands.
ATTRIB -r \IP.PRM\*.BAT
:: Attempting to delete "Read Only" files can
:: generate screen prompts that ECHO OFF will not
:: suppress.
::
:: Delete old version batch commands.
FOR %%A IN (\IP.PRM\*.BAT) DO DEL %%A
::
:: Remove the directory.
IF EXIST \IP.PRM\NUL RD \IP.PRM
::
::::::End Module Deletion Alternate Routine
::
:: 3 alternate routine(s) currently exist(s).
::
::::::End Version Conflict Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
::::::End Version Determination Alt Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:::Set Main Command Directory
::
:: Users will be given the choice to keep the
:: modules in a permanent directory so that
:: InnerPeace will load faster on later uses. If
:: this choice has been exercised previously with
:: this version of InnerPeace, InnerPeace will
:: use that permanent directory instead of the
:: temporary directory.
::
:SETMC
SET IPVER=
:: Clear the variable
::
::::::::CALL
SET HOLD16=0123456789
::
:: Compress next line so it travels
:: and edits safely.
SET P1=IF EXIST
%P1% \IP.PRM\SETMC.BAT CALL \IP.PRM\SETMC.BAT
:: This CALLS the command if it exists and
:: generates no error message if it does not.
::
SET P1=\IP.TMP
IF NOT EXIST \IP.PRM\SETMC.BAT SET MC=%P1%
IF %MC%==%P1% IF NOT EXIST %P1%\NUL MD %P1%
::
::::::End Keep Saved Module Alternate Routine
::
:: 0 alternate routine(s) currently exist(s).
::
:MAKEIPTM
::
:: If the directory does not exist, make it.
IF NOT EXIST \IP.TM\NUL MD \IP.TM
:: It is quite unusual to have a suffix on a
:: directory name. That is why InnerPeace uses them
:: for most of its directories. It makes the
:: likelihood of conflicting with directories on
:: users' computers with the same names from some
:: other source almost nil.
::
:: Change to the main operating directory.
CD \IP.TM
::
:::Leftover Temporary File Handling
::::BYPASS
:: Check for leftover temporary files.
IF NOT EXIST .\SUB\NUL GOTO:HOME
:: SUB is simply a made up name for the
:: subdirectories in this program, not a DOS word.
::
:: Since all SUB subdirectories are descendants
:: of IP.TM, a suffix is not needed on them.
::
:::::Leftover Temporary File Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
:GODEEPER
:: Go to the deepest leftover temporary
:: subdirectory that may have been left by the last
:: use of the program. This is a loop which will be
:: repeated as many times as needed to get to the
:: deepest subdirectory on the tree.
IF EXIST .\SUB\NUL CD .\SUB
::::BYPASS
:: Stop at the bottom.
IF NOT EXIST .\SUB\NUL GOTO:USEORNOT
:: This breaks the loop once the program has
:: arrived at its destination, the deepest
:: subdirectory, where there are no deeper
:: subdirectories.
::
:::::::LOOP
GOTO:GODEEPER
:: Repeat the loop.
::
:::Disposition Of Old Files
:USEORNOT
::::
CLS
ECHO Temporary records exist from a previous
ECHO InnerPeace session. InnerPeace can either
ECHO use them or start over.
ECHO.
ECHO If you were accidentally cut off from an
ECHO InnerPeace session within the past hour or
ECHO two, you probably want to continue where you
ECHO left off.
ECHO.
ECHO If the leftover session is from yesterday or
ECHO earlier, you probably want to start fresh with
ECHO whatever comes up for you today, which may or
ECHO may not be the same issues. You choose.
ECHO.
ECHO 1 = New Session
ECHO 2 = Continue With the Previous Session
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
PAUSE>NUL
CHOICE /c1N2C3X /n
::
IF ERRORLEVEL 5 GOTO:GOINPEAC
IF ERRORLEVEL 3 SET CTU=Y
::::BYPASS
IF ERRORLEVEL 3 GOTO:HOME
::
:::::Leftover File Deletion Alternate Routine
::
:: 2 alternate routine(s) currently exist(s).
::
:ERASUB
:: Erase all temporary files from subdirectories,
:: starting at the deepest one down. This is
:: a loop up to the main directory.
::::BYPASS
:: If in main directory, break the loop.
IF EXIST ..\IP.TM\NUL GOTO:HOME
:: This directory IF check is slightly different
:: than an earlier one in that it uses the ".."
:: (double dot), which is the symbol for the
:: parent directory of the current directory. If
:: a subdirectory named IP.TM of the current
:: parent directory exists, InnerPeace will know
:: it has returned to its main operating
:: directory. There are other ways to
:: signify this. This technique was used to
:: demonstrate one usage of the double dot.
::
IF EXIST ..\SUB\NUL FOR %%A IN (*.*) DO DEL %%A
:: The conditional "IF" is a safety feature.
:: Because *.* is so dangerous, it is set to only
:: work if the program is in a SUB directory.
:: Theoretically, it always would be at this point,
:: but if the program were edited in the future
:: such a problem could occur.
::
:: FOR with DEL and *.* is a really dangerous
:: command. Use it with extreme caution.
::
:: This deletion sequence could have been
:: simplified using the DELTREE command but
:: it can require user input that cannot be
:: bypassed for a batch file. Also, many users
:: have moved, removed, or renamed their DELTREE
:: command.
::
:: After emptying temporary
:: subdirectory, go up one level.
CD ..
:: Change to the parent directory
:: of the current directory.
::
:: Remove the just emptied subdirectory.
RD SUB
::
:::::::LOOP
GOTO:ERASUB
::
::::::End Leftover File Deletion Alternate Routine
::
:: 1 alternate routine(s) currently exist(s).
::
::::::End Leftover Temporary File Alternate Routine
::
:: 0 alternate routine(s) currently exist(s).
::
:: Following all those alternate routines can get
:: confusing. An alternative to alternate routines
:: will be demonstrated after a few more screens.
::
:::InnerPeace Home Page
::
:HOME
CLS
ECHO ____________________
ECHO.
ECHO Welcome to
ECHO.
ECHO I n n e r P e a c e
ECHO ____________________
ECHO.
ECHO.
ECHO.
ECHO Imagine your life with more inner peace.
ECHO.
ECHO What would that be like?
::
:: Create four blank lines.
FOR %%A IN (. . . .) DO ECHO%%A
:: Any letter (A-Z) can be used as a FOR variable.
:: It's existence vanishes with the end of the
:: command so it will not conflict with anything,
:: even environmental variables set using the SET
:: command that have the same letter. DOS
:: distinguishes the two by the location of the "%"
:: symbol. FOR variables in batch files have two "%"
:: symbols in front of them. Environmental (SET)
:: variables have one "%" symbol on either side of
:: them (in most instances).
::
:: Numbers used as FOR variables are rumored to
:: conflict with command line parameters. Letters
:: are recommended by official DOS manuals. Numbers
:: are not used by InnerPeace.
::
:: With the "ECHO." command, it takes up less space
:: in bytes to use multiple commands than it does
:: to use the FOR command for anything less than
:: four or five blank lines. It was used here
:: primarily for demonstration purposes.
::
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Legal Notice
ECHO.
ECHO InnerPeace is "Forever Free" software.
ECHO.
ECHO Nonetheless, it is still subject to legal
ECHO red tape: 1) a license, to keep InnerPeace
ECHO forever free; 2) a DISCLAIMER and WAIVER,
ECHO to protect us from lawsuits; and 3) an
ECHO Anonymity Agreement to protect the
ECHO anonymity of those who participate.
ECHO.
ECHO 1 = Accept all terms and continue
ECHO 2 = Summary versions of red tape
ECHO 3 = Fine print
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar,
%P1% then press the key that matches your choice.
PAUSE>NUL
CHOICE /c1A2S3F4X /n
IF ERRORLEVEL 7 GOTO:EXIT
IF ERRORLEVEL 5 GOTO:GNU
IF ERRORLEVEL 3 GOTO:LICENCE
:::Gateway to InnerPeace
:GW
::
:: Change to the main command directory.
CD %MC%
::
:: Set current page.
SET P=GW
CLS
ECHO _____________________________
ECHO.
ECHO Access to InnerPeace granted.
ECHO _____________________________
ECHO.
ECHO.
ECHO.
ECHO Imagine your life with more inner peace.
ECHO.
ECHO What would that FEEL like?
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
ECHO.
ECHO.
ECHO Feel that for as long as you would like.
TYPE NUL|CHOICE /cA /tA,2>NUL
::
:::Subroutine Module Building
:: There are several steps in the program that will
:: be repeated many times. Cutting and pasting the
:: steps into the program at every place that they
:: are needed would take many lines of code, slow
:: the program down, and be cumbersome to service
:: and update. Using labels and GOTO's would solve
:: the first two of those problems but not the last.
:: By building separate subroutine modules,
:: InnerPeace solves all three problems. This will
:: make that portion of the program structured, in
:: a modular design.
::
:: Because the building of each subroutine module
:: will be skipped if it already exists, the
:: routines for building each module that does not
:: exist are, technically, alternate routines.
:: InnerPeace will disregard that technicality and
:: not note or indent them as such.
::
:::Version Confirmation
:: Since the building of each module will be
:: skipped if it already exists, InnerPeace will
:: confirm that the modules come from the same
:: version of InnerPeace.
::
::::BYPASS
IF NOT EXIST .\VERID.BAT GOTO:CHATTRIB
SET P1=InnerPeace Version 0.9 Alpha 4.0
FIND "%P1%" .\VERID.BAT>NUL
::::BYPASS
IF NOT ERRORLEVEL 1 GOTO:F0
::
:CHATTRIB
::
:: Remove read only attribute from modules.
IF EXIST .\*.BAT ATTRIB -r .\*.BAT
::
:: Delete old leftover batch files.
FOR %%A IN (%MC%\*.BAT) DO DEL %%A
:: Delete the modules if the versions do not match.
::
:::Build Footer 0 Module
:: Since many of the screens have the same footers,
:: InnerPeace will use templates that can be CALLed
:: onto the screen with one command to CALL the
:: subroutine. Footer 0 is not used by itself. It is
:: called by some other footers. The same applies to
:: other modules numbered "0".
::
:::Footer Summary
:: This summary is totally meaningless without first
:: knowing the footers.
::
:: F0: KX= ;DK=N; C=%C% HOLD32
:: F1: F0; C=0 HOLD32
:: F2: F0 + H=IMU; C=2 HOLD32
:: F3: KX=D; DK=N C=%C% HOLD32
:: F4: F3 + H=IMU; C=2 HOLD32
:: F5: F3; C=0 HOLD32
:: F6: DI Footer HOLD64
:: F7: KX=N U D; DK=H; C=0 HOLD32
:: F8: I8-I10 DK=H; H=%P%H; C=8 HOLD32
::
:F0
:: Clear the variable.
SET IPVER=
::
::::BYPASS
IF EXIST .\F0.BAT GOTO:C0
:: If this module exists in the current (main
:: command) directory there is no need to build it
:: again.
::
ECHO :: InnerPeace Footer 0>.\F0.BAT
ECHO ECHO.>>.\F0.BAT
:: Using the ">>" (append) symbol instead of the ">"
:: (redirect output) symbol prevents previous lines
:: from being overwritten.
::
SET P1=ext screen
:: Splitting lines in the middle of words makes it
:: easier to track spaces, which are sometimes, as
:: in this case, important for layout and worth the
:: tradeoff of having to read strange character
:: strings. This is not always so critical.
::
:: SET does not easily accept the "=" sign in a
:: string. InnerPeace does not use segments that
:: include it.
::
ECHO ECHO N = N%P1% P = Previous Page>>.\F0.BAT
:: When the variable P1 gets sent to the file, it
:: will contain the string that it was SET to.
::
SET P1=elp M
:: The old value of the variable is automatically
:: deleted when it is SET to a new value.
::
ECHO ECHO H = H%P1% = Main menu>>.\F0.BAT
SET P1=level D
ECHO ECHO U = Up one %P1% = Down one level>>.\F0.BAT
SET P1= ECHO ECHO
%P1% X = eXit>>.\F0.BAT
%P1%.>>.\F0.BAT
SET P1=%P1% Press the spacebar, then press
%P1% the key that matches your choice:>>.\F0.BAT
ECHO SET KX=>>.\F0.BAT
ECHO SET DK=N>>.\F0.BAT
ECHO %%MC%%\C%%C%%.BAT>>.\F0.BAT
:: This allows different footers that use F0 to
:: use different choice processors.
::
:::Build Choice Processor 0 Module
:C0
::::BYPASS
IF EXIST .\C0.BAT GOTO:E0
::
:: Choice Processor 0 is not CALLed directly by any
:: footer. It is a template processor that is CALLed
:: by other choice processors that use its contents.
::
ECHO :: InnerPeace Choice Processor 0>.\C0.BAT
::
:: Free up environment space. Needed because main
:: menu calls choice processor directly without
:: using a footer module.
ECHO SET HOLD32=>>.\C0.BAT
:: Turn off default key cancel variable.
ECHO SET XD=>>.\C0.BAT
::
:: Clear %GO% variable to free up memory space.
ECHO SET GO=>>.\C0.BAT
::
SET P1=1234567890NPH
ECHO PAUSE%%"%%>%%"%%NUL>>.\C0.BAT
ECHO CHOICE /c%P1%MUDX /n>>.\C0.BAT
:: The many "%" symbols used with environmental
:: variables can appear confusing at first
:: but it is not as bad as it looks. First of all,
:: no "%" symbols are used when a value is assigned
:: to an environmental variable using the SET
:: command. When used in a command, an environmental
:: variable is usually surrounded by one "%" symbol
:: on either side. This tells DOS to substitute the
:: value for the variable. In the above command, the
:: string "1234567890NPH," the value of P1, is
:: ECHOed into the file C0.BAT in place of "%P1%",
:: the variable. P1 can later change but this string
:: in C0.BAT will not. When surrounded by two "%"
:: symbols on either side, DOS removes one "%" from
:: each side, leaving the variable still surrounded
:: by one "%" on either side. In the above command,
:: "%DK%,%NN%" is ECHOed into C0.BAT. The values of
:: %DK% and %NN% are not substituted until C0.BAT is
:: run, and then only temporarily. They are subject
:: to change each time C0.BAT is run, depending upon
:: the then current settings of %DK% and %NN%.
::
:: The practical result of the above command is that
:: the key choices for CHOICE are not variable in
:: C0.BAT. They are the keys included in the string
:: and they will be processed in that order by
:: CHOICE. %DK%, the default key, and %NN%, the wait
:: time, however, can be changed using the SET
:: command without changing C0.BAT.
::
ECHO ::::::::CALL>>.\C0.BAT
ECHO CALL %%MC%%\E0.BAT>>.\C0.BAT
ECHO :::::::::JUMP>>.\C0.BAT
:: A jump command differs from a CALL command. After
:: a CALL command is executed, control returns to
:: the CALLing module and the next command in its
:: sequence is executed. When a jump command is
:: executed, control jumps and does not return.
:: To make a CALL, use the CALL command before the
:: name of the batch file being CALLed. To make a
:: jump, simply use the name of the target batch
:: file by itself.
::
SET P1=ECHO IF NOT "%%KX%%"
SET P2="" FOR %%%%A IN (%%KX%%) DO IF
%P1%==%P2% %%K%%==%%%%A %%MC%%\BEEP.BAT>>.\C0.BAT
:: Beeps for key choices that are turned off
:: at footer.
::
ECHO :::::::::JUMP>>.\C0.BAT
SET P1=ECHO IF NOT "%%KN%%"
SET P2="" FOR %%%%A IN (%%KN%%) DO IF
%P1%==%P2% %%K%%==%%%%A %%MC%%\BEEP.BAT>>.\C0.BAT
:: Beeps for key choices that are turned off
:: at page.
::
SET P2=
ECHO IF %%K%%==H SET GO=GOTO:%%P%%H>>.\C0.BAT
:: Directs to label of current page plus "H" if
:: "Help" key is chosen. Pages are labeled to
:: correspond.
::
ECHO IF %%K%%==P SET GO=GOTO:%%PP%%>>.\C0.BAT
ECHO IF %%K%%==M SET GO=GOTO:MNMU>>.\C0.BAT
ECHO IF %%K%%==X SET GO=GOTO:EXIT>>.\C0.BAT
::ECHO IF %%K%%==W %%MC%%\XDK.BAT>>.\C0.BAT
::
:::Build ERRORLEVEL Processor 0 Module
:E0
::::BYPASS
IF EXIST .\E0.BAT GOTO:SETWT
ECHO :: InnerPeace ERRORLEVEL Processor 0>.\E0.BAT
SET P1=ECHO FOR %%%%A IN (1 2 3 4 5 6 7 8 9)
%P1% DO IF ERRORLEVEL %%%%A SET K=%%%%A>>.\E0.BAT
:: This line takes a rather short lived variable,
:: ERRORLEVEL, compares it to nine variables with
:: even shorter lives, FOR variables, then converts
:: it to a variable that will last until purposely
:: overridden, an environmental variable, all with
:: one line of code.
::
:: "P1" is surrounded by only one "%"on each side.
:: Its value is ECHOed.
::
:: FOR variable "A" has four "%" symbols in front of
:: it. DOS will remove two of them and ECHO it into
:: E0.BAT with two still in front of it. This will
:: make it an active FOR variable when E0.BAT is
:: executed.
::
ECHO IF ERRORLEVEL 10 SET K=0>>.\E0.BAT
ECHO IF ERRORLEVEL 11 SET K=N>>.\E0.BAT
ECHO IF ERRORLEVEL 12 SET K=P>>.\E0.BAT
ECHO IF ERRORLEVEL 13 SET K=H>>.\E0.BAT
ECHO IF ERRORLEVEL 14 SET K=M>>.\E0.BAT
ECHO IF ERRORLEVEL 15 SET K=U>>.\E0.BAT
ECHO IF ERRORLEVEL 16 SET K=D>>.\E0.BAT
ECHO IF ERRORLEVEL 17 SET K=X>>.\E0.BAT
::ECHO IF ERRORLEVEL 18 SET K=W>>.\E0.BAT
::
:: Besides getting longer working life for the
:: variable by converting ERRORLEVEL variables
:: generated by the CHOICE command to environmental
:: variables, they can be converted to values that
:: match the keystrokes making them much easier to
:: work with.
::
:: An "IF ERRORLEVEL" conditional is true for any
:: value greater than or equal to the ERRORLEVEL.
:: Therefore, CHOICE options with SET should
:: usually be listed in ascending ERRORLEVEL order.
:: Otherwise the variable will be SET to the value
:: corresponding to the lowest ERRORLEVEL no matter
:: what the actual ERRORLEVEL is.
::
:::Default Wait Time Setting
:SETWT
goto:BEEP
:: NOTE. WITH THE KEY BUFFER PROBLEM UNSOLVED
:: EXCEPT BY INSERTING A PAUSE COMMAND, THE
:: DEFAULT WAIT TIME IS MOOT AND HAS BEEN
:: TURNED OFF UNTIL A SOLUTION TO THE KEY
:: BUFFER PROBLEM CAN BE SOLVED.
::
::::::::CALL
IF EXIST \IP.PRM\SETWT.BAT SET H0LD16=0123456789
IF EXIST \IP.PRM\SETWT.BAT CALL \IP.PRM\SETWT.BAT
::::BYPASS
IF EXIST \IP.PRM\SETWT.BAT GOTO:XDK
::
:: Set the default waiting time for CHOICE.
SET NN=30
:: DOS accepts values from 0 to 99 seconds.
::
:: WARNING: SETTING NN TO THE EMPTY STRING
:: OR "00" WILL MAKE THE SCREENS UNREADABLE.
::
:: By using a variable for the wait time in
:: the CHOICE commands, the wait time can be changed
:: by changing the setting of the variable rather
:: than having to change every related command
:: and screen message.
::
:: Any string beginning with a letter could be used
:: for the variable name. NN was chosen because
:: official DOS references use "nn" in the reference
:: syntax for CHOICE. SET converts all letters in
:: environmental variable names to CAPS, so NN is
:: used instead.
::
:: Provide alternate wait times
:: commented out with colons.
:: SET NN=20
:: SET NN=40
:: The alternate wait times can be substituted by
:: removing the two colons from before the desired
:: wait time and inserting two colons before the
:: one being disabled. This will allow the default
:: wait time to be permanently changed without
:: making permanent IP.PRM files, such as for a
:: portable diskette. If two different settings are
:: left enabled, the later one will supersede the
:: earlier one.
::
:::Build Default Key Off Processor Module
:XDK
::::BYPASS
IF EXIST .\XDK.BAT GOTO:XDC0
SET P1=ECHO ::
%P1% InnerPeace Default Key Off Processor>.\XDK.BAT
ECHO ECHO Automatic default canceled.>>.\XDK.BAT
ECHO ECHO W = change Wait time>>.\XDK.BAT
ECHO SET XD=XD>>.\XDK.BAT
:: Variable used for beep processor to route
:: control if default key has been canceled.
ECHO %%MC%%\XDC%%C%%.BAT>>.\XDK.BAT
::
:::Build No Default Choice Processor 0 Module
:XDC0
::::BYPASS
IF EXIST .\XDC0.BAT GOTO:RSWT
SET P1=ECHO :: InnerPeace
%P1% No Default Choice Processor 0>.\XDC0.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\XDC0.BAT
ECHO CHOICE /c1234567890NPHMUDXW /n>>.\XDC0.BAT
ECHO ::::::::CALL>>.\XDC0.BAT
ECHO CALL %%MC%%\E0.BAT>>.\XDC0.BAT
:: Uses same errorlevel processor as C0.BAT.
::
ECHO :::::::::JUMP>>.\XDC0.BAT
SET P1=ECHO FOR %%%%A IN (%%KN%% %%KX%%)
%P1% DO IF %%K%%==%%%%A %%MC%%\BEEP.BAT>>.\XDC0.BAT
ECHO IF %%K%%==H SET GO=GOTO:%%P%%H>>.\XDC0.BAT
ECHO IF %%K%%==P SET GO=GOTO:%%PP%%>>.\XDC0.BAT
ECHO IF %%K%%==M SET GO=GOTO:MNMU>>.\XDC0.BAT
ECHO IF %%K%%==X SET GO=GOTO:EXIT>>.\XDC0.BAT
ECHO IF %%K%%==W %%MC%%\RSWT.BAT>>.\XDC0.BAT
::
:::Build Wait Time Changer Module
:RSWT
IF EXIST .\RSWT.BAT GOTO:BEEP
ECHO :: InnerPeace Wait Time Changer>.\RSWT.BAT
ECHO CLS>>.\RSWT.BAT
ECHO ECHO Reset Wait Time>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO The ideal wait time is a time>>.\RSWT.BAT
ECHO ECHO where you get a default screen>>.\RSWT.BAT
ECHO ECHO about 5 to 10 percent of the>>.\RSWT.BAT
ECHO ECHO time. This keeps you moving>>.\RSWT.BAT
ECHO ECHO at a good pace.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO Even experienced users get new>>.\RSWT.BAT
ECHO ECHO insights from rereading the>>.\RSWT.BAT
ECHO ECHO help screens.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO If you are not getting default>>.\RSWT.BAT
ECHO ECHO screens about 5 to 10 percent>>.\RSWT.BAT
ECHO ECHO of the time, set the wait time>>.\RSWT.BAT
ECHO ECHO to a faster time.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO Remember, from the long menus,>>.\RSWT.BAT
ECHO ECHO you can suspend the default by>>.\RSWT.BAT
ECHO ECHO pressing the "W" key when you>>.\RSWT.BAT
ECHO ECHO need more time.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO PAUSE>>.\RSWT.BAT
ECHO CLS>>.\RSWT.BAT
ECHO ECHO The wait time is currently>>.\RSWT.BAT
ECHO ECHO set to %%NN%% seconds.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO 1 = 10 seconds>>.\RSWT.BAT
ECHO ECHO 2 = 15 seconds>>.\RSWT.BAT
ECHO ECHO 3 = 20 seconds>>.\RSWT.BAT
ECHO ECHO 4 = 25 seconds>>.\RSWT.BAT
ECHO ECHO 5 = 30 seconds>>.\RSWT.BAT
ECHO ECHO 6 = 40 seconds>>.\RSWT.BAT
ECHO ECHO 7 = 50 seconds>>.\RSWT.BAT
ECHO ECHO 8 = 60 seconds>>.\RSWT.BAT
ECHO ECHO 9 = 75 seconds>>.\RSWT.BAT
ECHO ECHO 0 = 90 seconds>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO Press the spacebar, then>>.\RSWT.BAT
ECHO ECHO the key that matches the>>.\RSWT.BAT
ECHO ECHO setting you now wish:>>.\RSWT.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\RSWT.BAT
ECHO CHOICE /c1234567890 /n>>.\RSWT.BAT
ECHO IF ERRORLEVEL 1 SET NN=10>>.\RSWT.BAT
ECHO IF ERRORLEVEL 2 SET NN=15>>.\RSWT.BAT
ECHO IF ERRORLEVEL 3 SET NN=20>>.\RSWT.BAT
ECHO IF ERRORLEVEL 4 SET NN=25>>.\RSWT.BAT
ECHO IF ERRORLEVEL 5 SET NN=30>>.\RSWT.BAT
ECHO IF ERRORLEVEL 6 SET NN=40>>.\RSWT.BAT
ECHO IF ERRORLEVEL 7 SET NN=50>>.\RSWT.BAT
ECHO IF ERRORLEVEL 8 SET NN=60>>.\RSWT.BAT
ECHO IF ERRORLEVEL 9 SET NN=75>>.\RSWT.BAT
ECHO IF ERRORLEVEL 10 SET NN=90>>.\RSWT.BAT
::
::Confirm reset.
ECHO CLS>>.\RSWT.BAT
ECHO ECHO Default wait time is now set>>.\RSWT.BAT
ECHO ECHO to %%NN%% seconds>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO You may reset it from any>>.\RSWT.BAT
ECHO ECHO screen with a default wait>>.\RSWT.BAT
ECHO ECHO time by pressing the "W" key>>.\RSWT.BAT
ECHO ECHO to cancel the default, then>>.\RSWT.BAT
ECHO ECHO again to reset the default>>.\RSWT.BAT
ECHO ECHO wait time.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
ECHO ECHO.>>.\RSWT.BAT
::
:: Set selected wait time in permanent module.
SET P1=ECHO IF EXIST .\SETWT.BAT
%P1% ATTRIB -r %%MC%%\SETWT.BAT>>.\RSWT.BAT
SET P1=ECHO ECHO ::InnerPeace Wait Time Set
%P1% Module%%"%%>%%"%%%%MC%%\SETWT.BAT>>.\RSWT.BAT
SET P1=ECHO ECHO SET NN
%P1%=%%NN%%%%"%%>>%%"%%%%MC%%\SETWT.BAT>>.\RSWT.BAT
ECHO ATTRIB +r %%MC%%\SETWT.BAT>>.\RSWT.BAT
::
:: Refresh current page.
ECHO SET GO=GOTO:%%P%%>>.\RSWT.BAT
::
ECHO PAUSE>>.\RSWT.BAT
::
:::Build Beep Processor Module
:: This processor will be used to generate a beep
:: when keys are pressed that are not available for
:: certain pages. This allows the use of the same
:: choice processors and ERRORLEVEL processors even
:: when all the choices are not available on a page.
::
:BEEP
::::BYPASS
IF EXIST .\BEEP.BAT GOTO:F1
ECHO :: InnerPeace Beep Processor>.\BEEP.BAT
ECHO ECHO ,.%%"%%|%%"%%CHOICE /c. /n >> .\BEEP.BAT
:: The comma and the period are piped into CHOICE,
:: which is set to have only one acceptable choice,
:: the period. Since the comma is the wrong choice,
:: it generates a beep. Then the period satisfies
:: CHOICE and the program continues.
::
:: In building some of its modules InnerPeace
:: redirects the ">" (redirect output), "|" (pipe)
:: and ">>" (append) symbols that DOS normally
:: processes directly and usually has difficulty
:: redirecting. It accomplishes this by using double
:: quote (") symbols surrounded by percent (%)
:: symbols. DOS usually treats anything surrounded
:: by double quotes as text. By surrounding the
:: piping, redirection, and append symbols with
:: double quotes, DOS will ECHO them to the module
:: rather than process them. By surrounding the
:: double quotes with percent symbols, when DOS
:: executes the module, it will treat %"% as an
:: environmental variable. Since the variable %"% is
:: SET to the empty string, it will be ignored.
::
:: Beep simulates CHOICE command beep. The time
:: between the key press and the beep is slightly
:: slower than for keys that are not in the choice
:: processor, but the difference is worth the value
:: of being able to reuse the same choice and
:: ERRORLEVEL processors.
::
:: Instead of a failed CHOICE command, "ALT 7" can
:: be ECHOed to generate a beep. However, because
:: this program is designed to be emailed and
:: "ALT 7" cannot be saved by all text editors,
:: this option was not used.
::
ECHO %%MC%%\%%XD%%C%%C%%.BAT>>.\BEEP.BAT
:: Executes the original choice processor again.
::
:::Build Footer 1 Module
:F1
::::BYPASS
IF EXIST .\F1.BAT GOTO:F2
ECHO :: InnerPeace Footer 1>.\F1.BAT
ECHO SET HOLD32=>>.\F1.BAT
::
:: Set choice processor variable.
ECHO SET C=0>>.\F1.BAT
:: By SETting a variable to match the choice
:: processor, InnerPeace will always know which
:: other processors to use with this footer.
ECHO %%MC%%\F0.BAT>>.\F1.BAT
::
:::Build Footer 2 Module
:F2
::::BYPASS
IF EXIST .\F2.BAT GOTO:C2
ECHO :: InnerPeace Footer 2>.\F2.BAT
ECHO SET HOLD32=>>.\F2.BAT
ECHO SET C=2>>.\F2.BAT
ECHO %%MC%%\F0.BAT>>.\F2.BAT
::
:::Build Choice Processor 2 Module
:C2
::::BYPASS
IF EXIST .\C2.BAT GOTO:XDC2
ECHO :: InnerPeace Choice Processor 2>.\C2.BAT
ECHO ::::::::CALL>>.\C2.BAT
ECHO CALL %%MC%%\C0.BAT>>.\C2.BAT
ECHO IF %%K%%==H SET GO=GOTO:IMUH>>.\C2.BAT
:: Directs to a specified page if help is
:: chosen. Used for all issue menu pages.
::
:::Build No Default Choice Processor 2 Module
:XDC2
::::BYPASS
goto:F3
IF EXIST .\XDC2.BAT GOTO:F3
SET P1=ECHO :: Inner
%P1%Peace No Default Choice Processor 2>.\XDC2.BAT
ECHO ::::::::CALL>>.\XDC2.BAT
ECHO CALL %%MC%%\XDC0.BAT>>.\XDC2.BAT
ECHO IF %%K%%==H SET GO=GOTO:IMUH>>.\XDC2.BAT
::
:::Build Footer 3 Module
:: Footer 3 is the same as Footer 0 only without the
:: "D = Down" choice. Like Footer 0, it is a
:: template footer that is CALLed by other footers,
:: but not used on its own. Therefore, %C% is not
:: SET.
:F3
CLS
ECHO Experience the feeling of more inner peace
ECHO while InnerPeace prepares for this session.
ECHO.
ECHO.
:: The above lines are echoed in between the module
:: building so the user understands why nothing is
:: happening onscreen even though the computer is
:: working very hard.
::
::::BYPASS
IF EXIST .\F3.BAT GOTO:F4
ECHO :: InnerPeace Footer 3>.\F3.BAT
ECHO SET HOLD32=>>.\F3.BAT
ECHO ECHO.>>.\F3.BAT
SET P1=ext screen
ECHO ECHO N = N%P1% P = Previous page>>.\F3.BAT
SET P1=p M
ECHO ECHO H = Hel%P1% = Main menu>>.\F3.BAT
SET P1=ECHO ECHO
%P1% U = Up one level>>.\F3.BAT
%P1% X = eXit>>.\F3.BAT
%P1%.>>.\F3.BAT
SET P1=%P1% Press the spacebar, then press
%P1% the key that matches your choice:>>.\F3.BAT
::
:: Turn off key not used in Choice Processor 0.
ECHO SET KX=D>>.\F3.BAT
:: By turning off one key, Footer 3 can use the
:: same choice processors and ERRORLEVEL processor
:: as Footer 0.
::
ECHO SET DK=N>>.\F3.BAT
ECHO %%MC%%\C%%C%%.BAT>>.\F3.BAT
::
:::Build Footer 4 Module
:F4
::::BYPASS
IF EXIST .\F4.BAT GOTO:F5
ECHO :: InnerPeace Footer 4>.\F4.BAT
ECHO SET HOLD32=>>.\F4.BAT
ECHO SET C=2>>.\F4.BAT
:: Uses same choice processor as Footer 2.
::
ECHO %%MC%%\F3.BAT>>.\F4.BAT
::
:::Build Footer 5 Module
:F5
::::BYPASS
IF EXIST .\F5.BAT GOTO:FL
ECHO :: InnerPeace Footer 5>.\F5.BAT
ECHO SET HOLD32=>>.\F5.BAT
ECHO SET C=0>>.\F5.BAT
ECHO %%MC%%\F3.BAT>>.\F5.BAT
::
:::Build Last Issue Finder Module
:FL
::::BYPASS
IF EXIST .\FL.BAT GOTO:F6
ECHO :: InnerPeace Last Issue Finder Module>.\FL.BAT
ECHO :START>>.\FL.BAT
ECHO IF EXIST .\SUB\NUL CD .\SUB>>.\FL.BAT
ECHO ::::BYPASS>>.\FL.BAT
ECHO IF NOT EXIST .\SUB\NUL GOTO:END>>.\FL.BAT
ECHO :::::::LOOP>>.\FL.BAT
ECHO GOTO:START>>.\FL.BAT
ECHO :END>>.\FL.BAT
::
:::Build Footer 6 Module
:F6
::::BYPASS
IF EXIST .\F6.BAT GOTO:D1
ECHO :: InnerPeace Footer 6>.\F6.BAT
ECHO SET HOLD32=>>.\F6.BAT
ECHO SET HOLD64=>>.\F6.BAT
ECHO ECHO.>>.\F6.BAT
ECHO ECHO Use TEN words or less.>>.\F6.BAT
SET P1=ECHO ECHO Keep to one
%P1% line on your screen (80 characters).>>.\F6.BAT
SET P1=ECHO ECHO Use ONLY
%P1% letters (A-z), separated by spaces.>>.\F6.BAT
:: Avoids redirection and other symbols that DOS may
:: have trouble processing.
::
ECHO ECHO.>>.\F6.BAT
ECHO ECHO DO NOT LEAVE THIS ENTRY BLANK.>>.\F6.BAT
SET P1=ECHO ECHO (If you
%P1% need help, key in any old letters.)>>.\F6.BAT
ECHO ECHO.>>.\F6.BAT
SET P1=ECHO ECHO Enter your
%P1% wording, then press the "Enter" key.>>.\F6.BAT
ECHO ECHO.>>.\F6.BAT
ECHO %%MC%%\D1.BAT>>.\F6.BAT
::
:::Build Data Input Processor Module
:D1
:: This module takes user input and places it into
:: files without needing the user to input a
:: "Control Z" or "F6", both of which are awkward
:: for users to deal with.
::
:: In building this module InnerPeace redirects the
:: ">" (redirect output), ">>" (append), and "|"
:: (pipe) symbols that
:: DOS normally processes directly and usually has
:: difficulty redirecting. It accomplishes this by
:: using double quote (") symbols surrounded by
:: percent (%) symbols. DOS usually treats anything
:: surrounded by double quotes as text. By
:: surrounding the piping and redirection symbols
:: with double quotes, DOS will ECHO them to the
:: module rather than process them. By surrounding
:: the double quotes with percent symbols, when DOS
:: executes the module, it will treat %"% as an
:: environmental variable. Since the variable %"% is
:: SET to the empty string, it will be ignored.
::
::::BYPASS
IF EXIST .\D1.BAT GOTO:D2
ECHO :: InnerPeace Data Input Module 1>.\D1.BAT
SET P1=ECHO FC CON NUL /lb1 /n
%P1% %%"%%|DATE|FIND "1:">%%"%% EN.BAT>>.\D1.BAT
:: The first part of this command takes one line of
:: user input and compares it, using the command FC
:: (file compare) to NUL, which is nothing. Switch
:: /lb1 limits the comparison to one nonmatching
:: line. Switch /n places line numbers in the
:: mismatched lines )in this case "1:" on the first
:: line of user input). FC, with these switches,
:: generates seven lines of output, which is piped
:: into the DATE command. This generates 14 lines of
:: text and six blank lines, all of which is piped
:: into FIND. FIND searches for the line with the
:: string "1:" and outputs it to EN.BAT. EN.BAT ends
:: up with one line that contains the following:
:: "Enter new date (mm-dd-yy): 1: [string from line
:: 1 of user input]."
::
:: The last ">" symbol is not protected by double
:: quotes. This allows the rest of the line to be
:: ECHOed into D1.BAT.
::
:: Clear variables to free up memory.
ECHO SET GO=>>.\D1.BAT
ECHO SET KN=>>.\D1.BAT
ECHO SET KX=>>.\D1.BAT
ECHO SET NE=>>.\D1.BAT
ECHO IF EXIST .\D1.TMP DEL .\D1.TMP>>.\D1.BAT
SET P1=ECHO ECHO IF "%%%%5%"
%P1%=="" SET NE=Y%%"%%>%%"%%ENTER.BAT>>.\D1.BAT
ECHO ECHO :START%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
%P1%=="" GOTO:END%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
SET P1=%%%%5 %%%%6 %%%%7 %%%%8 %%%%9
ECHO ECHO SET P1=%P1%%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
SET P1=ECHO ECHO CALL
%P1% %%MC%%\D2.BAT%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
:: There are four "%" symbols before each parameter.
:: This is because they are being redirected twice.
:: When they go to D1.BAT, DOS will remove two. When
:: D1.BAT redirects them to ENTER.BAT, DOS will
:: remove another one, leaving them with only one,
:: which is needed for them to be processed as
:: command line parameters of ENTER.BAT.
::
SET P1=ECHO ECHO FOR %%%%%%%%A IN (S H I F T)
%P1% DO SHIFT%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
:: Of the eight "%" symbols before FOR variable
:: "A", only two will end up in ENTER.BAT.
::
:: Any five members in the set will execute SHIFT
:: five times.
::
SET P1=ECHO ECHO IF "%%%%5%"
%P1%=="" GOTO:END%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
SET P1=%%%%5 %%%%6 %%%%7 %%%%8 %%%%9
ECHO ECHO SET P1=%P1%%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
SET P1=ECHO ECHO CALL
%P1% %%MC%%\D2.BAT%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
ECHO ECHO :END%%"%%>>%%"%%ENTER.BAT>>.\D1.BAT
ECHO ::::::::CALL>>.\D1.BAT
ECHO CALL EN.BAT>>.\D1.BAT
:: When EN.BAT is executed, ENTER.BAT will be
:: executed since "Enter" is the first word of
:: EN.BAT. ENTER.BAT will take the first five words
:: of the user input string and place them into
:: D1.TMP, shift over five places, then take the
:: next five words of the string and place them
:: into D1.TMP.
::
ECHO DEL EN*.BAT>>.\D1.BAT
ECHO SET P1=>>.\D1.BAT
ECHO :::::::::JUMP>>.\D1.BAT
ECHO IF "Y"=="%%NE%%" %%MC%%\D3.BAT>>.\D1.BAT
ECHO %%MC%%\D4.BAT>>.\D1.BAT
::
:D2
ECHO You will get a prompt when InnerPeace
ECHO is ready to continue.
ECHO.
ECHO.
IF EXIST .\D2.BAT GOTO:D3
ECHO :: InnerPeace Data Input Module 2>.\D2.BAT
ECHO ECHO %%P1%%%%"%%>>%%"%%.\D1.TMP>>.\D2.BAT
::
:D3
IF EXIST .\D3.BAT GOTO:D4
ECHO :: InnerPeace Data Input Module 3>.\D3.BAT
ECHO SET NE=>>.\D3.BAT
ECHO CLS>>.\D3.BAT
SET P1=ECHO ECHO This step
%P1% requires an entry by you to continue.>>.\D3.BAT
SET P1=ECHO ECHO (If you
%P1% need help, key in any old letters.)>>.\D3.BAT
ECHO ECHO.>>.\D3.BAT
ECHO ECHO.>>.\D3.BAT
SET P1=ECHO ECHO
%P1% Press the spacebar to continue . . .>>.\D3.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\D3.BAT
ECHO SET GO=GOTO:%%P%%H>>.\D3.BAT
::
:D4
IF EXIST .\D4.BAT GOTO:SETGO
ECHO :: InnerPeace Data Input Module 4>.\D4.BAT
ECHO CLS>>.\D4.BAT
ECHO ECHO Confirmation of Entry>>.\D4.BAT
ECHO ECHO.>>.\D4.BAT
SET P1=ECHO ECHO Here
%P1% is what InnerPeace has as your entry:>>.\D4.BAT
ECHO ECHO.>>.\D4.BAT
ECHO TYPE .\D1.TMP>>.\D4.BAT
ECHO ECHO.>>.\D4.BAT
ECHO ECHO 1 = Yes, that works.>>.\D4.BAT
ECHO ECHO 2 = No, it needs rewording.>>.\D4.BAT
ECHO ECHO H = Help>>.\D4.BAT
ECHO ECHO.>>.\D4.BAT
SET P1=ECHO ECHO Press the spacebar, then press
%P1% the key that matches your choice.>>.\D4.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\D4.BAT
ECHO CHOICE /c1Y2N3H /n>>.\D4.BAT
ECHO IF ERRORLEVEL 3 SET GO=GOTO:%%P%%>>.\D4.BAT
ECHO IF ERRORLEVEL 5 SET GO=GOTO:%%P%%H>>.\D4.BAT
::
:::Build Navigation Module
:SETGO
::::BYPASS
IF EXIST .\SETGO.BAT GOTO:F7
ECHO :: InnerPeace Navigation Module>.\SETGO.BAT
SET P1=ECHO ECHO SET
%P1% HOLD32=%%"%%>>%%"%%.\GO.BAT>>.\SETGO.BAT
%P1% GO=GOTO:%%P%%%%"%%>>%%"%%.\GO.BAT>>.\SETGO.BAT
%P1% R10=%%R10%%%%"%%>>%%"%%.\GO.BAT>>.\SETGO.BAT
%P1% R1=%%R1%%%%"%%>>%%"%%.\GO.BAT>>.\SETGO.BAT
%P1% LT10=%%LT10%%%%"%%>>%%"%%.\GO.BAT>>.\SETGO.BAT
%P1% LT1=%%LT1%%%%"%%>>%%"%%.\GO.BAT>>.\SETGO.BAT
::
:::Build Footer 7 Module
:F7
::::BYPASS
IF EXIST .\F7.BAT GOTO:ISUB
ECHO :: InnerPeace Footer 7>.\F7.BAT
SET P1=ECHO ECHO
SET P2=.\F7.BAT
%P1%.>>%P2%
ECHO SET HOLD32=>>%P2%
%P1% P = Previous Step M = Main Menu>>%P2%
%P1% H = Help/Don't Know/Unsure X = eXit>>%P2%
%P1%.>>%P2%
SET P1=%P1% Press the spacebar, then press
%P1% the key that matches your choice:>>%P2%
::
:: Turn off keys not used on Choice Processor 0.
ECHO SET KX=N U D>>.\F7.BAT
ECHO SET C=0>>.\F7.BAT
ECHO SET DK=H>>.\F7.BAT
ECHO %%MC%%\C0.BAT>>.\F7.BAT
SET P2=
::
:::Build Sub Issue Notice 1 Module
:ISUB
::::BYPASS
IF EXIST .\ISUB.BAT GOTO:SSUB
SET P1=ECHO ::
%P1% InnerPeace Sub Issue Notice Module 1>.\ISUB.BAT
ECHO CLS>>.\ISUB.BAT
SET P1=ECHO ECHO The
%P1% processing of the current issue:>>.\ISUB.BAT
ECHO ECHO.>>.\ISUB.BAT
ECHO TYPE .\I.TMP>>.\ISUB.BAT
ECHO %%MC%%\SUB3.BAT>>.\ISUB.BAT
::
:::Build Sub Issue Notice 2 Module
:SSUB
::::BYPASS
IF EXIST .\SSUB.BAT GOTO:SUB3
SET P1=ECHO ::
%P1% InnerPeace Sub Issue Notice Module 2>.\SSUB.BAT
ECHO CLS>>.\SSUB.BAT
SET P1=ECHO ECHO The
%P1% processing of the current state:>>.\SSUB.BAT
ECHO ECHO .>>.\SSUB.BAT
ECHO TYPE .\S.TMP>>.\SSUB.BAT
ECHO %%MC%%\SUB3.BAT>>.\SSUB.BAT
::
:::Build Sub Issue Notice 3 Module
:SUB3
::::BYPASS
IF EXIST .\SUB3.BAT GOTO:F8
SET P1=ECHO ::
%P1% InnerPeace Sub Issue Notice Module 3>.\SUB3.BAT
SET P1= ECHO ECHO
%P1%.>>.\SUB3.BAT
%P1% will now be suspended while the>>.\SUB3.BAT
%P1% interfering issue is processed.>>.\SUB3.BAT
%P1%.>>.\SUB3.BAT
SET P1=%P1% InnerPeace
%P1% will keep track of your place>>.\SUB3.BAT
SET P1=ECHO ECHO while
%P1% you handle the underlying issue.>>.\SUB3.BAT
SET P1=ECHO ECHO
%P1%.>>.\SUB3.BAT
%P1%.>>.\SUB3.BAT
SET P1=%P1% Press
%P1% the spacebar to continue . . .>>.\SUB3.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\SUB3.BAT
::
:::Build Footer 8 Module
:F8
::::BYPASS
IF EXIST .\F8.BAT GOTO:F8B
ECHO :: InnerPeace Footer 8>.\F8.BAT
ECHO SET HOLD32=>>.\F8.BAT
ECHO ECHO.>>.\F8.BAT
ECHO ECHO A = All>>.\F8.BAT
SET P1=ECHO IF
%P1% %%R10%%==A ECHO 00-99 = Amount 00-99>>.\F8.BAT
SET P1=ECHO IF NOT %%R10%%
SET P2=A ECHO 00-%%R10%%%%R1%%
%P1%==%P2% = Amount 00-%%R10%%%%R1%%>>.\F8.BAT
ECHO SET KX=>>.\F8.BAT
ECHO ::::::::CALL>>.\F8.BAT
ECHO CALL %%MC%%\F8C.BAT>>.\F8.BAT
ECHO ::::BYPASS>>.\F8.BAT
ECHO IF NOT "%%GO%%"=="" GOTO:NEAREND>>.\F8.BAT
ECHO ::::::::CALL>>.\F8.BAT
ECHO CALL %%MC%%\EC.BAT>>.\F8.BAT
SET P1=ECHO IF
%P1% NOT "%%OK%%"=="Y" SET GO=GOTO:%%P%%>>.\F8.BAT
ECHO ::::BYPASS>>.\F8.BAT
%P1% NOT "%%OK%%"=="Y" GOTO:NEAREND>>.\F8.BAT
ECHO SET OK=>>.\F8.BAT
SET P2=%%R10%% IF "%%D1%%"
%P1% %%D10%%==%P2%=="%%R1%%" SET K=A>>.\F8.BAT
%P1% "%%K%%"=="A" SET D10=A>>.\F8.BAT
ECHO ::::BYPASS>>.\F8.BAT
%P1% "%%K%%"=="A" GOTO:NEAREND>>.\F8.BAT
SET P2="0" IF "%%D1%%"
%P1% "%%D10%%"==%P2%=="0" SET GO=GOTO:IIS>>.\F8.BAT
%P1% "%%D10%%"==%P2%=="0" GOTO:NEAREND>>.\F8.BAT
SET P2=
ECHO SET PD=%%D10%%>>.\F8.BAT
ECHO SET BD=%%R10%%>>.\F8.BAT
ECHO ::::::::CALL>>.\F8.BAT
ECHO CALL %%MC%%\DC.BAT>>.\F8.BAT
ECHO ::::BYPASS>>.\F8.BAT
ECHO IF "%%CP%%"=="" GOTO:NEAREND>>.\F8.BAT
ECHO :::::::::JUMP>>.\F8.BAT
ECHO IF %%CP%%==G %%MC%%\DC3.BAT>>.\F8.BAT
ECHO SET PD=%%D1%%>>.\F8.BAT
ECHO SET BD=%%R1%%>>.\F8.BAT
ECHO ::::::::CALL>>.\F8.BAT
ECHO CALL %%MC%%\DC.BAT>>.\F8.BAT
ECHO IF "%%CP%%"=="G" %%MC%%\DC3.BAT>>.\F8.BAT
ECHO :NEAREND>>.\F8.BAT
ECHO SET OK=>>.\F8.BAT
::
:::Build Footer 8B Module
:F8B
::::BYPASS
IF EXIST .\F8B.BAT GOTO:F8C
ECHO :: InnerPeace Footer 8B>.\F8B.BAT
ECHO SET HOLD32=>>.\F8B.BAT
ECHO ECHO.>>.\F8B.BAT
ECHO IF %%I10%%==A ECHO A = All>>.\F8B.BAT
ECHO IF NOT %%I10%%==A SET KX=A>>.\F8B.BAT
ECHO IF %%I10%%==A SET KX=>>.\F8B.BAT
SET P1=ECHO IF %%R10%%
SET P2=A IF %%I10%%
%P1%==%P2%==A ECHO 00-99 = Amount 00-99>>.\F8B.BAT
SET P1=ECHO IF NOT %%I10%%
SET P2=00-%%I10%%%%I1%%
%P1%==A ECHO %P2% = Amount %P2%>>.\F8B.BAT
SET P1=ECHO IF %%I10%%
SET P3=IF NOT %%R10%%
%P1%==A %P3%==A ECHO %P2% = Amount %P2%>>.\F8B.BAT
SET P3=
ECHO CALL %%MC%%\F8C.BAT>>.\F8B.BAT
ECHO ::::BYPASS>>.\F8B.BAT
ECHO IF NOT "%%GO%%"=="" GOTO:NEAREND>>.\F8B.BAT
ECHO ::::::::CALL>>.\F8B.BAT
ECHO CALL %%MC%%\EC.BAT>>.\F8B.BAT
SET P1=ECHO IF
%P1% NOT "%%OK%%"=="Y" SET GO=GOTO:%%P%%>>.\F8B.BAT
ECHO ::::BYPASS>>.\F8B.BAT
%P1% NOT "%%OK%%"=="Y" GOTO:NEAREND>>.\F8B.BAT
ECHO SET OK=>>.\F8B.BAT
SET P2=%%R10%% IF "%%D1%%"
%P1% %%D10%%==%P2%=="%%R1%%" SET K=A>>.\F8B.BAT
%P1% "%%K%%"=="A" SET D10=A>>.\F8B.BAT
ECHO ::::BYPASS>>.\F8B.BAT
%P1% "%%K%%"=="A" GOTO:NEAREND>>.\F8B.BAT
SET P2="0" IF "%%D1%%"
%P1% "%%D10%%"==%P2%=="0" SET GO=GOTO:IIS>>.\F8B.BAT
%P1% "%%D10%%"==%P2%=="0" GOTO:NEAREND>>.\F8B.BAT
SET P2=
ECHO SET PD=%%D10%%>>.\F8B.BAT
ECHO SET BD=%%I10%%>>.\F8B.BAT
ECHO ::::::::CALL>>.\F8B.BAT
ECHO CALL %%MC%%\DC.BAT>>.\F8B.BAT
ECHO ::::BYPASS>>.\F8B.BAT
ECHO IF "%%CP%%"=="" GOTO:NEAREND>>.\F8B.BAT
ECHO :::::::::JUMP>>.\F8B.BAT
ECHO IF %%CP%%==G %%MC%%\DC3.BAT>>.\F8B.BAT
ECHO SET PD=%%D1%%>>.\F8B.BAT
ECHO SET BD=%%I1%%>>.\F8B.BAT
ECHO ::::::::CALL>>.\F8B.BAT
ECHO CALL %%MC%%\DC.BAT>>.\F8B.BAT
ECHO IF "%%CP%%"=="G" %%MC%%\DC3.BAT>>.\F8B.BAT
ECHO :NEAREND>>.\F8B.BAT
ECHO SET OK=>>.\F8B.BAT
::
:::Build Footer 8C Module
:F8C
::::BYPASS
IF EXIST .\F8C.BAT GOTO:C8A
ECHO :: InnerPeace Footer 8C>.\F8C.BAT
SET P1=ECHO ECHO
SET P2=.\F8C.BAT
%P1%.>>%P2%
%P1% B = Back to Step 7 M = Main menu>>%P2%
%P1% H = Help/Don't know/Unsure X = eXit>>%P2%
%P1%.>>%P2%
SET P1=%P1% Press the spacebar, then press
%P1% key(s) that match(es) your answer:>>%P2%
ECHO SET C=8A>>%P2%
ECHO SET D=>>%P2%
ECHO SET DK=H>>%P2%
ECHO SET GO=>>%P2%
ECHO SET K=>>%P2%
ECHO SET KN=>>%P2%
ECHO SET P1=>>%P2%
ECHO ::::::::CALL>>%P2%
ECHO CALL %%MC%%\C8A.BAT>>%P2%
ECHO IF "%%K%%"=="H" SET GO=GOTO:%%P%%H>>%P2%
ECHO ::::::::CALL>>%P2%
ECHO IF "%%K%%"=="M" CALL .\GO.BAT>>%P2%
ECHO IF "%%K%%"=="M" SET GO=GOTO:MNMU>>%P2%
ECHO IF "%%K%%"=="X" SET GO=GOTO:EXIT>>%P2%
ECHO IF "%%K%%"=="B" .\GO.BAT>>%P2%
::
:::Build Choice Processor 8A Module
:C8A
::::BYPASS
IF EXIST .\C8A.BAT GOTO:E8
ECHO :: InnerPeace Choice Processor 8A>.\C8A.BAT
ECHO SET GO=>>.\C8A.BAT
SET P1=1234567890ABHMXW
ECHO PAUSE%%"%%>%%"%%NUL>>.\C8A.BAT
ECHO CHOICE /c%P1% /n>>.\C8A.BAT
ECHO ::::::::CALL>>.\C8A.BAT
ECHO CALL %%MC%%\E8.BAT>>.\C8A.BAT
ECHO :::::::::JUMP>>.\C8A.BAT
SET P1=ECHO IF "%%K%%"
%P1%=="A" IF "%%KX%%"=="A" %%MC%%\BEEP.BAT>>.\C8A.BAT
ECHO :::::::::JUMP>>.\C8A.BAT
ECHO IF NOT "%%D%%"=="" %%MC%%\C8B.BAT>>.\C8A.BAT
ECHO IF "%%K%%"=="W" %%MC%%\XDK.BAT>>.\C8A.BAT
::
::Build ERRORLEVEL Processor 8 Module
:E8
::::BYPASS
IF EXIST .\E8.BAT GOTO:XDC8A
SET P1=ECHO ::
%P1% InnerPeace ERRORLEVEL Processor 8>.\E8.BAT
SET P1=ECHO FOR %%%%Q IN (1 2 3 4 5 6 7 8 9)
%P1% DO IF ERRORLEVEL %%%%Q SET D=%%%%Q>>.\E8.BAT
ECHO IF ERRORLEVEL 10 SET D=0>>.\E8.BAT
ECHO IF ERRORLEVEL 11 SET D=>>.\E8.BAT
ECHO IF ERRORLEVEL 11 SET K=A>>.\E8.BAT
ECHO IF ERRORLEVEL 12 SET K=B>>.\E8.BAT
ECHO IF ERRORLEVEL 13 SET K=H>>.\E8.BAT
ECHO IF ERRORLEVEL 14 SET K=M>>.\E8.BAT
ECHO IF ERRORLEVEL 15 SET K=X>>.\E8.BAT
ECHO IF ERRORLEVEL 16 SET K=W>>.\E8.BAT
::
:::Build XD Choice Processor 8A Module
:XDC8A
::::BYPASS
goto:C8B
IF EXIST .\XDC8A.BAT GOTO:C8B
SET P1=ECHO :: InnerPeace
SET P2=.\XDC8A.BAT
%P1% No Default Choice Processor 8A>%P2%
ECHO CHOICE /c1234567890ABHMXW /n>>%P2%
ECHO SET K=>>%P2%
ECHO ::::::::CALL>>%P2%
ECHO CALL %%MC%%\E8.BAT>>%P2%
ECHO :::::::::JUMP>>.\XDC8A.BAT
SET P1=ECHO IF "%%K%%"
%P1%=="A" IF "%%KX%%"=="A" %%MC%%\BEEP.BAT>>%P2%
ECHO :::::::::JUMP>>%P2%
ECHO IF NOT "%%D%%"=="" %%MC%%\C8B.BAT>>%P2%
ECHO IF "%%K%%"=="W" %%MC%%\RSWT.BAT>>%P2%
SET P2=
::
:::Build Choice Processor 8B Module
:C8B
::::BYPASS
IF EXIST .\C8B.BAT GOTO:EC
ECHO :: InnerPeace Choice Processor 8B>.\C8B.BAT
ECHO SET D10=%%D%%>>.\C8B.BAT
ECHO CHOICE /c1234567890 /n>>.\C8B.BAT
ECHO ::::::::CALL>>.\C8B.BAT
ECHO CALL %%MC%%\E8.BAT>>.\C8B.BAT
ECHO SET D1=%%D%%>>.\C8B.BAT
::
:::Build Entry Confirmation Module
:EC
::::BYPASS
IF EXIST .\EC.BAT GOTO:DC
SET P1=ECHO ::
%P1% InnerPeace Entry Confirmation Module>.\EC.BAT
ECHO CLS>>.\EC.BAT
SET P1=ECHO ECHO
%P1% You have entered:>>.\EC.BAT
%P1%.>>.\EC.BAT
SET P1=ECHO IF
%P1% "%%K%%"=="A" ECHO "A">>.\EC.BAT
%P1% NOT "%%K%%"=="A" ECHO "%%D10%%%%D1%%">>.\EC.BAT
ECHO ECHO.>>.\EC.BAT
SET P1=%P1% %%P%%
%P1%==I8 ECHO meaning you are willing to>>.\EC.BAT
%P1%==I9E ECHO meaning you are able to>> .\EC.BAT
%P1%==I10B ECHO meaning you did>>.\EC.BAT
ECHO ECHO let go of>>.\EC.BAT
SET P1=ECHO IF
%P1% "%%K%%"=="A" ECHO ALL of the issue:>>.\EC.BAT
SET P1=%P1% NOT "%%K%%"
SET P2=%%D10%%%%D1%%%%%%
%P1%=="A" ECHO %P2% of the issue>>.\EC.BAT
SET P1=ECHO ECHO
%P1%.>>.\EC.BAT
ECHO TYPE .\I.TMP>>.\EC.BAT
%P1%.>>.\EC.BAT
%P1% Please confirm that:>>.\EC.BAT
%P1%.>>.\EC.BAT
%P1% this is what you meant to key in; and>>.\EC.BAT
%P1%.>>.\EC.BAT
%P1% the amount really FEELS right.>>.\EC.BAT
%P1%.>>.\EC.BAT
%P1% 1 = Yes, this is what I choose>>.\EC.BAT
%P1% and it FEELS right.>>.\EC.BAT
%P1% 2 = Choose again.>>.\EC.BAT
%P1%.>>.\EC.BAT
SET P1=%P1% Press the spacebar, then press
%P1% the key that matches your choice.>>.\EC.BAT
ECHO ECHO.>>.\EC.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\EC.BAT
ECHO CHOICE /c1Y2C /n>>.\EC.BAT
ECHO IF ERRORLEVEL 3 SET OK=>>.\EC.BAT
ECHO IF NOT ERRORLEVEL 3 SET OK=Y>>.\EC.BAT
::
:::Build Digit Comparison Processor Module 1
:DC
::::BYPASS
IF EXIST .\DC.BAT GOTO:DC2
SET P1=ECHO :: InnerPeace
%P1% Digit Comparison Processor Module 1>.\DC.BAT
ECHO SET HOLD16=>>.\DC.BAT
ECHO SET CP=>>.\DC.BAT
ECHO IF %%PD%%==%%BD%% SET CP=E>>.\DC.BAT
:: %PD% is the process digit that is being
:: compared to the base digit, %BD%.
::
ECHO IF NOT "%%CP%%"=="E" %%MC%%\DC2.BAT>>.\DC.BAT
::
:::Build Digit Comparison Processor Module 2
:DC2
::::BYPASS
IF EXIST .\DC2.BAT GOTO:DC3
SET P1=ECHO :: InnerPeace
%P1% Digit Comparison Processor Module 2>.\DC2.BAT
ECHO SET CP=>>.\DC2.BAT
ECHO IF %%BD%%==Z SET CP=G>>.\DC2.BAT
:: "Z" is a special digit used in subtraction
:: calculations. It means "minus 1" of the power
:: represented by the digit's place and is used when
:: "1" is borrowed from "0."
::
SET P1=0 FOR %%%%Q IN (A 9 8 7 6 5 4 3 2 1) DO IF %%P
:: "A" is special digit used in this program to mean
:: 10 of the power represented by the digit's column
:: It is used in this program to show 100% using
:: only two digits. "A0" = "100" as does "9A". It is
:: also used as a shortcut in some formulas when the
:: remainder of the issue is less than 100% to mean
:: ALL of the issue.
::
ECHO IF %%BD%%==%P1%D%%==%%%%Q SET CP=G>>.\DC2.BAT
:: %CP% is a variable to show what the comparison of
:: the process digit is to the base. When %PD% is
:: greater than %BD%, %CP% is SET to "G."
::
SET P1=1 FOR %%%%Q IN (A 9 8 7 6 5 4 3 2) DO IF %%P
ECHO IF %%BD%%==%P1%D%%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9 8 7 6 5 4 3) DO IF %%PD%%
ECHO IF %%BD%%==2 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9 8 7 6 5 4) DO IF %%PD%%
ECHO IF %%BD%%==3 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9 8 7 6 5) DO IF %%PD%%
ECHO IF %%BD%%==4 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9 8 7 6) DO IF %%PD%%
ECHO IF %%BD%%==5 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9 8 7) DO IF %%PD%%
ECHO IF %%BD%%==6 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9 8) DO IF %%PD%%
ECHO IF %%BD%%==7 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
SET P1=FOR %%%%Q IN (A 9) DO IF %%PD%%
ECHO IF %%BD%%==8 %P1%==%%%%Q SET CP=G>>.\DC2.BAT
ECHO IF %%BD%%==9 IF %%PD%%==A SET CP=G>>.\DC2.BAT
::
:::Build Digit Comparison Processor Module 3
:DC3
::::BYPASS
IF EXIST .\DC3.BAT GOTO:P
SET P1=ECHO :: InnerPeace
%P1% Digit Comparison Processor Module 3>.\DC3.BAT
ECHO CLS>>.\DC3.BAT
SET P1=ECHO ECHO
%P1% Oopps>>.\DC3.BAT
%P1%.>>.\DC3.BAT
%P1% You entered too large of a number.>>.\DC3.BAT
%P1%.>>.\DC3.BAT
%P1% Try again.>>.\DC3.BAT
%P1%.>>.\DC3.BAT
%P1% Enter a number from:>>.\DC3.BAT
%P1%.>>.\DC3.BAT
SET P1=ECHO IF NOT %%P%%
%P1%==I10B ECHO 00 to %%R10%%%%R1%%.>>.\DC3.BAT
%P1%==I10B ECHO or enter "A" for "ALL.">>.\DC3.BAT
SET P1=ECHO IF %%P%%
%P1%==I10B ECHO 00 to %%I10%%%%I1%%>>.\DC3.BAT
SET P1=ECHO ECHO
%P1%.>>.\DC3.BAT
%P1%.>>.\DC3.BAT
%P1% Press the spacebar to continue . . .>>.\DC3.BAT
ECHO PAUSE%%"%%>%%"%%NUL>>.\DC3.BAT
ECHO SET GO=GOTO %%P%%>>.\DC3.BAT
::
:::Build Plus Processor Module
:P
:: This program could have been written using only
:: subtraction. Addition was included for
:: instructional purposes.
::
::::BYPASS
IF EXIST .\P.BAT GOTO:P1
ECHO :: InnerPeace Plus Processor Module>.\P.BAT
ECHO :::::::::EVERY COMMAND IS A JUMP>>.\P.BAT
ECHO IF %%PD%%==1 %%MC%%\P1.BAT>>.\P.BAT
ECHO IF %%PD%%==2 %%MC%%\P2.BAT>>.\P.BAT
ECHO IF %%PD%%==3 %%MC%%\P3.BAT>>.\P.BAT
ECHO IF %%PD%%==4 %%MC%%\P4.BAT>>.\P.BAT
ECHO IF %%PD%%==5 %%MC%%\P5.BAT>>.\P.BAT
ECHO IF %%PD%%==6 %%MC%%\P6.BAT>>.\P.BAT
ECHO IF %%PD%%==7 %%MC%%\P7.BAT>>.\P.BAT
ECHO IF %%PD%%==8 %%MC%%\P8.BAT>>.\P.BAT
ECHO IF %%PD%%==9 %%MC%%\P9.BAT>>.\P.BAT
::
:::Build Plus 1 Module
:P1
::::BYPASS
IF EXIST .\P1.BAT GOTO:P2
ECHO :: InnerPeace Plus 1 Module >.\P1.BAT
ECHO SET HOLD16=>>.\P1.BAT
ECHO IF %%BD%%==9 SET BD=A>>.\P1.BAT
ECHO IF %%BD%%==8 SET BD=9>>.\P1.BAT
ECHO IF %%BD%%==7 SET BD=8>>.\P1.BAT
ECHO IF %%BD%%==6 SET BD=7>>.\P1.BAT
ECHO IF %%BD%%==5 SET BD=6>>.\P1.BAT
ECHO IF %%BD%%==4 SET BD=5>>.\P1.BAT
ECHO IF %%BD%%==3 SET BD=4>>.\P1.BAT
ECHO IF %%BD%%==2 SET BD=3>>.\P1.BAT
ECHO IF %%BD%%==1 SET BD=2>>.\P1.BAT
ECHO IF %%BD%%==0 SET BD=1>>.\P1.BAT
ECHO IF %%BD%%==A SET C1=Y>>.\P1.BAT
:: IF %C1%==Y, InnerPeace knows that 1 is carried.
::
ECHO IF %%BD%%==A SET BD=0>>.\P1.BAT
:: Nothing is ever added to A. This step
:: simply resets the digit in a way that avoids
:: double addition on any single pass.
::
:::Build Plus 2 Through 9 Modules
:P2
::::BYPASS
IF EXIST .\P2.BAT GOTO:P3
ECHO :: InnerPeace Plus 2 Module>.\P2.BAT
ECHO ::::::::CALL>>.\P2.BAT
SET P1=%%%%Q IN (1 2)
:: Any two members can be in the set and the command
:: will work as intended, calling P1.BAT twice.
::
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P2.BAT
::
:P3
::::BYPASS
IF EXIST .\P3.BAT GOTO:P4
ECHO :: InnerPeace Plus 3 Module>.\P3.BAT
ECHO ::::::::CALL>>.\P3.BAT
SET P1=%%%%Q IN (1 2 3)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P3.BAT
::
:P4
::::BYPASS
IF EXIST .\P4.BAT GOTO:P5
ECHO :: InnerPeace Plus 4 Module>.\P4.BAT
ECHO ::::::::CALL>>.\P4.BAT
SET P1=%%%%Q IN (F O U R)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P4.BAT
::
:P5
::::BYPASS
IF EXIST .\P5.BAT GOTO:P6
ECHO :: InnerPeace Plus 5 Module>.\P5.BAT
ECHO ::::::::CALL>>.\P5.BAT
SET P1=%%%%Q IN (1 2 3 4 5)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P5.BAT
::
:P6
::::BYPASS
IF EXIST .\P6.BAT GOTO:P7
ECHO :: InnerPeace Plus 6 Module>.\P6.BAT
ECHO ::::::::CALL>>.\P6.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P6.BAT
::
:P7
::::BYPASS
IF EXIST .\P7.BAT GOTO:P8
ECHO :: InnerPeace Plus 7 Module>.\P7.BAT
ECHO ::::::::CALL>>.\P7.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6 7)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P7.BAT
::
:P8
::::BYPASS
IF EXIST .\P8.BAT GOTO:P9
ECHO :: InnerPeace Plus 8 Module>.\P8.BAT
ECHO ::::::::CALL>>.\P8.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6 7 8)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P8.BAT
::
:P9
::::BYPASS
IF EXIST .\P9.BAT GOTO:M
ECHO :: InnerPeace Plus 9 Module>.\P9.BAT
ECHO ::::::::CALL>>.\P9.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6 7 8 9)
ECHO FOR %P1% DO CALL %%MC%%\P1.BAT>>.\P9.BAT
::
:::Build Minus Processor Module
:M
ECHO If you are a new user of InnerPeace, press
ECHO the "H" key for "Help" from each screen
ECHO your first few times through until you are
ECHO familiar with the process.
ECHO.
::ECHO Most screens default to their "Help" pages
::ECHO after %NN% seconds if you do not choose.
::ECHO.
::::BYPASS
IF EXIST .\M.BAT GOTO:M1
ECHO :: InnerPeace Minus Processor Module>.\M.BAT
ECHO :::::::::EVERY COMMAND IS A JUMP>>.\M.BAT
ECHO IF %%PD%%==1 %%MC%%\M1.BAT>>.\M.BAT
ECHO IF %%PD%%==2 %%MC%%\M2.BAT>>.\M.BAT
ECHO IF %%PD%%==3 %%MC%%\M3.BAT>>.\M.BAT
ECHO IF %%PD%%==4 %%MC%%\M4.BAT>>.\M.BAT
ECHO IF %%PD%%==5 %%MC%%\M5.BAT>>.\M.BAT
ECHO IF %%PD%%==6 %%MC%%\M6.BAT>>.\M.BAT
ECHO IF %%PD%%==7 %%MC%%\M7.BAT>>.\M.BAT
ECHO IF %%PD%%==8 %%MC%%\M8.BAT>>.\M.BAT
ECHO IF %%PD%%==9 %%MC%%\M9.BAT>>.\M.BAT
::
:::Build Minus 1 Module
:M1
::::BYPASS
IF EXIST .\M1.BAT GOTO:M2
ECHO :: InnerPeace Minus 1 Module >.\M1.BAT
ECHO SET HOLD16=>>.\M1.BAT
ECHO IF %%BD%%==0 SET BD=Z>>.\M1.BAT
ECHO IF %%BD%%==1 SET BD=0>>.\M1.BAT
ECHO IF %%BD%%==2 SET BD=1>>.\M1.BAT
ECHO IF %%BD%%==3 SET BD=2>>.\M1.BAT
ECHO IF %%BD%%==4 SET BD=3>>.\M1.BAT
ECHO IF %%BD%%==5 SET BD=4>>.\M1.BAT
ECHO IF %%BD%%==6 SET BD=5>>.\M1.BAT
ECHO IF %%BD%%==7 SET BD=6>>.\M1.BAT
ECHO IF %%BD%%==8 SET BD=7>>.\M1.BAT
ECHO IF %%BD%%==9 SET BD=8>>.\M1.BAT
ECHO IF %%BD%%==A SET BD=9>>.\M1.BAT
:: A is not normally needed in subtraction, but
:: because InnerPeace uses A to avoid a third digit
:: for 100%, it is needed here.
::
ECHO IF %%BD%%==Z SET B1=Y>>.\M1.BAT
:: IF %B1%==Y, InnerPeace knows that 1 was borrowed.
::
ECHO IF %%BD%%==Z SET BD=9>>.\M1.BAT
:: Nothing is ever subtracted from Z. This step
:: simply resets the digit in a way that avoids
:: double subtraction on any single pass.
::
:::Build Minus 2 Through 9 Modules
:M2
::::BYPASS
IF EXIST .\M2.BAT GOTO:M3
ECHO :: InnerPeace Minus 2 Module>.\M2.BAT
ECHO ::::::::CALL>>.\M2.BAT
SET P1=%%%%Q IN (1 2)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M2.BAT
::
:M3
::::BYPASS
IF EXIST .\M3.BAT GOTO:M4
ECHO :: InnerPeace Minus 3 Module>.\M3.BAT
ECHO ::::::::CALL>>.\M3.BAT
SET P1=%%%%Q IN (1 2 3)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M3.BAT
::
:M4
::::BYPASS
IF EXIST .\M4.BAT GOTO:M5
ECHO :: InnerPeace Minus 4 Module>.\M4.BAT
ECHO ::::::::CALL>>.\M4.BAT
SET P1=%%%%Q IN (F O U R)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M4.BAT
::
:M5
::::BYPASS
IF EXIST .\M5.BAT GOTO:M6
ECHO :: InnerPeace Minus 5 Module>.\M5.BAT
ECHO ::::::::CALL>>.\M5.BAT
SET P1=%%%%Q IN (1 2 3 4 5)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M5.BAT
::
:M6
::::BYPASS
IF EXIST .\M6.BAT GOTO:M7
ECHO :: InnerPeace Minus 6 Module>.\M6.BAT
ECHO ::::::::CALL>>.\M6.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M6.BAT
::
:M7
::::BYPASS
IF EXIST .\M7.BAT GOTO:M8
ECHO :: InnerPeace Minus 7 Module>.\M7.BAT
ECHO ::::::::CALL>>.\M7.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6 7)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M7.BAT
::
:M8
::::BYPASS
IF EXIST .\M8.BAT GOTO:M9
ECHO :: InnerPeace Minus 8 Module>.\M8.BAT
ECHO ::::::::CALL>>.\M8.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6 7 8)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M8.BAT
::
:M9
::::BYPASS
IF EXIST .\M9.BAT GOTO:VERID
ECHO :: InnerPeace Minus 9 Module>.\M9.BAT
ECHO ::::::::CALL>>.\M9.BAT
SET P1=%%%%Q IN (1 2 3 4 5 6 7 8 9)
ECHO FOR %P1% DO CALL %%MC%%\M1.BAT>>.\M9.BAT
::
:::Build Version ID Module
:VERID
::::BYPASS
IF EXIST .\VERID.BAT GOTO:TOP
SET P1=InnerPeace Version 0.9 Alpha 4.0
ECHO :: %P1% ID Module>.\VERID.BAT
ECHO SET HOLD32=>>.\VERID.BAT
ECHO SET HOLD64=>>.\VERID.BAT
ECHO SET IPVER=%P1%>>.\VERID.BAT
::
:TOP
::::BYPASS
IF EXIST .\TOP.BAT GOTO:TOP2
ECHO :: Top Issue Navigation Module>.\TOP.BAT
ECHO SET HOLD16=>>.\TOP.BAT
ECHO ECHO %%I%% %%"%%>%%"%%.\D1.TMP>>.\TOP.BAT
ECHO SET I=>>.\TOP.BAT
ECHO SET GO=GOTO:ENDI1>>.\TOP.BAT
::
:TOP2
::::BYPASS
IF EXIST .\TOP2.BAT GOTO:SETMC2
ECHO :: Top State Navigation Module>.\TOP2.BAT
ECHO SET HOLD16=>>.\TOP2.BAT
ECHO ECHO %%S%% %%"%%>%%"%%.\D1.TMP>>.\TOP2.BAT
ECHO SET S=>>.\TOP2.BAT
ECHO SET GO=GOTO:ENDS1>>.\TOP2.BAT
::
:SETMC2
::::BYPASS
IF EXIST .\SETMC.BAT GOTO:SETATT
SET P1= ECHO :: InnerPeace
%P1% Main Command Directory Module>.\SETMC.BAT
ECHO SET HOLD16=>>.\SETMC.BAT
ECHO SET MC=\IP.PRM>>.\SETMC.BAT
::
:SETATT
:: Set all module files to read only.
ATTRIB +r .\*.BAT
::
:: Empty segment variables to free memory space.
SET P1=
SET P2=
::
:: Change to the main operating directory.
CD \IP.TM
ECHO Enjoy InnerPeace.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
:::Main Menu
:MNMU
::::BYPASS
IF EXIST .\I.TMP GOTO:SESBREAK
:MMU2
:: Set previous page.
IF NOT %P%==MNMU SET PP=%P%
::
SET P=MNMU
::::BYPASS
IF "%CTU%"=="Y" GOTO:CTU
::
:: Set warning reminder.
IF %PP%==GW SET WARN=Y
::
CLS
ECHO InnerPeace MAIN MENU
ECHO.
ECHO 1 = Run InnerPeace process
ECHO 2 = More about InnerPeace
ECHO 3 = Support group referral
ECHO 4 = Counselor/Mentor referral
ECHO 5 = Technical info
ECHO 6 = Help spread InnerPeace
ECHO 7 = Donate anonymously to InnerPeace.Org
ECHO.
ECHO N = Next page P = Previous page
ECHO H = Help X = exit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
ECHO.
::ECHO The default page (usually "Help") will load
::ECHO in %NN% seconds if you do not choose.
::ECHO.
SET DK=H
SET KN=8 9 0 M U D
:: Since no footer module is used, all unused key
:: choices available in choice processor must be
:: turned off and %C% SET from here.
SET C=0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\C0.BAT
IF %K%==1 GOTO:PRIRECS
IF %K%==2 GOTO:INMU
IF %K%==3 GOTO:SUP1
IF %K%==4 GOTO:SUP2
IF %K%==5 GOTO:TNFO
IF %K%==6 GOTO:HSPD
IF %K%==7 GOTO:DONR
IF %K%==N GOTO:PRIRECS
IF %K%==H GOTO:MNMUH
%GO%
:: From here on in, InnerPeace incorporates labels
:: and GOTO's, ingredients of spaghetti programming
:: into its code. The primary user interface of
:: InnerPeace is very similar to an Internet web
:: site, a series of pages with a certain order to
:: them, but not an inflexible order. Web pages have
:: "url's," which give the address of the page, and
:: "links," which link to other pages. Labels and
:: GOTO's serve the same function in DOS. Therefore,
:: since the user's path through the pages is not
:: structured, pure structured code is not used.
:: Also, because there is no longer any true main
:: path through the program, alternate routines will
:: no longer be flagged or indented.
::
:MNMUH
:INMUH
:: By using multiple labels, the choice processor
:: can route the program to this same help page from
:: different originating pages.
::
CLS
ECHO InnerPeace is menu driven from most screens. By
ECHO pressing the key that matches your choice, you
ECHO will be taken to the related screen.
ECHO.
::ECHO Many screens have a default choice, usually the
::ECHO next screen or a help screen. If you do not
::ECHO choose within the allotted time, usually %NN%
::ECHO seconds, the default screen will load. You can
::ECHO cancel the default by pressing the "W" key.
::ECHO You can then reset the wait time by pressing
::ECHO the "W" key again.
::ECHO.
ECHO You can return to the Main Menu from many
ECHO screens. Look for the "M" choice. InnerPeace
ECHO will hold your place in the process.
ECHO.
ECHO You can also eXit and save your work.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:SESBREAK
CLS
ECHO Session Break
ECHO.
ECHO Feel free to browse the menu choices during
ECHO your break. InnerPeace will keep track of
ECHO the general area where you left off.
ECHO.
ECHO After you finish browsing and feel ready to
ECHO return to the session, select "Run InnerPeace
ECHO process" from the Main Menu.
ECHO.
ECHO InnerPeace will then bring you back close to
ECHO where left off. You can reposition yourself
ECHO from there, if you need to, by choosing the
ECHO menu choices that most apply.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:MMU2
::
:PRIRECSH
CLS
ECHO InnerPeace gives you the option to save records
ECHO from past sessions. If you have previously
ECHO created desirable states and saved the records,
ECHO it is a good idea to review them periodically
ECHO to strengthen and reinforce them.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
:PRIRECS
IF EXIST .I\TMP SET P1=0123456789
IF EXIST .\I.TMP SET HOLD32=%P1%%P1%12345
IF EXIST .\I.TMP CALL .\GO.BAT
IF NOT "%GO%"=="" %GO%
IF "%PR%"=="1" GOTO:I1
SET PR=1
CLS
ECHO Do you have records from prior sessions
ECHO saved on a disk that you wish to review
ECHO now or use for this session?
ECHO.
ECHO.
ECHO 1 = Review "State Creation" records
ECHO 2 = Use prior session records
ECHO 3 = Neither
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1R2U3N4H /n
::::BYPASS
IF ERRORLEVEL 7 GOTO:PRIRECSH
IF ERRORLEVEL 5 GOTO:I1
IF ERRORLEVEL 3 GOTO:USEOLD2
:SPR
IF NOT %P%==SPR SET PP=%P%
SET P=SPR
CLS
ECHO State Creation Review
ECHO.
ECHO You can review the methods you have figured
ECHO out for creating states that empower you
ECHO if you have saved them to disk.
ECHO.
ECHO Which drive has your file \IP.CR8\STATES.TXT?
ECHO.
ECHO Be sure to not use anyone else's records.
ECHO Choose "0" (zero) to skip this step.
ECHO.
ECHO 1 = A: drive
ECHO 2 = B: drive
ECHO 3 = C: drive
ECHO 4 = D: drive
ECHO 5 = E: drive
ECHO 6 = F: drive
ECHO 0 = Do not review these records.
SET D=
::SET DK=3
SET KN=7 8 9
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 SET D=A
IF %K%==2 SET D=B
IF %K%==3 SET D=C
IF %K%==4 SET D=D
IF %K%==5 SET D=E
IF %K%==6 SET D=F
IF %K%==0 GOTO:PRIRECS
IF NOT "%GO%"=="" %GO%
::::BYPASS
CLS
ECHO If not reading, press "F."
ECHO.
IF EXIST %D%:\IP.CR8\STATES.TXT GOTO:REVIEW
CLS
ECHO The file \IP.CR8\STATES.TXT is not currently
ECHO available on the %D%: drive. Please reconfirm.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:SPR
::
:SPRH
CLS
ECHO If you have created states in previous sessions
ECHO you were given the option to save the methods
ECHO you figured out for how to create them.
ECHO.
ECHO You can review these files now if you wish.
ECHO.
ECHO You can also review them between sessions, and
ECHO even edit them from your favorite word processor
ECHO or text editor. Just be sure to save the file
ECHO as a text or a DOS text file.
ECHO.
ECHO You can also move this file from one drive to
ECHO another. You may want to move it to a floppy
ECHO if other people use your computer. If you do
ECHO change drives, keep the same filename and the
ECHO same path on the new drive.
ECHO.
ECHO If you do not wish to review this file now,
ECHO simply choose "0" (zero).
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:REVIEW
CLS
TYPE %D%:\IP.CR8\STATES.TXT|MORE
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Do you wish to review this file again?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:USEOLD2
::::::::LOOP
GOTO:REVIEW
::
:USEOLD2
CLS
ECHO If you saved your records from an InnerPeace
ECHO session within the past hour or two, you
ECHO probably want to continue where you left off.
ECHO.
ECHO If the saved session is from yesterday or
ECHO earlier, you probably want to start fresh with
ECHO whatever comes up for you today, which may or
ECHO may not be the same issues. You choose.
ECHO.
ECHO Do you have records that you saved from the last
ECHO session that you wish to use for this session?
ECHO.
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2N1Y /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:I1
::
:USEOLD3
::::BYPASS
IF EXIST \IP.SAV\NUL GOTO:USEOLD4
CLS
ECHO In order to reuse saved session
ECHO records, they must be on the
IF "%1"=="" ECHO C: drive
IF NOT "%1"=="" ECHO %1 drive
ECHO in a the directory named "\IP.SAV"
ECHO.
ECHO Either move them now from a separate
ECHO window, continue without them, or
ECHO exit and restart.
ECHO.
ECHO 1 = Yes. That's where they are.
ECHO 2 = No. Continue without the saved records.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3X /n
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 3 GOTO:I1
:USEOLD5
::::BYPASS
IF EXIST \IP.SAV\NUL GOTO:USEOLD4
CLS
ECHO InnerPeace did not find the directory
IF "%1"=="" ECHO \IP.SAV on the C: drive.
IF NOT "%1"=="" ECHO \IP.SAV on the %1 drive.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:USEOLD3
:USEOLD4
CD \
IF EXIST .\IP.TM\NUL RD .\IP.TM
MOVE /y \IP.SAV IP.TM>NUL
CD \IP.TM
::::::::CALL
CALL %MC%\FL.BAT
GOTO:CTU2
::
:::Page Order
:: In order to share code easier, the pages are coded
:: in the following order:
:: I1
:: I2, S2
:: etc, through
:: I7, S7
:: I8-I12
:: S8-S12
::
:::Issue Let Go Step 1
:I1
IF NOT EXIST \IP.SAV\NUL GOTO:I1B
CLS
ECHO Saved session records exist in
IF "%1"=="" ECHO the directory C:\IP.SAV.
IF NOT "%1"=="" ECHO the directory %1\IP.SAV
ECHO.
ECHO If you are not going to use them,
ECHO InnerPeace will delete them so that
ECHO they do not interfere with this
ECHO session, or you can move or rename
ECHO them from another window.
ECHO.
ECHO 1 = Use them.
ECHO 2 = Delete them.
ECHO 3 = Gone, either moved or renamed.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D3G1U4X /n
IF ERRORLEVEL 7 GOTO:EXIT
IF ERRORLEVEL 5 GOTO:USEOLD5
IF ERRORLEVEL 3 GOTO:I1
CD \
CD \IP.SAV
::::::::CALL
CALL %MC%\FL.BAT
:ERASETM2
::::BYPASS
IF EXIST ..\IP.SAV\NUL GOTO:I1A
IF EXIST ..\SUB\NUL FOR %%A IN (*.*) DO DEL %%A
:: The conditional "IF" is a safety feature.
:: Because *.* is so dangerous, it is set to only
:: work if the program is in a SUB directory.
:: Theoretically, it always would be at this point,
:: but if the program were edited in the future
:: such a problem could occur.
::
:: Del *.* with FOR is a really dangerous command.
:: Use it with extreme caution.
::
CD ..
RD SUB
:::::::LOOP
GOTO:ERASETM2
:I1A
CD \
RD \IP.SAV
CD \IP.TM
:I1B
CLS
IF NOT %P%==I1 SET PP=%P%
SET P=I1
SET P1=ECHO Identify
%P1% an Issue that Lessens your Inner Peace.
ECHO.
ECHO Issue Let Go Step 1
TYPE NUL|CHOICE /cA /tA,5>NUL
ECHO.
ECHO Even if more than one issue is interfering
ECHO with your inner peace, narrow your focus to
ECHO one issue now. You can deal with the other
ECHO issues later.
ECHO.
ECHO If you know your issue, select choice 1.
ECHO If you need some suggestions, select choice 2.
ECHO.
ECHO 1 = Issues Menu
ECHO 2 = Known Issue
ECHO 3 = Sensitive or Embarrassing Issue.
SET KN=4 5 6 7 8 9 0
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:IMU
IF %K%==2 GOTO:IK
IF %K%==3 GOTO:EMB
IF %K%==N GOTO:IMU
%GO%
::
:I1H
CLS
GOTO:I1H2
:I1H4
CLS
ECHO If you know your issue, select known issue.
ECHO.
ECHO If you need some suggestions, use the
ECHO issues menu.
TYPE NUL|CHOICE /cA /tA,5>nul
GOTO:I1
::
:::Issue Let Go Step 1 Redo
:I1RD
CLS
ECHO The next screen will be the Issues Menu.
ECHO.
ECHO If you know the wording of your issue,
ECHO choose "Known Issue." Otherwise review
ECHO the menu choices.
TYPE NUL|CHOICE /cA /tA,5>nul
:IMU
IF NOT %P%==IMU SET PP=%P%
SET P=IMU
CLS
ECHO Issues Menu
ECHO.
ECHO Some items are listed on more than one page.
ECHO Wherever you find them, they are the same
ECHO item, repeated for your convenience, and will
ECHO connect to the same result.
ECHO.
ECHO 1 = Top 10 Issues
ECHO 2 = Top 20 Issues - Page 2
ECHO 3 = Top 5 Relationship Issues
::ECHO = A through R Issue Areas
::ECHO = S through Z Issue Areas
ECHO 4 = Known Issue
ECHO 5 = Sensitive or Embarrassing Issue
SET KN=6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F2.BAT
IF %K%==1 GOTO:T10
IF %K%==2 GOTO:T20
IF %K%==3 GOTO:TR5
IF %K%==4 GOTO:IK
IF %K%==5 GOTO:EMB
IF %K%==N GOTO:T10
IF %K%==U GOTO:MNMU
IF %K%==D GOTO:T10
%GO%
::
:IMUH
CLS
ECHO Select an issue that disempowers you.
ECHO.
ECHO If an issue listed reminds you of an
ECHO issue that is more specific to you,
ECHO you can reword it shortly to make it
ECHO even more personal for you.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
:T10
IF NOT %P%==T10 SET PP=%P%
SET P=T10
CLS
ECHO Top 10 Issues That Interfere with Inner Peace
ECHO.
ECHO 1 = Fear of success
ECHO 2 = Fear of failure
ECHO 3 = Self doubt
ECHO 4 = Worry about health
ECHO 5 = Resentment towards another
ECHO 6 = Anxiety about money
ECHO 7 = Sadness over a loss
ECHO 8 = Anxiety about a relationship
ECHO 9 = Worry about the future
ECHO 0 = Fear of death
SET I=
SET KN=
:::::::CALL
SET HOLD32=01234567890123456789012345
::CALL %MC%\F2.BAT
call %MC%\f4.bat
:: Since lower levels of menu choices are not built
:: yet, the "down" choice is not used.
::
IF %K%==N GOTO:T20
IF %K%==U GOTO:IMU
::IF %K%==D GOTO:
IF %K%==1 SET I=FEAR OF SUCCESS
IF %K%==2 SET I=FEAR OF FAILURE
IF %K%==3 SET I=SELF DOUBT
IF %K%==4 SET I=WORRY ABOUT HEALTH
IF %K%==5 SET I=RESENTMENT TOWARDS ANOTHER
IF %K%==6 SET I=ANXIETY ABOUT MONEY
IF %K%==7 SET I=SADNESS OVER A LOSS
IF %K%==8 SET I=ANXIETY ABOUT A RELATIONSHIP
IF %K%==9 SET I=WORRY ABOUT THE FUTURE
IF %K%==0 SET I=FEAR OF DEATH
::::::::CALL
IF NOT "%I%"=="" SET HOLD16=0123456789
IF NOT "%I%"=="" CALL %MC%\TOP.BAT
%GO%
::
:T20
IF NOT %P%==T20 SET PP=%P%
SET P=T20
CLS
Echo Top 20 Issues - Page 2
ECHO.
ECHO 1 = Fear of being wrong
ECHO 2 = Fear of pain
ECHO 3 = Guilt over a wrong
ECHO 4 = Fear of rejection
ECHO 5 = Anger over a wrong
ECHO 6 = Regret over the past
ECHO 7 = Blame towards another
ECHO 8 = Feeling deprived
ECHO 9 = Anxiety about time
ECHO 0 = Fear of God
SET I=
SET KN=
::::::::CALL
SET HOLD32=01234567890123456789012345
::CALL %MC%\F2.BAT
call %MC%\f4.bat
IF %K%==N GOTO:TR5
IF %K%==U GOTO:IMU
::IF %K%==D GOTO:
IF %K%==1 SET I=FEAR OF BEING WRONG
IF %K%==2 SET I=FEAR OF PAIN
IF %K%==3 SET I=GUILT OVER A WRONG
IF %K%==4 SET I=FEAR OF REJECTION
IF %K%==5 SET I=ANGER OVER A WRONG
IF %K%==6 SET I=REGRET OVER THE PAST
IF %K%==7 SET I=BLAME TOWARDS ANOTHER
IF %K%==8 SET I=FEELING DEPRIVED
IF %K%==9 SET I=ANXIETY ABOUT TIME
IF %K%==0 SET I=FEAR OF GOD
::::::::CALL
IF NOT "%I%"=="" SET HOLD16=0123456789
IF NOT "%I%"=="" CALL %MC%\TOP.BAT
%GO%
::
:TR5
IF NOT %P%==TR5 SET PP=%P%
SET P=TR5
CLS
Echo Top 5 Relationship Issues
ECHO.
ECHO 1 = Resentment towards another
ECHO 2 = Anxiety over a relationship
ECHO 3 = Fear of rejection
ECHO 4 = Anger over a wrong
ECHO 5 = Blame towards another
SET I=
SET KOFF=6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
::CALL %MC%\F2.BAT
call %MC%\f4.bat
IF %K%==N GOTO:IMU
IF %K%==P GOTO:%PP%
IF %K%==U GOTO:IMU
::IF %K%==D GOTO:
IF %K%==1 SET I=RESENTMENT TOWARDS ANOTHER
IF %K%==2 SET I=ANXIETY OVER A RELATIONSHIP
IF %K%==3 SET I=FEAR OF REJECTION
IF %K%==4 SET I=ANGER OVER A WRONG
IF %K%==5 SET I=BLAME TOWARDS ANOTHER
::::::::CALL
IF NOT "%I%"=="" SET HOLD16=0123456789
IF NOT "%I%"=="" CALL %MC%\TOP.BAT
%GO%
::
:EMB
CLS
ECHO If an issue is sensitive or embarrassing and you
ECHO are concerned about putting it into your
ECHO computer,there is an easy way to still process
ECHO the issue without disclosing it.
ECHO.
ECHO Let's take an example:
ECHO.
ECHO Suppose you lived in a macrobiotic vegetarian
ECHO house but you were sometimes eating sugar,
ECHO felt guilty, and didn't want anybody to know.
ECHO.
ECHO Instead of entering your issue as "guilt
ECHO related to eating sugar" you could just enter
ECHO it as "guilt related to not eating better" or
ECHO anything else you wanted to key in, including
ECHO nonsense words or code. As long as YOU know what
ECHO it really means you can key in anything and it
ECHO will work.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:IMU
::
:CTU
SET CTU=
CLS
ECHO In the future, to better save your records,
ECHO "eXit" from InnerPeace before turning off your
ECHO computer or closing an InnerPeace Window,
ECHO when you have the option to do so.
TYPE NUL|CHOICE /cA /tA,5>nul
:CTU2
SET WARN=
CLS
ECHO Continuing Previous Session
ECHO.
::::::::CALL
CALL %MC%\FL.BAT
ECHO What InnerPeace has in its records is that
SET P1=IF NOT
SET P2=EXIST .\S.TMP
IF %P2% ECHO you left off working on the state:
%P1% %P2% ECHO you left off working on the issue:
ECHO.
IF %P2% TYPE .\S.TMP
%P1% %P2% TYPE .\I.TMP
ECHO.
ECHO InnerPeace will attempt to get you back as
ECHO close as possible to where you were when you
ECHO were cut off. You can reposition yourself
ECHO from there.
SET P1=
SET P2=
TYPE NUL|CHOICE /cA /tA,8>nul
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL .\GO.BAT
%GO%
::
:::Issue Focus
:IFO
IF NOT %P%==IFO SET PP=%P%
SET P=IFO
ECHO Related to the issue:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO does what is most disempowering
ECHO for you feel most like:
ECHO.
ECHO 1 = Anger, 6 = Doubt,
ECHO 2 = Anxiety 7 = Fear,
ECHO 3 = An attitude, 8 = An idea,
ECHO 4 = A barrier, 9 = Worry, or
ECHO 5 = A belief, 0 = Some other feeling
SET F=
SET KN=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 SET F=Anger
IF %K%==2 SET F=Anxiety
IF %K%==3 SET F=Attitude
IF %K%==4 SET F=Barrier
IF %K%==5 SET F=Belief
IF %K%==6 SET F=Doubt
IF %K%==7 SET F=Fear
IF %K%==8 SET F=Idea
IF %K%==9 SET F=Worry
IF %K%==0 SET F=Feeling
IF NOT "%F%"="" GOTO:CLARIFY
%GO%
::
:IFOH
CLS
ECHO If you can't find what is "most" disempowering
ECHO for you related to the issue:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO find an attitude, a belief, or an idea
ECHO about it that disempowers you.
ECHO.
ECHO If you cannot find an attitude, belief, or idea
ECHO related to it that feels disempowering to you,
ECHO find another issue to work on first.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:IFO
::
:ICL
IF NOT %P%==ICL SET PP=IFO
SET P=ICL
CLS
ECHO What is the %F% related to the issue of:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO Clarify the wording of your issue enough
ECHO so that you understand what is meant
ECHO when InnerPeace refers to it:
SET P1=FOR %%A IN (1 2 6 7 9)
%P1% DO IF %K%==%%A ECHO.
%P1% DO IF %K%==%%A ECHO Consider if %F% related to
%P1% DO IF %K%==%%A TYPE .\D1.TMP
%P1% DO IF %K%==%%A ECHO works.
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:IK
SET I=
IF NOT %P%==IK SET PP=%P%
SET P=IK
CLS
ECHO Clarify the wording of your issue enough
ECHO so that you understand what is meant
ECHO when InnerPeace refers to it:
ECHO.
ECHO Key in the clearest wording of your issue.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:IKH
ECHO If you need some suggestions for issues,
ECHO from the issues menu choose and view
ECHO the top issues.
ECHO.
ECHO Be aware that some issues usually process
ECHO better in smaller chunks. For example,
ECHO "Fear" all by itself is usually too much
ECHO to process at once. Choose a specific
ECHO fear, such as "Fear of failure" or "Fear
ECHO of rejection," or whatever fear most
ECHO disempowers you.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:IMU
::
:ENDI1
SET F=
CLS
ECHO Congratulations.
ECHO.
ECHO You have identified an issue:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO This completes Step 1
ECHO of the Issue Let Go Process.
ECHO.
ECHO.
ECHO 1 = Continue with this wording
ECHO 2 = Reword issue
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1C2R /n
IF ERRORLEVEL 3 GOTO:I1RD
MD SUB
MOVE /y .\D1.TMP .\SUB\I.TMP>NUL
CD SUB
SET R10=A
SET R1=0
SET LT10=0
SET LT1=0
::
:::Warning
::::BYPASS
IF "%WARN%"=="" GOTO:I2
:WARN
CLS
ECHO WARNING
ECHO.
ECHO In the InnerPeace issue process you will
ECHO face up to some of your deepest fears.
ECHO.
ECHO You might consider this a mild form of
ECHO "intentional suffering" in which you face your
ECHO "worst case future" NOW to free yourself from
ECHO EVER having to suffer that way in real life.
ECHO.
::
:: Cause a three second pause for dramatic effect.
TYPE NUL|CHOICE /cA /tA,3>NUL
::
ECHO Take three deep breaths;
TYPE NUL|CHOICE /cA /tA,9>NUL
ECHO Feel how ready you feel;
TYPE NUL|CHOICE /cA /tA,2>NUL
ECHO Then proceed when you feel ready.
ECHO.
SET WARN=
TYPE NUL|CHOICE /cA /tA,2>NUL
ECHO Are you ready to face up to your deepest fears?
ECHO.
TYPE NUL|CHOICE /cA /tA,1>NUL
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:EXIT
::
:: NOTE: For steps 2 through 7, the issue and state
:: steps are listed together to more easily share
:: code.
::
:::Issue Let Go Step 2
:I2
SET PP=WARN
SET P=I2
SET RD=
::::::::CALL
CALL %MC%\SETGO.BAT
CLS
ECHO Perceive the Effects of the Issue on You
ECHO.
ECHO. Issue Let Go Step 2
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what would happen to YOU
ECHO if you were to continue with
SET P1= the issue:
:: Space after "=" is intentional
:: and needed for proper layout.
::
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
::::BYPASS
GOTO:S2A
::
:::State Creation Step 2
:S2
SET PP=S1
SET P=S2
ECHO SET GO=GOTO:S2>.\GO.BAT
CLS
ECHO Perceive the Effects of Letting Go on You
ECHO.
ECHO. State Creation Step 2
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what would happen to YOU
ECHO if you were to let to of the state:
ECHO.
TYPE .\S.TMP
:S2A
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = My condition would get worse.
ECHO 2 = Something bad would happen to me.
ECHO 3 = I would feel bad.
ECHO 4 = It would feel so bad, to the point where
ECHO it couldn't feel much worse.
IF "%R10%"=="A" ECHO 5 = The issue needs rewording.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would improve.
SET KN=5 6 7 8
IF "%R10%"=="A" SET KN=6 7 8
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==5 GOTO:IDIF
IF %K%==9 GOTO:IMPROVE
IF %K%==0 GOTO:IMPROVE
%GO%
::
:I2H
:I3H
:I4H
CLS
ECHO Focus on what would feel bad or negative
ECHO if you were to continue with
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of
:: The two extra "%%" symbols after "%R1%" are to
:: echo one to the screen meaning "percent."
::
ECHO the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO and it were to go ON and ON and
ECHO everything were to get WORSE and WORSE.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO Assume no rescue or recovery on this step. If
ECHO a rescue or recovery presents itself and things
ECHO were to improve a little for a while or even
ECHO appear to just stay the same, feel what would
ECHO happen after that were over and the issue
ECHO were to come back, STRONGER than ever.
::::BYPASS
GOTO:HLPSFX1
::
:S2H
:S3H
:S4H
CLS
ECHO Focus on what would feel bad or negative
ECHO if you were to let go of the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO and everything were to get WORSE and WORSE.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO Assume no rescue or recovery on this step. If
ECHO a rescue or recovery presents itself and things
ECHO were to improve a little for a while or even
ECHO appear to just stay the same, feel what would
ECHO happen after that were over and the state were
ECHO to really be gone, FOREVER.
:HLPSFX1
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Imagine the WORST case scenario if
ECHO everything were to get worse and worse.
ECHO.
ECHO Imagine what that would feel like.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Get specific answers to the choices. For
ECHO example, do not just press the choice,
ECHO "Something bad would happen." Really
ECHO FEEL what would happen and what that
ECHO would be like if it did.
ECHO.
ECHO The same for "It would feel bad." Feel
ECHO what that bad feeling would be and what
ECHO it would feel like.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO What would and would not happen?
ECHO What would your life be like?
ECHO How would you feel?
ECHO Consider the end result.
ECHO Take this to its ultimate conclusion.
ECHO Go all the way to "crash and burn."
ECHO How do you feel?
ECHO FEEL it all, as specifically as you can.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO You will know that you have reached the end of
ECHO this step if you really feel what "crash and
ECHO burn" would feel like and you cannot imagine
ECHO feeling much worse.
ECHO.
ECHO This is suffering you would have to live.
ECHO.
ECHO Save yourself from having to ever experience
ECHO this suffering by facing it now.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:WORSEN
::
CLS
ECHO FEEL what it would feel like if these
SET P1=were to continue to go on and on
IF %K%==1 ECHO conditions %P1%
IF %K%==2 ECHO activities %P1%
SET P2=FOR %%A IN
%P2% (3 4 9 0) DO IF %K%==%%A ECHO feelings %P1%
ECHO and get worse and worse along these lines.
ECHO.
ECHO Then what?
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = Conditions would get even worse.
ECHO 2 = Worse things would happen.
ECHO 3 = It would feel even worse.
ECHO 4 = It would get so bad, to the point where
ECHO it couldn't feel any worse.
IF "%R10%"=="A" ECHO 5 = The issue needs rewording.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would improve.
SET KN=5 6 7 8
IF "%R10%"=="A" SET KN=6 7 8
SET P1=
SET P2=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==5 GOTO:IDIF
IF %K%==9 GOTO:IMPROVE
IF %K%==0 GOTO:IMPROVE
%GO%
::
:DSCRB
CLS
ECHO Describe what those
IF %K%==1 ECHO conditions
IF %K%==2 ECHO activities
FOR %%A IN (3 4) DO IF %%A==%K% ECHO feelings
ECHO would be like.
ECHO.
ECHO Just say enough so that you actually
ECHO FEEL what they would be like.
ECHO.
ECHO Key in the clearest wording you can.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
CLS
ECHO Do you feel what that would feel like?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:FEELH
IF ERRORLEVEL 3 GOTO:NOFEEL
IF %K%==4 GOTO:DSCRB2
SET P1=FOR %%A IN
%P1% (I2 I3 I4 S2 S3 S4) DO IF %%A==%P% GOTO:WORSEN
GOTO:BETTER
:DSCRB2
FOR %%A IN (2 3 4) DO IF %P%==I%%A GOTO:IWORST
FOR %%A IN (5 6 7) DO IF %P%==I%%A GOTO:IBEST
FOR %%A IN (2 3 4) DO IF %P%==S%%A GOTO:SWORST
FOR %%A IN (5 6 7) DO IF %P%==S%%A GOTO:SBEST
::
:IWORST
CLS
IF NOT %P%==I4 ECHO Confirmation of Feeling the
IF %P%==I2 ECHO Effects of the Issue on YOU
IF %P%==I3 ECHO Effects of the Issue on OTHERS
IF %P%==I4 ECHO Confirmation of DEEPLY FEELING
IF %P%==I4 ECHO The Effects of the Issue
ECHO.
ECHO You have indicated that you now perceive
ECHO that if you were to continue with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
::::BYPASS
GOTO:WORST2
::
:SWORST
CLS
IF NOT %P%==S4 ECHO Confirmation of feeling the
IF %P%==S2 ECHO effects of letting go on YOU
IF %P%==S3 ECHO effects of letting go on OTHERS
IF %P%==S4 ECHO Confirmation of DEEPLY FEELING
IF %P%==S4 ECHO the effects of letting go.
ECHO.
ECHO You have indicated that you now perceive that
ECHO if you were to let go of the state:
ECHO.
TYPE .\S.TMP
:WORST2
ECHO.
ECHO it would feel so bad, to the point
ECHO where it couldn't feel much worse.
TYPE NUL|CHOICE /cA /tA,5>NUL
ECHO.
ECHO.
ECHO Besides perceiving that intellectually,
ECHO do you really feel how that would feel,
ECHO to the point where you feel pretty awful
ECHO right now, emotionally and in your body?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:FEELH
IF ERRORLEVEL 3 GOTO:NOFEEL
FOR %%A IN (2 3 4) DO IF %P%==I%%A GOTO:ENDI%%A
FOR %%A IN (2 3 4) DO IF %P%==S%%A GOTO:ENDS%%A
::
:FEELH
CLS
ECHO Being intellectual about this is not
ECHO enough. FEEL it. Your power is in
ECHO your feelings. Reclaim it.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
SET P1=FOR %%A IN
%P1% (I2 I3 I4 S2 S3 S4) DO IF %%A==%P% GOTO:WORSEN
GOTO:BETTER
::
:::End of Issue Let Go Step 2
:ENDI2
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects
ECHO of what would happen to YOU
ECHO if you were to continue with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 2
ECHO of the Issue Let Go Process.
SET P1=
TYPE NUL|CHOICE /cA /tA,8>NUL
GOTO:I3
::
:::End of State Creation Step 2
:ENDS2
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects of
ECHO what would happen to YOU if you
ECHO were to let go of the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 2
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,8>NUL
GOTO:S3
::
:NOFEEL
CLS
ECHO Have you reviewed the "Help" pages
ECHO for this step recently?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:%P%H
CLS
ECHO Imagine how you would feel.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = None. I can't feel it at all.
ECHO 2 = Some. I can feel some of the feeling.
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1N2S3H /n
IF ERRORLEVEL 5 GOTO:FEELH
SET P1=FOR %%A IN (I2 I3 I4 S2 S3 S4) DO IF %%A
%P1%==%P% IF ERRORLEVEL 3 GOTO:WORSEN
IF ERRORLEVEL 3 GOTO:BETTER
CLS
ECHO Imagine if you were forced to feel it.
ECHO How would you feel?
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = None. I still can't feel it at all.
ECHO 2 = Some. I can feel some of the feeling.
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1N2S3H /n
IF ERRORLEVEL 5 GOTO:FEELH
%P1%==%P% IF ERRORLEVEL 3 GOTO:WORSEN
IF ERRORLEVEL 3 GOTO:BETTER
CLS
ECHO What do you believe you would feel?
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = None. I still can't feel it at all.
ECHO 2 = Some. I can feel some of the feeling.
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1N2S3H /n
IF ERRORLEVEL 5 GOTO:FEELH
%P1%==%P% IF ERRORLEVEL 3 GOTO:WORSEN
IF ERRORLEVEL 3 GOTO:BETTER
::::BYPASS
CLS
ECHO Is there anything in the way of
SET P1=FOR %%A IN (S2 S3 S4) DO IF %%A
%P1%==%P% GOTO:SNOFEEL
SET P1=FOR %%A IN (S5 S6 S7) DO IF %%A
%P1%==%P% GOTO:SNOFEEL2
SET P1=FOR %%A IN (I5 I6 I7) DO IF %%A
%P1%==%P% GOTO:NOFEEL3
ECHO feeling how continuing with
GOTO:NOFEEL4
:NOFEEL3
ECHO feeling how letting go of
:NOFEEL4
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO would feel?
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\ISUB.BAT
CLS
ECHO What is in the way of
SET P1=FOR %%A IN (I5 I6 I7) DO IF %%A
%P1%==%P% GOTO:NOFEEL5
ECHO feeling how continuing with
GOTO:NOFEEL6
:NOFEEL5
ECHO feeling how letting go of
:NOFEEL6
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
GOTO:NOFEEL7
:SNOFEEL
ECHO feeling how letting go of the state:
GOTO:SNOFEEL3
:SNOFEEL2
ECHO feeling how continuing with the state:
:SNOFEEL3
ECHO.
TYPE .\S.TMP
ECHO.
ECHO would feel?
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\SSUB.BAT
CLS
ECHO What is in the way of feeling
SET P1=FOR %%A IN (S5 S6 S7) DO IF %%A
%P1%==%P% GOTO:SNOFEEL4
ECHO how letting go of the state:
GOTO:SNOFEEL5
:SNOFEEL4
ECHO how continuing with the state:
:SNOFEEL5
ECHO.
TYPE .\S.TMP
:NOFEEL7
ECHO.
ECHO would feel?
ECHO.
ECHO Key in the clearest wording of your issue.
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:ISH
CLS
ECHO There are really only two options here. Either
ECHO you can complete the step, or something is in
ECHO the way.
ECHO.
ECHO Most likely, it is a belief or a fear. Or, it
ECHO could be a worry, a doubt, an anxiety, some
ECHO other feeling, or even an idea or an attitude.
ECHO.
ECHO Whatever it is, you can handle it just like
ECHO any other issue.
TYPE NUL|CHOICE /cA /tA,10>NUL
GOTO:%P%
::
:NI
CLS
ECHO If nothing is in the way, you can complete
ECHO the step.
ECHO.
ECHO If you should find that there is something
ECHO in the way, you can handle it just like any
ECHO other issue.
TYPE NUL|CHOICE /cA /tA,8>NUL
GOTO:%P%
::
:IMPROVE
CLS
ECHO Have you reviewed the "Help" pages
ECHO for this step recently?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:%P%H
CLS
ECHO Don't assume a rescue or recovery.
ECHO.
ECHO If things were to improve a little, but then
SET P1=FOR %%A IN (S2 S3 S4) DO IF %%A
%P1%==%P% GOTO:SIMPROVE
ECHO the issue:
ECHO.
TYPE .\I.TMP
ECHO.
::::BYPASS
GOTO:IMPROVE2
::
:SIMPROVE
ECHO the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO were to vanish and things
:IMPROVE2
ECHO were to get worse and worse again . . .
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what would happen then.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO What would that feel like?
ECHO.
ECHO 1 = Eventually conditions would get worse.
ECHO 2 = Eventually something worse would happen.
ECHO 3 = Eventually it would feel worse.
ECHO 9 = Things would still stay the same.
ECHO 0 = Things would still continue to improve.
SET KN=4 5 6 7 8
::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3) DO IF %K%==%%A GOTO:DSCRB
IF %K%==9 IF NOT EXIST .\S.TMP GOTO:ISTLMPRV
IF %K%==9 GOTO:SSTLMPRV
IF %K%==0 IF NOT EXIST .\S.TMP GOTO:ISTLMPRV
IF %K%==0 GOTO:SSTLMPRV
%GO%
::
:ISTLMPRV
CLS
ECHO Is there anything in the way of
ECHO feeling how continuing with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
ECHO would create a more negative outcome?
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
SET P1=
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\ISUB.BAT
CLS
ECHO What is in the way of
ECHO feeling how continuing with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE \I.TMP
SET P1=
::::BYPASS
GOTO:STLMPRV2
::
:SSTLMPRV
CLS
ECHO Is there anything in the way of feeling
ECHO how letting go of the state
ECHO.
TYPE .\S.TMP
ECHO.
ECHO would create a more negative outcome?
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\SSUB.BAT
CLS
ECHO What is in the way of feeling
ECHO how letting go of the state
ECHO.
TYPE .\S.TMP
:STLMPRV2
ECHO.
ECHO would create a more negative outcome?
ECHO.
ECHO Key in the clearest wording of your issue.
ECHO.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:IDIF
CLS
ECHO You have indicated that the issue is
ECHO something else and needs rewording.
ECHO.
ECHO If this is correct, InnerPeace will
ECHO terminate the processing of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO and you can enter the new wording.
ECHO.
ECHO 1 = New wording
ECHO 2 = Continue with existing wording
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1N2C /n
IF ERRORLEVEL 3 GOTO:%P%
IF EXIST ..\SUB\NUL FOR %%A IN (*.*) DO DEL %%A
CD ..
RD SUB
SET P=I1
GOTO:IK
::
:::Issue Let Go Step 3
:I3
SET PP=I2
SET P=I3
ECHO SET GO=GOTO:I3>>.\GO.BAT
CLS
ECHO Perceive the Effects of the Issue on Others
ECHO.
ECHO. Issue Let Go Step 3
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what would happen to OTHERS
ECHO if you were to continue with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
SET P1=
::::BYPASS
GOTO:S3A
::
:::State Creation Step 3
:S3
SET PP=S2
SET P=S3
ECHO SET GO=GOTO:S3>.\GO.BAT
CLS
ECHO Perceive the Effects of Letting Go on Others
ECHO.
ECHO. State Creation Step 3
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what would happen to OTHERS
ECHO if you were to let go of the state:
ECHO.
TYPE .\S.TMP
:S3A
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = Their conditions would get worse.
ECHO 2 = Something bad would happen to them.
ECHO 3 = They would feel bad.
ECHO 4 = It would feel so bad, to the point where
ECHO it couldn't feel much worse.
IF "%R10%"=="A" ECHO 5 = The issue needs rewording.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would improve.
SET KN=5 6 7 8
IF "%R10%"=="A" SET KN=6 7 8
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==5 GOTO:IDIF
IF %K%==9 GOTO:IMPROVE
IF %K%==0 GOTO:IMPROVE
%GO%
::
:::End of Issue Let Go Step 3
:ENDI3
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the
ECHO effects on OTHERS of continuing with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 3
ECHO of the Issue Let Go Process.
SET P1=
TYPE NUL|CHOICE /cA /tA,8>NUL
::::BYPASS
GOTO:I4
::
:::End of State Creation Step 3
:ENDS3
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects on OTHERS
ECHO of letting go of the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 3
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::::BYPASS
GOTO:S4
::
:::Issue Let Go Step 4
:I4
SET PP=I3
SET P=I4
ECHO SET GO=GOTO:I4>>.\GO.BAT
CLS
ECHO Deeply Feel the Effects of the Issue
ECHO.
ECHO Issue Let Go Step 4
ECHO.
ECHO Having explored what would happen to both YOU
ECHO and OTHERS if you were to continue with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
TYPE NUL|CHOICE /cA /tA,8>NUL
SET P1=
CLS
::::BYPASS
GOTO:S4A
::
:::State Creation Step 4
:S4
SET PP=S3
SET P=S4
ECHO SET GO=GOTO:S4>.\GO.BAT
CLS
ECHO Deeply Feel the Effects of Letting Go
ECHO.
ECHO State Creation Step 4
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO Having explored what would happen to both you
ECHO and others if you were to let go of the state:
ECHO.
TYPE .\S.TMP
ECHO.
:S4A
ECHO FEEL how you would feel
ECHO if all that were to happen.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = My condition would get worse.
ECHO 2 (Not available on this screen.)
ECHO 3 = I would feel bad.
ECHO 4 = It would feel so bad, to the point where
ECHO it couldn't feel much worse.
IF "%R10%"=="A" ECHO 5 = The issue needs rewording.
ECHO 0 = Things would stay the same.
ECHO 0 = Things would improve.
SET KN=2 5 6 7 8
IF "%R10%"=="A" SET KN=2 6 7 8
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==5 GOTO:IDIF
IF %K%==9 GOTO:IMPROVE
IF %K%==0 GOTO:IMPROVE
%GO%
::
:::End of Issue Let Go Step 4
:ENDI4
CLS
ECHO Congratulations.
ECHO.
ECHO You have deeply felt the effects of what
ECHO would happen if you were to continue with
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 4
ECHO of the Issue Let Go Process.
SET P1=
TYPE NUL|CHOICE /cA /tA,8>NUL
::::BYPASS
GOTO:I5
::
:::End of State Creation Step 4
:ENDS4
CLS
ECHO Congratulations.
ECHO.
ECHO You have deeply felt the effects of what would
ECHO happen if you were to let go of the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 4
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::::BYPASS
GOTO:S5
::
:::Issue Let Go Step 5
:I5
SET PP=I4
SET P=I5
ECHO SET GO=GOTO:I5>>.\GO.BAT
CLS
ECHO Perceive the Effects on You of Letting Go
ECHO.
ECHO. Issue Let Go Step 5
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what happens to YOU
ECHO as you LET GO of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
SET P1=
::::BYPASS
GOTO:S5A
::
:::State Creation Step 5
:S5
SET PP=S4
SET P=S5
ECHO SET GO=GOTO:S5>.\GO.BAT
CLS
ECHO Perceive the Effects on You of the State
ECHO.
ECHO. State Creation Step 5
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what happens to YOU
ECHO as you continue to CREATE THE STATE:
ECHO.
TYPE .\S.TMP
:S5A
::
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = My condition gets better.
ECHO 2 = Something good happens to me.
ECHO 3 = I feel good.
ECHO 4 = It feels so great, to the point where
ECHO it couldn't feel much better.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would get worse.
SET KN=5 6 7 8
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==9 GOTO:WORSEN2
IF %K%==0 GOTO:WORSEN2
%GO%
::
:I5H
:I6H
:I7H
CLS
ECHO Focus on what feels good or positive
ECHO as you feel yourself letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO and everything continues
ECHO to get BETTER and BETTER.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO Assume no setback or failure on this step. If a
ECHO setback or failure presents itself and things
ECHO were to worsen a little for a while or even
ECHO appear to just stay the same, feel what
ECHO happens after that is over as the issue
ECHO vanishes and is GONE FOREVER.
::::BYPASS
GOTO:HLPSFX2
::
:S5H
:S6H
:S7H
CLS
ECHO Focus on what feels good or positive as you
ECHO feel yourself continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO and everything continues
ECHO to get BETTER and BETTER.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO Assume no setback or failure on this step. If a
ECHO setback or failure presents itself and things
ECHO were to worsen a little for a while or even
ECHO appear to just stay the same, feel what
ECHO happens after that is over as the state is
ECHO firmly reestablished, STRONGER than ever.
:HLPSFX2
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Imagine the BEST case scenario
ECHO as everything gets better and better.
ECHO.
ECHO Imagine what that feels like.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Get specific answers to the choices. For
ECHO example, do not just press the choice,
ECHO "Something good would happen." Clearly
ECHO feel what would happen and what that
ECHO would feel like if it did.
ECHO.
ECHO The same for "It would feel good." Feel
ECHO what that good feeling would be and what
ECHO it would feel like.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO What would and would not happen?
ECHO What would your life be like?
ECHO How would you feel?
ECHO Consider the end result.
ECHO Take this to its ultimate conclusion.
ECHO Go all the way to "victory and beyond."
ECHO How do you feel?
ECHO Feel it all, as specifically as you can.
ECHO This is the life you can live if you choose.
ECHO.
ECHO You will know that you have reached the end of
ECHO this step if you really feel what "victory and
ECHO beyond" feels like and you cannot imagine
ECHO feeling much better.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:BETTER
ECHO FEEL what it feels like as these
SET P1=continue to go on and on and
IF %K%==1 ECHO conditions %P1%
IF %K%==2 ECHO activities %P1%
SET P2=FOR %%A IN
%P2% (3 4 9 0) DO IF %K%==%%A ECHO feelings %P1%
ECHO get better and better along these lines.
ECHO.
ECHO Then what?
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = Conditions get even better.
ECHO 2 = Even better things happen.
ECHO 3 = It feels even better.
ECHO 4 = It feels so great, to the point where
ECHO it couldn't feel any better.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would get worse.
SET KN=5 6 7 8
SET P1=
SET P2=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==9 GOTO:WORSEN2
IF %K%==0 GOTO:WORSEN2
%GO%
::
:IBEST
CLS
IF NOT %P%==I7 ECHO Confirmation of feeling the
IF %P%==I5 ECHO effects of letting go on YOU
IF %P%==I6 ECHO effects of letting go on OTHERS
IF %P%==I7 ECHO Confirmation of DEEPLY FEELING
IF %P%==I7 ECHO the effects of letting go.
ECHO.
ECHO You have indicated that you now
ECHO perceive that as you let go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
::::BYPASS
GOTO:SBEST2
::
:SBEST
CLS
IF NOT %P%==S7 ECHO Confirmation of feeling the
IF %P%==S5 ECHO effects of the state on YOU
IF %P%==S6 ECHO effects of the state on OTHERS
IF %P%==S7 ECHO Confirmation of DEEPLY FEELING
IF %P%==S7 ECHO the effects of the state.
ECHO.
ECHO You have indicated that you now perceive that
ECHO as you continue to create the state:
ECHO.
TYPE .\S.TMP
:SBEST2
ECHO.
ECHO it feels so great, to the point
ECHO where it couldn't feel much better.
TYPE NUL|CHOICE /cA /tA,8>NUL
ECHO.
ECHO.
ECHO Besides perceiving that intellectually,
ECHO do you really feel how that feels,
ECHO to the point where you really feel quite good
ECHO right now, both emotionally and in your body?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:FEELH
IF ERRORLEVEL 3 GOTO:NOFEEL
FOR %%A IN (5 6 7) DO IF %P%==I%%A GOTO:ENDI%%A
FOR %%A IN (5 6 7) DO IF %P%==S%%A GOTO:ENDS%%A
::
:::End of Issue Let Go Step 5
:ENDI5
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects
ECHO to YOU of letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 5
ECHO of the Issue Let Go Process.
SET P1=
TYPE NUL|CHOICE /cA /tA,8>NUL
::::BYPASS
GOTO:I6
::
:::End of State Creation Step 5
:ENDS5
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects on YOU
ECHO of continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 5
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::::BYPASS
GOTO:S6
::
:WORSEN2
CLS
ECHO Have you reviewed the "Help" pages
ECHO for this step recently?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:%P%H
CLS
ECHO Don't assume a setback or failure. If
ECHO things were to worsen a little, but
ECHO then as you get past that and
::::BYPASS
SET P1=FOR %%A IN (S5 S6 S7) DO IF %%A
%P1%==%P% GOTO:SWORSEN
ECHO the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO vanishes and is really gone for good,
ECHO feel what happens then.
::::BYPASS
GOTO:WORSEN3
:SWORSEN
ECHO the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO becomes firmly reestablished, STRONGER
ECHO than ever, feel what happens then.
:WORSEN3
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO FEEL it BOTH emotionally and in your body.
ECHO.
ECHO What would that feel like?
ECHO.
ECHO 1 = Eventually conditions get better.
ECHO 2 = Eventually something better happens.
ECHO 3 = Eventually it feels better.
ECHO 9 = Things would still stay the same.
ECHO 0 = Things would continue to get worse.
SET KN=4 5 6 7 8
::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3) DO IF %K%==%%A GOTO:DSCRB
IF %K%==9 IF NOT EXIST .\S.TMP GOTO:ISTLWRS
IF %K%==9 GOTO:SSTLWRS
IF %K%==0 IF NOT EXIST .\S.TMP GOTO:ISTLWRS
IF %K%==0 GOTO:SSTLWRS
%GO%
::
:ISTLWRS
CLS
ECHO Is there anything in the way of feeling
ECHO how letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO would create a more positive outcome?
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\ISUB.BAT
CLS
ECHO What is in the way of feeling
ECHO how letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
::::BYPASS
GOTO:STLWRS2
::
:SSTLWRS
CLS
ECHO Is there anything in the way of feeling
ECHO how continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO would create a more positive outcome?
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\SSUB.BAT
CLS
ECHO What is in the way of feeling how
ECHO continuing to create the state:
ECHO.
TYPE .\S.TMP
:STLWRS2
ECHO.
ECHO would create a more positive outcome?
ECHO.
ECHO Key in the clearest wording of your issue.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:::Issue Let Go Step 6
:I6
SET PP=I5
SET P=I6
ECHO SET GO=GOTO:I6>>.\GO.BAT
CLS
ECHO Perceive the Effects on Others of Letting Go
ECHO.
ECHO. Issue Let Go Step 6
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what happens to OTHERS
ECHO as you LET GO of
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of
ECHO the issue:
ECHO.
TYPE .\I.TMP
::::BYPASS
GOTO:S6A
::
:::State Creation Step 6
:S6
SET PP=S5
SET P=S6
ECHO SET GO=GOTO:S6>.\GO.BAT
CLS
ECHO Perceive the Effects on Others of the State
ECHO.
ECHO. State Creation Step 6
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL what happens to OTHERS
ECHO as you continue to CREATE THE STATE:
ECHO.
TYPE .\S.TMP
:S6A
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = Their conditions get better.
ECHO 2 = Something better happens to them.
ECHO 3 = They feel better.
ECHO 4 = It feels so great, to the point where
ECHO it couldn't feel much better.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would get worse.
SET KN=5 6 7 8
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==9 GOTO:WORSEN2
IF %K%==0 GOTO:WORSEN2
%GO%
::
:::End of Issue Let Go Step 6
:ENDI6
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects
ECHO to OTHERS of letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 6
ECHO of the Issue Let Go Process.
SET P1=
TYPE NUL|CHOICE /cA /tA,8>NUL
::::BYPASS
GOTO:I7
::
:::End of State Creation Step 6
:ENDS6
CLS
ECHO Congratulations.
ECHO.
ECHO You have perceived the effects on OTHERS
ECHO of continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 6
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::::BYPASS
GOTO:S7
::
:::Issue Let Go Step 7
:I7
SET PP=I6
SET P=I7
ECHO SET GO=GOTO:I7>>.\GO.BAT
CLS
ECHO Deeply Feel the Effects of Letting Go
ECHO.
ECHO Issue Let Go Step 7
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO Having explored what happens to
ECHO YOU and OTHERS as you LET GO of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
SET P1=
::::BYPASS
GOTO:S7A
::
:::State Creation Step 7
:S7
SET PP=S6
SET P=S7
ECHO SET GO=GOTO:S7>.\GO.BAT
CLS
ECHO Deeply Feel the Effects of the State
ECHO.
ECHO State Creation Step 7
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO Having explored what happens to both you and
ECHO others as you continue to CREATE THE STATE:
ECHO.
TYPE .\S.TMP
:S7A
ECHO.
ECHO FEEL HOW YOU FEEL as all that happens.
ECHO.
ECHO Feel it BOTH emotionally and in your body.
ECHO.
ECHO 1 = My condition gets better.
ECHO 2 (Not available on this screen.)
ECHO 3 = I feel better.
ECHO 4 = It feels so great, to the point where
ECHO it couldn't feel much better.
ECHO 9 = Things would stay the same.
ECHO 0 = Things would get worse.
SET KN=2 5 6 7 8
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
FOR %%A IN (1 2 3 4) DO IF %K%==%%A GOTO:DSCRB
IF %K%==9 GOTO:WORSEN2
IF %K%==0 GOTO:WORSEN2
%GO%
::
:::End of Issue Let Go Step 7
:ENDI7
CLS
ECHO Congratulations.
ECHO.
ECHO You have deeply felt the
ECHO effects of letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 7
ECHO of the Issue Let Go Process.
SET P1=
TYPE NUL|CHOICE /cA /tA,8>NUL
::::BYPASS
GOTO:I8
::
:::End of State Creation Step 7
:ENDS7
CLS
ECHO Congratulations.
ECHO.
ECHO You have deeply felt the effects
ECHO of continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 7
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::::BYPASS
GOTO:S8
::
:::Issue Let Go Step 8
:I8
CLS
ECHO Create a Willingness to Let Go of the Issue
ECHO.
ECHO Issue Let Go Step 8
TYPE NUL|CHOICE /cA /tA,5>NUL
:I8A
SET PP=I7
SET P=I8
SET RD=
::::::::CALL
CALL %MC%\SETGO.BAT
CLS
IF %R10%==A ECHO Using a scale of 00 to 100,
IF NOT %R10%==A ECHO Using a scale of 00 to %R10%%R1%,
ECHO how much of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE I.TMP
ECHO.
ECHO do you sincerely FEEL that
ECHO you are WILLING to let go of?
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F8.BAT
SET BD=
SET CP=
SET D=
SET OK=
SET PD=
SET W1=%D1%
SET D1=
SET W10=%D10%
SET D10=
IF NOT "%GO%"=="" %GO%
GOTO:ENDI8
::
:I8H
:S8H
CLS
ECHO This step checks only your willingness.
ECHO Willingness does not mean ability. For
ECHO example, you may be perfectly WILLING
ECHO to flap your wings and fly, even though
ECHO you are not ABLE.
IF %P%==I8 GOTO:AMOUNT
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:I9EH
:S9EH
CLS
ECHO This step checks only your ability.
ECHO Ability does not mean willingness. For
ECHO example, you may be perfectly ABLE to
ECHO do more exercise even though you may
ECHO not be WILLING.
IF %P%==I9E GOTO:AMOUNT
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:P%
::
:I10BH
CLS
:AMOUNT
ECHO.
ECHO You will know the correct amount.
ECHO It will feel right. Your best
ECHO guess is close enough.
ECHO.
ECHO How much really feels right to you?
ECHO.
IF %P%==I10B GOTO:I10BH2
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
:I10BH2
ECHO Note that if your answer to how much you
ECHO are willing to let go was different from
ECHO your answer to how much you are able, you
ECHO are being invited to let go of the amount
ECHO that you are both willing and able to
ECHO let go, which will be the smaller number.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:IIS
SET RD=
CLS
ECHO Is there anything in the way
ECHO of letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
SET P1=
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF %P%==I12 SET P=I8
:: Used after random generator sends user here.
::
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
IF %P%==I8 CALL %MC%\SETGO.BAT
::::::::CALL
CALL %MC%\ISUB.BAT
CLS
ECHO What is in the way of letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO Key in the clearest wording of your issue.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:::End of Issue Let Go Step 8
:ENDI8
::IF %W10%==0 IF "%W1%"=="0" GOTO:IIS
CLS
ECHO Congratulations.
ECHO.
ECHO You have a willingness to let go of:
ECHO.
IF %W10%==A ECHO ALL
IF NOT %W10%==A IF %R10%==A ECHO %W10%%W1%%%
IF NOT %W10%==A IF NOT %R10%==A ECHO %W10%%W1%%% MORE
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 8
ECHO of the Issue Let Go Process.
TYPE NUL|CHOICE /cA /tA,8>NUL
::
:::Issue Let Go Step 9
:I9
SET PP=I8
SET P=I9
CLS
ECHO Figure Out How to Let Go of the Issue
ECHO.
ECHO Issue Let Go Step 9
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO As you let go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO what do you do first?
ECHO.
ECHO 1 = See image(s), picture(s) and/or symbol(s).
ECHO 2 = Hear sound(s) and/or word(s).
ECHO 3 = Feel sensation(s) and/or feeling(s).
SET KN= 4 5 6 7 8 9 0
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 SET PC=SEE
IF %K%==2 SET PC=HEAR
IF %K%==3 SET PC=FEEL
IF EXIST .\IHOW.TMP DEL .\IHOW.TMP
FOR %%A IN (1 2 3) DO IF %%A==%K% GOTO:I9B
%GO%
::
:I9H
:I9CH
:S9H
:S9CH
CLS
ECHO This step is not about external actions
ECHO or circumstances. It is about what
ECHO you generate internally in your mind,
ECHO body, and emotions. Being clear about
ECHO your internal process will empower you.
ECHO.
ECHO.
ECHO Even if you do more than one of
ECHO these, one will be slightly before
ECHO of the other(s) in sequence.
ECHO.
ECHO Do you see something, hear something,
ECHO or feel something? If you just sense
ECHO it or know it, how do you know? By
ECHO a picture, a sound, or a feeling?
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:I9B
SET PP=%P%
SET P=I9B
CLS
ECHO As you let go of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO What do you %PC%?
ECHO.
ECHO Key in the clearest wording of what you %PC%.
IF EXIST .\D1.TMP DEL .\D1.TMP
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
IF NOT EXIST .\D1.TMP GOTO:I9
ECHO.>>.\IHOW.TMP
ECHO.>>.\IHOW.TMP
ECHO %PC%:>>.\IHOW.TMP
TYPE .\D1.TMP>>.\IHOW.TMP
::
:I9C
SET PP=I9
SET P=I9C
CLS
ECHO As you let go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO After you %PC%:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO what (if anything) do you do next?
ECHO.
ECHO 1 = See image(s), picture(s) and/or symbol(s).
ECHO 2 = Hear sound(s) and/or word(s).
ECHO 3 = Feel sensation(s) and/or feeling(s).
ECHO 4 = That works to let go of the issue.
ECHO 5 = Review letting go sequence.
SET KN=6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==4 GOTO:I9E
IF %K%==1 SET PC=SEE
IF %K%==2 SET PC=HEAR
IF %K%==3 SET PC=FEEL
FOR %%A IN (1 2 3) DO IF %%A==%K% GOTO:I9B
IF %K%==5 GOTO:I9D
%GO%
::
:I9D
CLS
ECHO The process you figured out to let go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO is as follows:
SET P1=
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
TYPE .\IHOW.TMP|MORE
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
ECHO 1 = Yes, that's OK so far.
ECHO 2 = Redo
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2R /n
IF ERRORLEVEL 3 GOTO:I9
GOTO:I9C
::
:I9E
SET PP=I9
SET P=I9E
SET PC=
CLS
ECHO Using this method, on a scale of:
ECHO.
IF %R10%==A ECHO 00 to 100
IF NOT %R10%==A ECHO 00 to %R10%%R1%
ECHO.
ECHO how much of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE I.TMP
ECHO.
ECHO do you sincerely FEEL that
ECHO you are ABLE to let go of?
SET P1=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F8.BAT
SET D=
SET A1=%D1%
SET A10=%D10%
SET D1=
SET D10=
SET OK=
IF NOT "%GO%"=="" %GO%
GOTO:ENDI9
::
:::End of Issue Let Go Step 9
:ENDI9
::IF %A10%==0 IF "%A1%"=="0" GOTO:IIS
CLS
ECHO Congratulations.
ECHO.
ECHO You have figured out how to let go of:
ECHO.
IF %A10%==A ECHO ALL
IF NOT %A10%==A IF %R10%==A ECHO %A10%%A1%%%
IF NOT %A10%==A IF NOT %R10%==A ECHO %A10%%A1%%% MORE
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 9
ECHO of the Issue Let Go Process.
::::BYPASS
IF %A10%==A IF %W10%==A GOTO:ENDI9_3
::::BYPASS
IF %A10%==%W10% IF %A1%==%W1% GOTO:ENDI9_3
SET PD=%A10%
SET BD=%W10%
::::::::CALL
SET HOLD16=01234567890
CALL %MC%\DC.BAT
::::BYPASS
IF "%CP%"=="G" GOTO:ENDI9_2
::::BYPASS
IF "%CP%"=="" GOTO:ENDI9_3
SET PD=%A1%
SET BD=%W1%
::::::::CALL
SET HOLD16=01234567890
CALL %MC%\DC.BAT
::::BYPASS
IF "%CP%"=="" GOTO:ENDI9_3
::
:ENDI9_2
SET I10=%W10%
SET I1=%W1%
::::BYPASS
GOTO:ENDI9_4
::
:ENDI9_3
SET I10=%A10%
SET I1=%A1%
::
:ENDI9_4
SET A1=
SET A10=
SET BD=
SET CP=
SET PD=
SET W1=
SET W10=
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:::Letting Go of the Issue
:I10
SET PP=I8
SET P=I10
CLS
ECHO Let Go of the Issue
ECHO.
ECHO Issue Let Go Step 10
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO InnerPeace invites you to LET GO of
ECHO.
IF %I10%==A IF %R10%==A ECHO ALL
IF %I10%==A IF NOT %R10%==A ECHO ALL of the remainder
IF NOT %I10%==A IF %R10%==A ECHO %I10%%I1%%%
IF NOT %I10%==A IF NOT %R10%==A ECHO %I10%%I1%%% MORE
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO NOW.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
:I10B
SET PP=I10
SET P=I10B
CLS
ECHO You were invited to let go of:
ECHO.
IF %I10%==A IF %R10%==A ECHO ALL
IF %I10%==A IF NOT %R10%==A ECHO ALL of the remainder
IF NOT %I10%==A IF %R10%==A ECHO %I10%%I1%%%
IF NOT %I10%==A IF NOT %R10%==A ECHO %I10%%I1%%% MORE
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO Using a scale of:
ECHO.
IF %R10%==A IF %I10%==A ECHO 00 to 100
IF %R10%==A IF NOT %I10%==A ECHO 00 TO %I10%%I1%
IF NOT %R10%==A ECHO 00 to %I10%%I1%
ECHO.
ECHO How much of did you let go of?
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F8B.BAT
IF NOT "%GO%"=="" %GO%
SET BD=
SET D=
SET CP=
SET L1=%D1%
SET D1=
SET L10=%D10%
SET D10=
SET I1=
SET I10=
IF %L10%==A SET LT10=A
IF %L10%==%R10% IF "%L1%"=="%R1%" SET LT10==A
SET OK=
SET PD=
GOTO:ENDI10
::
:::End of Issue Let Go Step 10
:ENDI10
::IF %I10%==0 IF "%I1%"==0 GOTO:IIS
CLS
ECHO Congratulations.
ECHO.
ECHO You have let go of:
ECHO.
IF %LT10%==A ECHO ALL
SET P1=IF NOT %LT10%
%P1%==A IF %R10%==A ECHO %L10%%L1%%%
%P1%==A IF NOT %R10%==A ECHO %L10%%L1%%% MORE
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 10
ECHO of the Issue Let Go Process.
IF %LT10%==A GOTO:ENDI10_3
IF %L1%==0 GOTO:ENDI10_2
SET BD=%LT1%
SET PD=%L1%
SET C1=
SET P1=
::::::::CALL
SET HOLD16=0123456789
CALL %MC%\P.BAT
SET LT1=%BD%
::
:ENDI10_2
SET BD=%LT10%
SET PD=%L10%
::::::::CALL
IF "%C1%"=="Y" SET HOLD16=0123456789
IF "%C1%"=="Y" CALL %MC%\P1.BAT
SET C1=
::::::::CALL
IF NOT "%PD%"=="O" SET HOLD16=0123456789
IF NOT "%PD%"=="O" CALL %MC%\P.BAT
SET LT10=%BD%
TYPE NUL|CHOICE /cA /tA,5>NUL
GOTO:I11
::
:ENDI10_3
SET R1=
SET R10=
SET LT1=
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:I11
SET P=I11
CLS
ECHO Give Yourself Credit
ECHO.
ECHO Issue Let Go Step 11
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO GIVE YOURSELF CREDIT for letting go of
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
TYPE NUL|CHOICE /cA /tA,8>NUL
ECHO.
ECHO.
ECHO Do you give yourself credit for letting go of
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:I11H
IF ERRORLEVEL 3 GOTO:I11IS
IF ERRORLEVEL 1 GOTO:ENDI11
::
:I11IS
:I12IS
CLS
ECHO Have you recently read the help page
ECHO for this step?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:%P%H
::
CLS
ECHO Is there anything in the way of you
IF %P%==I11 ECHO giving yourself credit
IF %P%==I12 ECHO feeling gratitude
ECHO for letting go
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\ISUB.BAT
CLS
ECHO What is in the way of
IF %P%==I11 ECHO giving yourself credit
IF %P%==I12 ECHO feeling gratitude
ECHO for letting go of
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
ECHO.
TYPE .\I.TMP
ECHO.
ECHO Key in the clearest wording of your issue.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:I11H
CLS
ECHO You did it.
ECHO.
ECHO You let go of
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO Give yourself credit for doing it.
TYPE NUL|CHOICE /cA /tA,8>NUL
GOTO:I11
::
:::End of Issue Let Go Step 11
:ENDI11
CLS
ECHO Congratulations.
ECHO.
ECHO You give yourself credit for
ECHO letting go of:
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 11
ECHO of the Issue Let Go Process.
IF %LT10%==A GOTO:ENDI11_3
IF %L1%==0 GOTO:ENDI11_2
SET B1=
SET BD=%R1%
SET PD=%L1%
::::::::CALL
SET HOLD16=0123456789
CALL %MC%\M.BAT
SET R1=%BD%
::
:ENDI11_2
SET BD=%R10%
SET PD=%L10%
::::::::CALL
IF "%B1%"=="Y" SET HOLD16=0123456789
IF "%B1%"=="Y" CALL %MC%\M1.BAT
SET B1=
::::::::CALL
IF NOT %PD%==O CALL %MC%\M.BAT
SET R10=%BD%
SET BD=
SET L1=
SET L10=
SET PD=
::
:ENDI11_3
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:I12
SET P=I12
::::::::CALL
CALL %MC%\SETGO.BAT
CLS
ECHO Feel Gratitude
ECHO.
ECHO Issue Let Go Step 12
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO FEEL GRATITUDE for letting go of
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
TYPE NUL|CHOICE /cA /tA,8>NUL
ECHO.
ECHO.
ECHO Do you feel gratitude for letting go of
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c3H1Y2N /n
IF ERRORLEVEL 5 GOTO:I12IS
IF ERRORLEVEL 3 GOTO:ENDI12
::
:I12H
CLS
ECHO Gratitude is a state of thankfulness that
ECHO affirms your state of receptivity and keeps
ECHO you open to receive more in your life.
ECHO.
ECHO It is also a follow through upon arrival to
ECHO your goal of letting go of your issue.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:I12
::
:::End of Issue Let Go Step 12
:ENDI12
CLS
ECHO Congratulations.
ECHO.
ECHO You feel gratitude for
ECHO letting go of:
ECHO.
IF %LT10%==A ECHO ALL
IF NOT %LT10%==A ECHO %LT10%%LT1%%%
ECHO.
ECHO of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO This completes Step 12
ECHO of the Issue Let Go Process.
IF %LT10%==A GOTO:ENDI12_2
::
:::Random Number Generator
:: At this point, there are three different ways to
:: proceed, all of which of are about equally
:: beneficial. In order to make the program more
:: interesting, InnerPeace will make the next step
:: somewhat randomized by extracting the "tenths of
:: a second digit from the computer's clock and
:: choosing the next step based upon that digit.
:: Even if the clock is wrong, the digit will still
:: be random.
::
:: Take the first line produced by the TIME command
:: and write it to a file.
ECHO.|TIME|FIND "Current">.\CUR.BAT
:: "ECHO." is basically a carriage return. By piping
:: that into the TIME command using the "|" (pipe)
:: symbol, the request to enter a new time generated
:: by "TIME" is ignored and the time
:: remains as it was.
::
:: The two lines generated by the TIME command are
:: then piped to the FIND command which finds the
:: line containing the string "Current" and
:: redirects it to a file called "CUR.BAT."
::
:: CUR.BAT now has one line which looks something
:: like: "Current time is 12:34:56.78a", only with
:: the computer's current time and without the
:: quotes.
::
:: Create module to set the time to a variable.
ECHO SET HOLD16=>.\CURRENT.BAT
ECHO SET T=%%3>>.\CURRENT.BAT
::
SET HOLD16=0123456789
CALL .\CUR.BAT
:: Calling CUR.BAT executes CURRENT.BAT which sets
:: the value of the variable %T% to parameter %3 of
:: CURRENT.BAT.
::
:: Delete the temporary files, CUR.BAT and
:: CURRENT.BAT.
DEL .\CUR*.BAT
::
:: Pipe the time variable through FIND.
ECHO %T%|FIND ".0">NUL
IF NOT ERRORLEVEL 1 SET RD=0
ECHO %T%|FIND ".1">NUL
IF NOT ERRORLEVEL 1 SET RD=1
ECHO %T%|FIND ".2">NUL
IF NOT ERRORLEVEL 1 SET RD=2
ECHO %T%|FIND ".3">NUL
IF NOT ERRORLEVEL 1 SET RD=3
ECHO %T%|FIND ".4">NUL
IF NOT ERRORLEVEL 1 SET RD=4
ECHO %T%|FIND ".5">NUL
IF NOT ERRORLEVEL 1 SET RD=5
ECHO %T%|FIND ".6">NUL
IF NOT ERRORLEVEL 1 SET RD=6
ECHO %T%|FIND ".7">NUL
IF NOT ERRORLEVEL 1 SET RD=7
ECHO %T%|FIND ".8">NUL
IF NOT ERRORLEVEL 1 SET RD=8
ECHO %T%|FIND ".9">NUL
IF NOT ERRORLEVEL 1 SET RD=9
:: While this procedure will generate a random
:: number from 0-9, if run in sequence by machine it
:: will produce evenly spaced numbers on second and
:: subsequent passes. Since InnerPeace only runs it
:: once at any given time, this is not a concern in
:: this program.
::
SET T=
:ENDI12_2
TYPE NUL|CHOICE /cA /tA,5>NUL
IF %LT10%==A GOTO:S1
FOR %%A IN (0 5) DO IF %RD%==%%A GOTO:I2
FOR %%A IN (2 4 6 8) DO IF %RD%==%%A GOTO:I8A
SET P=I8
FOR %%A IN (1 3 7 9) DO IF %RD%==%%A GOTO:IIS
::
:S0
CLS
ECHO The issue is gone.
ECHO.
ECHO InnerPeace cannot return to it.
ECHO.
ECHO If any small piece of it should attempt to
ECHO reestablish itself, use the process on the
ECHO new growth BEFORE it gets firmly established.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:S1
::
:::State Creation Step 1
:S1
SET LT10=
SET PP=S0
SET P=S1
ECHO SET GO=GOTO:S1>.\GO.BAT
CLS
SET P1= ECHO Identify
%P1% a State that Supports Your Inner Peace.
ECHO.
ECHO State Creation Step 1
TYPE NUL|CHOICE /cA /tA,5>NUL
ECHO.
ECHO Choose a state that has an
ECHO "opposite" quality to the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO 1 = States menu
ECHO 2 = Known state
ECHO.
ECHO Press the key that matches your choice.
SET KN=3 4 5 6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:SMU
IF %K%==2 GOTO:SK
IF %K%==N GOTO:SMU
IF %K%==H GOTO:S1H
IF %K%==D GOTO:SMU
IF %K%==U GOTO:MNMU
%GO%
::
:S1H
GOTO:SDEF
:S1H2
CLS
ECHO If you know your state, select known state.
ECHO.
ECHO If you need some suggestions, use the
ECHO states menu.
ECHO.
ECHO Even if more than one state is supportive of
ECHO your inner peace, narrow your focus to one
ECHO state now. You can deal with other states
ECHO later.
ECHO.
TYPE NUL|CHOICE /cA /tA,8>NUL
GOTO:S1
::
:SMU
IF NOT %P%==SMU SET PP=%P%
SET P=SMU
CLS
ECHO States Menu
ECHO.
ECHO Some items are listed on more than one page.
ECHO Wherever you find them, they are the same
ECHO item, repeated for your convenience, and will
ECHO connect to the same page.
ECHO.
ECHO 1 = Top 10 States
ECHO 2 = Top 20 States - Page 2
::ECHO 3 = A through R State Areas
::ECHO 4 = S through Z State Areas
ECHO 3 = Known State
SET KN=4 5 6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F2.BAT
IF %K%==1 GOTO:ST10
IF %K%==2 GOTO:ST20
IF %K%==3 GOTO:SK
IF %K%==N GOTO:ST10
IF %K%==U GOTO:S1
IF %K%==D GOTO:ST10
IF %K%==H GOTO:SMUH
%GO%
::
:SMUH
CLS
ECHO Select an state that empowers you that you
ECHO want to create more of instead of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO If an state listed reminds you of an
ECHO state that is more specific to you,
ECHO you can reword it shortly to a state
ECHO that is more personal to you.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
:ST10
IF NOT %P%==ST10 SET PP=%P%
SET P=ST10
CLS
ECHO Top 10 States that Support Inner Peace
ECHO.
ECHO 1 = Faith
ECHO 2 = Forgiveness
ECHO 3 = Gratitude
ECHO 4 = Worthiness
ECHO 5 = Fulfillment
ECHO 6 = Vitality
ECHO 7 = Courage
ECHO 8 = Love
ECHO 9 = Acceptance
ECHO 0 = Trust
SET S=
SET KN=
::::::::CALL
::CALL %MC%\F2.BAT
SET HOLD32=01234567890123456789012345
call %MC%\f4.bat
IF %K%==N GOTO:ST20
IF %K%==U GOTO:SMU
::IF %K%==D GOTO:
if %K%==H goto:SMUH
IF %K%==1 SET S=FAITH
IF %K%==2 SET S=FORGIVENESS
IF %K%==3 SET S=GRATITUDE
IF %K%==4 SET S=WORTHINESS
IF %K%==5 SET S=FULFILLMENT
IF %K%==6 SET S=VITALITY
IF %K%==7 SET S=COURAGE
IF %K%==8 SET S=LOVE
IF %K%==9 SET S=ACCEPTANCE
IF %K%==0 SET S=TRUST
::::::::CALL
IF NOT "%I%"=="" SET HOLD16=0123456789
IF NOT "%S%"=="" CALL %MC%\TOP2.BAT
%GO%
::
:ST20
IF NOT %P%==ST20 SET PP=%P%
SET P=ST20
CLS
Echo Top 20 States - Page 2
ECHO.
ECHO 1 = Passion
ECHO 2 = Balance
ECHO 3 = Compassion
ECHO 4 = Freedom
ECHO 5 = Empowerment
ECHO 6 = Success
ECHO 7 = Joy
ECHO 8 = Fun
ECHO 9 = Abundance
ECHO 0 = Contentedness
SET S=
SET KN=
::CALL %MC%\F2.BAT
SET HOLD32=01234567890123456789012345
call %MC%\f4.bat
IF %K%==N GOTO:SMU
IF %K%==P GOTO:%PP%
IF %K%==U GOTO:SMU
::IF %K%==D GOTO:
if %k%==H goto:SMUH
IF %K%==1 SET S=PASSION
IF %K%==2 SET S=BALANCE
IF %K%==3 SET S=COMPASSION
IF %K%==4 SET S=FREEDOM
IF %K%==5 SET S=EMPOWERMENT
IF %K%==6 SET S=SUCCESS
IF %K%==7 SET S=JOY
IF %K%==8 SET S=FUN
IF %K%==9 SET S=ABUNDANCE
IF %K%==0 SET S=CONTENTEDNESS
::::::::CALL
IF NOT "%I%"=="" SET HOLD16=0123456789
IF NOT "%S%"=="" CALL %MC%\TOP2.BAT
%GO%
::
:SK
IF NOT %P%==SK SET PP=%P%
SET P=SK
CLS
ECHO Clarify the wording of your state enough
ECHO so that you understand what is meant
ECHO when InnerPeace refers to it:
ECHO.
ECHO Key in the clearest wording of your state.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
::
CLS
ECHO Is this the most positive state of this nature
ECHO that you can imagine creating?
ECHO.
ECHO For example, creating the state of feeling
ECHO fulfilled would be, for most people, a more
ECHO positive state than feeling satisfied.
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:SK
::
:ENDS1
CLS
ECHO Congratulations.
ECHO.
ECHO You have identified a state:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO This completes Step 1
ECHO of the State Creation Process.
ECHO.
ECHO.
ECHO 1 = Continue with this wording
ECHO 2 = Reword state
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1C2R /n
IF ERRORLEVEL 3 GOTO:SMU
MOVE /y .\D1.TMP .\S.TMP>NUL
GOTO:S2
::
:::State Creation Step 8
:S8
SET PP=S7
SET P=S8
ECHO SET GO=GOTO:S8>.\GO.BAT
CLS
ECHO Create a Willingness to Create the State
ECHO.
ECHO State Creation Step 8
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO Do you sincerely FEEL that you are WILLING
ECHO to continue to create the state:
ECHO.
TYPE S.TMP
ECHO.
ECHO 1 = Yes, absolutely
ECHO 2 = Maybe, probably, but not definitely
ECHO 3 = No
SET KN=4 5 6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 GOTO:ENDS8
FOR %%A IN (2 3) DO IF %K%==%%A GOTO:SIS
%GO%
::
:SIS
CLS
ECHO Is there anything in the way
ECHO of fully creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO (Check for a disempowering belief or fear.)
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\SSUB.BAT
CLS
ECHO What is in the way
ECHO of fully creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO Key in the clearest wording of your issue.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:I1END
::
:::End of State Creation Step 8
:ENDS8
CLS
ECHO Congratulations.
ECHO.
ECHO You have a willingness to
ECHO continue creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 8
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:::State Creation Step 9
:S9
SET PP=S8
SET P=S9
CLS
ECHO Figure Out How to Create the State
ECHO.
ECHO State Creation Step 9
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO As you continue to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO what do you do first?
ECHO.
ECHO 1 = See image(s), picture(s) and/or symbol(s).
ECHO 2 = Hear sound(s) and/or word(s).
ECHO 3 = Feel sensation(s) and/or feeling(s).
SET KN= 4 5 6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 SET PC=SEE
IF %K%==2 SET PC=HEAR
IF %K%==3 SET PC=FEEL
IF EXIST .\SHOW.TMP DEL .\SHOW.TMP
FOR %%A IN (1 2 3) DO IF %K%==%%A GOTO:S9B
%GO%
::
:S9B
IF NOT %P%==S9B SET PP=%P%
SET P=S9B
CLS
ECHO As you continue to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO What do you %PC%?
ECHO.
ECHO Key in the clearest wording of what you %PC%.
IF EXIST .\D1.TMP DEL .\D1.TMP
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
IF NOT EXIST .\D1.TMP GOTO:S9
ECHO.>>.\SHOW.TMP
ECHO.>>.\SHOW.TMP
ECHO %PC%:>>.\SHOW.TMP
TYPE .\D1.TMP>>.\SHOW.TMP
::
:S9C
SET PP=S9
SET P=S9C
CLS
CLS
ECHO As you continue to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO After you %PC%:
ECHO.
TYPE .\D1.TMP
ECHO.
ECHO what (if anything) do you do next?
ECHO.
ECHO 1 = See image(s), picture(s) and/or symbol(s).
ECHO 2 = Hear sound(s) and/or word(s).
ECHO 3 = Feel sensation(s) and/or feeling(s).
ECHO 4 = That works to create the state.
ECHO 5 = Review state creation sequence.
SET KN=6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 SET PC=SEE
IF %K%==2 SET PC=HEAR
IF %K%==3 SET PC=FEEL
FOR %%A IN (1 2 3) DO IF %K%==%%A GOTO:S9B
IF %K%==4 GOTO:S9E
IF %K%==5 GOTO:S9D
%GO%
::
:S9D
CLS
ECHO The method you figured out
ECHO to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO is as follows:
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
TYPE .\SHOW.TMP|MORE
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
ECHO 1 = OK so far
ECHO 2 = Redo
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c12 /n
IF ERRORLEVEL 2 GOTO:S9
GOTO:S9C
::
:S9E
SET PP=S9
SET P=S9E
CLS
ECHO Using this method, do you
ECHO sincerely FEEL that you are ABLE
ECHO to continue to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO 1 = Yes, absolutely
ECHO 2 = Maybe, probably, not definitely
ECHO 3 = No
SET KN=4 5 6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 GOTO:ENDS9
FOR %%A IN (2 3) DO IF %K%==%%A GOTO:SIS
%GO%
::
:::End of State Creation Step 9
:ENDS9
CLS
ECHO Congratulations.
ECHO.
ECHO You have figured out how to
ECHO continue to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 9
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:::Creating the State
:S10
SET PP=S8
SET P=S10
CLS
ECHO Create the State
ECHO.
ECHO State Creation Step 10
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO InnerPeace invites you
ECHO to CREATE the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO NOW.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Did you create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO.
ECHO 1 = Yes, absolutely
ECHO 2 = Maybe, probably, not definitely
ECHO 3 = No
SET KN=4 5 6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 GOTO:ENDS10
FOR %%A IN (2 3) DO IF %K%==%%A GOTO:SIS
%GO%
::
S10H
:CLS
ECHO What is the answer that feels right?
ECHO.
ECHO Even if the state is not as strong yet
ECHO as you imagine it will get, that's OK.
ECHO This is just the beginning.
TYPE NUL|CHOICE /cA /tA,8>NUL
GOTO:%P%
::
:::End of State Creation Step 10
:ENDS10
CLS
ECHO Congratulations.
ECHO.
ECHO You have created the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 10
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:S11
SET P=S11
ECHO SET GO=GOTO:S11>.\GO.BAT
CLS
ECHO Give Yourself Credit
ECHO.
ECHO State Creation Step 11
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO Give yourself credit for creating the state:
ECHO.
TYPE .\S.TMP
TYPE NUL|CHOICE /cA /tA,8>NUL
ECHO.
ECHO.
ECHO Do you give yourself credit
ECHO for creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2N1Y3H /n
IF ERRORLEVEL 5 GOTO:S11H
IF ERRORLEVEL 3 GOTO:ENDS11
::
:S11IS
:S12IS
CLS
ECHO Have you recently read the help page
ECHO for this step?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:%P%H
::
CLS
ECHO Is there anything in the way of you
IF %P%==S11 ECHO giving yourself credit
IF %P%==S12 ECHO feeling gratitude
ECHO for creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:ISH
IF ERRORLEVEL 3 GOTO:NI
::::::::CALL
CALL %MC%\SSUB.BAT
CLS
ECHO What is in the way of
IF %P%==S11 ECHO giving yourself credit
IF %P%==S12 ECHO feeling gratitude
ECHO for creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO Key in the clearest wording of your issue.
::::::::CALL
SET HOLD32=01234567890123456789012345
SET HOLD64=01234567890123456789012345
CALL %MC%\F6.BAT
IF NOT "%GO%"=="" %GO%
GOTO:ENDI1
::
:S11H
CLS
ECHO You are doing it.
ECHO.
ECHO You are continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO Give yourself credit for doing it.
TYPE NUL|CHOICE /cA /tA,5>NUL
GOTO:S11
::
:::End of State Creation Step 11
:ENDS11
CLS
ECHO Congratulations.
ECHO.
ECHO You give yourself credit for
ECHO creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 11
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:S12
SET P=S12
ECHO SET GO=GOTO:S12>.\GO.BAT
CLS
ECHO Feel Gratitude
ECHO.
ECHO State Creation Step 12
TYPE NUL|CHOICE /cA /tA,5>NUL
CLS
ECHO Feel gratitude for creating the state:
ECHO.
TYPE .\S.TMP
TYPE NUL|CHOICE /cA /tA,8>NUL
ECHO.
ECHO.
ECHO Do you feel gratitude
ECHO for creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO H = Help
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N3H /n
IF ERRORLEVEL 5 GOTO:S12H
IF ERRORLEVEL 3 GOTO:S12IS
IF ERRORLEVEL 1 GOTO:ENDS12
::
:S12H
CLS
ECHO Gratitude is a state of thankfulness that
ECHO affirms your state of receptivity and keeps
ECHO you open to receive more.
ECHO.
ECHO It is also a follow through upon your arrival
ECHO to your goal of continuing to create the state.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:S12
::
:::End of State Creation Step 12
:ENDS12
CLS
ECHO Congratulations.
ECHO.
ECHO You feel gratitude for
ECHO creating the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO This completes Step 12
ECHO of the State Creation Process.
TYPE NUL|CHOICE /cA /tA,5>NUL
::
:SSAV
IF NOT %P%==SSAV SET PP=%P%
SET P=SSAV
CLS
ECHO Would you like to save the method you
ECHO discovered for continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO in a file \IP.CR8\STATES.TXT so that you can
ECHO review it later?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:ENDS12B
CLS
ECHO If the file \IP.CR8\STATES.TXT already exists,
ECHO this state will be added to it, so be sure that
ECHO you are not adding to somebody else's file.
ECHO.
ECHO You can move them to a different drive later.
ECHO If other people use your computer you may
ECHO want to move them to a diskette.
ECHO.
ECHO 1 = Save on A: drive
ECHO 2 = Save on B: drive
ECHO 3 = Save on C: drive
ECHO 4 = Save on D: drive
ECHO 5 = Save on E: drive
ECHO 6 = Save on F: drive
ECHO 0 = Do not save.
SET DK=3
SET KN=7 8 9
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F7.BAT
IF %K%==1 SET D=A
IF %K%==2 SET D=B
IF %K%==3 SET D=C
IF %K%==4 SET D=D
IF %K%==5 SET D=E
IF %K%==6 SET D=F
IF %K%==0 GOTO:ENDS12B
%GO%
::::BYPASS
IF EXIST %D%:\NUL GOTO:WRITST2
CLS
ECHO The %D%: drive is not currently available.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:SSAV
::
:SSAVH
CLS
ECHO You can save your the method you discovered
ECHO for creating states and review them later.
ECHO.
ECHO This will help the states to develop.
ECHO.
ECHO At the beginning of every InnerPeace session
ECHO you will be given the opportunity to review
ECHO these steps.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:WRITST2
IF EXIST %D%:\IPWRITST.TMP DEL %D%:\IPWRITST.TMP
ECHO InnerPeace Write Test>%D%:\IPWRITST.TMP
::::BYPASS
IF EXIST %D%:\IPWRITST.TMP GOTO:SMDSAV
CLS
ECHO InnerPeace cannot write to the selected drive.
ECHO.
ECHO Check to be sure that your write protection
ECHO is not turned on.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:SSAV
:SMDSAV
DEL %D%:\IPWRITST.TMP
IF NOT EXIST %D%:\IP.CR8\NUL MD %D%:\IP.CR8
SET P1=%D%:\IP.CR8\STATES.TXT
ECHO.>>%P1%
ECHO.>>%P1%
ECHO Continue to create the state:>>%P1%
ECHO.>>%P1%
TYPE .\S.TMP>>%P1%
ECHO.>>%P1%
ECHO with the following method:>>%P1%
TYPE .\SHOW.TMP>>%P1%
CLS
ECHO Your method for continuing to create the state:
ECHO.
TYPE .\S.TMP
ECHO.
ECHO is saved in the file:
ECHO.
ECHO %D%:\IP.CR8\STATES.TXT
ECHO.
ECHO You can review it from InnerPeace at the
ECHO beginning of any session. You can also review
ECHO it from a word processor or text editor.
ECHO.
ECHO If you edit it, be sure to save it
ECHO as a text file.
ECHO.
ECHO If you move the file to another drive, be sure
ECHO to use the same path and file name:
ECHO.
ECHO \IP.CR8\STATES.TXT
ECHO.
ECHO so that InnerPeace can find it later.
ECHO.
ECHO.
SET D=
SET P1=
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
:ENDS12B
IF EXIST ..\I.TMP GOTO:ENDS12C
CLS
ECHO Now that you have let go of the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO and any underlying issues (if any existed)
ECHO this would be a good time to find at least
ECHO one more issue and run the process on it.
ECHO.
ECHO Usually, once you let of one issue,
ECHO other issues in the same session
ECHO are easier to let go.
SET P1=IF EXIST
%P1% ..\SUB\NUL FOR %%A IN (..\SUB\*.*) DO DEL %%A
CD ..
RD SUB
TYPE NUL|CHOICE /cA /tA,10>NUL
GOTO:MMU2
::
:ENDS12C
CLS
ECHO Now that the issue:
ECHO.
TYPE .\I.TMP
ECHO.
ECHO is out of the way, we will now finish
::::BYPASS
IF EXIST ..\S.TMP GOTO:S12D
SET P1= the issue:
IF NOT %R10%==A ECHO the remaining %R10%%R1%%% of%P1%
IF %R10%==A ECHO%P1%
SET P1=
ECHO.
TYPE ..\I.TMP
::::BYPASS
GOTO:ENDS12E
::
:ENDS12D
ECHO the state:
ECHO.
TYPE ..\S.TMP
::
:ENDS12E
SET P1=IF EXIST
%P1% ..\SUB\NUL FOR %%A IN (..\SUB\*.*) DO DEL %%A
CD ..
RD SUB
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL .\GO.BAT
TYPE NUL|CHOICE /cA /tA,8>NUL
%GO%
::
:INMU
IF NOT %P%==INMU SET PP=%P%
SET P=INMU
CLS
ECHO Menu for More Info on InnerPeace
ECHO.
ECHO For the info most relevant to you, please
ECHO choose the categories which most describe you.
ECHO.
ECHO 1 = New InnerPeace user (less than 10 hours)
ECHO 2 = Experienced InnerPeace user (10+ hours)
ECHO 3 = Counseling provider (includes churches)
ECHO 4 = Humanities researcher and/or student
ECHO 5 = Computer researcher and/or student
ECHO 6 = Member of the press (includes web authors)
ECHO 7 = Vendor with something to sell
ECHO 8 = Seeking work with InnerPeace.Org
ECHO 9 = Volunteer to worthwhile humanitarian causes
ECHO 0 = Give financial support to worthwhile causes
SET KN=
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:NUSR
IF %K%==2 GOTO:EUSR
IF %K%==3 GOTO:COUN
IF %K%==4 GOTO:HUMR
IF %K%==5 GOTO:COMR
IF %K%==6 GOTO:PRES
IF %K%==7 GOTO:VEND
IF %K%==8 GOTO:JSKR
IF %K%==9 GOTO:VLTR
IF %K%==0 GOTO:DONR
IF %K%==N GOTO:NUSR
IF %K%==U GOTO:MMU2
IF %K%==D GOTO:NUSR
%GO%
::
:NUSR
CLS
ECHO New User Info
ECHO.
ECHO The purpose of InnerPeace is to assist you to
ECHO have more inner peace in your life.
ECHO.
ECHO Imagine what that would be like.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO First, an issue that interferes with your
ECHO inner peace is found.
ECHO.
:I1H2
ECHO An issue, as used in InnerPeace, is something
ECHO that interferes with your inner peace. It can
ECHO be a fear, a doubt, a worry, an attitude, a
ECHO limiting belief, or any other idea or feeling
ECHO that interferes. Issues are always internal in
ECHO that they exist in you, not outside. For
ECHO example, money, your health, the environment,
ECHO and your relationships are not issues. Your
ECHO fears and beliefs related to them are.
ECHO.
ECHO Some examples of common issues are fear of
ECHO failure, self doubt, and resentment towards
ECHO another.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Some issues are too big to handle all at once.
ECHO For example, fear, in and of itself is too big
ECHO for most people to handle all at once.
ECHO Specific fears, such as fear of being wrong or
ECHO fear of success, can be handled. For bigger
ECHO issues, break them up into manageable chunks.
::::BYPASS
IF %P%==I1 GOTO:I1H3
ECHO.
ECHO There are twelve steps to letting go of the
ECHO issue.
ECHO.
ECHO After the issue is let go, a state that
ECHO supports your inner peace is found. There
ECHO are twelve steps to creating the state.
:I1H3
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::::BYPASS
IF %P%==I1 GOTO:I1H4
::
:SDEF
CLS
ECHO A state, as used in InnerPeace, is a condition
ECHO that supports your inner peace. A state can be
ECHO a condition of being, thinking, living, or
ECHO feeling. States are always internal in that
ECHO they exist inside you, regardless of
ECHO circumstances. For example, you can have states
ECHO of serenity and clarity in the midst of
ECHO external turmoil after you get your issues
ECHO out of the way that prevent you from creating
ECHO such states.
ECHO.
ECHO Some examples of common states that support inner
ECHO peace are faith, forgiveness, and gratitude.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Not all states can be created instantly, but like
ECHO tiny acorns that grow into giant oak trees they
ECHO can grow to be big, strong, and long lasting if
ECHO properly planted and nourished.
ECHO.
ECHO You can begin to create your desired states once
ECHO you handle the interfering issues. Over time,
ECHO these desired states will grow even stronger.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::::BYPASS
IF %P%==S1 GOTO:S1H2
CLS
ECHO The easiest way to understand the InnerPeace
ECHO process is to walk through it with a real issue
ECHO in your life. From the Main Menu select "Run
ECHO InnerPeace process." Go to the "Issues menu,"
ECHO then view the "Top" issues choices. Pick one
ECHO issue from there that interferes with your
ECHO inner peace and proceed.
ECHO.
ECHO For your first few times through the process,
ECHO review the "Help" instructions at each step
ECHO until you are familiar with the process.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Here are some tips for getting the most from
ECHO your InnerPeace sessions:
ECHO.
ECHO Have an undisturbed hour or more.
ECHO Do not be overly tired, hungry, or thirsty.
ECHO Be sober, ideally for at least 24 hours.
ECHO Use a dictionary and the glossary as needed.
ECHO Enjoy InnerPeace.
ECHO Have fun with it.
ECHO.
ECHO 1 = Run InnerPeace
ECHO 2 = Return to More Info Menu
ECHO 3 = More about InnerPeace.Org
ECHO M = Main menu
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c123MX /n
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 4 GOTO:MMU2
IF ERRORLEVEL 3 GOTO:ORG
IF ERRORLEVEL 2 GOTO:INMU
IF ERRORLEVEL 1 GOTO:PRIRECS
:ORG
CLS
ECHO InnerPeace.Org is an association of
ECHO churches cooperating to share InnerPeace.
ECHO.
ECHO InnerPeace is offered to people of all
ECHO faiths, including those of little or no
ECHO faith, without discrimination.
ECHO.
ECHO 1 = Run InnerPeace
ECHO 2 = Return to More Info Menu
ECHO 3 = More about InnerPeace.Org
ECHO M = Main menu
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c312MX /n
:: Selections are purposely out of order.
::
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 4 GOTO:MMU2
IF ERRORLEVEL 3 GOTO:INMU
IF ERRORLEVEL 2 GOTO:PRIRECS
CLS
ECHO InnerPeace.Org has a service based
ECHO structure.
ECHO.
ECHO Mentors who are named as the primary
ECHO mentor by at least ten leaders of support
EChO groups that regularly meet at least
ECHO forty times per year are eligible for
ECHO membership in the Committee of Mentors.
ECHO.
ECHO Mentors who are named as the primary mentor
ECHO by at least ten members of the Committee of
ECHO Mentors are eligible for membership on the
ECHO Board of Mentors.
ECHO.
ECHO InnerPeace.Org is legally structured as a
ECHO series of trusts. The trustees of these
ECHO trusts are selected by the Board of Mentors.
ECHO.
ECHO Those who serve do so for the joy of serving.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:INMU
::
:EUSR
CLS
ECHO Experienced User Info
ECHO.
ECHO Good for you for having spent at least
ECHO ten hours on improving your inner peace.
ECHO.
ECHO Are you interested in finding out more
ECHO information about:
ECHO.
ECHO 1 = Running InnerPeace faster
ECHO 2 = Helping to spread InnerPeace
ECHO 3 = Forming support groups
ECHO 4 = Becoming a counselor or mentor
ECHO 5 = Volunteering to assist InnerPeace.Org
ECHO 6 = Donating to InnerPeace.Org
SET KN=7 8 9 0
::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:RUNF
IF %K%==2 GOTO:HSPD
IF %K%==3 GOTO:SUP2
IF %K%==4 GOTO:MEN2
IF %K%==5 GOTO:VLTR
IF %K%==6 GOTO:DONR
IF %K%==N GOTO:HSPD
IF %K%==U GOTO:INMU
IF %K%==D GOTO:SUP2
IF %K%==H GOTO:INMUH
%GO%
::
:RUNF
CLS
ECHO To run InnerPeace faster, put it onto your hard
ECHO drive. When you exit InnerPeace, choose the
ECHO option to make the modules permanent.
ECHO.
ECHO If you are running on a really slow machine,
ECHO you can increase the speed a little by removing
ECHO every line of code that begins with two or more
ECHO colons. KEEP A COPY OF THE ORIGINAL.
ECHO.
ECHO Also, IF you know what you are doing, you can
ECHO uncompress the compressed lines and remove the
ECHO module building commands after the modules are
ECHO permanently built.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:SUP1
CLS
ECHO As InnerPeace is only in its alpha development
ECHO stage, the list of support groups is not yet
ECHO compiled.
ECHO.
ECHO Most likely, for a support group near you,
ECHO your best bet will be to form one.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
:SUP2
CLS
ECHO Form InnerPeace support groups.
ECHO.
ECHO Support groups can be formed either for general
ECHO support for any user of InnerPeace or for users
ECHO with a specific special interest, such as
ECHO weight loss, substance abuse, job search,
ECHO relationships, parenting, singles, health,
ECHO wealth, faith, service, world peace, etc.
ECHO.
ECHO InnerPeace support groups are open to persons
ECHO of all faiths, including those of little or no
ECHO faith.
ECHO.
ECHO InnerPeace is priceless. Support groups provide
ECHO InnerPeace support at no charge. Donations are
ECHO accepted, but not requested. The suggested
ECHO donation is the amount that FEELS right to the
ECHO user. Users with financial difficulties are
ECHO strongly encouraged to work on their scarcity
ECHO issues.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Schedule your support group to meet once a week
ECHO at the same time and place. Publicize your
ECHO group every week. Be patient while your group
ECHO grows.
ECHO.
ECHO For your support group meetings, have a pool of
ECHO volunteers whom you know run the process well.
ECHO Choose one of these volunteers to run an issue
ECHO in front of the group. (At first, this may
ECHO be you. That's fine.) Answer questions
ECHO afterwards. Help people zero in on their issues
ECHO and send them home to run them. Follow up on
ECHO how they did.
ECHO.
ECHO End in about ninety minutes. Have healthy water
ECHO available to drink. For most people, coffee and
ECHO sugar are not supportive of true inner peace.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Find a location you can count on every week.
ECHO Churches are good places to look. Find churches
ECHO that back their public service words with
ECHO action.
ECHO.
ECHO Check with leaders of other support groups,
ECHO such as twelve step groups, as to which
ECHO churches in your area make space available
ECHO to support groups.
ECHO.
ECHO Churches often have volunteer days to work on
ECHO the property. Get members of your groups
ECHO to pitch in and help the churches where you
ECHO meet on such days. Be sure to set a good
ECHO example and help, too.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:OLDCOMP
::
:MEN1
CLS
CLS
ECHO As InnerPeace is only in its alpha development
ECHO stage, the list of mentors and counselors is
ECHO not yet compiled.
ECHO.
ECHO Most likely, for a mentor near you, your best
ECHO bet will be to become one.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
:MEN2
CLS
ECHO Show others how to use InnerPeace.
ECHO.
ECHO Some of your biggest gains will come from
ECHO mentoring others how to use InnerPeace.
ECHO.
ECHO Here are the basics:
ECHO.
ECHO A. Be an exemplary practitioner of InnerPeace
ECHO yourself.
ECHO.
ECHO B. Make sure your proteges understand and
ECHO follow each step in the program.
ECHO.
ECHO C. Be sure they FEEL what they are saying
ECHO at each step.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:SUP2
::
:COUN
IF NOT %P%==COUN SET PP=%P%
SET P=COUN
CLS
ECHO Providers of counseling and support all types,
ECHO including pastoral counselors and churches,
ECHO are encouraged to utilize InnerPeace as a
ECHO supplement to their existing services.
ECHO.
ECHO The term churches is used in it's broadest
ECHO possible sense and includes religious orgs
ECHO of all types, without discrimination.
ECHO.
ECHO 1 = Form support groups
ECHO 2 = Become listed for counselor referral
ECHO 3 = Research the utility of InnerPeace
ECHO 4 = Help to spread InnerPeace
ECHO 5 = Volunteer to assist InnerPeace.Org
ECHO 6 = Donate to InnerPeace.Org
ECHO.
ECHO Press the key that matches your choice.
SET KN=7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:SUP2
IF %K%==2 GOTO:COU2
IF %K%==3 GOTO:HUMR
IF %K%==4 GOTO:HSPD
IF %K%==5 GOTO:VLTR
IF %K%==6 GOTO:DONR
IF %K%==N GOTO:SUP2
IF %K%==U GOTO:%PP%
IF %K%==D GOTO:SUP2
IF %K%==H GOTO:INMUH
%GO%
::
:COU2
CLS
ECHO You or your organization may be listed for
ECHO counselor and/or mentor referral under the
ECHO following conditions:
ECHO.
ECHO A. You support the use of InnerPeace as a
ECHO supplement to any other counseling and/or
ECHO support services you offer;
ECHO.
ECHO B. At least one key provider has at least
ECHO ten hours of personal experience using the
ECHO InnerPeace process and at least ten hours
ECHO experience of successfully teaching at least
ECHO two other people the InnerPeace process;
ECHO.
ECHO C. You offer InnerPeace to persons of all
ECHO faiths, including those of little or no
ECHO faith, without discrimination; and
ECHO.
ECHO D. You have an email address.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO There is also a category of preferred providers
ECHO who accept all who ask for InnerPeace
ECHO mentoring, regardless of ability to pay.
ECHO.
ECHO To register as a counselor/mentor, visit our
ECHO web site at:
ECHO.
ECHO.
ECHO Site is not up yet. It will be by the time
ECHO you get a beta copy of this program.
::ECHO http://www.innerpeace.org
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:HUMR
CLS
ECHO We encourage scientific research into
ECHO the application of InnerPeace processes.
ECHO.
ECHO We can publish the results of your research on
ECHO our web site and/or link to your site if you
ECHO publish it elsewhere on the web. You may also
ECHO post notices on our web site for volunteers
ECHO needed for such research projects.
ECHO.
ECHO Research projects which can be conducted via
ECHO the Internet are especially encouraged.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:COMR
CLS
ECHO We encourage research into the utilization
ECHO of InnerPeace written in DOS Batch as a
ECHO learning tool for programming students.
ECHO.
ECHO We can publish the results of your research on
ECHO our web site and/or link to your site if you
ECHO publish it elsewhere on the web. You may also
ECHO post notices on our web site for volunteers
ECHO needed for such research projects.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
:OLDCOMP
CLS
ECHO Give Old Computers a Second Life.
ECHO.
ECHO InnerPeace runs on old DOS and Windows 3
ECHO computers that most people consider obsolete.
ECHO.
ECHO These computers can be put to use in churches,
ECHO libraries, hospitals, rehab centers, detox
ECHO centers, women's shelters, homeless shelters,
ECHO and social service agencies of all kinds.
ECHO.
ECHO Load InnerPeace onto your old computers and
ECHO find homes for them where they will be put to
ECHO good use.
ECHO.
ECHO If you do not have any old computers, but you
ECHO can find homes for them, line them up. The
ECHO computers will be provided.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:PRES
CLS
ECHO Please do not publicize InnerPeace
ECHO until the beta site is up and running.
ECHO.
ECHO We could not handle any publicity
ECHO at this time.
ECHO.
ECHO Thank you for your understanding.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::Is your audience primarily:
::
::General
::Computer technical
::Counseling/support providers/students
:
::press releases for each
:
:VEND
CLS
ECHO All vendor inquiries will be handled through
ECHO our permanent web site when it is up.
TYPE NUL|CHOICE /cA /tA,5>NUL
GOTO:%P%
:
:JSKR
CLS
ECHO InnerPeace.Org is primarily a volunteer
ECHO organization. All job openings, if any, will
ECHO be offered first to qualified volunteers.
ECHO Should any openings not be filled by this
ECHO method (which has never happened yet), notices
ECHO will be posted on our web site.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:VLTR
::
:VLTR
CLS
ECHO InnerPeace.Org is set up primarily as a
ECHO volunteer organization.
ECHO.
ECHO What we need most right now is people to start
ECHO support groups in there areas.
ECHO.
ECHO Additionally, technically proficient volunteers
ECHO to help do coding in PERL and other languages
ECHO would be very much appreciated.
ECHO.
ECHO If you wish to help in any these ways or any
ECHO other way, please contact us via email at:
ECHO.
ECHO [email protected]
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:SUP2
::
:DONR
CLS
ECHO Donate anonymously to InnerPeace.
ECHO.
ECHO Your donations will be put to good use as
ECHO InnerPeace is staffed primarily by volunteers.
ECHO.
ECHO InnerPeace.Org is a non-profit charity
ECHO under Section 501(c)(3) of the Internal
ECHO Revenue Code of the United States.
ECHO.
ECHO BTT Trust will process your donations
ECHO of $25(US) or more and maintain your
ECHO anonymity. You will get a receipt
ECHO if your donation is over $200
ECHO (unless you do not want one,) or
ECHO if you ask for one to be sent, then
ECHO all information about you and your
ECHO account will be deleted.
ECHO.
ECHO You may donate by phone, fax, or mail with
ECHO a credit card, or by mail with a check or
ECHO money order.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO To call with a donation, call the processing
ECHO center at:
ECHO.
ECHO 760-240-1000
ECHO.
ECHO between 8:00 A.M. and 8:00 P.M. Pacific time.
ECHO.
ECHO.
ECHO Or fax a donation to:
ECHO.
ECHO 760-247-1000
ECHO.
ECHO.
ECHO THESE NUMBERS ARE FOR DONATIONS ONLY.
ECHO THEY ONLY REACH A PROCESSING CENTER.
ECHO.
ECHO To correspond with us, email us at:
ECHO.
ECHO [email protected]
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Or mail your donation to:
ECHO.
ECHO Processing Center
ECHO Bret Graham, Trustee
ECHO 17868 Hwy 18, Suite 233
ECHO Apple Valley, CA 92307
ECHO.
ECHO Please make checks payable to:
ECHO.
ECHO Bret Graham, Trustee
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO Charge card invoices will show the
ECHO merchant as "Best Group."
ECHO.
ECHO Unless your donation if over $200, we
ECHO will assume your check or charge
ECHO statement will suffice for a receipt
ECHO and not send you one unless you ask.
ECHO.
ECHO If your donation is over $200 or
ECHO you asked us to send you a receipt,
ECHO and you do not receive a receipt
ECHO within 30 days, call, fax, or write
ECHO as your account records are deleted
ECHO after 90 days to maintain your
ECHO anonymity.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:OLDCOMP
::
:SUP
CLS
ECHO For information on support groups, visit our
ECHO web site at:
ECHO.
::ECHO http://innerpeace.org
ECHO Site is not up yet. It will be by the time
ECHO you get a beta copy of this program.
ECHO.
ECHO From the main menu, select "Support groups."
ECHO.
ECHO 1 = Forming Support Groups
ECHO 2 = Info menu
ECHO 3 = Main menu
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c123 /n
IF ERRORLEVEL 3 GOTO:MNMU
IF ERRORLEVEL 2 GOTO:IFMU
IF ERRORLEVEL 1 GOTO:SUP2
::
:CMRF
CLS
ECHO For information on counselor/mentor referral,
ECHO visit our web site at:
ECHO.
ECHO Site is not up yet. It will be by the time
ECHO you get a beta copy of this program.
::ECHO http://innerpeace.org
ECHO.
:ECHO From the main menu, select "Mentor referral."
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:TNFO
CLS
ECHO In addition to its primary purpose of bringing
ECHO more inner peace, this version of InnerPeace is
ECHO written to assist in the understanding of
ECHO computer programming logic through the use of
ECHO DOS batch commands.
ECHO.
ECHO It is written in such a way as to be understood
ECHO by those with only an elementary understanding
ECHO of DOS. It begins with simple concepts and
ECHO gradually gets sophisticated, but not too
ECHO complicated. Most commands and techniques
ECHO are commented on the first one or two times
ECHO they are used, usually just before and just
ECHO after the command, often with more clarity and
ECHO less verbiage than most DOS reference books.
ECHO Use this program as a learning tool for
ECHO computer programming mastery. Once you master
ECHO programming in DOS batch, mastering any other
ECHO programming languages you choose to learn will
ECHO be much easier, especially scripting languages
ECHO such as PERL.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO To view the file, use any word processor or
ECHO text editor. Open the file named "IP" or
ECHO "IP.BAT."
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO How Do They Do That with DOS Batch?
ECHO.
ECHO InnerPeace does several things that "can't be
ECHO done" using only DOS batch.
ECHO.
ECHO Among these "can't be done's" are:
ECHO.
ECHO Addition,
ECHO Subtraction,
ECHO Random number generation,
ECHO Beep without using escape or Alt 7,
ECHO User input without using F6 or Ctrl Z,
ECHO "Push" technology to load new screens, and
ECHO Timed delays on loading screen messages.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO InnerPeace can also make you a line numbered
ECHO copy of the file for study and reference if
ECHO you would like.
ECHO.
ECHO To do this, you will need to start with a copy
ECHO of InnerPeace in the root (\) directory of your
ECHO A: drive.
ECHO.
ECHO Do you want InnerPeace to make you a line
ECHO numbered copy of itself?
ECHO.
ECHO 1 = Yes, make line numbered copy.
ECHO 2 = No, not now.
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:COMR
CLS
ECHO Be sure a copy of IP.BAT is in the A: drive
ECHO in the root directory, and that there is
ECHO room for a second, slightly larger copy on
ECHO the diskette.
ECHO.
ECHO If you are all set, InnerPeace will make the
ECHO line numbered copy. Otherwise, you can do it
ECHO another time.
ECHO.
ECHO 1 = Yes, make line numbered copy.
ECHO 2 = No, not now.
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
IF ERRORLEVEL 3 GOTO:COMR
FIND /v /n "R/\Nd0M g@rB^G=" A:IP.BAT>A:IPNUM.TXT
:::MISSING LINE
:: If you are reading a line numbered copy of this
:: file, you may be wondering why there is a missing
:: line. That's because the FIND command was used
:: with the switch to find all lines that did not
:: contain a string. The string was in the command,
:: so that line was not found by FIND.
::
:: Here's what the command looked like:
:: FIND /v /n "R/\Nd0M g^rB@G=" A:IP.BAT>A:IPNUM.TXT
:: except the A's in garbage were interchanged.
::
:: This technique can be used to make a line
:: numbered copy of any file.
::
CLS
ECHO The line numbered file is all made. It is on
ECHO your A: drive and named IPNUM.TXT. You can
ECHO move it or rename it if you would like.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:COMR
:HSPD
IF NOT %P%==HSPD SET PP=%P%
SET P=HSPD
CLS
ECHO Help spread InnerPeace
ECHO by assisting in the following areas:
ECHO.
ECHO 1 = Pass InnerPeace on to others
ECHO 2 = Tell the press about InnerPeace
ECHO 3 = Volunteer time on InnerPeace projects
ECHO 4 = Find places for public InnerPeace computers
ECHO 5 = Find locations for support group meetings
ECHO 6 = Obtain institutional support for InnerPeace
ECHO 7 = Help spread InnerPeace worldwide
SET KN=8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:PASS
IF %K%==2 GOTO:PRESS
IF %K%==3 GOTO:VLTR
IF %K%==4 GOTO:OLDCOMP
IF %K%==5 GOTO:SUP2
IF %K%==6 GOTO:INST
IF %K%==7 GOTO:WW
IF %K%==N GOTO:PASS
IF %K%==U GOTO:MNNU
IF %K%==D GOTO:PASS
IF %K%==H GOTO:INMUH
%GO%
::
:PASS
CLS
ECHO Share InnerPeace with others. Send it as an
ECHO attached file to an email and pass it on to
ECHO others. (For many email programs, it is too
ECHO large of a file to paste into the body of an
ECHO email.) Spread InnerPeace.
ECHO.
ECHO You can also copy InnerPeace onto old disks
ECHO and give it to friends to pass along.
ECHO.
ECHO InnerPeace is freeware. You are breaking no
ECHO laws by copying it and passing it along.
ECHO.
ECHO You can also get boxes of diskettes on sale
ECHO for the price of rebates, which will allow
ECHO you to give it away at all kinds of events.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
CLS
ECHO You can also share info about InnerPeace with
ECHO newsgroups and email groups to which you
ECHO belong.
ECHO.
ECHO Please, if you do not belong to a newsgroup or
ECHO email group, send your info about InnerPeace to
ECHO the owner or moderator of the group so that
ECHO it may be screened first. Not all groups will
ECHO find InnerPeace relevant to them. That's OK.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:PRESS
CLS
ECHO InnerPeace is not ready for press exposure yet.
ECHO.
ECHO Please wait until the beta version is out and
ECHO the InnerPeace.Org web site is up.
ECHO.
ECHO Thank you for your patience.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:INST
IF NOT %P%==INST SET PP=%P%
SET P=INST
CLS
ECHO A peaceful institution is a productive one.
ECHO.
ECHO Institutional ways to have more inner peace:
ECHO.
ECHO 1 = Make InnerPeace available to staff
ECHO 2 = Make old computers InnerPeace computers
ECHO 3 = Make space available for support groups
ECHO 4 = Tell others about InnerPeace successes
ECHO 5 = Tell the press about InnerPeace benefits
SET KN=6 7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:INST1
IF %K%==2 GOTO:OLDCOMP
IF %K%==3 GOTO:INST3
IF %K%==4 GOTO:pres
IF %K%==5 GOTO:PRES
IF %K%==N GOTO:INST1
IF %K%==U GOTO:INMU
IF %K%==D GOTO:INST1
IF %K%==H GOTO:INMUH
%GO%
::
:INST1
IF NOT %P%==INST1 SET PP=%P%
SET P=INST1
CLS
ECHO Have more inner peace at work.
ECHO.
ECHO Staff in inner peace make a peaceful workplace.
ECHO.
ECHO 1 = Make InnerPeace available for downloads
ECHO 2 = Make diskettes of InnerPeace available
ECHO 3 = Make space available for support groups
ECHO 4 = Make old computers InnerPeace computers
ECHO 5 = Share InnerPeace info via house organs
ECHO 6 = Use InnerPeace as an HR tool
SET KN=7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F1.BAT
IF %K%==1 GOTO:INST11
IF %K%==2 GOTO:INST12
IF %K%==3 GOTO:INST3
IF %K%==4 GOTO:OLDCOMP
IF %K%==5 GOTO:INST15
IF %K%==6 GOTO:INST16
IF %K%==N GOTO:INST16
IF %K%==U GOTO:INST1
IF %K%==D GOTO:INST16
IF %K%==H GOTO:INMUH
%GO%
::
:INST11
CLS
ECHO Post InnerPeace on your organizational net
ECHO sites. Make it easy for your people to get.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:INST12
CLS
ECHO Make copies of InnerPeace available on disk.
ECHO.
ECHO Most organizations have lots of old, obsolete
ECHO programs lying around. Recycle those disks
ECHO as InnerPeace diskettes.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:INST15
CLS
ECHO Let your people know about InnerPeace via
ECHO your house organs.
ECHO.
ECHO Give them information about:
ECHO.
ECHO Download locations
ECHO Diskette availability
ECHO Support groups
ECHO InnerPeace computer access
ECHO Updates
ECHO Successes with InnerPeace
ECHO ... etc.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:INST16
CLS
CLS
ECHO InnerPeace is an ideal HR tool to supplement
ECHO your existing staff enrichment programs. It
ECHO requires no training and no investment, and
ECHO does not conflict with any other program
ECHO you would want to offer in conjunction.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:INST3
CLS
ECHO Most organizations have lots of underutilized
ECHO conference space, especially during lunch and
ECHO before and after office hours.
ECHO.
ECHO By making such space available for InnerPeace
ECHO support groups, you not only perform a public
ECHO service, you also make it easy for your
ECHO people to receive the benefits of an InnerPeace
ECHO support group.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:SUP2
::
:WW
IF NOT %P%==WW SET PP=%P%
SET P=WW
CLS
ECHO Help spread InnerPeace worldwide
ECHO by assisting in the following areas:
ECHO.
ECHO 1 = Pass InnerPeace to others around the world
ECHO 2 = Translate InnerPeace into other languages
ECHO 3 = Find lodging for InnerPeace missionaries
ECHO 4 = Obtain institutional support for InnerPeace
ECHO 5 = Find sites for InnerPeace.Org natl missions
ECHO 6 = Find host country for InnerPeace.Org int hq
SET KN=7 8 9 0
::::::::CALL
SET HOLD32=01234567890123456789012345
CALL %MC%\F5.BAT
IF %K%==1 GOTO:PASSWW
IF %K%==2 GOTO:TRANSL
IF %K%==3 GOTO:LODG
IF %K%==4 GOTO:INST
IF %K%==5 GOTO:NATL
IF %K%==6 GOTO:HOST
IF %K%==N GOTO:PASSWW
IF %K%==U GOTO:HSPD
IF %K%==D GOTO:PASSWW
IF %K%==H GOTO:INMUH
%GO%
::
:PASSWW
CLS
ECHO Pass InnerPeace to others around the world.
ECHO.
ECHO Even if they do not speak English,
ECHO have them to pass it on to people who do.
TYPE NUL|CHOICE /cA /tA,5>NUL
GOTO:PASS
::
:TRANSL
CLS
ECHO InnerPeace needs to be translated into
ECHO every language that runs on a computer.
ECHO.
ECHO If you wish to help with this project,
::ECHO please respond via our web site:
echo please email us at:
::ECHO.
echo [email protected]
::ECHO http://innerpeace.org
::ECHO.
::ECHO From the Main menu choose:
::ECHO.
::ECHO "Help spread InnerPeace"
::ECHO "Help spread InnerPeace worldwide" then
::ECHO "Help translate InnerPeace"
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:LODG
CLS
ECHO Find lodging for InnerPeace missionaries.
ECHO.
ECHO InnerPeace missionaries need both short-term
ECHO and long-term accommodations in areas where
ECHO local support groups and local InnerPeace
ECHO missions are being established.
ECHO.
ECHO Communications access desirable.
ECHO Transportation access desirable.
ECHO.
::ECHO Please send such info via our web page:
::ECHO http://www.innerpeace.org
::ECHO.
::ECHO From the Main Menu, choose:
::ECHO.
::ECHO "Help spread InnerPeace" then
::ECHO "Find lodging for InnerPeace missionaries"
echo Please email us at:
echo.
echo [email protected]
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:NATL
CLS
ECHO People in inner peace make peaceful a country.
ECHO.
ECHO InnerPeace.Org seeks sites for national and
ECHO regional headquarters in every country.
ECHO.
ECHO Good national communications hookup important.
ECHO Good transportation access important.
ECHO Local institutional support desirable.
ECHO.
ECHO Old monasteries and school campuses are ideal.
ECHO Old military bases might also be transformed.
ECHO.
ECHO Interested sponsors, please
::ECHO respond via our web site:
echo email us at:
ECHO.
echo [email protected]
::ECHO http://innerpeace.org
::ECHO.
::ECHO Select:
::ECHO.
::ECHO "Help spread InnerPeace"
::ECHO "Help spread InnerPeace worldwide" then
::ECHO "Find sites for national missions"
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:HOST
CLS
ECHO Peaceful countries make a peaceful world.
ECHO.
ECHO InnerPeace.Org seeks host country
ECHO for international headquarters.
ECHO.
ECHO Good global communications hookup important.
ECHO Diplomatic courtesies very important.
ECHO Religious tolerance essential.
ECHO.
ECHO Interested countries, please
::ECHO respond via our web site:
echo email us at:
ECHO.
echo [email protected]
::ECHO http://innerpeace.org
::ECHO.
::ECHO Select:
::ECHO.
::ECHO "Help spread InnerPeace"
::ECHO "Help spread InnerPeace worldwide" then
::ECHO "Find host country for international hq"
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:%P%
::
:EXIT
::::BYPASS
IF NOT EXIST \IP.TM\SUB\NUL GOTO:MDPRM
CLS
ECHO Would you like to save the records from
ECHO the unfinished steps of this session so
ECHO you can use them later?
ECHO.
ECHO You could save them now and still decide later
ECHO to not use them.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:DELTM
:ISAV
CLS
ECHO InnerPeace will save your session records on
IF "%1"=="" ECHO your C: drive.
IF NOT "%1"=="" ECHO your %1 drive.
ECHO.
ECHO You can move them to a different drive later.
ECHO If other people use your computer you may
ECHO want to move them to a diskette.
ECHO.
ECHO 1 = Yes. Save the session records.
ECHO 2 = No. Do not save the files.
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:DELTM
CD \
CLS
MOVE /y .\IP.TM IP.SAV
ECHO.
ECHO Your records are saved. InnerPeace will give
ECHO you the option to use saved records in the next
ECHO session shortly after you select "Run
ECHO InnerPeace process," from the main menu.
ECHO.
ECHO Meanwhile, if you attempt to view them, do not
ECHO edit them. If you move the directory to another
ECHO drive, be sure to move them back to the same
ECHO drive, path, and directory name:
ECHO.
IF "%1"=="" ECHO C:\IP.SAV
IF NOT "%1"=="" ECHO %1\IP.SAV
ECHO.
ECHO so that InnerPeace can find them later.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
:DELTM
::::BYPASS
IF NOT EXIST \IP.TM\NUL GOTO:MDPRM
IF EXIST \IP.TM\NUL CD \IP.TM
::::::::CALL
CALL %MC%\FL.BAT
::
:ERASETM3
::::BYPASS
IF EXIST ..\IP.TM\NUL GOTO:MDPRM
IF EXIST ..\SUB\NUL FOR %%A IN (*.*) DO DEL %%A
:: The conditional "IF" is a safety feature.
:: Because *.* is so dangerous, it is set to only
:: work if the program is in a SUB directory.
:: Theoretically, it always would be at this point,
:: but if the program were edited in the future
:: such a problem could occur.
::
:: Del *.* with FOR is a really dangerous command.
:: Use it with extreme caution.
::
CD ..
RD SUB
:::::::LOOP
GOTO:ERASETM3
:MDPRM
CD \
::::BYPASS
IF EXIST .\IP.PRM\NUL GOTO:GOINPEAC
::::BYPASS
IF NOT EXIST .\IP.TMP\NUL GOTO:GOINPEAC
CLS
ECHO Would you like to save the temporary command
ECHO files to permanent files so that you can
ECHO run InnerPeace faster in future sessions?
ECHO.
ECHO 1 = Yes
ECHO 2 = No
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:GOINPEACE
CLS
ECHO These modules files will be saved on your
IF "%1"=="" ECHO C: drive.
IF NOT "%1"=="" ECHO %1 drive.
ECHO.
ECHO You can move these files to a different drive
ECHO later if you wish.
ECHO.
ECHO 1 = Yes. Save the files.
ECHO 2 = No. Do not save.
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1Y2N /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:GOINPEACE
CLS
MOVE /y .\IP.TMP IP.PRM
ECHO The command modules are saved. InnerPeace will
ECHO run faster for you next time.
ECHO.
ECHO Meanwhile, if you attempt to view the modules,
ECHO do not edit them. If you move the directory to
ECHO another drive other than the C: drive, be sure
ECHO to use the same path and directory name:
ECHO.
ECHO \IP.PRM\
ECHO.
ECHO and start InnerPeace with the command:
ECHO.
ECHO [drive1:][path\]IP DRIVE2
ECHO.
ECHO Where DRIVE2 is the path the permanent modules
ECHO are stored and drive1 is the drive for IP.BAT.
ECHO.
ECHO They can be the same drive.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
::
::
:GOINPEAC
CLS
ECHO Clearing temporary files and variables.
ECHO.
ECHO.
ECHO Please stand by.
ECHO.
TYPE NUL|CHOICE /cA /tA,2>NUL
::Clear all InnerPeace variables.
SET A1=
SET A10=
SET B1=
SET BD=
SET C=
SET C1=
SET CP=
SET CTU=
SET D=
SET D1=
SET D10=
SET DK=
SET F=
SET GO=
SET HOLD16=
SET HOLD32=
SET HOLD64=
SET I=
SET IP32=
SET IP64=
SET IP96=
SET IPC8=
SET IPVER=
SET K=
SET KN=
SET KX=
SET L1=
SET L10=
SET LT1=
SET LT10=
SET MC=
SET NE=
SET NN=
SET OK=
SET P=
SET P1=
SET P2=
SET P3=
SET PC=
SET PD=
SET PP=
SET PR=
SET R1=
SET R10=
SET RD=
SET S=
SET T=
SET W1=
SET W10=
SET WARN=
SET XD=
::
:: Remove read only attribute from modules.
IF EXIST \IP.TMP\NUL ATTRIB -r \IP.TMP\*.BAT
::
:: Delete files from \IP.TMP
SET P1=IF EXIST \IP.TMP\NUL
%P1% FOR %%A IN (\IP.TMP\*.BAT) DO DEL %%A
SET P1=
::
:: Delete temporary directories.
IF EXIST .\IP.TM\NUL RD .\IP.TM
IF EXIST .\IP.TMP\NUL RD .\IP.TMP
CLS
ECHO Imagine your life with more inner peace.
ECHO.
ECHO.
ECHO Imagine what that would feel like.
ECHO.
ECHO.
ECHO Feel that way as often as you wish.
ECHO.
ECHO.
ECHO Continue to live your life with inner peace in
ECHO your mind, in your heart, and in your body.
ECHO.
ECHO.
ECHO As your inner peace continues to grow and
ECHO stabilize, you will inspire others with whom
ECHO you come into contact to feel more of their
ECHO inner peace.
ECHO.
ECHO.
GOTO:END
::
:PARAMVER
IF "%1"=="" GOTO:PARAMCHK
ECHO %1|FIND ":">NUL
IF NOT ERRORLEVEL 1 GOTO:PARAMCHK
CLS
ECHO Missing Colon after Drive Parameter
ECHO.
ECHO You have selected a drive, but you did
ECHO not put a colon after it.
ECHO.
ECHO Please restart InnerPeace, only be sure
ECHO to put a colon after the drive letter you
ECHO wish InnerPeace to use for its temporary
ECHO files.
ECHO.
ECHO.
ECHO Press the spacebar to continue . . .
PAUSE>NUL
GOTO:GOINPEAC
::
:::Summary License
:LICENCE
CLS
ECHO Forever Free Software License - Summary Version
ECHO.
ECHO 1. InnerPeace is forever free. You are free to
ECHO do virtually anything with it: copy it, modify
ECHO it, give it away, distribute it for a fee, etc.
ECHO.
ECHO 2. What you cannot do is restrict its freedom.
ECHO As you pass it on, even in a modified form, all
ECHO subsequent recipients are also able to freely
ECHO use, copy, and modify it, your additions to it,
ECHO and your modifications of it.
ECHO.
ECHO 3. You waive any claim of not having read or
ECHO understood the fine print.
ECHO.
ECHO 4. You assert that you are of legal age and
ECHO have the capacity to accept these terms.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display alternate summary license.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1A2D3X /n
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 3 GOTO:FREEWARE
IF ERRORLEVEL 1 GOTO:DSCLMR
::
::: Alternate Summary License
:FREEWARE
CLS
ECHO Copyright (C) 1998 InnerPeace Copyright
ECHO Holding Trust
ECHO.
ECHO This program is free software; you can
ECHO redistribute it and/or modify it under the
ECHO terms of the GNU General Public License as
ECHO published by the Free Software Foundation;
ECHO either version 2 of the License, or (at your
ECHO option) any later version.
ECHO.
ECHO This program is distributed in the hope that it
ECHO will be useful, but WITHOUT ANY WARRANTY;
ECHO without even the implied warranty of
ECHO MERCHANTABILITY or FITNESS FOR A PARTICULAR
ECHO PURPOSE. See the GNU General Public License
ECHO for more details, a copy of which is provided
ECHO at the end of this file.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display fine print, every screenful.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1A2D3X /n
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 3 GOTO:GNU
::
:::Disclaimer
:DSCLMR
CLS
ECHO DISCLAIMER AND WAIVER - SUMMARY VERSION
ECHO.
ECHO 1. INNERPEACE, INNERPEACE.ORG, AND EVERYBODY
ECHO ASSOCIATED PROMISE, IMPLY, AND GUARANTEE YOU
ECHO ABSOLUTELY NOTHING. YOU ASSUME ALL THE RISKS.
ECHO.
ECHO 2. YOU WAIVE ALL CLAIMS AND YOUR RIGHT TO SUE.
ECHO.
ECHO 3. IF YOU DO SUE, ANYTHING YOU EVER GET WILL
ECHO BE DONATED TO CHARITY, INCLUDING ANY COURT
ECHO COSTS AND ATTORNEY'S FEES YOU MAY WIN.
ECHO.
ECHO 4. YOU WAIVE ANY CLAIM OF NOT HAVING READ OR
ECHO UNDERSTOOD THE FINE PRINT.
ECHO.
ECHO 5. YOU ASSERT THAT YOU ARE OF LEGAL AGE AND
ECHO HAVE THE CAPACITY TO ACCEPT THESE TERMS.
ECHO.
ECHO 1 = ACCEPT ALL TERMS, EVEN THE FINE PRINT.
ECHO 2 = DISPLAY FINE PRINT, EVERY SCREENFUL OF IT.
ECHO X = EXIT
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1A2D3X /n
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 3 GOTO:DSCLMRFP
::
:::Anonymity Agreement
::
:ANONYM
CLS
ECHO Anonymity Agreement - Summary Version
ECHO.
ECHO 1. InnerPeace.Org is an anonymous organization.
ECHO.
ECHO 2. On behalf of yourself and every entity you
ECHO ever affiliate with, you agree to not disclose
ECHO the identity of or any other information about
ECHO anyone associated with InnerPeace, directly or
ECHO indirectly, even if they are public figures.
ECHO.
ECHO 3. If you violate this, everything you ever own
ECHO will be donated to charity and you will devote
ECHO the rest of your life to community service.
ECHO.
ECHO 4. You waive any claim of not having read or
ECHO understood the fine print.
ECHO.
ECHO 5. You assert that you are of legal age and
ECHO have the capacity to accept these terms.
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display fine print, every screenful of it.
ECHO X = eXit
PAUSE>NUL
CHOICE /c1A2D3X /n
IF ERRORLEVEL 5 GOTO:EXIT
IF ERRORLEVEL 3 GOTO:ANONYMFP
IF ERRORLEVEL 1 GOTO:GW
::
:GNU
CLS
ECHO GNU GENERAL PUBLIC LICENSE - P. 1/28
ECHO.
ECHO Version 2, June 1991
ECHO.
ECHO.
ECHO Copyright (C) 1989, 1991 Free Software
ECHO Foundation, Inc., 59 Temple Place - Suite 330,
ECHO Boston, MA 02111-1307, USA
ECHO.
ECHO Everyone is permitted to copy and distribute
ECHO verbatim copies of this license document, but
ECHO changing it is not allowed.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO Preamble
ECHO.
ECHO The licenses for most software are designed to
ECHO take away your freedom to share and change it.
ECHO. By contrast, the GNU General Public License is
ECHO intended to guarantee your freedom to share and
ECHO change free software--to make sure the software
ECHO is free for all its users. This General Public
ECHO License applies to most of the Free Software
ECHO Foundation's software and to any other program
ECHO whose authors commit to using it. (Some other
ECHO Free Software Foundation software is covered by
ECHO the GNU Library General Public License instead.)
ECHO You can apply it to your programs, too.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO When we speak of free software, we are
ECHO referring to freedom, not price. Our General
ECHO Public Licenses are designed to make sure that
ECHO you have the freedom to distribute copies of
ECHO free software (and charge for this service if
ECHO you wish), that you receive source code or can
ECHO get it if you want it, that you can change the
ECHO software or use pieces of it in new free
ECHO programs; and that you know you can do these
ECHO things.
ECHO.
ECHO To protect your rights, we need to make
ECHO restrictions that forbid anyone to deny you
ECHO these rights or to ask you to surrender the
ECHO rights. These restrictions translate to certain
ECHO responsibilities for you if you distribute
ECHO copies of the software, or if you modify it.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO For example, if you distribute copies of such a
ECHO program, whether gratis or for a fee, you must
ECHO give the recipients all the rights that you
ECHO have. You must make sure that they, too,
ECHO receive or can get the source code. And you
ECHO must show them these terms so they know their
ECHO rights.
ECHO.
ECHO We protect your rights with two steps: (1)
ECHO copyright the software, and (2) offer you this
ECHO license which gives you legal permission to
ECHO copy, distribute and/or modify the software.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO Also, for each author's protection and ours, we
ECHO want to make certain that everyone understands
ECHO that there is no warranty for this free
ECHO software. If the software is modified by
ECHO someone else and passed on, we want its
ECHO recipients to know that what they have is not
ECHO the original, so that any problems introduced
ECHO by others will not reflect on the original
ECHO authors' reputations.
ECHO.
ECHO Finally, any free program is threatened
ECHO constantly by software patents. We wish to
ECHO avoid the danger that redistributors of a free
ECHO program will individually obtain patent
ECHO licenses, in effect making the program
ECHO proprietary. To prevent this, we have made it
ECHO clear that any patent must be licensed for
ECHO everyone's free use or not licensed at all.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO The precise terms and conditions for copying,
ECHO distribution and modification follow.
ECHO.
ECHO TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION
ECHO AND MODIFICATION
ECHO.
ECHO 0. This License applies to any program or other
ECHO work which contains a notice placed by the
ECHO copyright holder saying it may be distributed
ECHO under the terms of this General Public License.
ECHO The "Program", below, refers to any such
ECHO program or work, and a "work based on the
ECHO Program" means either the Program or any
ECHO derivative work under copyright law: that is to
ECHO say, a work containing the Program or a portion
ECHO of it, either verbatim or with modifications
ECHO and/or translated into another language.
ECHO (Hereinafter, translation is included without
ECHO limitation in the term "modification".) Each
ECHO licensee is addressed as "you".
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO Activities other than copying, distribution and
ECHO modification are not covered by this License;
ECHO they are outside its scope. The act of running
ECHO the Program is not restricted, and the output
ECHO from the Program is covered only if its
ECHO contents constitute a work based on the Program
ECHO (independent of having been made by running the
ECHO Program). Whether that is true depends on what
ECHO the Program does.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 1. You may copy and distribute verbatim copies
ECHO of the Program's source code as you receive it,
ECHO in any medium, provided that you conspicuously
ECHO and appropriately publish on each copy an
ECHO appropriate copyright notice and disclaimer of
ECHO warranty; keep intact all the notices that
ECHO refer to this License and to the absence of any
ECHO warranty; and give any other recipients of the
ECHO Program a copy of this License along with the
ECHO Program.
ECHO.
ECHO You may charge a fee for the physical act of
ECHO transferring a copy, and you may at your option
ECHO offer warranty protection in exchange for a
ECHO fee.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 2. You may modify your copy or copies of the
ECHO Program or any portion of it, thus forming a
ECHO work based on the Program, and copy and
ECHO distribute such modifications or work under the
ECHO terms of Section 1 above, provided that you
ECHO also meet all of these conditions:
ECHO.
ECHO.a) You must cause the modified files to carry
ECHO prominent notices stating that you changed the
ECHO files and the date of any change.
ECHO.
ECHO b) You must cause any work that you distribute
ECHO or publish, that in whole or in part contains
ECHO or is derived from the Program or any part
ECHO thereof, to be licensed as a whole at no charge
ECHO to all third parties under the terms of this
ECHO License.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO c) If the modified program normally reads
ECHO commands interactively when run, you must cause
ECHO it, when started running for such interactive
ECHO use in the most ordinary way, to print or
ECHO display an announcement including an
ECHO appropriate copyright notice and a notice that
ECHO there is no warranty (or else, saying that you
ECHO provide a warranty) and that users may
ECHO redistribute the program under these
ECHO conditions, and telling the user how to view a
ECHO copy of this License. (Exception: if the
ECHO Program itself is interactive but does not
ECHO normally print such an announcement, your work
ECHO based on the Program is not required to print
ECHO an announcement.)
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO These requirements apply to the modified work
ECHO as a whole. If identifiable sections of that
ECHO work are not derived from the Program, and can
ECHO be reasonably considered independent and
ECHO separate works in themselves, then this
ECHO License, and its terms, do not apply to those
ECHO sections when you distribute them as separate
ECHO works. But when you distribute the same
ECHO sections as part of a whole which is a work
ECHO based on the Program, the distribution of the
ECHO whole must be on the terms of this License,
ECHO whose permissions for other licensees extend to
ECHO the entire whole, and thus to each and every
ECHO part regardless of who wrote it.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO Thus, it is not the intent of this section to
ECHO claim rights or contest your rights to work
ECHO written entirely by you; rather, the intent is
ECHO to exercise the right to control the
ECHO distribution of derivative or collective works
ECHO based on the Program.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO In addition, mere aggregation of another work
ECHO not based on the Program with the Program (or
ECHO with a work based on the Program) on a volume
ECHO of a storage or distribution medium does not
ECHO bring the other work under the scope of this
ECHO License.
ECHO.
ECHO 3. You may copy and distribute the Program (or
ECHO a work based on it, under Section 2) in object
ECHO code or executable form under the terms of
ECHO Sections 1 and 2 above provided that you also
ECHO do one of the following:
ECHO.
ECHO a) Accompany it with the complete corresponding
ECHO machine-readable source code, which must be
ECHO distributed under the terms of Sections 1 and 2
ECHO above on a medium customarily used for software
ECHO interchange; or,
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO b) Accompany it with a written offer, valid for
ECHO at least three years, to give any third party,
ECHO for a charge no more than your cost of
ECHO physically performing source distribution, a
ECHO complete machine-readable copy of the
ECHO corresponding source code, to be distributed
ECHO under the terms of Sections 1 and 2 above on a
ECHO medium customarily used for software
ECHO interchange; or,
ECHO.
ECHO c) Accompany it with the information you
ECHO received as to the offer to distribute
ECHO corresponding source code. (This alternative is
ECHO allowed only for noncommercial distribution and
ECHO only if you received the program in object code
ECHO or executable form with such an offer, in
ECHO accord with Subsection b above.)
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO The source code for a work means the preferred
ECHO form of the work for making modifications to
ECHO it. For an executable work, complete source
ECHO code means all the source code for all modules
ECHO it contains, plus any associated interface
ECHO definition files, plus the scripts used to
ECHO control compilation and installation of the
ECHO executable. However, as a special exception,
ECHO the source code distributed need not include
ECHO anything that is normally distributed (in
ECHO either source or binary form) with the major
ECHO components (compiler, kernel, and so on) of the
ECHO operating system on which the executable runs,
ECHO unless that component itself accompanies the
ECHO executable.
ECHO
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO If distribution of executable or object code is
ECHO made by offering access to copy from a
ECHO designated place, then offering equivalent
ECHO access to copy the source code from the same
ECHO place counts as distribution of the source
ECHO code, even though third parties are not
ECHO compelled to copy the source along with the
ECHO object code.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 4. You may not copy, modify, sublicense, or
ECHO distribute the Program except as expressly
ECHO provided under this License. Any attempt
ECHO otherwise to copy, modify, sublicense or
ECHO distribute the Program is void, and will
ECHO automatically terminate your rights under this
ECHO License. However, parties who have received
ECHO copies, or rights, from you under this License
ECHO will not have their licenses terminated so long
ECHO as such parties remain in full compliance.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 5. You are not required to accept this License,
ECHO since you have not signed it. However, nothing
ECHO else grants you permission to modify or
ECHO distribute the Program or its derivative works.
ECHO These actions are prohibited by law if you do
ECHO not accept this License. Therefore, by
ECHO modifying or distributing the Program (or any
ECHO work based on the Program), you indicate your
ECHO acceptance of this License to do so, and all
ECHO its terms and conditions for copying,
ECHO distributing or modifying the Program or works
ECHO based on it.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 6. Each time you redistribute the Program (or
ECHO any work based on the Program), the recipient
ECHO automatically receives a license from the
ECHO original licensor to copy, distribute or modify
ECHO the Program subject to these terms and
ECHO conditions. You may not impose any further
ECHO restrictions on the recipients' exercise of the
ECHO rights granted herein. You are not responsible
ECHO for enforcing compliance by third parties to
ECHO this License.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 7. If, as a consequence of a court judgment or
ECHO allegation of patent infringement or for any
ECHO other reason (not limited to patent issues),
ECHO conditions are imposed on you (whether by court
ECHO order, agreement or otherwise) that contradict
ECHO the conditions of this License, they do not
ECHO excuse you from the conditions of this License.
ECHO If you cannot distribute so as to satisfy
ECHO simultaneously your obligations under this
ECHO License and any other pertinent obligations,
ECHO then as a consequence you may not distribute
ECHO the Program at all. For example, if a patent
ECHO license would not permit royalty-free
ECHO redistribution of the Program by all those who
ECHO receive copies directly or indirectly through
ECHO you, then the only way you could satisfy both
ECHO it and this License would be to refrain
ECHO entirely from distribution of the Program.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO If any portion of this section is held invalid
ECHO or unenforceable under any particular
ECHO circumstance, the balance of the section is
ECHO intended to apply and the section as a whole is
ECHO intended to apply in other circumstances.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO It is not the purpose of this section to induce
ECHO you to infringe any patents or other property
ECHO right claims or to contest validity of any such
ECHO claims; this section has the sole purpose of
ECHO protecting the integrity of the free software
ECHO distribution system, which is implemented by
ECHO public license practices. Many people have made
ECHO generous contributions to the wide range of
ECHO software distributed through that system in
ECHO reliance on consistent application of that
ECHO system; it is up to the author/donor to decide
ECHO if he or she is willing to distribute software
ECHO through any other system and a licensee cannot
ECHO impose that choice.
ECHO.
ECHO This section is intended to make thoroughly
ECHO clear what is believed to be a consequence of
ECHO the rest of this License.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 8. If the distribution and/or use of the
ECHO Program is restricted in certain countries
ECHO either by patents or by copyrighted interfaces,
ECHO the original copyright holder who places the
ECHO Program under this License may add an explicit
ECHO geographical distribution limitation excluding
ECHO those countries, so that distribution is
ECHO permitted only in or among countries not thus
ECHO excluded. In such case, this License
ECHO incorporates the limitation as if written in
ECHO the body of this License.
ECHO.
ECHO 9. The Free Software Foundation may publish
ECHO revised and/or new versions of the General
ECHO Public License from time to time. Such new
ECHO versions will be similar in spirit to the
ECHO present version, but may differ in detail to
ECHO address new problems or concerns.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO Each version is given a distinguishing version
ECHO number. If the Program specifies a version
ECHO number of this License which applies to it and
ECHO "any later version", you have the option of
ECHO following the terms and conditions either of
ECHO that version or of any later version published
ECHO by the Free Software Foundation. If the Program
ECHO does not specify a version number of this
ECHO License, you may choose any version ever
ECHO published by the Free Software Foundation.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 10. If you wish to incorporate parts of the
ECHO Program into other free programs whose
ECHO distribution conditions are different, write to
ECHO the author to ask for permission. For software
ECHO which is copyrighted by the Free Software
ECHO Foundation, write to the Free Software
ECHO Foundation; we sometimes make exceptions for
ECHO this. Our decision will be guided by the two
ECHO goals of preserving the free status of all
ECHO derivatives of our free software and of
ECHO promoting the sharing and reuse of software
ECHO generally.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO NO WARRANTY
ECHO.
ECHO 11. BECAUSE THE PROGRAM IS LICENSED FREE OF
ECHO CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM,
ECHO TO THE EXTENT PERMITTED BY APPLICABLE LAW.
ECHO EXCEPT WHEN OTHERWISE STATED IN WRITING THE
ECHO COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE
ECHO THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY
ECHO KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
ECHO BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
ECHO MERCHANTABILITY AND FITNESS FOR A PARTICULAR
ECHO PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND
ECHO PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
ECHO THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE
ECHO COST OF ALL NECESSARY SERVICING, REPAIR OR
ECHO CORRECTION.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:DSCLMR
CLS
ECHO 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE
ECHO LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT
ECHO HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
ECHO AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED
ECHO ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING
ECHO ANY GENERAL, SPECIAL, INCIDENTAL OR
ECHO CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR
ECHO INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT
ECHO LIMITED TO LOSS OF DATA OR DATA BEING RENDERED
ECHO INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
ECHO PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE
ECHO WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER
ECHO OR OTHER PARTY HAS BEEN ADVISED OF THE
ECHO POSSIBILITY OF SUCH DAMAGES.
ECHO.
ECHO IF YOU DO NOT ACCEPT,
ECHO EXIT THIS PROGRAM NOW BY PRESSING X.
ECHO CONTINUING WITH THE PROGRAM
ECHO INDICATES YOUR ACCEPTANCE.
ECHO.
ECHO 1 = Accept all terms and continue.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1A2X /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:EXIT
GOTO:DSCLMR
::
:DSCLMRFP
CLS
ECHO DISCLAIMER AND WAIVER, FINE PRINT - P. 1/12
ECHO.
ECHO 1. Definitions
ECHO.
ECHO 1.1 You means (a) you, the user, whoever you
ECHO may be, (b) anyone benefiting from your life
ECHO and well being, and (c) anyone standing in the
ECHO place of those listed in 1.1(a) or 1.1(b).
ECHO.
ECHO 1.2 We means InnerPeace.Org, and any
ECHO affiliated entity or person: participant,
ECHO staff, volunteer, or other; except you.
ECHO.
ECHO 1.3 InnerPeace means any program by that name.
ECHO.
ECHO 1.4 This agreement means this one titled
ECHO "DISCLAIMER AND WAIVER" and any revised version
ECHO of it that we may publish from time to time.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
CLS
ECHO 2. DISCLAIMER
ECHO.
ECHO 2.1 We promise, guarantee, and warranty you
ECHO absolutely nothing.
ECHO.
ECHO 2.2 We imply no guarantees or warranties of
ECHO any kind.
ECHO.
ECHO 3. WAIVER
ECHO.
ECHO 3.1 You assume all the risks for your use of
ECHO InnerPeace and your association with us.
ECHO.
ECHO 3.2 You waive all claims against us and waive
ECHO all your rights to sue us for any reason.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 4. ASSIGNMENT
ECHO.
ECHO 4.1 You assign all rights, including attorneys
ECHO fees, court costs, and other costs, from any
ECHO claim you may have against us, now or in the
ECHO future, for any reason, to the InnerPeace.Org
ECHO Trust Fund for Homeless Children, which may
ECHO file papers in any action you may file against
ECHO us to secure its rights to collect.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 5. NOTICE OF JUDGMENT-PROOF STRUCTURE
ECHO.
ECHO 5.1 InnerPeace.Org is legally structured as a
ECHO series of trusts.
ECHO.
ECHO 5.2 All trusts that have any assets or income
ECHO have no association with you and, therefore,
ECHO no potential liability.
ECHO.
ECHO 5.3 Any trust that may associate with you is
ECHO purposely structured to have no assets and no
ECHO income so that even if you were to win an
ECHO award there would be nothing for you to
ECHO collect.
ECHO.
ECHO 5.4 You understand this arrangement and accept
ECHO that, if you should sue and win, there would
ECHO be nothing for you to collect.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 6. AGREEMENT TO ARBITRATE
ECHO.
ECHO 6.1 Any claim or dispute you may have under
ECHO this agreement shall be decided under the
ECHO rules of the American Arbitration Association,
ECHO by three arbitrators in Boston, Mass. as
ECHO modified below.
ECHO.
ECHO 6.2 You agree that we may appear "in forma
ECHO pauperis" in any action you may file without
ECHO filing any fees or documentation to support
ECHO such an appearance. If necessary, to
ECHO accomplish this, you will post any fees
ECHO required for us to do so.
ECHO.
ECHO 6.3 The prevailing party shall be awarded all
ECHO attorneys fees and costs incurred. Any of our
ECHO trustees' fees shall be considered costs.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 6.4 To assure that we shall be able to recover
ECHO any award for costs and attorney's fees from
ECHO you, along with the filing of any action
ECHO against us you shall also post a bond with the
ECHO arbitrators for an amount equal to three times
ECHO the amount of our anticipated attorneys fees
ECHO and costs. As litigation continues, upon our
ECHO showing of additional anticipated costs and
ECHO fees, the arbitrators shall increase the
ECHO amount of this bond.
ECHO.
ECHO 6.4.1 The likelihood of victory shall have no
ECHO bearing on the necessity of this bond.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 2 GOTO:ANONYM
::
CLS
ECHO 6.4.2 Your failure to post any such bond or to
ECHO increase its amount as required by the
ECHO arbitrators shall be deemed an abandonment of
ECHO the action and prevent you from futher
ECHO appearance in the action, at which point the
ECHO arbitrators shall award a default judgment to
ECHO us.
ECHO.
ECHO 6.4.3 No appearance by you "in forma
ECHO pauperis," in whole or in part, shall
ECHO alleviate either the requirement for this
ECHO bond or any increase in it.
ECHO.
ECHO 6.5 You acknowledge that our complying with
ECHO any discovery or subpoena you may move to have
ECHO enforced against us would be an unreasonable
ECHO burden for us.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 3 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 2 GOTO:ANONYM
::
CLS
ECHO 6.5.1 You waive all rights to have any
ECHO discovery or subpoena enforced against us.
ECHO.
ECHO 6.6 This agreement shall be governed under the
ECHO following, in order or priority: (a) this
ECHO agreement itself, (b) the common law, the
ECHO laws of (c) California, and (d) Massachusetts.
ECHO.
ECHO 6.7 For the purposes of venue, this agreement
ECHO shall be deemed automatically accepted by us
ECHO in Boston Mass., immediately after your
ECHO acceptance of it without amendment.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 7. MISCELLANEOUS TERMS
ECHO.
ECHO 7.1 The masculine, feminine, and neuter
ECHO genders, where applicable, include each other.
ECHO The singular and plural numbers, where
ECHO applicable, include each other.
ECHO.
ECHO 7.2 Section heads and numbers are for
ECHO convenience only and do not limit the scope of
ECHO the text.
ECHO.
ECHO 7.3 Any translation of this agreement from
ECHO English shall be unofficial. Only the English
ECHO version of shall be official.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 7.4 In any conflict between differing versions
ECHO of this agreement, the later ones shall
ECHO prevail over the earlier ones. Unless you
ECHO state otherwise in your filing papers and
ECHO prove to the arbitrators, it shall be presumed
ECHO that you have accepted all versions of this
ECHO agreement to that date.
ECHO.
ECHO 7.5 Should any part of this agreement be
ECHO deemed invalid or unenforceable as written,
ECHO the arbitrators shall amend it to have as much
ECHO of the original intent as possible, and any
ECHO such amendment shall be deemed included in the
ECHO original agreement as the original intent.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 7.6 This agreement may not be amended. You may
ECHO accept it in full or reject it outright. No
ECHO person has the power to supersede it, no
ECHO matter what his or her position may be with
ECHO us.
ECHO.
ECHO 8. YOUR ACCEPTANCE
ECHO.
ECHO 8.1 You assert to us that you are of legal age
ECHO and capacity to enter into this agreement, and
ECHO accept that we rely on this, notwithstanding
ECHO that you may have informed one or more of us
ECHO that you are not. You accept that keeping
ECHO track of such notices would be an onerous
ECHO burden for us and that we rely solely upon
ECHO your assertion.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:ANONYM
::
CLS
ECHO 8.2 Your acceptance of this agreement, in its
ECHO then present version and any prior version you
ECHO previously accepted, is automatically renewed
ECHO every time you use InnerPeace.
ECHO.
ECHO IF YOU DO NOT ACCEPT,
ECHO EXIT THIS PROGRAM NOW BY PRESSING X.
ECHO.
ECHO CONTINUING WITH THE PROGRAM
ECHO INDICATES YOUR ACCEPTANCE.
ECHO.
ECHO 1 = Accept all terms and continue.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1A2X
::::BYPASS
IF ERRORLEVEL 3 GOTO:EXIT
GOTO:ANONYM
::
:ANONYMFP
CLS
ECHO Anonymity Agreement, Fine Print, P. 1/10
ECHO.
ECHO 1. Definitions
ECHO.
ECHO 1.1 You means (a) you, the user, whoever you
ECHO may be, (b) anyone benefiting from your
ECHO knowledge, particularly, but not limited, to
ECHO your employers and principals, and purchasers
ECHO of your knowledge, (c) anyone standing in the
ECHO place of those listed in 1.1(a) or 1.1(b).
ECHO.
ECHO 1.2 We means (a) InnerPeace.Org, and any
ECHO affiliated entity or person: volunteer,
ECHO participant, staff or other, (b) anyone
ECHO benefiting from the life and well being of
ECHO those listed in 1.2 (a), and (c) anyone
ECHO standing in the place of those listed in
ECHO 1.2(a) or 1.2(b); (d) except you.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
CLS
ECHO 1.3 InnerPeace means any program by that name.
ECHO.
ECHO 1.4 This agreement means this one titled
ECHO "Anonymity Agreement" and any revised version
ECHO of it that we may publish from time to time.
ECHO.
ECHO 2. Anonymity
ECHO.
ECHO 2.1 InnerPeace.Org is an anonymous
ECHO organization. You agree to respect and
ECHO forever maintain the anonymity of all those
ECHO associated: participants, staff, volunteers,
ECHO and others.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
CLS
ECHO 2. Nondisclosure
ECHO.
ECHO 2.1 You agree to never disclose, directly or
ECHO indirectly, in fact or in fiction, any
ECHO information, including, but not limited to
ECHO identities, about all those associated with
ECHO us: participants, staff, volunteers, and
ECHO others, even if they are public figures.
ECHO.
ECHO Penalties for Disclosure
ECHO.
ECHO 3. Should you violate this agreement,
ECHO in addition to any actual damages,
ECHO everything you ever own shall be given to the
ECHO InnerPeace Trust Fund for Homeless Children
ECHO and you will devote the remainder of your life
ECHO to community service.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
CLS
ECHO 3.1 If you are a corporation or other
ECHO fictitious entity, persons responsible for any
ECHO such violation shall be assigned to appropriate
ECHO terms of community service.
ECHO.
ECHO 4. AGREEMENT TO ARBITRATE
ECHO.
ECHO 4.1 Any claim or dispute you may have under
ECHO this agreement shall be decided under the
ECHO rules of the American Arbitration Association,
ECHO by a single arbitrator in Boston, Mass. as
ECHO modified below.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
CLS
ECHO 4.2 You agree that we may appear "in forma
ECHO pauperis" in actions under this agreement
ECHO without filing any fees or documentation to
ECHO support such an appearance. If necessary to
ECHO accomplish this, you will post any fees
ECHO required for us to do so.
ECHO.
ECHO 4.3 The prevailing party shall be awarded all
ECHO attorneys fees and costs incurred. Any of our
ECHO trustees' fees shall be considered costs.
ECHO.
ECHO 4.4 You acknowledge that our complying with
ECHO any discovery or subpoena you may move to have
ECHO enforced against us would be an unreasonable
ECHO burden for us.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
ECHO.
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
::
CLS
ECHO 4.4.1 You waive all rights to have any
ECHO discovery or subpoena enforced against us.
ECHO.
ECHO 4.5 This agreement shall be governed under the
ECHO following, in order or priority: (a) this
ECHO agreement itself, (b) the common law, the
ECHO laws of (c) California and (d) Massachusetts.
ECHO.
ECHO 4.6 For the purposes of venue, this agreement
ECHO shall be deemed automatically accepted by us
ECHO in Boston, Mass. immediately after your
ECHO acceptance of it without amendment.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
::
CLS
ECHO 5. MISCELLANEOUS TERMS
ECHO.
ECHO 5.1 The masculine, feminine, and neuter
ECHO genders, where applicable, include each other.
ECHO The singular and plural numbers, where
ECHO applicable, include each other.
ECHO.
ECHO 5.2 Section heads and numbers are for
ECHO convenience only and do not limit the scope of
ECHO the text.
ECHO.
ECHO 5.3 Any translation of this agreement from
ECHO English shall be unofficial. Only the English
ECHO version of shall be official.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
::
CLS
ECHO 5.4 In any conflict between differing versions
ECHO of this agreement, the later ones shall
ECHO prevail over the earlier ones. Unless you
ECHO state otherwise in your filing papers and
ECHO prove to the arbitrator, it shall be presumed
ECHO that you have accepted all versions of this
ECHO agreement to date.
ECHO.
ECHO 5.5 Should any part of this agreement be
ECHO deemed invalid or unenforceable as written,
ECHO the arbitrator shall amend it to have as much
ECHO of the original intent as possible, and any
ECHO such amendment shall be deemed included in the
ECHO original agreement as the original intent.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
::
CLS
ECHO 5.6 This agreement may not be amended. You may
ECHO accept it in full or reject it outright. No
ECHO person has the power to supersede it, no
ECHO matter what his or her position may be with
ECHO us.
ECHO.
ECHO 6. YOUR ACCEPTANCE
ECHO.
ECHO 6.1 You assert to us that you are of legal age
ECHO and capacity to enter into this agreement, and
ECHO accept that we rely on this, notwithstanding
ECHO that you may have informed one or more of us
ECHO that you are not. You accept that keeping
ECHO track of such notices would be an onerous
ECHO burden for us and that we rely solely upon
ECHO your assertion.
ECHO.
ECHO 1 = Accept all terms, even the fine print.
ECHO 2 = Display more fine print.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c2D1A3X /n
::::BYPASS
IF ERRORLEVEL 5 GOTO:EXIT
::::BYPASS
IF ERRORLEVEL 3 GOTO:GW
::
CLS
ECHO 6.2 Your acceptance of this agreement, in its
ECHO then present version and any prior version you
ECHO previously accepted, is automatically renewed
ECHO every time you use InnerPeace.
ECHO.
ECHO IF YOU DO NOT ACCEPT,
ECHO EXIT THIS PROGRAM NOW BY PRESSING X.
ECHO.
ECHO CONTINUING WITH THE PROGRAM
ECHO INDICATES YOUR ACCEPTANCE.
ECHO 1 = Accept all terms and continue.
ECHO X = eXit
ECHO.
SET P1=ECHO Press the spacebar, then
%P1% press the key that matches your choice:
PAUSE>NUL
CHOICE /c1A2X
::::BYPASS
IF ERRORLEVEL 3 GOTO:EXIT
GOTO:GW
::
::: stuff to include somewhere
:::WHY NO CREDITS
:::WHAT DIDN'T WORK
:: command.com - couldn't call from bat on win95
:: write test w/errorlevel using replace
:: nesting variables %%A%%B%%
:: ***errorlevel variables elsewhere
:: ***for variables with errorlevel
::
::piping keystrokes to deltree
::move>nul
::
::+ECHO
::
::ECHO /ON
::
::Find the current dir before starting so could save
::it before moving then return to it before exiting.
::Worked on dos 6, failed on win95.
::::
::find "cls" %0
:: if user does not key in the actual file name, such
:: as
:: leaving off ".BAT" find cannot find the file.
::batchfile copying itself
::
::testing direct from command line, especially with
::variables
::cross setting of variables using set
::name [your name} age [your age]
::
::set V= input from a file echo file ??? doesn't work
::
::for with del to avoid error messages ???
::
::calling bats not on path without including path in
command
::
:: 0 INSTEAD OF O
::
:: EMAILING LARGE FILE UNATTACHED
::
:::WHAT WORKED WELL
::
::CHOICE /C123 AND TESTING FOR 2
:: if for 123
::
::FOR
::
::Testing from bats
::
::: Future plans -
:: Indexed and searchable help
:: InnerPeace for DOS 2+, Apple, Windows 3.1
:: InnerPeace with scripture quotes for various
:: religions.
:: InnerPeace Relationships Program
:: InnerPeace Singles
:: InnerPeace in other languages
:: InnerPeace with sound
:: InnerPeace music
::
::
:KEYSTROKES
:: env space, line length
::
::B PRIORITY DOTO'S
::
::mirror sites
::
::::*** explain on screen
:::MAKING PORTABLE DISKETTES OF THIS PROGRAM
:: InnerPeace is designed to fit on a diskette,
:: along with
:: all the DOS files you need to run it from any
:: computer.
::
::
::appledos
::
::bat2exe
::
::download sites
::
:END
| osonitc/scripts | WindowsBATCH/oldfiles/ip.bat | bat | gpl-3.0 | 266,872 |
@ECHO OFF
REM Command file for Sphinx documentation
if "%SPHINXBUILD%" == "" (
set SPHINXBUILD=sphinx-build
)
set BUILDDIR=_build
set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
set I18NSPHINXOPTS=%SPHINXOPTS% .
if NOT "%PAPER%" == "" (
set ALLSPHINXOPTS=-D latex_paper_size=%PAPER% %ALLSPHINXOPTS%
set I18NSPHINXOPTS=-D latex_paper_size=%PAPER% %I18NSPHINXOPTS%
)
if "%1" == "" goto help
if "%1" == "help" (
:help
echo.Please use `make ^<target^>` where ^<target^> is one of
echo. html to make standalone HTML files
echo. dirhtml to make HTML files named index.html in directories
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
echo. htmlhelp to make HTML files and a HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
echo. latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter
echo. text to make text files
echo. man to make manual pages
echo. texinfo to make Texinfo files
echo. gettext to make PO message catalogs
echo. changes to make an overview over all changed/added/deprecated items
echo. xml to make Docutils-native XML files
echo. pseudoxml to make pseudoxml-XML files for display purposes
echo. linkcheck to check all external links for integrity
echo. doctest to run all doctests embedded in the documentation if enabled
echo. coverage to run coverage check of the documentation if enabled
goto end
)
if "%1" == "clean" (
for /d %%i in (%BUILDDIR%\*) do rmdir /q /s %%i
del /q /s %BUILDDIR%\*
goto end
)
REM Check if sphinx-build is available and fallback to Python version if any
%SPHINXBUILD% 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\HAPIDocs.qhcp
echo.To view the help file:
echo.^> assistant -collectionFile %BUILDDIR%\qthelp\HAPIDocs.ghc
goto end
)
if "%1" == "devhelp" (
%SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% %BUILDDIR%/devhelp
if errorlevel 1 exit /b 1
echo.
echo.Build finished.
goto end
)
if "%1" == "epub" (
%SPHINXBUILD% -b epub %ALLSPHINXOPTS% %BUILDDIR%/epub
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The epub file is in %BUILDDIR%/epub.
goto end
)
if "%1" == "latex" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
if errorlevel 1 exit /b 1
echo.
echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdf" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "latexpdfja" (
%SPHINXBUILD% -b latex %ALLSPHINXOPTS% %BUILDDIR%/latex
cd %BUILDDIR%/latex
make all-pdf-ja
cd %~dp0
echo.
echo.Build finished; the PDF files are in %BUILDDIR%/latex.
goto end
)
if "%1" == "text" (
%SPHINXBUILD% -b text %ALLSPHINXOPTS% %BUILDDIR%/text
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The text files are in %BUILDDIR%/text.
goto end
)
if "%1" == "man" (
%SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The manual pages are in %BUILDDIR%/man.
goto end
)
if "%1" == "texinfo" (
%SPHINXBUILD% -b texinfo %ALLSPHINXOPTS% %BUILDDIR%/texinfo
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The Texinfo files are in %BUILDDIR%/texinfo.
goto end
)
if "%1" == "gettext" (
%SPHINXBUILD% -b gettext %I18NSPHINXOPTS% %BUILDDIR%/locale
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The message catalogs are in %BUILDDIR%/locale.
goto end
)
if "%1" == "changes" (
%SPHINXBUILD% -b changes %ALLSPHINXOPTS% %BUILDDIR%/changes
if errorlevel 1 exit /b 1
echo.
echo.The overview file is in %BUILDDIR%/changes.
goto end
)
if "%1" == "linkcheck" (
%SPHINXBUILD% -b linkcheck %ALLSPHINXOPTS% %BUILDDIR%/linkcheck
if errorlevel 1 exit /b 1
echo.
echo.Link check complete; look for any errors in the above output ^
or in %BUILDDIR%/linkcheck/output.txt.
goto end
)
if "%1" == "doctest" (
%SPHINXBUILD% -b doctest %ALLSPHINXOPTS% %BUILDDIR%/doctest
if errorlevel 1 exit /b 1
echo.
echo.Testing of doctests in the sources finished, look at the ^
results in %BUILDDIR%/doctest/output.txt.
goto end
)
if "%1" == "coverage" (
%SPHINXBUILD% -b coverage %ALLSPHINXOPTS% %BUILDDIR%/coverage
if errorlevel 1 exit /b 1
echo.
echo.Testing of coverage in the sources finished, look at the ^
results in %BUILDDIR%/coverage/python.txt.
goto end
)
if "%1" == "xml" (
%SPHINXBUILD% -b xml %ALLSPHINXOPTS% %BUILDDIR%/xml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The XML files are in %BUILDDIR%/xml.
goto end
)
if "%1" == "pseudoxml" (
%SPHINXBUILD% -b pseudoxml %ALLSPHINXOPTS% %BUILDDIR%/pseudoxml
if errorlevel 1 exit /b 1
echo.
echo.Build finished. The pseudo-XML files are in %BUILDDIR%/pseudoxml.
goto end
)
:end
| PedroSFreitas/hapi | docs/make.bat | bat | gpl-3.0 | 7,253 |
"C:\Windows\Microsoft.NET\Framework\v4.0.30319\msbuild.exe" ..\Source\OxyPlot.Silverlight4.sln /p:Configuration=Release | ylatuya/oxyplot | Build/BuildRelease_Silverlight4.cmd | bat | mit | 119 |
@REM ----------------------------------------------------------------------------
@REM Licensed to the Apache Software Foundation (ASF) under one
@REM or more contributor license agreements. See the NOTICE file
@REM distributed with this work for additional information
@REM regarding copyright ownership. The ASF licenses this file
@REM to you under the Apache License, Version 2.0 (the
@REM "License"); you may not use this file except in compliance
@REM with the License. You may obtain a copy of the License at
@REM
@REM http://www.apache.org/licenses/LICENSE-2.0
@REM
@REM Unless required by applicable law or agreed to in writing,
@REM software distributed under the License is distributed on an
@REM "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@REM KIND, either express or implied. See the License for the
@REM specific language governing permissions and limitations
@REM under the License.
@REM ----------------------------------------------------------------------------
@REM ----------------------------------------------------------------------------
@REM Maven2 Start Up Batch script
@REM
@REM Required ENV vars:
@REM JAVA_HOME - location of a JDK home dir
@REM
@REM Optional ENV vars
@REM M2_HOME - location of maven2's installed home dir
@REM MAVEN_BATCH_ECHO - set to 'on' to enable the echoing of the batch commands
@REM MAVEN_BATCH_PAUSE - set to 'on' to wait for a key stroke before ending
@REM MAVEN_OPTS - parameters passed to the Java VM when running Maven
@REM e.g. to debug Maven itself, use
@REM set MAVEN_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
@REM MAVEN_SKIP_RC - flag to disable loading of mavenrc files
@REM ----------------------------------------------------------------------------
@REM Begin all REM lines with '@' in case MAVEN_BATCH_ECHO is 'on'
@echo off
@REM enable echoing my setting MAVEN_BATCH_ECHO to 'on'
@if "%MAVEN_BATCH_ECHO%" == "on" echo %MAVEN_BATCH_ECHO%
@REM set %HOME% to equivalent of $HOME
if "%HOME%" == "" (set "HOME=%HOMEDRIVE%%HOMEPATH%")
@REM Execute a user defined script before this one
if not "%MAVEN_SKIP_RC%" == "" goto skipRcPre
@REM check for pre script, once with legacy .bat ending and once with .cmd ending
if exist "%HOME%\mavenrc_pre.bat" call "%HOME%\mavenrc_pre.bat"
if exist "%HOME%\mavenrc_pre.cmd" call "%HOME%\mavenrc_pre.cmd"
:skipRcPre
@setlocal
set ERROR_CODE=0
@REM To isolate internal variables from possible post scripts, we use another setlocal
@setlocal
@REM ==== START VALIDATION ====
if not "%JAVA_HOME%" == "" goto OkJHome
echo.
echo Error: JAVA_HOME not found in your environment. >&2
echo Please set the JAVA_HOME variable in your environment to match the >&2
echo location of your Java installation. >&2
echo.
goto error
:OkJHome
if exist "%JAVA_HOME%\bin\java.exe" goto init
echo.
echo Error: JAVA_HOME is set to an invalid directory. >&2
echo JAVA_HOME = "%JAVA_HOME%" >&2
echo Please set the JAVA_HOME variable in your environment to match the >&2
echo location of your Java installation. >&2
echo.
goto error
@REM ==== END VALIDATION ====
:init
set MAVEN_CMD_LINE_ARGS=%MAVEN_CONFIG% %*
@REM Find the project base dir, i.e. the directory that contains the folder ".mvn".
@REM Fallback to current working directory if not found.
set MAVEN_PROJECTBASEDIR=%MAVEN_BASEDIR%
IF NOT "%MAVEN_PROJECTBASEDIR%"=="" goto endDetectBaseDir
set EXEC_DIR=%CD%
set WDIR=%EXEC_DIR%
:findBaseDir
IF EXIST "%WDIR%"\.mvn goto baseDirFound
cd ..
IF "%WDIR%"=="%CD%" goto baseDirNotFound
set WDIR=%CD%
goto findBaseDir
:baseDirFound
set MAVEN_PROJECTBASEDIR=%WDIR%
cd "%EXEC_DIR%"
goto endDetectBaseDir
:baseDirNotFound
set MAVEN_PROJECTBASEDIR=%EXEC_DIR%
cd "%EXEC_DIR%"
:endDetectBaseDir
IF NOT EXIST "%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config" goto endReadAdditionalConfig
@setlocal EnableExtensions EnableDelayedExpansion
for /F "usebackq delims=" %%a in ("%MAVEN_PROJECTBASEDIR%\.mvn\jvm.config") do set JVM_CONFIG_MAVEN_PROPS=!JVM_CONFIG_MAVEN_PROPS! %%a
@endlocal & set JVM_CONFIG_MAVEN_PROPS=%JVM_CONFIG_MAVEN_PROPS%
:endReadAdditionalConfig
SET MAVEN_JAVA_EXE="%JAVA_HOME%\bin\java.exe"
set WRAPPER_JAR=""%MAVEN_PROJECTBASEDIR%\.mvn\wrapper\maven-wrapper.jar""
set WRAPPER_LAUNCHER=org.apache.maven.wrapper.MavenWrapperMain
# avoid using MAVEN_CMD_LINE_ARGS below since that would loose parameter escaping in %*
%MAVEN_JAVA_EXE% %JVM_CONFIG_MAVEN_PROPS% %MAVEN_OPTS% %MAVEN_DEBUG_OPTS% -classpath %WRAPPER_JAR% "-Dmaven.multiModuleProjectDirectory=%MAVEN_PROJECTBASEDIR%" %WRAPPER_LAUNCHER% %MAVEN_CONFIG% %*
if ERRORLEVEL 1 goto error
goto end
:error
set ERROR_CODE=1
:end
@endlocal & set ERROR_CODE=%ERROR_CODE%
if not "%MAVEN_SKIP_RC%" == "" goto skipRcPost
@REM check for post script, once with legacy .bat ending and once with .cmd ending
if exist "%HOME%\mavenrc_post.bat" call "%HOME%\mavenrc_post.bat"
if exist "%HOME%\mavenrc_post.cmd" call "%HOME%\mavenrc_post.cmd"
:skipRcPost
@REM pause the script if MAVEN_BATCH_PAUSE is set to 'on'
if "%MAVEN_BATCH_PAUSE%" == "on" pause
if "%MAVEN_TERMINATE_CMD%" == "on" exit %ERROR_CODE%
exit /B %ERROR_CODE%
| Wechat-Group/WxJava | others/mvnw.cmd | bat | apache-2.0 | 5,127 |
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\mime\cli.js" %*
) ELSE (
node "%~dp0\..\mime\cli.js" %*
) | alvarpoon/evie | wp-content/themes/evie/node_modules/bower/node_modules/github/node_modules/.bin/mime.cmd | bat | gpl-2.0 | 119 |
@echo off
if "%PROCESSOR_ARCHITECTURE%"=="x86" goto X86
dpinst_amd64.exe
goto END
:X86
dpinst_x86.exe
:END
| Gyebro/STMF4-projects | Drivers/Win8/stlink_winusb_install.bat | bat | mit | 107 |
@echo off
pushd "%~dp0"
REM Setup variables
set SDK_DIR=c:\users\kuro\appdata\local\android\sdk
set ADB=%SDK_DIR%\platform-tools\adb.exe
REM %ADB% kill-server || goto ERROR
echo ## Trying to uninstall existing version of APK
"%ADB%" uninstall com.BrowserShare || goto ERROR
echo.
echo ## Installing new version of APK
"%ADB%" install -r bin/BrowserShare-debug.apk || goto ERROR
echo.
echo ## Starting APK on device
"%ADB%" shell am start -a android.intent.action.MAIN -c [android.intent.category.LAUNCHER] -f 0x10200000 -n com.BrowserShare/com.BrowserShare.BrowserShare || goto ERROR
popd && exit /b 0
:ERROR
popd && exit /b 1
| blyk/BlackCode-Fuse | BrowserShare/.build/Simulator/Android/run.bat | bat | mit | 634 |
:: Licensed to the Apache Software Foundation (ASF) under one
:: or more contributor license agreements. See the NOTICE file
:: distributed with this work for additional information
:: regarding copyright ownership. The ASF licenses this file
:: to you under the Apache License, Version 2.0 (the
:: "License"); you may not use this file except in compliance
:: with the License. You may obtain a copy of the License at
::
:: http://www.apache.org/licenses/LICENSE-2.0
::
:: Unless required by applicable law or agreed to in writing,
:: software distributed under the License is distributed on an
:: "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
:: KIND, either express or implied. See the License for the
:: specific language governing permissions and limitations
:: under the License.
@ECHO OFF
cscript "%~dp0\reversion.js" %* //nologo | OneMoreCheckin/mobile-app | phonegap/2.6.0/windows-phone-7/tooling/scripts/reversion.bat | bat | mit | 849 |
cd %~dp0 && npm install | tpkn/get-coub | install.bat | bat | mit | 23 |
@echo off
:: Missing clean in composer project
set vendor_dir="vendor"
set composer_lock_file="composer.lock"
if exist %vendor_dir% (
echo Removing installed dependencies
call rd /S /Q %vendor_dir%
)
if exist %composer_lock_file% (
echo Removing lock file
call del %composer_lock_file%
)
if errorlevel==0 (
echo All clean
) else (
echo There was an error
) | stuartwakefield/swakefield-rmusic-767 | bin/composer-clean.bat | bat | mit | 366 |
C:
@ECHO OFF
rem ++++++++++++++++++++++++++++++++++++++++++++++++
rem + copyright 2002 - 2003 Bob Parnass
rem +
rem + tk8500.bat batch file
rem +
rem + Run this file to start the tk8500 program
rem ++++++++++++++++++++++++++++++++++++++++++++++++
SET tk8500=C:\tk8500
"C:\tcl\bin\wish83.exe" "C:\tk8500\tk8500.tcl"
| kronoc/tk8500 | tk8500.bat | bat | gpl-2.0 | 342 |
cmd_drivers/video/backlight/built-in.o := /home/dman3285/CM10/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o drivers/video/backlight/built-in.o drivers/video/backlight/lcd.o drivers/video/backlight/backlight.o drivers/video/backlight/cmc623_pwm_bl_bose.o
| AOSP-ZEUS/android_kernel_samsung_n1 | drivers/video/backlight/.built-in.o.cmd | bat | gpl-2.0 | 283 |
cmd_drivers/gpu/drm/drm_context.o := arm-linux-gnueabi-gcc -Wp,-MD,drivers/gpu/drm/.drm_context.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 -Iinclude/drm -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(drm_context)" -D"KBUILD_MODNAME=KBUILD_STR(drm)" -c -o drivers/gpu/drm/drm_context.o drivers/gpu/drm/drm_context.c
deps_drivers/gpu/drm/drm_context.o := \
drivers/gpu/drm/drm_context.c \
include/drm/drmP.h \
$(wildcard include/config/mtrr.h) \
$(wildcard include/config/agp.h) \
$(wildcard include/config/debug/fs.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/miscdevice.h \
include/linux/major.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/rculist.h \
include/linux/path.h \
include/linux/radix-tree.h \
include/linux/prio_tree.h \
include/linux/pid.h \
include/linux/capability.h \
$(wildcard include/config/security/file/capabilities.h) \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/magic.h \
include/linux/file.h \
include/linux/platform_device.h \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.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/jiffies.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/debugobjects.h \
$(wildcard include/config/debug/objects/free.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/mod_devicetable.h \
include/linux/pci.h \
$(wildcard include/config/pci/iov.h) \
$(wildcard include/config/pcieaspm.h) \
$(wildcard include/config/pci/msi.h) \
$(wildcard include/config/pci.h) \
$(wildcard include/config/pci/legacy.h) \
$(wildcard include/config/pcie/ecrc.h) \
$(wildcard include/config/ht/irq.h) \
$(wildcard include/config/pci/domains.h) \
$(wildcard include/config/pci/mmconfig.h) \
$(wildcard include/config/hotplug/pci.h) \
include/linux/pci_regs.h \
include/linux/io.h \
$(wildcard include/config/has/ioport.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/io.h \
arch/arm/mach-msm/include/mach/io.h \
include/linux/irqreturn.h \
include/linux/pci_ids.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pci.h \
$(wildcard include/config/pci/host/ite8152.h) \
include/asm-generic/pci-dma-compat.h \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
include/linux/dma-attrs.h \
include/linux/bug.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/scatterlist.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/rbtree.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.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/mm/owner.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/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/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/32.h) \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/mach/es209ra.h) \
$(wildcard include/config/vmsplit/2g.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgtable-hwdef.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.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/posix/mqueue.h) \
$(wildcard include/config/keys.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/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/debug/stack/usage.h) \
$(wildcard include/config/group/sched.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/proportions.h \
include/linux/percpu_counter.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.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/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) \
include/linux/key.h \
include/linux/sysctl.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/have/mlocked/page/bit.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/dma-mapping.h \
include/asm-generic/dma-coherent.h \
$(wildcard include/config/have/generic/dma/coherent.h) \
arch/arm/mach-msm/include/mach/hardware.h \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/cdev.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/mman.h \
include/asm-generic/mman.h \
include/asm-generic/mman-common.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/poll.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/poll.h \
include/asm-generic/poll.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/pgalloc.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cacheflush.h \
$(wildcard include/config/cpu/cache/v3.h) \
$(wildcard include/config/cpu/cache/v4.h) \
$(wildcard include/config/cpu/cache/v4wb.h) \
$(wildcard include/config/outer/cache.h) \
$(wildcard include/config/cpu/cache/vipt.h) \
$(wildcard include/config/arm/errata/411920.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/shmparam.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/cachetype.h \
$(wildcard include/config/cpu/cache/vivt.h) \
include/drm/drm.h \
include/drm/drm_mode.h \
include/linux/idr.h \
include/drm/drm_os_linux.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
$(wildcard include/config/debug/shirq.h) \
include/linux/irqnr.h \
include/linux/hardirq.h \
$(wildcard include/config/virt/cpu/accounting.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/hardirq.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8x60.h) \
arch/arm/mach-msm/include/mach/irqs-8x50.h \
arch/arm/mach-msm/include/mach/sirc.h \
$(wildcard include/config/msm/soc/rev/a.h) \
arch/arm/mach-msm/include/mach/msm_iomap.h \
arch/arm/mach-msm/include/mach/msm_iomap-8x50.h \
$(wildcard include/config/msm/debug/uart.h) \
include/linux/irq_cpustat.h \
include/linux/delay.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/delay.h \
include/drm/drm_hashtab.h \
include/drm/drm_mm.h \
include/linux/seq_file.h \
include/drm/drm_crtc.h \
include/linux/i2c.h \
$(wildcard include/config/i2c.h) \
$(wildcard include/config/i2c/boardinfo.h) \
include/linux/i2c-id.h \
include/linux/fb.h \
$(wildcard include/config/fb/backlight.h) \
$(wildcard include/config/fb/deferred/io.h) \
$(wildcard include/config/fb/tileblitting.h) \
$(wildcard include/config/fb/foreign/endian.h) \
$(wildcard include/config/fb/both/endian.h) \
$(wildcard include/config/fb/big/endian.h) \
$(wildcard include/config/fb/little/endian.h) \
include/linux/backlight.h \
include/drm/drm_memory.h \
include/linux/highmem.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/uaccess.h \
/home/benoit/kernel_android/32/es209ra/arch/arm/include/asm/kmap_types.h \
include/linux/vmalloc.h \
include/drm/drmP.h \
drivers/gpu/drm/drm_context.o: $(deps_drivers/gpu/drm/drm_context.o)
$(deps_drivers/gpu/drm/drm_context.o):
| b8e5n/KTG-kernel_es209ra | drivers/gpu/drm/.drm_context.o.cmd | bat | gpl-2.0 | 28,517 |
cmd_drivers/gpu/built-in.o := ../prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-eabi-ld -EL -r -o drivers/gpu/built-in.o drivers/gpu/drm/built-in.o drivers/gpu/vga/built-in.o drivers/gpu/msm/built-in.o
| venkatkamesh/2.6.35-kernel-for-lg-optimus-me- | drivers/gpu/.built-in.o.cmd | bat | gpl-2.0 | 212 |
cmd_scripts/kconfig/zconf.tab.o := gcc -Wp,-MD,scripts/kconfig/.zconf.tab.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -DCURSES_LOC="<ncurses.h>" -DLOCALE -Iscripts/kconfig -c -o scripts/kconfig/zconf.tab.o scripts/kconfig/zconf.tab.c
deps_scripts/kconfig/zconf.tab.o := \
scripts/kconfig/zconf.tab.c \
/usr/include/ctype.h \
/usr/include/features.h \
/usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h \
/usr/include/gnu/stubs.h \
/usr/include/gnu/stubs-32.h \
/usr/include/bits/types.h \
/usr/include/bits/typesizes.h \
/usr/include/endian.h \
/usr/include/bits/endian.h \
/usr/lib/gcc/i486-linux-gnu/4.3.2/include/stdarg.h \
/usr/include/stdio.h \
/usr/lib/gcc/i486-linux-gnu/4.3.2/include/stddef.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.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/stdlib.h \
/usr/include/sys/types.h \
/usr/include/time.h \
/usr/include/sys/select.h \
/usr/include/bits/select.h \
/usr/include/bits/sigset.h \
/usr/include/bits/time.h \
/usr/include/sys/sysmacros.h \
/usr/include/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/include/bits/stdlib.h \
/usr/include/string.h \
/usr/include/bits/string.h \
/usr/include/bits/string2.h \
/usr/include/bits/string3.h \
/usr/lib/gcc/i486-linux-gnu/4.3.2/include/stdbool.h \
scripts/kconfig/lkc.h \
$(wildcard include/config/list.h) \
scripts/kconfig/expr.h \
/usr/include/libintl.h \
/usr/include/locale.h \
/usr/include/bits/locale.h \
scripts/kconfig/lkc_proto.h \
scripts/kconfig/zconf.hash.c \
scripts/kconfig/lex.zconf.c \
/usr/include/errno.h \
/usr/include/bits/errno.h \
/usr/include/linux/errno.h \
/usr/include/asm/errno.h \
/usr/include/asm-generic/errno.h \
/usr/include/asm-generic/errno-base.h \
/usr/lib/gcc/i486-linux-gnu/4.3.2/include-fixed/limits.h \
/usr/lib/gcc/i486-linux-gnu/4.3.2/include-fixed/syslimits.h \
/usr/include/limits.h \
/usr/include/bits/posix1_lim.h \
/usr/include/bits/local_lim.h \
/usr/include/linux/limits.h \
/usr/include/bits/posix2_lim.h \
/usr/include/unistd.h \
/usr/include/bits/posix_opt.h \
/usr/include/bits/confname.h \
/usr/include/getopt.h \
/usr/include/bits/unistd.h \
scripts/kconfig/util.c \
scripts/kconfig/confdata.c \
$(wildcard include/config/config.h) \
$(wildcard include/config/autoconfig.h) \
$(wildcard include/config/.h) \
$(wildcard include/config/overwriteconfig.h) \
$(wildcard include/config/notimestamp.h) \
$(wildcard include/config/autoheader.h) \
/usr/include/sys/stat.h \
/usr/include/bits/stat.h \
/usr/include/fcntl.h \
/usr/include/bits/fcntl.h \
/usr/include/bits/fcntl2.h \
scripts/kconfig/expr.c \
scripts/kconfig/symbol.c \
/usr/include/regex.h \
/usr/include/sys/utsname.h \
/usr/include/bits/utsname.h \
scripts/kconfig/menu.c \
scripts/kconfig/zconf.tab.o: $(deps_scripts/kconfig/zconf.tab.o)
$(deps_scripts/kconfig/zconf.tab.o):
| CyanogenMod/htc-kernel-incrediblec | scripts/kconfig/.zconf.tab.o.cmd | bat | gpl-2.0 | 3,135 |
cmd_net/bluetooth/hci_core.o := arm-eabi-gcc -Wp,-MD,net/bluetooth/.hci_core.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(hci_core)" -D"KBUILD_MODNAME=KBUILD_STR(bluetooth)" -D"DEBUG_HASH=39" -D"DEBUG_HASH2=1" -c -o net/bluetooth/hci_core.o net/bluetooth/hci_core.c
deps_net/bluetooth/hci_core.o := \
net/bluetooth/hci_core.c \
include/linux/jiffies.h \
include/linux/math64.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) \
/data/repos/kernels/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/data/repos/kernels/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.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 \
/data/repos/kernels/arch/arm/include/asm/posix_types.h \
/data/repos/kernels/arch/arm/include/asm/div64.h \
/data/repos/kernels/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/data/repos/kernels/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) \
include/linux/typecheck.h \
/data/repos/kernels/arch/arm/include/asm/irqflags.h \
/data/repos/kernels/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/data/repos/kernels/arch/arm/include/asm/hwcap.h \
/data/repos/kernels/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
/data/repos/kernels/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.h) \
$(wildcard include/config/generic/bug/relative/pointers.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/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/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) \
/data/repos/kernels/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/arch_hweight.h \
include/asm-generic/bitops/const_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/dynamic_debug.h \
/data/repos/kernels/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/data/repos/kernels/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.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) \
/data/repos/kernels/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.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) \
/data/repos/kernels/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/data/repos/kernels/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/data/repos/kernels/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
/data/repos/kernels/arch/arm/include/asm/processor.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/data/repos/kernels/arch/arm/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/rcu.h) \
include/linux/rwlock_types.h \
/data/repos/kernels/arch/arm/include/asm/spinlock.h \
include/linux/rwlock.h \
include/linux/spinlock_api_smp.h \
$(wildcard include/config/inline/spin/lock.h) \
$(wildcard include/config/inline/spin/lock/bh.h) \
$(wildcard include/config/inline/spin/lock/irq.h) \
$(wildcard include/config/inline/spin/lock/irqsave.h) \
$(wildcard include/config/inline/spin/trylock.h) \
$(wildcard include/config/inline/spin/trylock/bh.h) \
$(wildcard include/config/inline/spin/unlock.h) \
$(wildcard include/config/inline/spin/unlock/bh.h) \
$(wildcard include/config/inline/spin/unlock/irq.h) \
$(wildcard include/config/inline/spin/unlock/irqrestore.h) \
include/linux/rwlock_api_smp.h \
$(wildcard include/config/inline/read/lock.h) \
$(wildcard include/config/inline/write/lock.h) \
$(wildcard include/config/inline/read/lock/bh.h) \
$(wildcard include/config/inline/write/lock/bh.h) \
$(wildcard include/config/inline/read/lock/irq.h) \
$(wildcard include/config/inline/write/lock/irq.h) \
$(wildcard include/config/inline/read/lock/irqsave.h) \
$(wildcard include/config/inline/write/lock/irqsave.h) \
$(wildcard include/config/inline/read/trylock.h) \
$(wildcard include/config/inline/write/trylock.h) \
$(wildcard include/config/inline/read/unlock.h) \
$(wildcard include/config/inline/write/unlock.h) \
$(wildcard include/config/inline/read/unlock/bh.h) \
$(wildcard include/config/inline/write/unlock/bh.h) \
$(wildcard include/config/inline/read/unlock/irq.h) \
$(wildcard include/config/inline/write/unlock/irq.h) \
$(wildcard include/config/inline/read/unlock/irqrestore.h) \
$(wildcard include/config/inline/write/unlock/irqrestore.h) \
/data/repos/kernels/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.h \
include/linux/timex.h \
include/linux/param.h \
/data/repos/kernels/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/data/repos/kernels/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
$(wildcard include/config/arch/msm/scorpionmp.h) \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.h) \
$(wildcard include/config/modules.h) \
$(wildcard include/config/modversions.h) \
$(wildcard include/config/unused/symbols.h) \
$(wildcard include/config/kallsyms.h) \
$(wildcard include/config/tracepoints.h) \
$(wildcard include/config/event/tracing.h) \
$(wildcard include/config/module/unload.h) \
$(wildcard include/config/constructors.h) \
$(wildcard include/config/sysfs.h) \
include/linux/stat.h \
/data/repos/kernels/arch/arm/include/asm/stat.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/compaction.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/no/bootmem.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/have/memoryless/nodes.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 \
/data/repos/kernels/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) \
/data/repos/kernels/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/generated/bounds.h \
/data/repos/kernels/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) \
/data/repos/kernels/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) \
/data/repos/kernels/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/arch/msm/cortex/a5.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/arch/msm7x27.h) \
/data/repos/kernels/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 \
/data/repos/kernels/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) \
/data/repos/kernels/arch/arm/include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.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) \
/data/repos/kernels/arch/arm/include/asm/smp.h \
arch/arm/mach-msm/include/mach/smp.h \
/data/repos/kernels/arch/arm/include/asm/hardware/gic.h \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/data/repos/kernels/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) \
/data/repos/kernels/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.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.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/data/repos/kernels/arch/arm/include/asm/elf.h \
/data/repos/kernels/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/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/data/repos/kernels/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.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/virt/cpu/accounting.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/keys.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/cgroup/sched.h) \
$(wildcard include/config/mm/owner.h) \
include/linux/capability.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 \
/data/repos/kernels/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) \
/data/repos/kernels/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
/data/repos/kernels/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/data/repos/kernels/arch/arm/include/asm/ipcbuf.h \
/data/repos/kernels/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/data/repos/kernels/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/data/repos/kernels/arch/arm/include/asm/sigcontext.h \
/data/repos/kernels/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 \
/data/repos/kernels/arch/arm/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/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/aio_abi.h \
include/linux/uio.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/failslab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/kmemtrace.h \
$(wildcard include/config/kmemtrace.h) \
include/trace/events/kmem.h \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/linux/poll.h \
/data/repos/kernels/arch/arm/include/asm/poll.h \
include/asm-generic/poll.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
/data/repos/kernels/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/radix-tree.h \
include/linux/semaphore.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/fcntl.h \
/data/repos/kernels/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
/data/repos/kernels/arch/arm/include/asm/uaccess.h \
/data/repos/kernels/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/xfrm.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/kmemcheck.h \
include/linux/net.h \
include/linux/socket.h \
/data/repos/kernels/arch/arm/include/asm/socket.h \
/data/repos/kernels/arch/arm/include/asm/sockios.h \
include/linux/sockios.h \
include/linux/random.h \
include/linux/irqnr.h \
include/linux/ratelimit.h \
include/linux/textsearch.h \
include/net/checksum.h \
/data/repos/kernels/arch/arm/include/asm/checksum.h \
include/linux/in6.h \
include/linux/dmaengine.h \
$(wildcard include/config/async/tx/disable/channel/switch.h) \
$(wildcard include/config/dma/engine.h) \
$(wildcard include/config/async/tx/dma.h) \
include/linux/device.h \
$(wildcard include/config/of.h) \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
$(wildcard include/config/pm/ops.h) \
/data/repos/kernels/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
$(wildcard include/config/need/dma/map/state.h) \
include/linux/dma-attrs.h \
include/linux/bug.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/data/repos/kernels/arch/arm/include/asm/scatterlist.h \
include/asm-generic/scatterlist.h \
$(wildcard include/config/need/sg/dma/length.h) \
include/linux/mm.h \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/range.h \
/data/repos/kernels/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/data/repos/kernels/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/data/repos/kernels/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/vmsplit/2g.h) \
/data/repos/kernels/arch/arm/include/asm/pgtable-hwdef.h \
/data/repos/kernels/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
$(wildcard include/config/arm/errata/720789.h) \
$(wildcard include/config/arch/msm8x60.h) \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
/data/repos/kernels/arch/arm/include/asm/io.h \
$(wildcard include/config/sec/debug/regrw/log.h) \
arch/arm/mach-msm/include/mach/sec_debug.h \
$(wildcard include/config/sec/debug.h) \
$(wildcard include/config/sec/debug/sched/log.h) \
$(wildcard include/config/sec/debug/irq/exit/log.h) \
$(wildcard include/config/sec/debug/semaphore/log.h) \
$(wildcard include/config/sec/debug/dcvs/log.h) \
$(wildcard include/config/sec/debug/fuelgauge/log.h) \
$(wildcard include/config/sec/debug/mdp/log.h) \
$(wildcard include/config/sec/debug/sdio/log.h) \
arch/arm/mach-msm/include/mach/io.h \
/data/repos/kernels/arch/arm/include/asm/dma-mapping.h \
include/asm-generic/dma-coherent.h \
$(wildcard include/config/have/generic/dma/coherent.h) \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/data/repos/kernels/arch/arm/include/asm/hardirq.h \
/data/repos/kernels/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8960.h) \
arch/arm/mach-msm/include/mach/irqs-8x60.h \
include/linux/irq_cpustat.h \
include/linux/rfkill.h \
$(wildcard include/config/rfkill.h) \
$(wildcard include/config/rfkill/leds.h) \
include/linux/leds.h \
$(wildcard include/config/leds/triggers.h) \
$(wildcard include/config/leds/trigger/ide/disk.h) \
include/net/sock.h \
$(wildcard include/config/net/ns.h) \
$(wildcard include/config/rps.h) \
include/linux/list_nulls.h \
include/linux/netdevice.h \
$(wildcard include/config/dcb.h) \
$(wildcard include/config/wlan.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/fcoe.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/dsa.h) \
$(wildcard include/config/net/dsa/tag/dsa.h) \
$(wildcard include/config/net/dsa/tag/trailer.h) \
$(wildcard include/config/netpoll/trap.h) \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/if_ether.h \
include/linux/if_packet.h \
include/linux/if_link.h \
include/linux/netlink.h \
include/linux/pm_qos_params.h \
include/linux/miscdevice.h \
include/linux/major.h \
include/linux/delay.h \
/data/repos/kernels/arch/arm/include/asm/delay.h \
include/linux/ethtool.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/wext/core.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/mib.h \
$(wildcard include/config/xfrm/statistics.h) \
include/net/snmp.h \
include/linux/snmp.h \
include/linux/u64_stats_sync.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
$(wildcard include/config/ip/mroute.h) \
$(wildcard include/config/ip/mroute/multiple/tables.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
$(wildcard include/config/ipv6/mroute.h) \
$(wildcard include/config/ipv6/mroute/multiple/tables.h) \
include/net/dst_ops.h \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
$(wildcard include/config/bridge/nf/ebtables.h) \
include/linux/netfilter.h \
$(wildcard include/config/netfilter/debug.h) \
$(wildcard include/config/nf/nat/needed.h) \
include/linux/in.h \
include/net/flow.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/magic.h \
include/net/netns/conntrack.h \
include/net/netns/xfrm.h \
include/linux/xfrm.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/net/dsa.h \
include/linux/security.h \
$(wildcard include/config/security/path.h) \
$(wildcard include/config/security/network.h) \
$(wildcard include/config/security/network/xfrm.h) \
$(wildcard include/config/securityfs.h) \
include/linux/binfmts.h \
include/linux/shm.h \
/data/repos/kernels/arch/arm/include/asm/shmparam.h \
/data/repos/kernels/arch/arm/include/asm/shmbuf.h \
include/linux/msg.h \
/data/repos/kernels/arch/arm/include/asm/msgbuf.h \
include/linux/filter.h \
include/linux/rculist_nulls.h \
include/net/dst.h \
$(wildcard include/config/net/cls/route.h) \
include/linux/rtnetlink.h \
include/linux/if_addr.h \
include/linux/neighbour.h \
include/net/neighbour.h \
include/net/rtnetlink.h \
include/net/netlink.h \
/data/repos/kernels/arch/arm/include/asm/unaligned.h \
include/linux/unaligned/le_byteshift.h \
include/linux/unaligned/be_byteshift.h \
include/linux/unaligned/generic.h \
include/net/bluetooth/bluetooth.h \
include/net/bluetooth/hci_core.h \
include/net/bluetooth/hci.h \
net/bluetooth/hci_core.o: $(deps_net/bluetooth/hci_core.o)
$(deps_net/bluetooth/hci_core.o):
| bigbiff/i717-GB-Kernel | net/bluetooth/.hci_core.o.cmd | bat | gpl-2.0 | 33,040 |
cmd_fs/nfs/nfs.o := arm-poky-linux-gnueabi-ld -EL -r -o fs/nfs/nfs.o fs/nfs/client.o fs/nfs/dir.o fs/nfs/file.o fs/nfs/getroot.o fs/nfs/inode.o fs/nfs/super.o fs/nfs/direct.o fs/nfs/pagelist.o fs/nfs/read.o fs/nfs/symlink.o fs/nfs/unlink.o fs/nfs/write.o fs/nfs/namespace.o fs/nfs/mount_clnt.o fs/nfs/nfstrace.o fs/nfs/nfsroot.o fs/nfs/sysctl.o
| heyoufei2/yocto3.14.38_kernel | fs/nfs/.nfs.o.cmd | bat | gpl-2.0 | 349 |
cmd_drivers/media/dvb-frontends/tda8083.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o drivers/media/dvb-frontends/tda8083.ko drivers/media/dvb-frontends/tda8083.o drivers/media/dvb-frontends/tda8083.mod.o
| avareldalton85/rpi2-linux-rt | drivers/media/dvb-frontends/.tda8083.ko.cmd | bat | gpl-2.0 | 311 |
del free42.h
del core_commands1.cpp
del core_commands1.h
del core_commands2.cpp
del core_commands2.h
del core_commands3.cpp
del core_commands3.h
del core_commands4.cpp
del core_commands4.h
del core_commands5.cpp
del core_commands5.h
del core_commands6.cpp
del core_commands6.h
del core_commands7.cpp
del core_commands7.h
del core_display.cpp
del core_display.h
del core_globals.cpp
del core_globals.h
del core_helpers.cpp
del core_helpers.h
del core_keydown.cpp
del core_keydown.h
del core_linalg1.cpp
del core_linalg1.h
del core_linalg2.cpp
del core_linalg2.h
del core_math1.cpp
del core_math1.h
del core_math2.cpp
del core_math2.h
del core_main.cpp
del core_main.h
del core_phloat.cpp
del core_phloat.h
del core_sto_rcl.cpp
del core_sto_rcl.h
del core_tables.cpp
del core_tables.h
del core_variables.cpp
del core_variables.h
del shell.h
del shell_loadimage.cpp
del shell_loadimage.h
del shell_spool.cpp
del shell_spool.h
del skin2cpp.cpp
del skin2cpp.conf
del keymap2cpp.cpp
del bid_conf.h
del bid_functions.h
| axd1967/free42s | windows/del-files.bat | bat | gpl-2.0 | 1,012 |
cmd_arch/powerpc/boot/mv64x60.o := ppc_4xx-gcc -m32 -Wp,-MD,arch/powerpc/boot/.mv64x60.o.d -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -Os -msoft-float -pipe -fomit-frame-pointer -fno-builtin -fPIC -nostdinc -isystem /tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include -g -fno-stack-protector -Iarch/powerpc/boot -I/tools/dev/repos/linux-2.6-xlnx/arch/powerpc/boot -c -o arch/powerpc/boot/mv64x60.o arch/powerpc/boot/mv64x60.c
deps_arch/powerpc/boot/mv64x60.o := \
arch/powerpc/boot/mv64x60.c \
/tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stdarg.h \
/tools/dev/eldk/usr/bin/../lib/gcc/powerpc-linux/4.2.2/include/stddef.h \
arch/powerpc/boot/types.h \
arch/powerpc/boot/elf.h \
arch/powerpc/boot/page.h \
arch/powerpc/boot/string.h \
arch/powerpc/boot/stdio.h \
arch/powerpc/boot/io.h \
arch/powerpc/boot/ops.h \
arch/powerpc/boot/mv64x60.h \
arch/powerpc/boot/mv64x60.o: $(deps_arch/powerpc/boot/mv64x60.o)
$(deps_arch/powerpc/boot/mv64x60.o):
| mattkelly/linux-2.6-xlnx | arch/powerpc/boot/.mv64x60.o.cmd | bat | gpl-2.0 | 1,026 |
cmd_drivers/media/video/uvc/built-in.o := rm -f drivers/media/video/uvc/built-in.o; /opt/freescale/usr/local/gcc-4.4.4-glibc-2.11.1-multilib-1.0/arm-fsl-linux-gnueabi/bin/arm-none-linux-gnueabi-ar rcsD drivers/media/video/uvc/built-in.o
| evan6200/cirrfy_pos | drivers/media/video/uvc/.built-in.o.cmd | bat | gpl-2.0 | 238 |
scons --target=vs2012 -s | 201409366/rtt | bsp/simulator/recreateProject.bat | bat | gpl-2.0 | 24 |
cmd_net/netfilter/xt_helper.o := arm-eabi-gcc -Wp,-MD,net/netfilter/.xt_helper.o.d -nostdinc -isystem /data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/include -I/data/repos/kernels/arch/arm/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -mlittle-endian -Iarch/arm/mach-msm/include -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Wno-format-security -fno-delete-null-pointer-checks -Os -marm -mabi=aapcs-linux -mno-thumb-interwork -funwind-tables -D__LINUX_ARM_ARCH__=7 -march=armv7-a -msoft-float -Uarm -Wframe-larger-than=1024 -fno-stack-protector -fomit-frame-pointer -g -Wdeclaration-after-statement -Wno-pointer-sign -fno-strict-overflow -fconserve-stack -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(xt_helper)" -D"KBUILD_MODNAME=KBUILD_STR(xt_helper)" -D"DEBUG_HASH=19" -D"DEBUG_HASH2=63" -c -o net/netfilter/xt_helper.o net/netfilter/xt_helper.c
deps_net/netfilter/xt_helper.o := \
net/netfilter/xt_helper.c \
include/linux/module.h \
$(wildcard include/config/symbol/prefix.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/smp.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/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 \
$(wildcard include/config/illegal/pointer/value.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) \
/data/repos/kernels/arch/arm/include/asm/types.h \
include/asm-generic/int-ll64.h \
/data/repos/kernels/arch/arm/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
/data/repos/kernels/arch/arm/include/asm/posix_types.h \
/data/repos/kernels/arch/arm/include/asm/processor.h \
$(wildcard include/config/mmu.h) \
/data/repos/kernels/arch/arm/include/asm/ptrace.h \
$(wildcard include/config/cpu/endian/be8.h) \
$(wildcard include/config/arm/thumb.h) \
/data/repos/kernels/arch/arm/include/asm/hwcap.h \
/data/repos/kernels/arch/arm/include/asm/cache.h \
$(wildcard include/config/arm/l1/cache/shift.h) \
$(wildcard include/config/aeabi.h) \
/data/repos/kernels/arch/arm/include/asm/system.h \
$(wildcard include/config/cpu/xsc3.h) \
$(wildcard include/config/cpu/fa526.h) \
$(wildcard include/config/arch/has/barriers.h) \
$(wildcard include/config/arm/dma/mem/bufferable.h) \
$(wildcard include/config/cpu/sa1100.h) \
$(wildcard include/config/cpu/sa110.h) \
$(wildcard include/config/cpu/32v6k.h) \
include/linux/linkage.h \
/data/repos/kernels/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) \
include/linux/typecheck.h \
/data/repos/kernels/arch/arm/include/asm/irqflags.h \
/data/repos/kernels/arch/arm/include/asm/outercache.h \
$(wildcard include/config/outer/cache/sync.h) \
$(wildcard include/config/outer/cache.h) \
include/asm-generic/cmpxchg-local.h \
include/linux/stat.h \
/data/repos/kernels/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) \
/data/repos/cm/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/../lib/gcc/arm-eabi/4.4.3/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) \
/data/repos/kernels/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/arch_hweight.h \
include/asm-generic/bitops/const_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/dynamic_debug.h \
/data/repos/kernels/arch/arm/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/data/repos/kernels/arch/arm/include/asm/swab.h \
include/linux/byteorder/generic.h \
/data/repos/kernels/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) \
/data/repos/kernels/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) \
/data/repos/kernels/arch/arm/include/asm/thread_info.h \
$(wildcard include/config/arm/thumbee.h) \
/data/repos/kernels/arch/arm/include/asm/fpstate.h \
$(wildcard include/config/vfpv3.h) \
$(wildcard include/config/iwmmxt.h) \
/data/repos/kernels/arch/arm/include/asm/domain.h \
$(wildcard include/config/verify/permission/fault.h) \
$(wildcard include/config/io/36.h) \
$(wildcard include/config/emulate/domain/manager/v7.h) \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/data/repos/kernels/arch/arm/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/rcu.h) \
include/linux/rwlock_types.h \
/data/repos/kernels/arch/arm/include/asm/spinlock.h \
include/linux/rwlock.h \
include/linux/spinlock_api_smp.h \
$(wildcard include/config/inline/spin/lock.h) \
$(wildcard include/config/inline/spin/lock/bh.h) \
$(wildcard include/config/inline/spin/lock/irq.h) \
$(wildcard include/config/inline/spin/lock/irqsave.h) \
$(wildcard include/config/inline/spin/trylock.h) \
$(wildcard include/config/inline/spin/trylock/bh.h) \
$(wildcard include/config/inline/spin/unlock.h) \
$(wildcard include/config/inline/spin/unlock/bh.h) \
$(wildcard include/config/inline/spin/unlock/irq.h) \
$(wildcard include/config/inline/spin/unlock/irqrestore.h) \
include/linux/rwlock_api_smp.h \
$(wildcard include/config/inline/read/lock.h) \
$(wildcard include/config/inline/write/lock.h) \
$(wildcard include/config/inline/read/lock/bh.h) \
$(wildcard include/config/inline/write/lock/bh.h) \
$(wildcard include/config/inline/read/lock/irq.h) \
$(wildcard include/config/inline/write/lock/irq.h) \
$(wildcard include/config/inline/read/lock/irqsave.h) \
$(wildcard include/config/inline/write/lock/irqsave.h) \
$(wildcard include/config/inline/read/trylock.h) \
$(wildcard include/config/inline/write/trylock.h) \
$(wildcard include/config/inline/read/unlock.h) \
$(wildcard include/config/inline/write/unlock.h) \
$(wildcard include/config/inline/read/unlock/bh.h) \
$(wildcard include/config/inline/write/unlock/bh.h) \
$(wildcard include/config/inline/read/unlock/irq.h) \
$(wildcard include/config/inline/write/unlock/irq.h) \
$(wildcard include/config/inline/read/unlock/irqrestore.h) \
$(wildcard include/config/inline/write/unlock/irqrestore.h) \
/data/repos/kernels/arch/arm/include/asm/atomic.h \
$(wildcard include/config/generic/atomic64.h) \
include/asm-generic/atomic-long.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/compaction.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/no/bootmem.h) \
$(wildcard include/config/have/memory/present.h) \
$(wildcard include/config/have/memoryless/nodes.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 \
/data/repos/kernels/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) \
/data/repos/kernels/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/generated/bounds.h \
/data/repos/kernels/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) \
/data/repos/kernels/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) \
/data/repos/kernels/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/arch/msm/cortex/a5.h) \
$(wildcard include/config/cache/l2x0.h) \
$(wildcard include/config/arch/msm/scorpion.h) \
$(wildcard include/config/arch/msm/scorpionmp.h) \
$(wildcard include/config/arch/msm7x27.h) \
/data/repos/kernels/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 \
/data/repos/kernels/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) \
/data/repos/kernels/arch/arm/include/asm/rwsem.h \
include/linux/srcu.h \
include/linux/topology.h \
$(wildcard include/config/sched/smt.h) \
$(wildcard include/config/sched/mc.h) \
$(wildcard include/config/use/percpu/numa/node/id.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) \
/data/repos/kernels/arch/arm/include/asm/smp.h \
arch/arm/mach-msm/include/mach/smp.h \
/data/repos/kernels/arch/arm/include/asm/hardware/gic.h \
include/linux/percpu.h \
$(wildcard include/config/need/per/cpu/embed/first/chunk.h) \
$(wildcard include/config/need/per/cpu/page/first/chunk.h) \
$(wildcard include/config/have/setup/per/cpu/area.h) \
include/linux/pfn.h \
/data/repos/kernels/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) \
/data/repos/kernels/arch/arm/include/asm/topology.h \
include/asm-generic/topology.h \
include/linux/mmdebug.h \
$(wildcard include/config/debug/virtual.h) \
include/linux/workqueue.h \
$(wildcard include/config/debug/objects/work.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/jiffies.h \
include/linux/timex.h \
include/linux/param.h \
/data/repos/kernels/arch/arm/include/asm/param.h \
$(wildcard include/config/hz.h) \
/data/repos/kernels/arch/arm/include/asm/timex.h \
arch/arm/mach-msm/include/mach/timex.h \
include/linux/debugobjects.h \
$(wildcard include/config/debug/objects.h) \
$(wildcard include/config/debug/objects/free.h) \
include/linux/elf.h \
include/linux/elf-em.h \
/data/repos/kernels/arch/arm/include/asm/elf.h \
/data/repos/kernels/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/rcu/torture/test.h) \
$(wildcard include/config/tree/rcu.h) \
$(wildcard include/config/tree/preempt/rcu.h) \
$(wildcard include/config/tiny/rcu.h) \
include/linux/completion.h \
include/linux/rcutree.h \
$(wildcard include/config/no/hz.h) \
/data/repos/kernels/arch/arm/include/asm/module.h \
$(wildcard include/config/arm/unwind.h) \
include/trace/events/module.h \
include/trace/define_trace.h \
include/linux/skbuff.h \
$(wildcard include/config/nf/conntrack.h) \
$(wildcard include/config/bridge/netfilter.h) \
$(wildcard include/config/xfrm.h) \
$(wildcard include/config/net/sched.h) \
$(wildcard include/config/net/cls/act.h) \
$(wildcard include/config/ipv6/ndisc/nodetype.h) \
$(wildcard include/config/net/dma.h) \
$(wildcard include/config/network/secmark.h) \
include/linux/kmemcheck.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/mm/owner.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/mmu/notifier.h) \
include/linux/auxvec.h \
/data/repos/kernels/arch/arm/include/asm/auxvec.h \
include/linux/prio_tree.h \
include/linux/rbtree.h \
include/linux/page-debug-flags.h \
$(wildcard include/config/page/poisoning.h) \
$(wildcard include/config/page/debug/something/else.h) \
/data/repos/kernels/arch/arm/include/asm/mmu.h \
$(wildcard include/config/cpu/has/asid.h) \
include/linux/net.h \
$(wildcard include/config/sysctl.h) \
include/linux/socket.h \
/data/repos/kernels/arch/arm/include/asm/socket.h \
/data/repos/kernels/arch/arm/include/asm/sockios.h \
include/linux/sockios.h \
include/linux/uio.h \
include/linux/random.h \
include/linux/ioctl.h \
/data/repos/kernels/arch/arm/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
include/linux/irqnr.h \
include/linux/fcntl.h \
/data/repos/kernels/arch/arm/include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/sysctl.h \
include/linux/ratelimit.h \
include/linux/textsearch.h \
include/linux/err.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/failslab.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/slub_def.h \
$(wildcard include/config/slub/stats.h) \
$(wildcard include/config/slub/debug.h) \
include/linux/kmemtrace.h \
$(wildcard include/config/kmemtrace.h) \
include/trace/events/kmem.h \
include/linux/kmemleak.h \
$(wildcard include/config/debug/kmemleak.h) \
include/net/checksum.h \
/data/repos/kernels/arch/arm/include/asm/uaccess.h \
/data/repos/kernels/arch/arm/include/asm/unified.h \
$(wildcard include/config/arm/asm/unified.h) \
/data/repos/kernels/arch/arm/include/asm/checksum.h \
include/linux/in6.h \
include/linux/dmaengine.h \
$(wildcard include/config/async/tx/disable/channel/switch.h) \
$(wildcard include/config/dma/engine.h) \
$(wildcard include/config/async/tx/dma.h) \
include/linux/device.h \
$(wildcard include/config/of.h) \
$(wildcard include/config/debug/devres.h) \
$(wildcard include/config/devtmpfs.h) \
include/linux/ioport.h \
include/linux/klist.h \
include/linux/pm.h \
$(wildcard include/config/pm/sleep.h) \
$(wildcard include/config/pm/runtime.h) \
$(wildcard include/config/pm/ops.h) \
/data/repos/kernels/arch/arm/include/asm/device.h \
$(wildcard include/config/dmabounce.h) \
include/linux/pm_wakeup.h \
$(wildcard include/config/pm.h) \
include/linux/dma-mapping.h \
$(wildcard include/config/has/dma.h) \
$(wildcard include/config/have/dma/attrs.h) \
$(wildcard include/config/need/dma/map/state.h) \
include/linux/dma-attrs.h \
include/linux/bug.h \
include/linux/scatterlist.h \
$(wildcard include/config/debug/sg.h) \
/data/repos/kernels/arch/arm/include/asm/scatterlist.h \
include/asm-generic/scatterlist.h \
$(wildcard include/config/need/sg/dma/length.h) \
include/linux/mm.h \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/ksm.h) \
$(wildcard include/config/debug/pagealloc.h) \
$(wildcard include/config/hibernation.h) \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/range.h \
/data/repos/kernels/arch/arm/include/asm/pgtable.h \
$(wildcard include/config/highpte.h) \
include/asm-generic/4level-fixup.h \
/data/repos/kernels/arch/arm/include/asm/proc-fns.h \
$(wildcard include/config/cpu/arm7tdmi.h) \
$(wildcard include/config/cpu/arm720t.h) \
$(wildcard include/config/cpu/arm740t.h) \
$(wildcard include/config/cpu/arm9tdmi.h) \
$(wildcard include/config/cpu/arm920t.h) \
$(wildcard include/config/cpu/arm922t.h) \
$(wildcard include/config/cpu/arm925t.h) \
$(wildcard include/config/cpu/arm926t.h) \
$(wildcard include/config/cpu/arm940t.h) \
$(wildcard include/config/cpu/arm946e.h) \
$(wildcard include/config/cpu/arm1020.h) \
$(wildcard include/config/cpu/arm1020e.h) \
$(wildcard include/config/cpu/arm1022.h) \
$(wildcard include/config/cpu/arm1026.h) \
$(wildcard include/config/cpu/mohawk.h) \
$(wildcard include/config/cpu/feroceon.h) \
$(wildcard include/config/cpu/v6.h) \
$(wildcard include/config/cpu/v7.h) \
/data/repos/kernels/arch/arm/include/asm/cpu-single.h \
arch/arm/mach-msm/include/mach/vmalloc.h \
$(wildcard include/config/vmsplit/2g.h) \
/data/repos/kernels/arch/arm/include/asm/pgtable-hwdef.h \
/data/repos/kernels/arch/arm/include/asm/tlbflush.h \
$(wildcard include/config/cpu/tlb/v3.h) \
$(wildcard include/config/cpu/tlb/v4wt.h) \
$(wildcard include/config/cpu/tlb/fa.h) \
$(wildcard include/config/cpu/tlb/v4wbi.h) \
$(wildcard include/config/cpu/tlb/feroceon.h) \
$(wildcard include/config/cpu/tlb/v4wb.h) \
$(wildcard include/config/cpu/tlb/v6.h) \
$(wildcard include/config/cpu/tlb/v7.h) \
$(wildcard include/config/arm/errata/720789.h) \
$(wildcard include/config/arch/msm8x60.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/virt/cpu/accounting.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/keys.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/debug/stack/usage.h) \
$(wildcard include/config/cgroup/sched.h) \
include/linux/capability.h \
/data/repos/kernels/arch/arm/include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
/data/repos/kernels/arch/arm/include/asm/ipcbuf.h \
/data/repos/kernels/arch/arm/include/asm/sembuf.h \
include/linux/signal.h \
/data/repos/kernels/arch/arm/include/asm/signal.h \
include/asm-generic/signal-defs.h \
/data/repos/kernels/arch/arm/include/asm/sigcontext.h \
/data/repos/kernels/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 \
/data/repos/kernels/arch/arm/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/latencytop.h \
include/linux/cred.h \
$(wildcard include/config/debug/credentials.h) \
$(wildcard include/config/security.h) \
include/linux/key.h \
include/linux/selinux.h \
$(wildcard include/config/security/selinux.h) \
include/linux/aio.h \
include/linux/aio_abi.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/pageflags/extended.h) \
$(wildcard include/config/arch/uses/pg/uncached.h) \
$(wildcard include/config/memory/failure.h) \
$(wildcard include/config/swap.h) \
$(wildcard include/config/s390.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
/data/repos/kernels/arch/arm/include/asm/io.h \
$(wildcard include/config/sec/debug/regrw/log.h) \
arch/arm/mach-msm/include/mach/sec_debug.h \
$(wildcard include/config/sec/debug.h) \
$(wildcard include/config/sec/debug/sched/log.h) \
$(wildcard include/config/sec/debug/irq/exit/log.h) \
$(wildcard include/config/sec/debug/semaphore/log.h) \
$(wildcard include/config/sec/debug/dcvs/log.h) \
$(wildcard include/config/sec/debug/fuelgauge/log.h) \
$(wildcard include/config/sec/debug/mdp/log.h) \
$(wildcard include/config/sec/debug/sdio/log.h) \
include/linux/semaphore.h \
arch/arm/mach-msm/include/mach/io.h \
/data/repos/kernels/arch/arm/include/asm/dma-mapping.h \
include/asm-generic/dma-coherent.h \
$(wildcard include/config/have/generic/dma/coherent.h) \
include/linux/netfilter.h \
$(wildcard include/config/netfilter.h) \
$(wildcard include/config/netfilter/debug.h) \
$(wildcard include/config/nf/nat/needed.h) \
include/linux/if.h \
include/linux/hdlc/ioctl.h \
include/linux/in.h \
include/net/flow.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/fsnotify.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/fs/posix/acl.h) \
$(wildcard include/config/debug/writecount.h) \
$(wildcard include/config/file/locking.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
include/linux/radix-tree.h \
include/linux/fiemap.h \
include/linux/quota.h \
$(wildcard include/config/quota/netlink/interface.h) \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/dqblk_qtree.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/inet.h \
include/linux/magic.h \
include/net/netfilter/nf_conntrack.h \
$(wildcard include/config/nf/conntrack/mark.h) \
$(wildcard include/config/nf/conntrack/secmark.h) \
$(wildcard include/config/net/ns.h) \
include/linux/netfilter/nf_conntrack_common.h \
include/linux/netfilter/nf_conntrack_tcp.h \
include/linux/netfilter/nf_conntrack_dccp.h \
include/net/netfilter/nf_conntrack_tuple.h \
include/linux/netfilter/x_tables.h \
include/linux/netdevice.h \
$(wildcard include/config/dcb.h) \
$(wildcard include/config/wlan.h) \
$(wildcard include/config/ax25.h) \
$(wildcard include/config/mac80211/mesh.h) \
$(wildcard include/config/tr.h) \
$(wildcard include/config/net/ipip.h) \
$(wildcard include/config/net/ipgre.h) \
$(wildcard include/config/ipv6/sit.h) \
$(wildcard include/config/ipv6/tunnel.h) \
$(wildcard include/config/netpoll.h) \
$(wildcard include/config/rps.h) \
$(wildcard include/config/net/poll/controller.h) \
$(wildcard include/config/fcoe.h) \
$(wildcard include/config/wireless/ext.h) \
$(wildcard include/config/net/dsa.h) \
$(wildcard include/config/net/dsa/tag/dsa.h) \
$(wildcard include/config/net/dsa/tag/trailer.h) \
$(wildcard include/config/netpoll/trap.h) \
include/linux/if_ether.h \
include/linux/if_packet.h \
include/linux/if_link.h \
include/linux/netlink.h \
include/linux/pm_qos_params.h \
include/linux/miscdevice.h \
include/linux/major.h \
include/linux/delay.h \
/data/repos/kernels/arch/arm/include/asm/delay.h \
include/linux/ethtool.h \
include/net/net_namespace.h \
$(wildcard include/config/ipv6.h) \
$(wildcard include/config/ip/dccp.h) \
$(wildcard include/config/wext/core.h) \
$(wildcard include/config/net.h) \
include/net/netns/core.h \
include/net/netns/mib.h \
$(wildcard include/config/xfrm/statistics.h) \
include/net/snmp.h \
include/linux/snmp.h \
include/linux/u64_stats_sync.h \
include/net/netns/unix.h \
include/net/netns/packet.h \
include/net/netns/ipv4.h \
$(wildcard include/config/ip/multiple/tables.h) \
$(wildcard include/config/ip/mroute.h) \
$(wildcard include/config/ip/mroute/multiple/tables.h) \
include/net/inet_frag.h \
include/net/netns/ipv6.h \
$(wildcard include/config/ipv6/multiple/tables.h) \
$(wildcard include/config/ipv6/mroute.h) \
$(wildcard include/config/ipv6/mroute/multiple/tables.h) \
include/net/dst_ops.h \
include/net/netns/dccp.h \
include/net/netns/x_tables.h \
$(wildcard include/config/bridge/nf/ebtables.h) \
include/net/netns/conntrack.h \
include/linux/list_nulls.h \
include/net/netns/xfrm.h \
include/linux/xfrm.h \
include/linux/seq_file_net.h \
include/linux/seq_file.h \
include/net/dsa.h \
include/linux/interrupt.h \
$(wildcard include/config/generic/irq/probe.h) \
include/linux/irqreturn.h \
include/linux/hardirq.h \
include/linux/smp_lock.h \
$(wildcard include/config/lock/kernel.h) \
include/linux/ftrace_irq.h \
$(wildcard include/config/ftrace/nmi/enter.h) \
/data/repos/kernels/arch/arm/include/asm/hardirq.h \
/data/repos/kernels/arch/arm/include/asm/irq.h \
arch/arm/mach-msm/include/mach/irqs.h \
$(wildcard include/config/arch/qsd8x50.h) \
$(wildcard include/config/arch/msm8960.h) \
arch/arm/mach-msm/include/mach/irqs-8x60.h \
include/linux/irq_cpustat.h \
include/linux/netfilter_ipv4.h \
include/linux/netfilter/nf_conntrack_tuple_common.h \
include/linux/netfilter/nf_conntrack_sctp.h \
include/linux/netfilter/nf_conntrack_proto_gre.h \
include/net/netfilter/ipv6/nf_conntrack_icmpv6.h \
include/linux/netfilter/nf_conntrack_ftp.h \
include/linux/netfilter/nf_conntrack_pptp.h \
include/linux/netfilter/nf_conntrack_h323.h \
include/linux/netfilter/nf_conntrack_h323_asn1.h \
include/linux/netfilter/nf_conntrack_h323_types.h \
include/linux/netfilter/nf_conntrack_sane.h \
include/linux/netfilter/nf_conntrack_sip.h \
include/net/netfilter/ipv4/nf_conntrack_ipv4.h \
include/net/netfilter/ipv6/nf_conntrack_ipv6.h \
include/net/netfilter/nf_conntrack_core.h \
include/net/netfilter/nf_conntrack_l3proto.h \
include/net/netlink.h \
include/net/netfilter/nf_conntrack_l4proto.h \
$(wildcard include/config/nf/conntrack/proc/compat.h) \
include/net/netfilter/nf_conntrack_ecache.h \
$(wildcard include/config/nf/conntrack/events.h) \
include/net/netfilter/nf_conntrack_expect.h \
include/net/netfilter/nf_conntrack_extend.h \
include/net/netfilter/nf_conntrack_helper.h \
include/linux/netfilter/xt_helper.h \
net/netfilter/xt_helper.o: $(deps_net/netfilter/xt_helper.o)
$(deps_net/netfilter/xt_helper.o):
| bigbiff/i717-GB-Kernel | net/netfilter/.xt_helper.o.cmd | bat | gpl-2.0 | 33,200 |
cmd_net/sched/act_pedit.ko := ../tools/arm-bcm2708/arm-bcm2708hardfp-linux-gnueabi/bin/arm-bcm2708hardfp-linux-gnueabi-ld -EL -r -T ./scripts/module-common.lds --build-id -o net/sched/act_pedit.ko net/sched/act_pedit.o net/sched/act_pedit.mod.o
| avareldalton85/rpi2-linux-rt | net/sched/.act_pedit.ko.cmd | bat | gpl-2.0 | 247 |
cmd_arch/x86/boot/compressed/misc.o := gcc -Wp,-MD,arch/x86/boot/compressed/.misc.o.d -nostdinc -isystem /usr/lib/gcc/x86_64-redhat-linux/4.8.3/include -I/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include -Iinclude -include include/generated/autoconf.h -D__KERNEL__ -m64 -D__KERNEL__ -O2 -fno-strict-aliasing -fPIC -DDISABLE_BRANCH_PROFILING -mcmodel=small -ffreestanding -fno-stack-protector -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(misc)" -D"KBUILD_MODNAME=KBUILD_STR(misc)" -c -o arch/x86/boot/compressed/misc.o arch/x86/boot/compressed/misc.c
deps_arch/x86/boot/compressed/misc.o := \
arch/x86/boot/compressed/misc.c \
$(wildcard include/config/paravirt.h) \
$(wildcard include/config/x86/32.h) \
$(wildcard include/config/x86/64.h) \
$(wildcard include/config/kernel/gzip.h) \
$(wildcard include/config/kernel/bzip2.h) \
$(wildcard include/config/kernel/lzma.h) \
$(wildcard include/config/kernel/lzo.h) \
$(wildcard include/config/x86/verbose/bootup.h) \
$(wildcard include/config/relocatable.h) \
include/linux/linkage.h \
include/linux/compiler.h \
$(wildcard include/config/trace/branch/profiling.h) \
$(wildcard include/config/profile/all/branches.h) \
$(wildcard include/config/enable/must/check.h) \
$(wildcard include/config/enable/warn/deprecated.h) \
include/linux/compiler-gcc.h \
$(wildcard include/config/arch/supports/optimized/inlining.h) \
$(wildcard include/config/optimize/inlining.h) \
include/linux/compiler-gcc4.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/linkage.h \
$(wildcard include/config/x86/alignment/16.h) \
include/linux/stringify.h \
include/linux/screen_info.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/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/types.h \
$(wildcard include/config/highmem64g.h) \
include/asm-generic/types.h \
include/asm-generic/int-ll64.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/bitsperlong.h \
include/asm-generic/bitsperlong.h \
include/linux/posix_types.h \
include/linux/stddef.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/posix_types.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/posix_types_64.h \
include/linux/elf.h \
include/linux/elf-em.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/elf.h \
$(wildcard include/config/compat/vdso.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ptrace.h \
$(wildcard include/config/x86/debugctlmsr.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ptrace-abi.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/processor-flags.h \
$(wildcard include/config/vm86.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/segment.h \
$(wildcard include/config/smp.h) \
$(wildcard include/config/cc/stackprotector.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/cache.h \
$(wildcard include/config/x86/l1/cache/shift.h) \
$(wildcard include/config/x86/internode/cache/shift.h) \
$(wildcard include/config/x86/vsmp.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/page_types.h \
include/linux/const.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/page_64_types.h \
$(wildcard include/config/physical/start.h) \
$(wildcard include/config/physical/align.h) \
$(wildcard include/config/flatmem.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/user.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/user_64.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/page.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/page_64.h \
include/asm-generic/memory_model.h \
$(wildcard include/config/discontigmem.h) \
$(wildcard include/config/sparsemem/vmemmap.h) \
$(wildcard include/config/sparsemem.h) \
include/asm-generic/getorder.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/auxvec.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/vdso.h \
$(wildcard include/config/compat.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/processor.h \
$(wildcard include/config/m386.h) \
$(wildcard include/config/m486.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/vm86.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/math_emu.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/sigcontext.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/current.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/percpu.h \
$(wildcard include/config/x86/64/smp.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/tracing.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/ftrace/mcount/record.h) \
/usr/lib/gcc/x86_64-redhat-linux/4.8.3/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/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/bitops.h \
$(wildcard include/config/x86/cmov.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/alternative.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/asm.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/cpufeature.h \
$(wildcard include/config/x86/invlpg.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/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/cmpxchg64.h) \
$(wildcard include/config/x86/use/3dnow.h) \
$(wildcard include/config/x86/p6/nop.h) \
include/asm-generic/bitops/sched.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/arch_hweight.h \
include/asm-generic/bitops/const_hweight.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/byteorder.h \
include/linux/byteorder/little_endian.h \
include/linux/swab.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/swab.h \
$(wildcard include/config/x86/bswap.h) \
include/linux/byteorder/generic.h \
include/asm-generic/bitops/minix.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/typecheck.h \
include/linux/dynamic_debug.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/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) \
$(wildcard include/config/generic/bug/relative/pointers.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/linux/percpu-defs.h \
$(wildcard include/config/debug/force/weak/per/cpu.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/system.h \
$(wildcard include/config/ia32/emulation.h) \
$(wildcard include/config/x86/32/lazy/gs.h) \
$(wildcard include/config/x86/ppro/fence.h) \
$(wildcard include/config/x86/oostore.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/cmpxchg.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/cmpxchg_64.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/nops.h \
$(wildcard include/config/mk7.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) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/irqflags.h \
$(wildcard include/config/debug/lock/alloc.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/pgtable_types.h \
$(wildcard include/config/kmemcheck.h) \
$(wildcard include/config/proc/fs.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/pgtable_64_types.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/msr.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/msr-index.h \
include/linux/ioctl.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ioctl.h \
include/asm-generic/ioctl.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/errno.h \
include/asm-generic/errno.h \
include/asm-generic/errno-base.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/cpumask.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/bitmap.h \
include/linux/string.h \
$(wildcard include/config/binary/printf.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/string.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/string_64.h \
include/linux/errno.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/desc_defs.h \
include/linux/personality.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/math64.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/err.h \
include/linux/io.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/has/ioport.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/io.h \
include/asm-generic/iomap.h \
include/linux/vmalloc.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 \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/thread_info.h \
$(wildcard include/config/debug/stack/usage.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ftrace.h \
$(wildcard include/config/function/tracer.h) \
$(wildcard include/config/dynamic/ftrace.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/atomic.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/atomic64_64.h \
include/asm-generic/atomic-long.h \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
$(wildcard include/config/illegal/pointer/value.h) \
include/linux/prefetch.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/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/rcu.h) \
include/linux/rwlock_types.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/spinlock.h \
$(wildcard include/config/paravirt/spinlocks.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/rwlock.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/paravirt.h \
include/linux/rwlock.h \
include/linux/spinlock_api_smp.h \
$(wildcard include/config/inline/spin/lock.h) \
$(wildcard include/config/inline/spin/lock/bh.h) \
$(wildcard include/config/inline/spin/lock/irq.h) \
$(wildcard include/config/inline/spin/lock/irqsave.h) \
$(wildcard include/config/inline/spin/trylock.h) \
$(wildcard include/config/inline/spin/trylock/bh.h) \
$(wildcard include/config/inline/spin/unlock.h) \
$(wildcard include/config/inline/spin/unlock/bh.h) \
$(wildcard include/config/inline/spin/unlock/irq.h) \
$(wildcard include/config/inline/spin/unlock/irqrestore.h) \
include/linux/rwlock_api_smp.h \
$(wildcard include/config/inline/read/lock.h) \
$(wildcard include/config/inline/write/lock.h) \
$(wildcard include/config/inline/read/lock/bh.h) \
$(wildcard include/config/inline/write/lock/bh.h) \
$(wildcard include/config/inline/read/lock/irq.h) \
$(wildcard include/config/inline/write/lock/irq.h) \
$(wildcard include/config/inline/read/lock/irqsave.h) \
$(wildcard include/config/inline/write/lock/irqsave.h) \
$(wildcard include/config/inline/read/trylock.h) \
$(wildcard include/config/inline/write/trylock.h) \
$(wildcard include/config/inline/read/unlock.h) \
$(wildcard include/config/inline/write/unlock.h) \
$(wildcard include/config/inline/read/unlock/bh.h) \
$(wildcard include/config/inline/write/unlock/bh.h) \
$(wildcard include/config/inline/read/unlock/irq.h) \
$(wildcard include/config/inline/write/unlock/irq.h) \
$(wildcard include/config/inline/read/unlock/irqrestore.h) \
$(wildcard include/config/inline/write/unlock/irqrestore.h) \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/boot.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/bootparam.h \
include/linux/apm_bios.h \
include/linux/edd.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/e820.h \
$(wildcard include/config/nodes/shift.h) \
$(wildcard include/config/efi.h) \
$(wildcard include/config/intel/txt.h) \
$(wildcard include/config/hibernation.h) \
$(wildcard include/config/memtest.h) \
include/linux/numa.h \
include/linux/early_res.h \
include/linux/range.h \
include/linux/ioport.h \
/home/exist/tmp/linux-2.6.35.14/linux-2.6.35/arch/x86/include/asm/ist.h \
include/video/edid.h \
$(wildcard include/config/x86.h) \
arch/x86/boot/compressed/../../../../lib/decompress_inflate.c \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inftrees.c \
include/linux/zutil.h \
include/linux/zlib.h \
include/linux/zconf.h \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inftrees.h \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inffast.c \
$(wildcard include/config/have/efficient/unaligned/access.h) \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inflate.h \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inffast.h \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inflate.c \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/infutil.h \
arch/x86/boot/compressed/../../../../lib/zlib_inflate/inffixed.h \
include/linux/decompress/mm.h \
arch/x86/boot/compressed/misc.o: $(deps_arch/x86/boot/compressed/misc.o)
$(deps_arch/x86/boot/compressed/misc.o):
| Existed/kernel-2.6.35.14 | arch/x86/boot/compressed/.misc.o.cmd | bat | gpl-2.0 | 16,118 |
::×î¼òµ¥µÄ»ùÓÚFFmpegµÄÊÓÒôƵ·ÖÀëÆ÷£¨¼ò»¯°æ£©----ÃüÁîÐбàÒë
::Simplest FFmpeg Demuxer Simple----Compile in Cmd
::
::À×Ïöæè Lei Xiaohua
::[email protected]
::Öйú´«Ã½´óѧ/Êý×ÖµçÊÓ¼¼Êõ
::Communication University of China / Digital TV Technology
::http://blog.csdn.net/leixiaohua1020
::
::VS2010 Environment
call "D:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat"
::include
@set INCLUDE=include;%INCLUDE%
::lib
@set LIB=lib;%LIB%
::compile and link
cl simplest_ffmpeg_demuxer_simple.cpp /link avcodec.lib avformat.lib avutil.lib ^
avdevice.lib avfilter.lib postproc.lib swresample.lib swscale.lib /OPT:NOREF
exit | KingYoung87/video_audio_pro | client/分离&合并/simplest_ffmpeg_format_1.2/simplest_ffmpeg_demuxer_simple/compile_cl.bat | bat | gpl-2.0 | 628 |
cmd_libbb/getopt32.o := arm-linux-musleabihf-gcc -Wp,-MD,libbb/.getopt32.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.22.1)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -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 -fno-unwind-tables -fno-asynchronous-unwind-tables -g -O0 -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(getopt32)" -D"KBUILD_MODNAME=KBUILD_STR(getopt32)" -c -o libbb/getopt32.o libbb/getopt32.c
deps_libbb/getopt32.o := \
libbb/getopt32.c \
$(wildcard include/config/long/opts.h) \
$(wildcard include/config/feature/getopt/long.h) \
$(wildcard include/config/feature/.h) \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/getopt.h \
include/libbb.h \
$(wildcard include/config/feature/shadowpasswds.h) \
$(wildcard include/config/use/bb/shadow.h) \
$(wildcard include/config/selinux.h) \
$(wildcard include/config/feature/utmp.h) \
$(wildcard include/config/locale/support.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/xz.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/prefer/applets.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/feature/editing/save/on/exit.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/unicode/support.h) \
$(wildcard include/config/feature/mtab/support.h) \
$(wildcard include/config/feature/clean/up.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) \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/limits.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/features.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/limits.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/byteswap.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdint.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/alltypes.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stdint.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/endian.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdbool.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/unistd.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/posix.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/ctype.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/dirent.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/errno.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/errno.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/fcntl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/fcntl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/inttypes.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netdb.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/netinet/in.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/socket.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/socket.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/setjmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/setjmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/signal.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/signal.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdio.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdlib.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/alloca.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stdarg.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/stddef.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/string.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/strings.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/libgen.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/poll.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/ioctl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/ioctl.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/mman.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/mman.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/stat.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/stat.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/time.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/select.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/types.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/sysmacros.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/wait.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/resource.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/resource.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/termios.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/termios.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/time.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/param.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/pwd.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/grp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/mntent.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/sys/statvfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/bits/statfs.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmp.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/utmpx.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/locale.h \
/Volumes/ELFSOSX/tools/lib/gcc/arm-linux-musleabihf/4.7.3/../../../../arm-linux-musleabihf/include/arpa/inet.h \
include/pwd_.h \
include/grp_.h \
include/shadow_.h \
include/xatonum.h \
libbb/getopt32.o: $(deps_libbb/getopt32.o)
$(deps_libbb/getopt32.o):
| ThinkIntegrate/busybox | libbb/.getopt32.o.cmd | bat | gpl-2.0 | 11,506 |
cmd_net/netlink/built-in.o := ccache /drive2/Android/CM9/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-ld -EL -r -o net/netlink/built-in.o net/netlink/af_netlink.o net/netlink/genetlink.o
| tcp209/kernel_samsung_epic4gtouch | build/epic4gtouch/net/netlink/.built-in.o.cmd | bat | gpl-2.0 | 204 |
cmd_arch/arm/boot/dts/imx6q-sabreauto.dtb := arm-poky-linux-gnueabi-gcc -E -Wp,-MD,arch/arm/boot/dts/.imx6q-sabreauto.dtb.d.pre.tmp -nostdinc -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts -I/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include -I/second_extend/yocto_file/linux_yocto/drivers/of/testcase-data -undef -D__DTS__ -x assembler-with-cpp -o arch/arm/boot/dts/.imx6q-sabreauto.dtb.dts.tmp arch/arm/boot/dts/imx6q-sabreauto.dts ; /second_extend/yocto_file/linux_yocto/scripts/dtc/dtc -O dtb -o arch/arm/boot/dts/imx6q-sabreauto.dtb -b 0 -i arch/arm/boot/dts/ -d arch/arm/boot/dts/.imx6q-sabreauto.dtb.d.dtc.tmp arch/arm/boot/dts/.imx6q-sabreauto.dtb.dts.tmp ; cat arch/arm/boot/dts/.imx6q-sabreauto.dtb.d.pre.tmp arch/arm/boot/dts/.imx6q-sabreauto.dtb.d.dtc.tmp > arch/arm/boot/dts/.imx6q-sabreauto.dtb.d
source_arch/arm/boot/dts/imx6q-sabreauto.dtb := arch/arm/boot/dts/imx6q-sabreauto.dts
deps_arch/arm/boot/dts/imx6q-sabreauto.dtb := \
arch/arm/boot/dts/imx6q.dtsi \
/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/interrupt-controller/irq.h \
arch/arm/boot/dts/imx6q-pinfunc.h \
arch/arm/boot/dts/imx6qdl.dtsi \
/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/clock/imx6qdl-clock.h \
/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/gpio/gpio.h \
arch/arm/boot/dts/skeleton.dtsi \
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi \
/second_extend/yocto_file/linux_yocto/arch/arm/boot/dts/include/dt-bindings/input/input.h \
arch/arm/boot/dts/imx6q-sabreauto.dtb: $(deps_arch/arm/boot/dts/imx6q-sabreauto.dtb)
$(deps_arch/arm/boot/dts/imx6q-sabreauto.dtb):
| heyoufei2/yocto3.14.38_kernel | arch/arm/boot/dts/.imx6q-sabreauto.dtb.cmd | bat | gpl-2.0 | 1,688 |
cmd_scripts/dtc/dtc-lexer.lex.o := ccache gcc -Wp,-MD,scripts/dtc/.dtc-lexer.lex.o.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O3 -fomit-frame-pointer -fgcse-las -Iscripts/dtc -Iscripts/dtc/libfdt -c -o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-lexer.lex.c
source_scripts/dtc/dtc-lexer.lex.o := scripts/dtc/dtc-lexer.lex.c
deps_scripts/dtc/dtc-lexer.lex.o := \
/usr/include/stdc-predef.h \
/usr/include/stdio.h \
/usr/include/features.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/lib/gcc/x86_64-linux-gnu/4.8/include/stddef.h \
/usr/include/x86_64-linux-gnu/bits/types.h \
/usr/include/x86_64-linux-gnu/bits/typesizes.h \
/usr/include/libio.h \
/usr/include/_G_config.h \
/usr/include/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdarg.h \
/usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
/usr/include/x86_64-linux-gnu/bits/sys_errlist.h \
/usr/include/x86_64-linux-gnu/bits/stdio.h \
/usr/include/x86_64-linux-gnu/bits/stdio2.h \
/usr/include/string.h \
/usr/include/xlocale.h \
/usr/include/x86_64-linux-gnu/bits/string.h \
/usr/include/x86_64-linux-gnu/bits/string2.h \
/usr/include/endian.h \
/usr/include/x86_64-linux-gnu/bits/endian.h \
/usr/include/x86_64-linux-gnu/bits/byteswap.h \
/usr/include/x86_64-linux-gnu/bits/byteswap-16.h \
/usr/include/stdlib.h \
/usr/include/x86_64-linux-gnu/bits/string3.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/x86_64-linux-gnu/bits/waitflags.h \
/usr/include/x86_64-linux-gnu/bits/waitstatus.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/bits/select2.h \
/usr/include/x86_64-linux-gnu/sys/sysmacros.h \
/usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
/usr/include/alloca.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
/usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
/usr/include/x86_64-linux-gnu/bits/stdlib.h \
scripts/dtc/dtc.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdint.h \
/usr/include/stdint.h \
/usr/include/x86_64-linux-gnu/bits/wchar.h \
/usr/lib/gcc/x86_64-linux-gnu/4.8/include/stdbool.h \
/usr/include/assert.h \
/usr/include/ctype.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 \
scripts/dtc/libfdt/libfdt_env.h \
scripts/dtc/libfdt/fdt.h \
scripts/dtc/util.h \
scripts/dtc/srcpos.h \
scripts/dtc/dtc-parser.tab.h \
scripts/dtc/dtc-lexer.lex.o: $(deps_scripts/dtc/dtc-lexer.lex.o)
$(deps_scripts/dtc/dtc-lexer.lex.o):
| friedrich420/Note-3-Kernel | scripts/dtc/.dtc-lexer.lex.o.cmd | bat | gpl-2.0 | 3,226 |
@echo off
::delete user
set deleteUser=%1
set username=%2
set password=%3
net start mysqld
echo drop user %deleteUser%; | "C:\Program Files\MySQL\bin\mysql.exe" -u%username% -p%password%
| pmanwatkar/puppetModules | actions/files/Database_mysql_windows/delete_user.bat | bat | gpl-3.0 | 192 |
md mus
cd mus
bcut ..\F1DOUCHU.DSK TONE.BIN 0x07800 0x0350
bcut ..\F1DOUCHU.DSK DRIVER.BIN 0x08000 0x0A00
bcut ..\F1DOUCHU.DSK DATA0.BIN 0x08A00 0x1148
bcut ..\F1DOUCHU.DSK DATA1.BIN 0x0AA00 0x1572
bcut ..\F1DOUCHU.DSK DATA2.BIN 0x0CA00 0x1572
bcut ..\F1DOUCHU.DSK DATA3.BIN 0x0EA00 0x1572
bcut ..\F1DOUCHU.DSK DATA4.BIN 0x10A00 0x1572
cd ..
| rururutan/hoot-patches | msx/namco/f1-douchuki/cut/cut.bat | bat | gpl-3.0 | 344 |
@echo off
:: This file is part of db2unit: A unit testing framework for DB2 LUW.
:: Copyright (C) 2014 Andres Gomez Casanova (@AngocA)
::
:: db2unit is free software: you can redistribute it and/or modify
:: it under the terms of the GNU General Public License as published by
:: the Free Software Foundation, either version 3 of the License, or
:: (at your option) any later version.
::
:: db2unit is distributed in the hope that it will be useful,
:: but WITHOUT ANY WARRANTY; without even the implied warranty of
:: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
:: GNU General Public License for more details.
::
:: You should have received a copy of the GNU General Public License
:: along with this program. If not, see <http://www.gnu.org/licenses/>.
::
:: Andres Gomez Casanova <angocaATyahooDOTcom>
:: Execute all tests.
::
:: Version: 2014-05-10 1
:: Author: Andres Gomez Casanova (AngocA)
:: Made in COLOMBIA.
call init-dev.bat
db2 connect > NUL
if %ERRORLEVEL% NEQ 0 (
echo Please connect to a database before the execution of the tests
) else (
Setlocal EnableDelayedExpansion
if "%1" == "-np" (
set PAUSE=false
set TIME_INI=echo !time!
) else (
set PAUSE=true
)
if "!PAUSE!" == "true" (
echo Executing all tests with pauses in between.
) else if "!PAUSE!" == "false" (
echo Executing all tests.
) else (
echo Error expanding variable
exit /B -1
)
call:executeTest DB2UNIT_EMPTY
call:executeTest DB2UNIT_EXECUTION
call:executeTest DB2UNIT_ASSERTIONS
if not "!PAUSE!" == "true" (
set TIME_END=echo !time!
echo Difference:
echo !TIME_INI! start
echo !TIME_END! end
)
Setlocal DisableDelayedExpansion
set PAUSE=
)
goto:eof
:: Execute a given test.
:executeTest
set schema=%~1
echo ====Next: %schema%
if "!PAUSE!" == "true" (
pause
call %DB2UNIT_SRC_TEST_SCRIPT_PATH%\test.bat %schema% i x
) else (
call %DB2UNIT_SRC_TEST_SCRIPT_PATH%\test.bat %schema% x
)
goto:eof
| angoca/db2unit | src/test/scripts/allTests.bat | bat | gpl-3.0 | 1,949 |
% net time \\server /set /yes
xmlpipe.exe mouse_client | eNTERFACE14Auracle/AuracleSSI | pipes/mouse_client.bat | bat | gpl-3.0 | 55 |
@echo off
FOR /F "tokens=* USEBACKQ" %%F IN (`cygpath -a "%~dp0emacs-launcher.el"`) DO (
SET fn=%%F
)
C:\progs\Cygwin\bin\run emacs -Q -g 50x30+750+250 --load %fn%
| igorepst/emacs-launcher | runemacs.cmd | bat | gpl-3.0 | 165 |
lazres unicode.lrs Greek.uni Arabic.uni Hebrew.uni "Lorem ipsum.uni"
lazres bitmap.lrs Transcriptions.bmp | salvadorbs/MySimpleToDo | 3p/virtualtreeview/demos/advanced/Res/buildres.bat | bat | gpl-3.0 | 106 |
@"C:\Program Files (x86)\Viper\client\openvpn\openvpn" C:\openvpnd\viper\openvpn\test\badconfig.ovpn
@echo RETVAL = %ERRORLEVEL% | greenhost/viper | scripts/badovpn.bat | bat | gpl-3.0 | 128 |
erase bin\HaxeBuilder2.exe
xcopy bin\HaxeBuilder.exe bin\HaxeBuilder2.exe
pause | as3boyan/HaxeBuilder | Create_copy.bat | bat | gpl-3.0 | 79 |
@echo off
call ".pycharmrc.bat"
set bankfile=statement.csv
set bank=vtb24
set downloadsdir=c:\Users\®«ì§®¢ ⥫ì\Downloads\
set curdir=%~dp0
move %downloadsdir%%bankfile% %curdir%%bankfile%
bankparser convert %bank% %curdir%%bankfile%
pause
| partizand/bankparser | vtb24.bat | bat | gpl-3.0 | 245 |
start "1" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=1 step=8
start "2" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=2 step=8
start "3" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=3 step=8
start "4" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=4 step=8
start "5" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=5 step=8
start "6" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=6 step=8
start "7" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=7 step=8
start "8" /min "C:\Program Files\RRO\R-3.2.2\bin\x64\Rscript.exe" AAC_par_read.r start=8 step=8
| andreyshabalin/filematrix | tests2/parallel_access/AAC_par_read.bat | bat | gpl-3.0 | 768 |
palm-install com.epik.audiophilehd_0.1.9_all.ipk | epik/wAMP | STAGING/install-it-lite.cmd | bat | lgpl-2.1 | 48 |
@echo off
REM -------------------------------------------------------------------------
REM See the NOTICE file distributed with this work for additional
REM information regarding copyright ownership.
REM
REM This is free software; you can redistribute it and/or modify it
REM under the terms of the GNU Lesser General Public License as
REM published by the Free Software Foundation; either version 2.1 of
REM the License, or (at your option) any later version.
REM
REM This software is distributed in the hope that it will be useful,
REM but WITHOUT ANY WARRANTY; without even the implied warranty of
REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
REM Lesser General Public License for more details.
REM
REM You should have received a copy of the GNU Lesser General Public
REM License along with this software; if not, write to the Free
REM Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
REM 02110-1301 USA, or see the FSF site: http://www.fsf.org.
REM -------------------------------------------------------------------------
REM The port on which Jetty listens for a Stop command can be defined in an enviroment variable called JETTY_STOP_PORT
if not defined JETTY_STOP_PORT (
REM Alternatively, it can be passed to this script as the first argument
set JETTY_STOP_PORT=%1
if not defined JETTY_STOP_PORT (
set JETTY_STOP_PORT=8079
)
)
REM Discover java.exe from the latest properly installed JRE
for /f tokens^=2^ delims^=^" %%i in ('reg query HKEY_CLASSES_ROOT\jarfile\shell\open\command /ve') do set JAVAW_PATH=%%i
set JAVA_PATH=%JAVAW_PATH:\javaw.exe=%\java.exe
if "%JAVA_PATH%"=="" set JAVA_PATH=java
REM Handle the case when JAVA_HOME is set by the user
if not "%JAVA_HOME%" == "" set JAVA_PATH=%JAVA_HOME%\bin\java.exe
REM Location where XWiki stores generated data and where database files are.
set XWIKI_DATA_DIR=${xwikiDataDir}
REM Specify Jetty's home and base directories
set JETTY_HOME=jetty
set JETTY_BASE=%XWIKI_DATA_DIR%\jetty
set XWIKI_OPTS=%XWIKI_OPTS% -Djetty.home="%JETTY_HOME%" -Djetty.base="%JETTY_BASE%"
REM Specify port and key to stop a running Jetty instance
set JETTY_OPTS=%JETTY_OPTS% STOP.KEY=xwiki STOP.PORT=%JETTY_STOP_PORT%
"%JAVA_PATH%" %XWIKI_OPTS% -jar "%JETTY_HOME%/start.jar" --stop %JETTY_OPTS%
REM Pause so that the command window used to run this script doesn't close automatically in case of problem
REM (like when the JDK/JRE is not installed)
PAUSE | pbondoer/xwiki-platform | xwiki-platform-tools/xwiki-platform-tool-jetty/xwiki-platform-tool-jetty-resources/src/main/resources/stop_xwiki.bat | bat | lgpl-2.1 | 2,454 |
docker container stop iaf-test-tomcat
docker container rm iaf-test-tomcat
docker run --publish 80:8080 --mount type=bind,source="%~dp0/../../../../../../test/src/test/testtool",target=/opt/frank/testtool-ext -e jms.provider.default=activemq -e application.server.type.custom=BTM -e jdbc.dbms.default=oracle -e larva.adapter.active=false --name iaf-test-tomcat iaf-test-tomcat | ibissource/iaf | docker/appserver/Tomcat/test/src/scripts/start-with-oracle-activemq.bat | bat | apache-2.0 | 376 |
@echo off
echo [INFO] Install jar to local repository.
cd %~dp0
cd ..
call mvn clean install -Dmaven.test.skip=true
cd bin
pause | suizhikuo/learn-to-SpringMVC-Hibernate-Demo-jeesite | bin/install.bat | bat | apache-2.0 | 131 |
call mvn -DskipTests -Pprod clean package
pause
| Evolveum/midpoint-agent-liferay | build.bat | bat | apache-2.0 | 49 |
rmdir /q /s gyb
rmdir /q /s build
rmdir /q /s dist
del /q /f gyb-%1-windows.zip
c:\python3\scripts\pyinstaller --distpath=gyb gyb.spec
xcopy LICENSE gyb\
xcopy client_secrets.json gyb\
"%ProgramFiles(x86)%\7-Zip\7z.exe" a -tzip gyb-%1-windows.zip gyb\ -xr!.svn | reinis-martinsons/gyb-frp | build.bat | bat | apache-2.0 | 261 |
data/before_upsample.xyz
| hlzz/dotfiles | graphics/cgal/Point_set_processing_3/test/Point_set_processing_3/edge_aware_upsample_test.cmd | bat | bsd-3-clause | 25 |
SET BMD_SWP_XLL_PATH=..\..\xll\QuantLibXL-vc90-mt-s-1_8_0.xll
SET BMD_SWP_XLS_PATH=.\xlsx\GBP_Market_And_Trades.xlsx
START "EXCEL" "EXCEL.EXE" /e init.xlam
| eehlers/QuantLibXL | Workbooks/BermudanSwaptions/init.bat | bat | bsd-3-clause | 159 |
@echo off
pushd %~dp0
"%VS120COMNTOOLS%..\IDE\mstest" /test:Microsoft.Protocols.TestSuites.MS_OXCFXICS.S06_SyncICSContentsFAIWithIgnoreSpecifiedOnFAI_TestSuite.MSOXCFXICS_S06_SyncICSContentsFAIWithIgnoreSpecifiedOnFAI_TestSuite /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_S06_SyncICSContentsFAIWithIgnoreSpecifiedOnFAI_TestSuite.cmd | bat | mit | 374 |
REM ----------------------------------------------------------------
REM
REM Script to compile CImg examples, using Microsoft Visual C++.
REM
REM Copy this script into 'CImg/examples/' and run it to compile
REM all examples.
REM
REM ----------------------------------------------------------------
CD ..\examples\
SET CPPFILE=CImg_demo captcha curve_editor2d dtmri_view3d edge_explorer2d fade_images gaussian_fit1d generate_loop_macros hough_transform2d image2ascii image_registration2d image_surface3d jawbreaker mcf_levelsets2d mcf_levelsets3d odykill pde_heatflow2d pde_TschumperleDeriche2d plotter1d radon_transform2d scene3d spherical_function3d tetris tron tutorial wavelet_atrous use_chlpca use_draw_gradient use_nlmeans use_patchmatch use_RGBclass use_skeleton
FOR %%F IN (%CPPFILE%) DO (
cl /W4 /Ox /Ob2 /Oi /Ot /c /EHsc /I"%SDKPATH%\Include" /I"..\\" %%F.cpp
link /LIBPATH:"%SDKPATH%\Lib" %%F.obj user32.lib gdi32.lib shell32.lib
)
| marcolino/escrape2 | lib/ext/CImg-1.6.6_pre091515/resources/compile_win_visualcpp.bat | bat | mit | 962 |
cmd_fs/xfs/xfs_ialloc_btree.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/xfs/.xfs_ialloc_btree.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -Ifs/xfs -Ifs/xfs/linux-2.6 -funsigned-char -DMODULE -mlong-calls -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(xfs_ialloc_btree)" -D"KBUILD_MODNAME=KBUILD_STR(xfs)" -c -o fs/xfs/xfs_ialloc_btree.o fs/xfs/xfs_ialloc_btree.c
deps_fs/xfs/xfs_ialloc_btree.o := \
fs/xfs/xfs_ialloc_btree.c \
fs/xfs/xfs.h \
$(wildcard include/config/xfs/debug.h) \
$(wildcard include/config/xfs/trace.h) \
fs/xfs/linux-2.6/xfs_linux.h \
$(wildcard include/config/lbd.h) \
$(wildcard include/config/smp.h) \
include/linux/types.h \
$(wildcard include/config/uid16.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) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/asm/posix_types.h \
include/asm/sgidefs.h \
include/asm/types.h \
$(wildcard include/config/highmem.h) \
$(wildcard include/config/64bit/phys/addr.h) \
$(wildcard include/config/64bit.h) \
fs/xfs/xfs_types.h \
fs/xfs/xfs_arch.h \
include/asm/byteorder.h \
$(wildcard include/config/cpu/mipsr2.h) \
$(wildcard include/config/cpu/mips64/r2.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
fs/xfs/linux-2.6/kmem.h \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/debug/slab.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/discontigmem.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/sparsemem.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) \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.h \
include/linux/bitops.h \
include/asm/bitops.h \
$(wildcard include/config/cpu/mips32.h) \
$(wildcard include/config/cpu/mips64.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/mips/mt/smtc.h) \
$(wildcard include/config/irq/cpu.h) \
$(wildcard include/config/mips/mt/smtc/instant/replay.h) \
include/asm/hazards.h \
$(wildcard include/config/cpu/r10000.h) \
$(wildcard include/config/cpu/rm9000.h) \
$(wildcard include/config/cpu/sb1.h) \
include/asm/barrier.h \
$(wildcard include/config/cpu/has/sync.h) \
$(wildcard include/config/cpu/has/wb.h) \
$(wildcard include/config/weak/ordering.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
include/asm/break.h \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm/cpu-features.h \
$(wildcard include/config/32bit.h) \
$(wildcard include/config/cpu/mipsr2/irq/vi.h) \
$(wildcard include/config/cpu/mipsr2/irq/ei.h) \
include/asm/cpu.h \
include/asm/cpu-info.h \
$(wildcard include/config/sgi/ip27.h) \
$(wildcard include/config/mips/mt.h) \
include/asm/cache.h \
$(wildcard include/config/mips/l1/cache/shift.h) \
include/asm-mips/mach-generic/kmalloc.h \
$(wildcard include/config/dma/coherent.h) \
include/asm-mips/mach-generic/cpu-feature-overrides.h \
include/asm/war.h \
$(wildcard include/config/sgi/ip22.h) \
$(wildcard include/config/sni/rm.h) \
$(wildcard include/config/cpu/r5432.h) \
$(wildcard include/config/sb1/pass/1/workarounds.h) \
$(wildcard include/config/sb1/pass/2/workarounds.h) \
$(wildcard include/config/mips/malta.h) \
$(wildcard include/config/mips/atlas.h) \
$(wildcard include/config/mips/sead.h) \
$(wildcard include/config/cpu/tx49xx.h) \
$(wildcard include/config/momenco/jaguar/atx.h) \
$(wildcard include/config/pmc/yosemite.h) \
$(wildcard include/config/basler/excite.h) \
$(wildcard include/config/momenco/ocelot/3.h) \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ffz.h \
include/asm-generic/bitops/find.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm-generic/bitops/ext2-atomic.h \
include/asm-generic/bitops/minix.h \
include/asm/thread_info.h \
$(wildcard include/config/page/size/4kb.h) \
$(wildcard include/config/page/size/8kb.h) \
$(wildcard include/config/page/size/16kb.h) \
$(wildcard include/config/page/size/64kb.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/asm/processor.h \
$(wildcard include/config/mips/mt/fpaff.h) \
$(wildcard include/config/cpu/has/prefetch.h) \
include/linux/cpumask.h \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
/root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
$(wildcard include/config/cpu/r3000.h) \
include/asm/cachectl.h \
include/asm/mipsregs.h \
$(wildcard include/config/cpu/vr41xx.h) \
include/asm/prefetch.h \
include/asm/system.h \
include/asm/addrspace.h \
$(wildcard include/config/cpu/r4300.h) \
$(wildcard include/config/cpu/r4x00.h) \
$(wildcard include/config/cpu/r5000.h) \
$(wildcard include/config/cpu/rm7000.h) \
$(wildcard include/config/cpu/nevada.h) \
$(wildcard include/config/cpu/r8000.h) \
$(wildcard include/config/cpu/sb1a.h) \
include/asm-mips/mach-generic/spaces.h \
$(wildcard include/config/dma/noncoherent.h) \
include/asm/dsp.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/spinlock_types_up.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_up.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/wait.h \
include/asm/current.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/asm/page.h \
$(wildcard include/config/build/elf64.h) \
$(wildcard include/config/limited/dma.h) \
include/linux/pfn.h \
include/asm/io.h \
include/asm-generic/iomap.h \
include/asm/pgtable-bits.h \
$(wildcard include/config/cpu/mips32/r1.h) \
$(wildcard include/config/cpu/tx39xx.h) \
$(wildcard include/config/mips/uncached.h) \
include/asm-mips/mach-generic/ioremap.h \
include/asm-mips/mach-generic/mangle-port.h \
$(wildcard include/config/swap/io/space.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/errno.h \
include/asm/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/smp.h \
include/asm/topology.h \
include/asm-mips/mach-generic/topology.h \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/time.h \
include/linux/jiffies.h \
include/linux/calc64.h \
include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/timex.h \
$(wildcard include/config/time/interpolation.h) \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
include/asm-mips/mach-generic/timex.h \
include/linux/kobject.h \
include/linux/sysfs.h \
$(wildcard include/config/sysfs.h) \
include/linux/kref.h \
include/linux/sched.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/inotify/user.h) \
$(wildcard include/config/schedstats.h) \
$(wildcard include/config/task/delay/acct.h) \
$(wildcard include/config/blk/dev/io/trace.h) \
$(wildcard include/config/cc/stackprotector.h) \
$(wildcard include/config/sysvipc.h) \
$(wildcard include/config/rt/mutexes.h) \
$(wildcard include/config/task/xacct.h) \
$(wildcard include/config/cpusets.h) \
$(wildcard include/config/compat.h) \
$(wildcard include/config/fault/injection.h) \
include/linux/auxvec.h \
include/asm/auxvec.h \
include/linux/capability.h \
include/linux/rbtree.h \
include/asm/semaphore.h \
include/asm/ptrace.h \
$(wildcard include/config/cpu/has/smartmips.h) \
include/asm/isadep.h \
include/asm/mmu.h \
include/asm/cputime.h \
include/asm-generic/cputime.h \
include/linux/sem.h \
include/linux/ipc.h \
$(wildcard include/config/ipc/ns.h) \
include/asm/ipcbuf.h \
include/asm/sembuf.h \
include/linux/signal.h \
include/asm/signal.h \
$(wildcard include/config/trad/signals.h) \
$(wildcard include/config/binfmt/irix.h) \
include/asm-generic/signal.h \
include/asm/sigcontext.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/securebits.h \
include/linux/fs_struct.h \
include/linux/completion.h \
include/linux/pid.h \
include/linux/rcupdate.h \
include/linux/percpu.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/seccomp.h \
$(wildcard include/config/seccomp.h) \
include/linux/futex.h \
$(wildcard include/config/futex.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/aio.h \
include/linux/aio_abi.h \
include/linux/uio.h \
include/linux/mm.h \
$(wildcard include/config/sysctl.h) \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/prio_tree.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/linux/kdev_t.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/namei.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/radix-tree.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/backing-dev.h \
include/linux/mm_types.h \
include/asm/pgtable.h \
include/asm/pgtable-32.h \
include/asm/fixmap.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/swap.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
fs/xfs/linux-2.6/mrlock.h \
fs/xfs/linux-2.6/spin.h \
fs/xfs/linux-2.6/sv.h \
fs/xfs/linux-2.6/mutex.h \
fs/xfs/linux-2.6/sema.h \
fs/xfs/linux-2.6/time.h \
fs/xfs/support/ktrace.h \
fs/xfs/support/debug.h \
fs/xfs/support/move.h \
include/asm/uaccess.h \
include/asm-generic/uaccess.h \
fs/xfs/support/uuid.h \
include/linux/blkdev.h \
include/linux/major.h \
include/linux/genhd.h \
$(wildcard include/config/fail/make/request.h) \
$(wildcard include/config/solaris/x86/partition.h) \
$(wildcard include/config/bsd/disklabel.h) \
$(wildcard include/config/unixware/disklabel.h) \
$(wildcard include/config/minix/subpartition.h) \
include/linux/device.h \
$(wildcard include/config/debug/devres.h) \
include/linux/ioport.h \
include/linux/klist.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) \
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/mips32/n32.h) \
$(wildcard include/config/mips32/o32.h) \
$(wildcard include/config/mips32/compat.h) \
include/linux/moduleparam.h \
include/asm/local.h \
include/asm/module.h \
$(wildcard include/config/cpu/mips32/r2.h) \
$(wildcard include/config/cpu/mips64/r1.h) \
$(wildcard include/config/cpu/r6000.h) \
include/linux/pm.h \
$(wildcard include/config/pm.h) \
include/asm/device.h \
include/asm-generic/device.h \
include/linux/pagemap.h \
include/linux/highmem.h \
include/linux/uaccess.h \
include/asm/cacheflush.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/mempool.h \
include/linux/bio.h \
include/linux/ioprio.h \
include/asm/scatterlist.h \
include/linux/elevator.h \
include/linux/file.h \
include/linux/swap.h \
include/linux/vfs.h \
include/linux/statfs.h \
include/asm/statfs.h \
include/linux/seq_file.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/magic.h \
include/linux/sort.h \
include/linux/cpu.h \
$(wildcard include/config/suspend/smp.h) \
include/linux/sysdev.h \
include/linux/node.h \
include/linux/delay.h \
include/asm/delay.h \
include/asm/compiler.h \
include/asm/unaligned.h \
include/asm-generic/unaligned.h \
fs/xfs/xfs_behavior.h \
fs/xfs/linux-2.6/xfs_vfs.h \
fs/xfs/xfs_fs.h \
fs/xfs/linux-2.6/xfs_cred.h \
fs/xfs/linux-2.6/xfs_vnode.h \
fs/xfs/linux-2.6/xfs_stats.h \
fs/xfs/linux-2.6/xfs_sysctl.h \
include/linux/sysctl.h \
$(wildcard include/config/bcm/nat.h) \
fs/xfs/linux-2.6/xfs_iops.h \
fs/xfs/linux-2.6/xfs_aops.h \
fs/xfs/linux-2.6/xfs_super.h \
$(wildcard include/config/xfs/dmapi.h) \
$(wildcard include/config/xfs/quota.h) \
$(wildcard include/config/xfs/posix/acl.h) \
$(wildcard include/config/xfs/security.h) \
$(wildcard include/config/xfs/rt.h) \
fs/xfs/linux-2.6/xfs_globals.h \
fs/xfs/linux-2.6/xfs_fs_subr.h \
fs/xfs/linux-2.6/xfs_lrw.h \
fs/xfs/linux-2.6/xfs_buf.h \
$(wildcard include/config/kdb/modules.h) \
include/linux/buffer_head.h \
fs/xfs/xfs_fs.h \
fs/xfs/xfs_types.h \
fs/xfs/xfs_bit.h \
fs/xfs/xfs_log.h \
fs/xfs/xfs_inum.h \
fs/xfs/xfs_trans.h \
fs/xfs/xfs_sb.h \
fs/xfs/xfs_ag.h \
fs/xfs/xfs_dir2.h \
fs/xfs/xfs_dmapi.h \
include/linux/version.h \
fs/xfs/linux-2.6/xfs_dmapi_priv.h \
fs/xfs/xfs_mount.h \
fs/xfs/xfs_bmap_btree.h \
fs/xfs/xfs_alloc_btree.h \
fs/xfs/xfs_ialloc_btree.h \
fs/xfs/xfs_dir2_sf.h \
fs/xfs/xfs_attr_sf.h \
fs/xfs/xfs_dinode.h \
fs/xfs/xfs_inode.h \
fs/xfs/xfs_btree.h \
fs/xfs/xfs_ialloc.h \
fs/xfs/xfs_alloc.h \
fs/xfs/xfs_error.h \
fs/xfs/xfs_ialloc_btree.o: $(deps_fs/xfs/xfs_ialloc_btree.o)
$(deps_fs/xfs/xfs_ialloc_btree.o):
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/xfs/.xfs_ialloc_btree.o.cmd | bat | gpl-2.0 | 19,520 |
cmd_drivers/usb/storage/ums-alauda.o := arm-linux-androideabi-ld -EL -r -o drivers/usb/storage/ums-alauda.o drivers/usb/storage/alauda.o
| tenorntex/lhbalanced | drivers/usb/storage/.ums-alauda.o.cmd | bat | gpl-2.0 | 141 |
@echo off
echo Test arguments are: (%1 %2 %3)
IF "%1" == "LONG" GOTO :PRINT_LONG
GOTO :PRINT_SHORT
:PRINT_LONG
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
echo 0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
:PRINT_SHORT
IF "%1" == "CRIT" GOTO :EXIT_CRIT
IF "%1" == "WARN" GOTO :EXIT_WARN
IF "%1" == "UNKNOWN" GOTO :EXIT_UNKNOWN
exit /B 0
:EXIT_WARN
exit /B 1
:EXIT_CRIT
exit /B 2
:EXIT_UNKNOWN
exit /B 3
| mickem/nscp | scripts/check_test.bat | bat | gpl-2.0 | 1,481 |
cmd_fs/nfs/unlink.o := /opt/buildroot-gcc342/bin/mipsel-linux-uclibc-gcc -Wp,-MD,fs/nfs/.unlink.o.d -nostdinc -isystem /root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include -D__KERNEL__ -Iinclude -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -mabi=32 -G 0 -mno-abicalls -fno-pic -pipe -msoft-float -ffreestanding -march=mips32r2 -Wa,-mips32r2 -Wa,--trap -Iinclude/asm-mips/rt2880 -Iinclude/asm-mips/mach-generic -fomit-frame-pointer -gdwarf-2 -fno-stack-protector -membedded-data -muninit-const-in-rodata -funit-at-a-time -Wdeclaration-after-statement -Wno-pointer-sign -DMODULE -mlong-calls -D"KBUILD_STR(s)=\#s" -D"KBUILD_BASENAME=KBUILD_STR(unlink)" -D"KBUILD_MODNAME=KBUILD_STR(nfs)" -c -o fs/nfs/unlink.o fs/nfs/unlink.c
deps_fs/nfs/unlink.o := \
fs/nfs/unlink.c \
include/linux/slab.h \
$(wildcard include/config/slab/debug.h) \
$(wildcard include/config/slub.h) \
$(wildcard include/config/slob.h) \
$(wildcard include/config/numa.h) \
$(wildcard include/config/debug/slab.h) \
include/linux/gfp.h \
$(wildcard include/config/zone/dma.h) \
$(wildcard include/config/zone/dma32.h) \
$(wildcard include/config/highmem.h) \
include/linux/mmzone.h \
$(wildcard include/config/force/max/zoneorder.h) \
$(wildcard include/config/smp.h) \
$(wildcard include/config/memory/hotplug.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/have/memory/present.h) \
$(wildcard include/config/need/node/memmap/size.h) \
$(wildcard include/config/need/multiple/nodes.h) \
$(wildcard include/config/sparsemem.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) \
include/linux/spinlock.h \
$(wildcard include/config/debug/spinlock.h) \
$(wildcard include/config/preempt.h) \
$(wildcard include/config/debug/lock/alloc.h) \
include/linux/preempt.h \
$(wildcard include/config/debug/preempt.h) \
include/linux/thread_info.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) \
include/linux/compiler-gcc4.h \
$(wildcard include/config/forced/inlining.h) \
include/linux/compiler-gcc.h \
include/asm/posix_types.h \
include/asm/sgidefs.h \
include/asm/types.h \
$(wildcard include/config/64bit/phys/addr.h) \
$(wildcard include/config/64bit.h) \
include/linux/bitops.h \
include/asm/bitops.h \
$(wildcard include/config/cpu/mipsr2.h) \
$(wildcard include/config/cpu/mips32.h) \
$(wildcard include/config/cpu/mips64.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/mips/mt/smtc.h) \
$(wildcard include/config/irq/cpu.h) \
$(wildcard include/config/mips/mt/smtc/instant/replay.h) \
include/asm/hazards.h \
$(wildcard include/config/cpu/r10000.h) \
$(wildcard include/config/cpu/rm9000.h) \
$(wildcard include/config/cpu/sb1.h) \
include/asm/barrier.h \
$(wildcard include/config/cpu/has/sync.h) \
$(wildcard include/config/cpu/has/wb.h) \
$(wildcard include/config/weak/ordering.h) \
include/asm/bug.h \
$(wildcard include/config/bug.h) \
include/asm/break.h \
include/asm-generic/bug.h \
$(wildcard include/config/generic/bug.h) \
$(wildcard include/config/debug/bugverbose.h) \
include/asm/byteorder.h \
$(wildcard include/config/cpu/mips64/r2.h) \
include/linux/byteorder/little_endian.h \
include/linux/byteorder/swab.h \
include/linux/byteorder/generic.h \
include/asm/cpu-features.h \
$(wildcard include/config/32bit.h) \
$(wildcard include/config/cpu/mipsr2/irq/vi.h) \
$(wildcard include/config/cpu/mipsr2/irq/ei.h) \
include/asm/cpu.h \
include/asm/cpu-info.h \
$(wildcard include/config/sgi/ip27.h) \
$(wildcard include/config/mips/mt.h) \
include/asm/cache.h \
$(wildcard include/config/mips/l1/cache/shift.h) \
include/asm-mips/mach-generic/kmalloc.h \
$(wildcard include/config/dma/coherent.h) \
include/asm-mips/mach-generic/cpu-feature-overrides.h \
include/asm/war.h \
$(wildcard include/config/sgi/ip22.h) \
$(wildcard include/config/sni/rm.h) \
$(wildcard include/config/cpu/r5432.h) \
$(wildcard include/config/sb1/pass/1/workarounds.h) \
$(wildcard include/config/sb1/pass/2/workarounds.h) \
$(wildcard include/config/mips/malta.h) \
$(wildcard include/config/mips/atlas.h) \
$(wildcard include/config/mips/sead.h) \
$(wildcard include/config/cpu/tx49xx.h) \
$(wildcard include/config/momenco/jaguar/atx.h) \
$(wildcard include/config/pmc/yosemite.h) \
$(wildcard include/config/basler/excite.h) \
$(wildcard include/config/momenco/ocelot/3.h) \
include/asm-generic/bitops/non-atomic.h \
include/asm-generic/bitops/fls64.h \
include/asm-generic/bitops/ffz.h \
include/asm-generic/bitops/find.h \
include/asm-generic/bitops/sched.h \
include/asm-generic/bitops/hweight.h \
include/asm-generic/bitops/ext2-non-atomic.h \
include/asm-generic/bitops/le.h \
include/asm-generic/bitops/ext2-atomic.h \
include/asm-generic/bitops/minix.h \
include/asm/thread_info.h \
$(wildcard include/config/page/size/4kb.h) \
$(wildcard include/config/page/size/8kb.h) \
$(wildcard include/config/page/size/16kb.h) \
$(wildcard include/config/page/size/64kb.h) \
$(wildcard include/config/debug/stack/usage.h) \
include/asm/processor.h \
$(wildcard include/config/mips/mt/fpaff.h) \
$(wildcard include/config/cpu/has/prefetch.h) \
include/linux/cpumask.h \
$(wildcard include/config/hotplug/cpu.h) \
include/linux/kernel.h \
$(wildcard include/config/preempt/voluntary.h) \
$(wildcard include/config/debug/spinlock/sleep.h) \
$(wildcard include/config/printk.h) \
/root/asuswrt-bender/tools/brcm/K26/hndtools-mipsel-uclibc-4.2.4/bin/../lib/gcc/mipsel-linux-uclibc/4.2.4/include/stdarg.h \
include/linux/linkage.h \
include/asm/linkage.h \
include/linux/log2.h \
$(wildcard include/config/arch/has/ilog2/u32.h) \
$(wildcard include/config/arch/has/ilog2/u64.h) \
include/linux/threads.h \
$(wildcard include/config/nr/cpus.h) \
$(wildcard include/config/base/small.h) \
include/linux/bitmap.h \
include/linux/string.h \
include/asm/string.h \
$(wildcard include/config/cpu/r3000.h) \
include/asm/cachectl.h \
include/asm/mipsregs.h \
$(wildcard include/config/cpu/vr41xx.h) \
include/asm/prefetch.h \
include/asm/system.h \
include/asm/addrspace.h \
$(wildcard include/config/cpu/r4300.h) \
$(wildcard include/config/cpu/r4x00.h) \
$(wildcard include/config/cpu/r5000.h) \
$(wildcard include/config/cpu/rm7000.h) \
$(wildcard include/config/cpu/nevada.h) \
$(wildcard include/config/cpu/r8000.h) \
$(wildcard include/config/cpu/sb1a.h) \
include/asm-mips/mach-generic/spaces.h \
$(wildcard include/config/dma/noncoherent.h) \
include/asm/dsp.h \
include/linux/stringify.h \
include/linux/bottom_half.h \
include/linux/spinlock_types.h \
include/linux/lockdep.h \
$(wildcard include/config/lockdep.h) \
$(wildcard include/config/generic/hardirqs.h) \
$(wildcard include/config/prove/locking.h) \
include/linux/spinlock_types_up.h \
include/linux/spinlock_up.h \
include/linux/spinlock_api_up.h \
include/asm/atomic.h \
include/asm-generic/atomic.h \
include/linux/list.h \
$(wildcard include/config/debug/list.h) \
include/linux/poison.h \
include/linux/prefetch.h \
include/linux/wait.h \
include/asm/current.h \
include/linux/cache.h \
$(wildcard include/config/arch/has/cache/line/size.h) \
include/linux/numa.h \
$(wildcard include/config/nodes/shift.h) \
include/linux/init.h \
$(wildcard include/config/modules.h) \
$(wildcard include/config/hotplug.h) \
$(wildcard include/config/acpi/hotplug/memory.h) \
include/linux/seqlock.h \
include/linux/nodemask.h \
include/asm/page.h \
$(wildcard include/config/build/elf64.h) \
$(wildcard include/config/limited/dma.h) \
include/linux/pfn.h \
include/asm/io.h \
include/asm-generic/iomap.h \
include/asm/pgtable-bits.h \
$(wildcard include/config/cpu/mips32/r1.h) \
$(wildcard include/config/cpu/tx39xx.h) \
$(wildcard include/config/mips/uncached.h) \
include/asm-mips/mach-generic/ioremap.h \
include/asm-mips/mach-generic/mangle-port.h \
$(wildcard include/config/swap/io/space.h) \
include/asm-generic/memory_model.h \
$(wildcard include/config/out/of/line/pfn/to/page.h) \
include/asm-generic/page.h \
include/linux/memory_hotplug.h \
$(wildcard include/config/have/arch/nodedata/extension.h) \
include/linux/notifier.h \
include/linux/errno.h \
include/asm/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/smp.h \
include/asm/topology.h \
include/asm-mips/mach-generic/topology.h \
include/asm-generic/topology.h \
include/linux/slub_def.h \
include/linux/workqueue.h \
include/linux/timer.h \
$(wildcard include/config/timer/stats.h) \
include/linux/ktime.h \
$(wildcard include/config/ktime/scalar.h) \
include/linux/time.h \
include/linux/jiffies.h \
include/linux/calc64.h \
include/asm/div64.h \
include/asm-generic/div64.h \
include/linux/timex.h \
$(wildcard include/config/time/interpolation.h) \
$(wildcard include/config/no/hz.h) \
include/asm/param.h \
$(wildcard include/config/hz.h) \
include/asm/timex.h \
include/asm-mips/mach-generic/timex.h \
include/linux/kobject.h \
include/linux/sysfs.h \
$(wildcard include/config/sysfs.h) \
include/linux/kref.h \
include/linux/dcache.h \
$(wildcard include/config/profiling.h) \
include/linux/rcupdate.h \
include/linux/percpu.h \
include/asm/percpu.h \
include/asm-generic/percpu.h \
include/linux/sunrpc/sched.h \
include/linux/sunrpc/types.h \
include/linux/sunrpc/debug.h \
$(wildcard include/config/sysctl.h) \
include/linux/sunrpc/xdr.h \
include/linux/uio.h \
include/linux/scatterlist.h \
include/asm/scatterlist.h \
include/linux/mm.h \
$(wildcard include/config/mmu.h) \
$(wildcard include/config/stack/growsup.h) \
$(wildcard include/config/debug/vm.h) \
$(wildcard include/config/shmem.h) \
$(wildcard include/config/split/ptlock/cpus.h) \
$(wildcard include/config/ia64.h) \
$(wildcard include/config/proc/fs.h) \
$(wildcard include/config/debug/pagealloc.h) \
include/linux/capability.h \
include/linux/rbtree.h \
include/linux/prio_tree.h \
include/linux/fs.h \
$(wildcard include/config/dnotify.h) \
$(wildcard include/config/quota.h) \
$(wildcard include/config/inotify.h) \
$(wildcard include/config/security.h) \
$(wildcard include/config/epoll.h) \
$(wildcard include/config/auditsyscall.h) \
$(wildcard include/config/block.h) \
$(wildcard include/config/fs/xip.h) \
$(wildcard include/config/migration.h) \
include/linux/limits.h \
include/linux/ioctl.h \
include/asm/ioctl.h \
include/linux/kdev_t.h \
include/linux/namei.h \
include/linux/stat.h \
include/asm/stat.h \
include/linux/radix-tree.h \
include/linux/pid.h \
include/asm/semaphore.h \
include/linux/quota.h \
include/linux/dqblk_xfs.h \
include/linux/dqblk_v1.h \
include/linux/dqblk_v2.h \
include/linux/nfs_fs_i.h \
include/linux/nfs.h \
include/linux/sunrpc/msg_prot.h \
include/linux/fcntl.h \
include/asm/fcntl.h \
include/asm-generic/fcntl.h \
include/linux/err.h \
include/linux/debug_locks.h \
$(wildcard include/config/debug/locking/api/selftests.h) \
include/linux/backing-dev.h \
include/linux/mm_types.h \
include/asm/pgtable.h \
include/asm/pgtable-32.h \
include/asm/fixmap.h \
include/asm-generic/pgtable-nopmd.h \
include/asm-generic/pgtable-nopud.h \
include/asm-generic/pgtable.h \
include/linux/page-flags.h \
$(wildcard include/config/s390.h) \
$(wildcard include/config/swap.h) \
include/linux/vmstat.h \
$(wildcard include/config/vm/event/counters.h) \
include/linux/sunrpc/clnt.h \
include/linux/sunrpc/xprt.h \
include/linux/socket.h \
$(wildcard include/config/compat.h) \
include/asm/socket.h \
include/asm/sockios.h \
include/linux/sockios.h \
include/linux/in.h \
include/linux/sunrpc/auth.h \
include/linux/sunrpc/stats.h \
include/linux/proc_fs.h \
$(wildcard include/config/proc/devicetree.h) \
$(wildcard include/config/proc/kcore.h) \
include/linux/magic.h \
include/linux/sunrpc/timer.h \
include/asm/signal.h \
$(wildcard include/config/trad/signals.h) \
$(wildcard include/config/binfmt/irix.h) \
include/asm-generic/signal.h \
include/asm/sigcontext.h \
include/asm/siginfo.h \
include/asm-generic/siginfo.h \
include/linux/nfs_fs.h \
$(wildcard include/config/nfs/v3/acl.h) \
$(wildcard include/config/nfs/v4.h) \
$(wildcard include/config/nfs/v3.h) \
include/linux/pagemap.h \
include/linux/highmem.h \
include/linux/uaccess.h \
include/asm/uaccess.h \
include/asm-generic/uaccess.h \
include/asm/cacheflush.h \
include/asm/kmap_types.h \
$(wildcard include/config/debug/highmem.h) \
include/linux/nfs2.h \
include/linux/nfs3.h \
include/linux/nfs4.h \
include/linux/nfs_xdr.h \
include/linux/nfsacl.h \
include/linux/posix_acl.h \
include/linux/nfs_fs_sb.h \
include/linux/mempool.h \
fs/nfs/unlink.o: $(deps_fs/nfs/unlink.o)
$(deps_fs/nfs/unlink.o):
| smx-smx/dsl-n55u-bender | release/src-ra/linux/linux-2.6.21.x/fs/nfs/.unlink.o.cmd | bat | gpl-2.0 | 14,629 |
/******************************************************************************
*
* freertos_demo_ccs.cmd - CCS linker configuration file for freertos_demo.
*
* Copyright (c) 2013-2017 Texas Instruments Incorporated. All rights reserved.
* Software License Agreement
*
* Texas Instruments (TI) is supplying this software for use solely and
* exclusively on TI's microcontroller products. The software is owned by
* TI and/or its suppliers, and is protected under applicable copyright
* laws. You may not combine this software with "viral" open-source
* software in order to form a larger program.
*
* THIS SOFTWARE IS PROVIDED "AS IS" AND WITH ALL FAULTS.
* NO WARRANTIES, WHETHER EXPRESS, IMPLIED OR STATUTORY, INCLUDING, BUT
* NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE APPLY TO THIS SOFTWARE. TI SHALL NOT, UNDER ANY
* CIRCUMSTANCES, BE LIABLE FOR SPECIAL, INCIDENTAL, OR CONSEQUENTIAL
* DAMAGES, FOR ANY REASON WHATSOEVER.
*
* This is part of revision 2.1.4.178 of the DK-TM4C129X Firmware Package.
*
*****************************************************************************/
--retain=g_pfnVectors
/* The following command line options are set as part of the CCS project. */
/* If you are building using the command line, or for some reason want to */
/* define them here, you can uncomment and modify these lines as needed. */
/* If you are using CCS for building, it is probably better to make any such */
/* modifications in your CCS project and leave this file alone. */
/* */
/* --heap_size=0 */
/* --stack_size=256 */
/* --library=rtsv7M3_T_le_eabi.lib */
/* The starting address of the application. Normally the interrupt vectors */
/* must be located at the beginning of the application. */
#define APP_BASE 0x00000000
#define RAM_BASE 0x20000000
/* System memory map */
MEMORY
{
/* Application stored in and executes from internal flash */
FLASH (RX) : origin = APP_BASE, length = 0x00100000
/* Application uses internal RAM for data */
SRAM (RWX) : origin = 0x20000000, length = 0x00040000
}
/* Section allocation in memory */
SECTIONS
{
.intvecs: > APP_BASE
.text : > FLASH
.const : > FLASH
.cinit : > FLASH
.pinit : > FLASH
.init_array : > FLASH
.vtable : > RAM_BASE
.data : > SRAM
.bss : > SRAM
.sysmem : > SRAM
.stack : > SRAM
}
__STACK_TOP = __stack + 4096;
| jhnphm/xbs_xbd | platforms/ek-tm4c129exl_16mhz/hal/tivaware/examples/boards/dk-tm4c129x/freertos_demo/freertos_demo_ccs.cmd | bat | gpl-3.0 | 2,806 |
@echo off
%= Filter - replace the *VERSION atoconf variables according to the ones =%
%= set in configure.ac. =%
setlocal
set configuration=%1
if "%Configuration%"=="Debug" ( set Debug=DEBUG; ) else ( set Debug= )
setlocal DisableDelayedExpansion
mkdir Temp 2>nul
set conf=..\configure.ac
set tmp=Temp\version.txt
echo 1>&2 %~f0: Info: Replacing configuration variables
findstr "^LINK_.*_VERSION=" %conf% > %tmp%
findstr "^VERSION=" %conf% >> %tmp%
findstr "^DISCUSSION_GROUP=" %conf% >> %tmp%
findstr "^OVERVIEW=" %conf% >> %tmp%
set count=0
if "%Configuration%"=="" GOTO endconf
REM Input format:
REM # Optional comments
REM AC_INIT([link-grammar],[5.5.1],[https://github.com/opencog/link-grammar], ,
REM [https://www.abisource.com/projects/link-grammar/])
REM <BLANK LINE>
REM
REM findstr: Generate line numbers (/n) to detect empty line,
REM and skip comments. Use tokens and delims to skip line number field.
REM Use "$" to preserve empty comma-delimited fields. Remove "[])".
REM XXX "!" is not preserved so it should not appear in the input!
for /f "tokens=1* delims=:" %%i in ('findstr /n /v "^\s*#" %conf%') do (
if "%%j"=="" GOTO endconf
set "_line=%%j"
setlocal EnableDelayedExpansion
set "_line=!_line:,=$,!"
set "_line=!_line:)=$)!"
for %%y in (!_line!) do (
for %%x in (%%y) do (
set "_t=%%x"
set "_t=!_t:)=!"
set "_t=!_t:~0,-1!"
set "_t=!_t:[=!"
set "_t=!_t:]=!"
set "x!count!=!_t!"
set /a count+=1
)
)
)
:endconf
set "PACKAGE_BUGREPORT=%x2%"
set "PACKAGE_URL=%x4%"
REM set PACKAGE_BUGREPORT 1>&2
REM set PACKAGE_URL 1>&2
setlocal DisableDelayedExpansion
for /F "tokens=*" %%i in (%tmp%) do set %%i
del %tmp%
REM set DISCUSSION_GROUP 1>&2
REM set OVERVIEW 1>&2
REM set LINK_ 1>&2
REM set VERSION 1>&2
REM echo END configuration variables 1>&2
if "%Configuration%"=="" GOTO skipos
%= Get OS name =%
set "osreg=HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
for /f "tokens=3*" %%i in ('reg query "%osreg%" /v ProductName') do (
set "win_os= %%i %%j"
)
%= Get OS version =%
for /f "tokens=3*" %%i in ('ver') do (
set "win_ver= %%i %%j"
)
:skipos
%= Process the ".in" file, preserving blank lines and exclamation marks =%
for /f "tokens=1* delims=]" %%i in ('find /v /n ""') do (
set "line=%%j"
if "%%j"=="" (echo.) else (
setlocal EnableDelayedExpansion
set "line=!line:@LINK_MAJOR_VERSION@=%LINK_MAJOR_VERSION%!"
set "line=!line:@LINK_MINOR_VERSION@=%LINK_MINOR_VERSION%!"
set "line=!line:@LINK_MICRO_VERSION@=%LINK_MICRO_VERSION%!"
set "line=!line:@VERSION@=%VERSION%!"
set "line=!line:$LINK_MAJOR_VERSION=%LINK_MAJOR_VERSION%!"
set "line=!line:$LINK_MINOR_VERSION=%LINK_MINOR_VERSION%!"
set "line=!line:$LINK_MICRO_VERSION=%LINK_MICRO_VERSION%!"
if NOT "%Configuration%"=="" (
set "line=!line:@HOST_OS@=%win_os% %win_ver%!"
set "line=!line:@LG_DEFS@=%DEFS%!"
set "line=!line:@CPPFLAGS@=%Debug%!"
set "line=!line:@CFLAGS@=%CFLAGS%!"
set "line=!line:@DISCUSSION_GROUP@=%DISCUSSION_GROUP%!"
set "line=!line:@OVERVIEW@=%OVERVIEW%!"
set "line=!line:@PACKAGE_BUGREPORT@=%PACKAGE_BUGREPORT%!"
set "line=!line:@PACKAGE_URL@=%PACKAGE_URL%!"
set "line=!line:'=!"
)
echo(!line!
endlocal
)
)
:end
| linas/link-grammar | msvc/confvar.bat | bat | lgpl-2.1 | 3,535 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.