Posted 25 June 2013 - 03:30 PM
Hello everyone, today I would like to show the operating system Squartus. At the moment, apart from the command prompt on this operating system is not, in the future I'll be working on graphical interface and a convenient API, but it does not mean that the current operating system has its peculiarities. I tried to maximize the functionality of the command line and what turned:
Command prompt support spaces in the arguments, examples:
Supported commands:
Download: http://sdrv.ms/10iUGZI
I use Google Translate, because I don't know English very well.
Command prompt support spaces in the arguments, examples:
run /rom/programs/edit "Hello World" - runs edit with arg: Hello World
run /rom/programs/edit 'Hello World' - runs edit with arg: Hello World
Just ignore it supports most of the quotes:
run test "\"Hi\"" - runs test with arg: "Hi"
run test "'Hi'" - runs test with arg: 'Hi'
run test '\'Hi\'' - runs test with arg: 'Hi'
run test '"Hi"' - runs test with arg: "Hi"
At the moment, has a small wasps functionality similar to the standard OS in computercraft.Supported commands:
run <program> [<args>...]
reboot
shutdown
clear
help
exit
redfile - Planned
Download: http://sdrv.ms/10iUGZI
I use Google Translate, because I don't know English very well.