Rob 'Feztaa' Park
10-19-2001, 09:24 PM
Hey all,
I'm in the process of writing a python script that basically simulates (simulate, not emulate) a DOS environment.
In other words, I think you could actually say I'm writing a shell for linux in python, that will look like DOS.
Features currently included:
- realistic DOS-like command prompt
- ability to change directory using either relative or absolute DOS paths ("cd C:\home\feztaa" or "cd feztaa", etc)
- random errors appear when you type invalid commands
Planned features:
- actually being able to execute programs, as in a real shell.
- implementation of other common shell builtins
- etc.
Actually, this is meant to be mostly a joke, as I hope you've figured by now. But I am actually working on this :)
I'll post it later, when I've got more done.
I'm in the process of writing a python script that basically simulates (simulate, not emulate) a DOS environment.
In other words, I think you could actually say I'm writing a shell for linux in python, that will look like DOS.
Features currently included:
- realistic DOS-like command prompt
- ability to change directory using either relative or absolute DOS paths ("cd C:\home\feztaa" or "cd feztaa", etc)
- random errors appear when you type invalid commands
Planned features:
- actually being able to execute programs, as in a real shell.
- implementation of other common shell builtins
- etc.
Actually, this is meant to be mostly a joke, as I hope you've figured by now. But I am actually working on this :)
I'll post it later, when I've got more done.