Simulate a shell that accepts DOS commands and displays the output.
when user writes “dir”, the shell runs “ls” command. Note: you have to use external text file for mapping between Linux and DOS commands.
- DOS to Linux command mapping
- Command execution
- Menu-driven interface
- Manual page (
man task
) - GUI