Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easy shell scripting use of RunCPM #193

Merged
merged 20 commits into from
May 7, 2024

Conversation

pzembrod
Copy link
Contributor

@pzembrod pzembrod commented May 7, 2024

Enable easy scripting use of RunCPM under Posix and Windows using command line flags for input and output redirection.

Add command line options for console input and log files, and check error
    on initial chdir().
Refactoring: Route all console input via console.h. No more _getch*() from
    anywhere but console.h.
Gate console_in and console_log behind SCRIPTCONSOLE feature flag
Move definition of console_in and console_log from abstraction_posix.h to
    main.c, so that it is available in all platform builds.
Reverse the order of _getcon* and _putcon* functions in console.h.
    This is in preparation to adding the script input and log output
    features.
Add input from script input file and output to log file to console.h.
Add corresponding init and close call to main.c
Change my indents from 2 spaces to 4-wide tabs
@MockbaTheBorg MockbaTheBorg merged commit f98ee01 into MockbaTheBorg:master May 7, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants