M2TeamArchived / NSudo

[Deprecated, work in progress alternative: https://github.com/M2Team/NanaRun] Series of System Administration Tools
https://nsudo.m2team.org/
Other
1.96k stars 224 forks source link

Crash when there is a tab in the commandline #38

Closed cw2k closed 3 years ago

cw2k commented 4 years ago

I use NSudo in a AutoItscript I noticed that I run NSudo like this: "Resources\helper\NSudo.exe -U:T" & @TAB & "%windir%\notepad.exe" I'll crash. When I replace the '@TAB' with a space - it works: "Resources\helper\NSudo.exe -U:T" & " " & "%windir%\notepad.exe"

However @TAB and Space should be in the same class of whitespace and both work. I guess the commandlineparser needs some fixing here.

MouriNaruto commented 4 years ago

Thanks for your feedback. I will check it.

MouriNaruto commented 3 years ago

The issue is opened too long. I don't know the issue whether I solved or not. So I closed this issue. Please fire a new issue if you still met the issue.