ThinkDOS Program Execution Improvements#1463
Merged
Kapu1178 merged 7 commits intoDaedalusDock:masterfrom Jan 8, 2026
Merged
Conversation
This obsoletes the `run` command but that can be considered in the discussion.
… builtin and the program
- All existing programs have been made to clear the screen themselves. Programs accept command line arguments to execute - a 'kernel commandline' is possible, but not implimented. Shell builtins inside command chains no longer break the command chain early. dbg_cmdline has been added to debug cmdline parsing and program argument calling.
Kapu1178
reviewed
Jan 1, 2026
Better clarify calling convention on terminal_program.execute()
Kapu1178
pushed a commit
to Kapu1178/daedalusdock
that referenced
this pull request
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This obsoletes the
runcommand, and I can snip it if you want.Why It's Good For The Game
run medtrakis more annoying thanmedtrak, This also adds support for running programs from the/bindirectory anywhere on the system without having to specify the full path.A test program,
dbg_cmdline, has been added that dumps it's cmdline to the screen and exits. This is also an example of a simple one-shot program.To this end, programs no longer automatically clear the screen on start. All existing programs have been made to clear the screen themselves.
Changelog
🆑
qol: Computer4 programs can now be ran without the run prefix, and can accept command-line arguments.
/:cl: