|
Posted by Barry R. Dick on 05/16/07 10:09
Hello,
I've been programming a PHP environment shell, which you would load
from say a CD, on to your workstation and have your self a generically
compatible shell from which you can load any emulation from a generic
list written in your computers language, for your choice, from this
you would choose to either learn the shell language, includings its
functions and syntex, or use the shell for your personal computer,
thus replacing the default shell.
The purpose of this program is to make an eisly excessible
application, which makes full use of either the command prompt on
windows based systems, or the shell, as on Linux, BSD, and Mac OS X.
Creating this application has allowed me to make other uses, including
writting standardised programming, and packages which I will have
included in phpMini for each release.
I'd like to also make mention of the technical information that makes
this all possible.
Windows and Linux both use standard ansi programming from within the
shell, that allow for the same string passed to say clear the screen,
or change the formatting of the characters.
Basically, I have written the application much like a Linux partition
and root directories. main and main.bat are both the prewritten shell
code that can be executed to make use of the default package, exlax,
which is an emulation of BASH. Partially written up, due to the
complexity of the language, I find it hard to accomplish my task for
writting the language, but hopfully with some help, I can have a
written interpreter of BASH.
http://68.148.138.209/phpMini-1.0%5BALPHA%5D.tar.gz
The above is the current release of my application, and I hope to
release a first version as soon as all the manuals have been written
up, comments have been added, and everything checks out.
Any comments are welcome here...
Navigation:
[Reply to this message]
|