Another thought on Flashing Console II
by smackdab smackdab other posts by this author
Feb 28 2002 9:51PM messages near this date
RE: PerlSvc questions
|
RE: PerlSvc questions
I am still on PDK3, and the way I think you can get around this is:
Use Win32's system() command like this:
sytem("start notepad");
I look forward to upgrading to PDK4, when the new perl 5.6.x is out.
thanks
From before:
> >But this becomes a problem when you want to start a GUI application: the
> >new
> >application doesn't display anything and is inaccessible via the task
> >list.
> >Just try
> >
> > sytem("notepad");
> >or
> > system("date");
> >
> >some time from a program "compiled" with PerlApp from PDK 2.x or 3.x. You
> >just end up with a hung process.
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
_______________________________________________
PDK mailing list
PDK@[...].com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
|