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

CCDOS - An operating system like that of MS-DOS for Computercraft!

Started by Lewisk3, 30 April 2016 - 06:17 PM
Lewisk3 #1
Posted 30 April 2016 - 08:17 PM
CC-DOS

What is CC-DOS?<br />
CC-DOS stands for ComputerCraft Disk Operating System, similar to MS-DOS (Microsoft DOS).<br />
CC-DOS also comes with a batch compiler and autoexec support!<br />

<br /><br /><br />

Downloads -<br />
pastebin get sbG2Nuv5 ccdos – operating system<br />
pastebin get kkC1FZ6U batedit – batedit, the batch editing program!
Edited on 14 May 2016 - 11:27 PM
Creator #2
Posted 01 May 2016 - 08:33 PM
Hate to be the one to say, but no pics, no clicks.

I would also add a feature list if I were you.
Lewisk3 #3
Posted 16 May 2016 - 09:00 AM
Hate to be the one to say, but no pics, no clicks.

I would also add a feature list if I were you.

Well, there WAS pictures there, until the rollback.
will get them back up soon.
Creator #4
Posted 16 May 2016 - 09:18 AM
Hate to be the one to say, but no pics, no clicks.

I would also add a feature list if I were you.

Well, there WAS pictures there, until the rollback.
will get them back up soon.

I know. Coincidentally, this was posted before you had posted pictures for the first time and I haven't touched it since.
Nothy #5
Posted 30 May 2016 - 10:55 AM
this is by far one of my favorite alternate shells/OS's. that's all I really have to say, other than you should add batch support.
Lewisk3 #6
Posted 30 May 2016 - 09:05 PM
this is by far one of my favorite alternate shells/OS's. that's all I really have to say, other than you should add batch support.

it has batch support its limited to only the commands available when typing "help" but its there xD
type edit <name>.bat make sure the .bat is there and it should open the batch editor :)/>

theres also a autoexec.bat , you can edit that too.
Nothy #7
Posted 31 May 2016 - 07:55 AM
this is by far one of my favorite alternate shells/OS's. that's all I really have to say, other than you should add batch support.

it has batch support its limited to only the commands available when typing "help" but its there xD
type edit <name>.bat make sure the .bat is there and it should open the batch editor :)/>

theres also a autoexec.bat , you can edit that too.

Yes, I noticed that. But I meant like, all the batch commands. But it's lovely so far and I'm looking forward to any future improvements.
LeDark Lua #8
Posted 05 August 2016 - 11:43 AM
If you want to make real batch, then you need to make it, batch has if statements and other logic ;)/>
JackMacWindows #9
Posted 07 August 2016 - 12:14 AM
To make it real DOS, does it run by default from a disk? For it to be a true Disk Operating System, it must run from a floppy disk. I have some code to be placed on a computer to only allow disk boot up if you need. Anyways, looks cool!