This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
Minesoft's profile picture

[OS] Squartus 0.1 no GUI

Started by Minesoft, 25 June 2013 - 01:30 PM
Minesoft #1
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:

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.
Avengera #2
Posted 25 June 2013 - 04:42 PM
If I could make a suggestion, here they love for you to use Pastebin. Pastebin is a great utility for all coders, in case you didn't know. Just copy/paste your code to there, and put a link here. A great way to link it would be in the format Computercraft's HTTP API works, (pastebin get
) while also linking the website url using the "link" button in the post editor.

Anyway, trying it out now, it looks like a great starting point!
Minesoft #3
Posted 25 June 2013 - 04:48 PM
If I could make a suggestion, here they love for you to use Pastebin. Pastebin is a great utility for all coders, in case you didn't know. Just copy/paste your code to there, and put a link here. A great way to link it would be in the format Computercraft's HTTP API works, (pastebin get
) while also linking the website url using the "link" button in the post editor.

Anyway, trying it out now, it looks like a great starting point!
Haha, I know pastebin, but then there is a better throw on github.com
nutcase84 #4
Posted 26 June 2013 - 10:59 AM
If I could make a suggestion, here they love for you to use Pastebin. Pastebin is a great utility for all coders, in case you didn't know. Just copy/paste your code to there, and put a link here. A great way to link it would be in the format Computercraft's HTTP API works, (pastebin get
) while also linking the website url using the "link" button in the post editor.

Anyway, trying it out now, it looks like a great starting point!
Haha, I know pastebin, but then there is a better throw on github.com

But github doesn't work with the pastebin program.
MudkipTheEpic #5
Posted 26 June 2013 - 11:28 AM
Make an installer on pastebin to download the files.
Minesoft #6
Posted 27 June 2013 - 09:57 AM
Make an installer on pastebin to download the files.
Maybe later.