
Project Notes
Lame Excusefor anOperating System V3
This is a beta version of 'LEOS 3' it is being updated almost every day with new functionality. To start working with HEXIUM click on the box labeled 'SHELL'. A UNIX-DOS Style shell will pop up. At present the commands that the shell recongnizes are as follows(you can open several shells at the same time just like a real OS):
| Command | Use | Description |
| dir | dir | Lists all the files on LEOS HEXIUM's List |
| rm | rm data1 dat | Deletes files, for example the file data1 dat will be deleted, make sure you dont put a '.' |
| rm * * | Deletes all the files on the disk | |
| new | new data dat | Creates a new file called, for example, data dat |
| cls | cls | Clears the Output screen |
| clear | clear | same as cls |
| more | more data dat | Dislays the contents of the specified file "data dat" |
| exit | exit | Closes the SHELL window |
* LEOS now has file viewer and a file editor. Click on the box that says 'Viewer' and it will show up with a dilogue contaiuning buttons for each file. Click on the file you want to view and its contents will show up on an output dialog. To edit a file click on the box marked 'Editor' and then enter the name of the file you want to edit "file1 dat"(remember instead of the "." put a " "[space])