<div dir="ltr"><div class="gmail_default" style="font-size:small">Christoph,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You are more fortunate than I am. I tried it on my Win 7 box and it caused a crash.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small"><a href="https://support.microsoft.com/en-us/help/110930/redirecting-error-messages-from-command-prompt-stderr-stdout">There is a way to send output to stdout and stderr</a> . Try adding that to your command and see what you get.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">Reminder to all beginners, "Save early and save often"<br></div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">-jrm<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 3, 2019 at 10:50 AM Christoph Thiede <<a href="mailto:christoph.thiede@student.hpi.uni-potsdam.de">christoph.thiede@student.hpi.uni-potsdam.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
I am trying to run a simple shell command using OSProcess:<br>
<br>
ExternalWindowsOSProcess command: 'taskmgr.exe'<br>
<br>
I'm afraid it "does not work", so after evaluating this expression, no<br>
window opens and also no icon appears in the systray. If I open cmd.exe and<br>
type taskmgr.exe there, taskmgr opens.<br>
<br>
However, the following works as expected:<br>
<br>
ExternalWindowsOSProcess command: 'notepad.exe'<br>
<br>
Using absolute paths did not change the behavior.<br>
<br>
I installed the latest OSProcess version via SqueakMap. Is this a bug, or is<br>
it me? Thanks in advance!<br>
<br>
Christoph<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://forum.world.st/Squeak-Beginners-f107673.html" rel="noreferrer" target="_blank">http://forum.world.st/Squeak-Beginners-f107673.html</a><br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@lists.squeakfoundation.org" target="_blank">Beginners@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/mailman/listinfo/beginners</a><br>
</blockquote></div>