MarcoDOS is a dos program that runs over CraftOS. I am currently working on a editer that comes with it, the name will be MDOSedit.
MarcoDOS can run on regular computers, to!
INSTALLER LINKS
Spoiler
MarcoDOS 1.0:
Run:
pastebin get mEL5ktsW startup
Then reboot your computer.
Old Installers
Spoiler
None right not.
Disclaimer
​READ PLEASE!
MarcoDOS is not 100% made by me. It is actually build off of CraftOS.
Edited by MarcoPolo0306, 24 April 2017 - 11:16 PM.
CrazedProgrammer, on 27 August 2016 - 10:47 AM, said:
Uhh you copied /rom/programs/shell, made some really small changes and called it yours?
Comparison picture:
Spoiler
(left: MarcoDOS, right: /rom/programs/shell)
Here it is as a diff:
1c1,3
<
---
> term.clear()
> term.setTextColor(colors.blue)
> print("MarcoDOS 1.0")
26,27c28,29
< promptColour = colours.yellow
< textColour = colours.white
---
> promptColour = colours.green
> textColour = colours.blue
53c55
< printError( "No such program" )
---
> printError( "fileError: File does not exist." )
301c303
< printError( "No such program" )
---
> printError( "fileError: File does not exist." )
336c338
< write( shell.dir() .. "> " )
---
> write( shell.dir() .. "$/ > " )
I do certainly not see the point of copying in-built source code, modifying it a bit, then posting it in the Operating Systems forum.
Operating Systems should be something functional and creative; not just a copy of the default command line with barely any differences;
My suggestion would be to try and be more creative; Add some features, get to know the code. Maybe even start from scratch and see what you are able to accomplish on your own.