Installing PlusShell
There are no special procedures required to install this version of PlusShell on the calculator. Simply transfer the program and it's required libraries to the calculator. To install the browser, transfer shell.9xz and util.9xz to your calculator.
To install PlusShell for programming purposes on the computer, first add the directory in which you extracted PlusShell to your path. If you, for example, installed it to C:\PlusShell, you would add the following to your autoexec.bat:
path=%path%;c:\PlusShell
Then, set the environment variable 'asm92p' to the directory in which you extracted PlusShell. Assuming the installation directory of C:\PlusShell, you would also add the following to your autoexec.bat:
set asm92p=c:\PlusShell
Using PlusShell
To start the browser, type shell() at the home screen and press enter. For faster access to the shell, rename the program named 'shell' to 'kbdprgm1'. After renaming, simply press [Diamond]-[1] to start the shell.
To run a program from the home screen, simply type it's name followed by a pair of paranthesis. For example, to start a program named 'tetris', type tetris() at the home screen and press enter.
To run a program from the browser, first select the folder it resides in (normally 'main') and press enter. Then select the program from the list and press enter again.
If a program fails to run due to a missing library, the message "library not found" will apear on the status line along with the name of the missing library. Transfer the missing library to the calculator (make sure you are on the home screen) and try running the program again.
Questions? Comments? E-mail me at river@gte.net
This page is maintained by Rusty Wagner