-
-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Prerequisites
Please answer the following questions for yourself before submitting an issue.
- [X ] I am running the latest version
- [ X] I checked the documentation and found no answer
- [ X] I checked to make sure that this issue has not already been filed
Expected Behavior
Execute any command with parameter with space and between char ".
Current Behavior
When execute commands with parameters between char " and have space in params may not work an dreturn error, becaus only get char " and transform to ".
Failure Information (for bugs)
Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.
Steps to Reproduce
Is easy execute command between space example:
_shell.Term("dir "c:\Program files"", Output.Internal);
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
- ToolBox Version: Last version
- Operating System: Windows 11
Failure Logs
Error say not found file or directory. And when debug I see params is not same, have " not only ".