in reply to Perl TK on Win32

Did you try:
$_ = `rsh system dir &' ; ?#to background it
Desert coder

Replies are listed 'Best First'.
Re: Re: Perl TK on Win32
by HamNRye (Monk) on May 11, 2001 at 01:45 UTC

    I tried that, but Win2k doesn't seem to recognize the "&" notation for running minimized (aka. Background). (What happened to the DOS program options that were in Win 95??)

    I also gave the old start command a try, running "start /m rsh system dir". The problem is that I catch the return code for the start command and not the info from the rsh.