Basic-DOS
What is this?
this is a program that is based on Microsoft's DOS (Disk Operating System) which you can type commands to accomplish things.
What are the features?
you can execute a program by typing the program
the only commands are right now:
-
Dir -shows files, assigned to key 1
-
Exit -Exits the program, assigned to key 2
There is a demo program you can launch by typing "demo" without the " of course
Bugs
- The program cannot handle symbols, so be careful about that!
Planned
To add an basic 1.0 interpeter, just like you would with the Commodore machines
An edit command - a text writing program
To add a cd command
What about user-created programs?
You can make programs for this OS, Infact you could make it so you only could launch that program in Basic-DOS if you wanted!
Is it expandable?/Coding
Yes! a program can access the code to add additional features, to make a program return to DOS, you must type
end
where ever you like, example:
if button() and #a then end
Instructions:
Random Poll:
[poll=p544][/poll]
Changelog:
1.1 3KB
Made alot of changes:
- Now shows what system you are running on
- Updated the demo program to only work when executed in DOS
- New program: write - its not special just writing, Type Exit to exit
- Any program thats in the folder can be executed by only typing the program.
Bugfixes:
- Now this program can handle spaces! (still not empty text)
- oh yeah yeah
1.0 1.6KB
Spoiler
PDBXV8NE
Just uploaded the program, a Dos program
Notes:
An ms-dos based OS