[PR #2461] [MERGED] - [Sample - MiniTerm] Changed callable process in ProcessFactory from… #24942

Open
opened 2026-01-31 09:06:17 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/2461
Author: @inventivejon
Created: 8/17/2019
Status: Merged
Merged: 8/19/2019
Merged by: @DHowett-MSFT

Base: masterHead: hotfix/miniTerm_ProcessFactory_ChangeToParameterCommand


📝 Commits (1)

  • 08eb303 - [Sample - MiniTerm] Changed callable process in ProcessFactory from static cmd.exe to command argument as intended originally

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 samples/ConPTY/MiniTerm/MiniTerm/Processes/ProcessFactory.cs (+1 -1)

📄 Description

… static cmd.exe to command argument as intended originally

Summary of the Pull Request

Changed from "cmd.exe" to command argument in ProcessFactory StartFunction.
Seems to be a bug since this way only cmd.exe can be used in the example.

References

Don't think so

Detailed Description of the Pull Request / Additional comments

Nothing else changed

Validation Steps Performed

Simple recalled the shell from VS 19 and see that example is still working fine


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/microsoft/terminal/pull/2461 **Author:** [@inventivejon](https://github.com/inventivejon) **Created:** 8/17/2019 **Status:** ✅ Merged **Merged:** 8/19/2019 **Merged by:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Base:** `master` ← **Head:** `hotfix/miniTerm_ProcessFactory_ChangeToParameterCommand` --- ### 📝 Commits (1) - [`08eb303`](https://github.com/microsoft/terminal/commit/08eb303ff57840ce14b3a19cd8efeb6c0c0fa463) - [Sample - MiniTerm] Changed callable process in ProcessFactory from static cmd.exe to command argument as intended originally ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `samples/ConPTY/MiniTerm/MiniTerm/Processes/ProcessFactory.cs` (+1 -1) </details> ### 📄 Description … static cmd.exe to command argument as intended originally <!-- Enter a brief description/summary of your PR here. What does it fix/what does it change/how was it tested (even manually, if necessary)? --> ## Summary of the Pull Request Changed from "cmd.exe" to command argument in ProcessFactory StartFunction. Seems to be a bug since this way only cmd.exe can be used in the example. <!-- Other than the issue solved, is this relevant to any other issues/existing PRs? --> ## References Don't think so <!-- Provide a more detailed description of the PR, other things fixed or any additional comments/features here --> ## Detailed Description of the Pull Request / Additional comments Nothing else changed <!-- Describe how you validated the behavior. Add automated tests wherever possible, but list manual validation steps taken as well --> ## Validation Steps Performed Simple recalled the shell from VS 19 and see that example is still working fine --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:06:17 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24942