2:16 PM 5/2/97
Welcome to yet another one of Fenrir Software's Programs.  DOS or Disk Operating Sytem for the Ti-82 and Ti-83 instructions:

To add programs to DOS go to the line that looks like this:

:If /theta/=DIR
:Goto 2
:If /theta/=QUIT
:Then
:ClrHome
:Disp "Dos V1.0","(c) 1997 BY:","FENRIR SOFTWARE"
:Stop
:End
Add your programs here after End.
:If /theta/=CLS
:Goto 0

the program does not actually say 'Add your programs here'.  Remrmber to add If /theta/= before you enter the program name and then on the next line, add a link to the program.  EX:  Say I wanted to add a program called MIRRORS I whould type this:

:If /theta/=MIRRORS
:prgmMIRRORS

Simple!
to add the programs to the Directory, find the line at the bottom that looks like this:

:Lbl 2
:ClrHome
:Disp "NO PROGRAMS YET","AVAILABLE"
:Goto 1

Where it says "NO PROGRAMS YET AVAILABLE"  type the name of the program.

Commands within DOS:

DIR, displayes the directory of programs
QUIT, Quits DOS
CLS, clears the screen
ABOUT, displays some information about DOS

To configure any program to return to DOS after it's run, erase all the STOPs and replace them with RETURNS.  If you do not wish to do this, after the program has run, just hit enter.

Thanks,
Kyle (president and founder of Fenrir Software)
E-Mail:  Dilberto@msn.com and fernir@geocities.com
Visit us on the web at:  http://www.geocities.com/reserachTriangle/5407/fenrir.html