Date: 4 Sep 2001 00:37:06 GMT From: damian@qimr.edu.au (Damian James) Subject: Re: Open 2 exes from Perl Message-Id: Bart Lateur chose Mon, 03 Sep 2001 11:30:51 GMT to say this: >George K wrote: > >>The closest I've come is >>system ('c:\winnt\notepad.exe'); > > system 'start', 'notepad'; > That might work on 95/98/ME/etc and other dos-based systems (don't know, haven't tried), but does nothing on NT -- where 'start' is a 'cmd.exe' builtin command. system('cmd /c start your_program.exe'); But this is OT (and the system() call doesn't change that :-). Cheers, Damian (who has also been bitten on some platforms by confusing shell builtins with programs :-). -- @:=grep!($;+=m!$/|#!),split//,;@;=0..$#:;while(@;){for($;=@;;--$;;) {@;[$;,$:]=@;[$:,$;]if($:=rand$;+$|)!=$;}push@|,shift@;if$;[0]==@|;select $,,$,,$,,1/80;print qq x\bxx((@;+@|)*$|++),@:[@|,@;],!@;&&$/} __END__ Just another Perl Hacker # rev 3.1 -- a JAPH in progress, I guess...