CCDOS - An operating system like that of M...
Lewisk3
30 Apr 2016
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 by dan200, 15 May 2016 - 12:27 AM.
Creator
01 May 2016
Hate to be the one to say, but no pics, no clicks.
I would also add a feature list if I were you.
I would also add a feature list if I were you.
Lewisk3
16 May 2016
Creator
16 May 2016
Nothy
30 May 2016
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
30 May 2016
Nothy, on 30 May 2016 - 09:55 AM, said:
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
31 May 2016
Lewisk3, on 30 May 2016 - 08:05 PM, said:
Nothy, on 30 May 2016 - 09:55 AM, said:
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
05 Aug 2016
If you want to make real batch, then you need to make it, batch has if statements and other logic

JackMacWindows
06 Aug 2016
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!