On 04 Apr 2007 07:07:35 -0700, sanofsans <[EMAIL PROTECTED]> wrote:
> The command line is system("script"); and not a perl command.
> I am running it on Windows. Any suggestions?
Ah, I thought that you were the one who asked about executing a perl script.
But my recommendation still applies, just use it like that:
system ("script > output.txt");
--
Tamas Marki
