RE: console output problem

2002-10-25 Thread Jim Rainville
/dev/null? Would this work in windows? What would be the effect? Thanks. Jim -Original Message- From: Igor Pechtchanski [mailto:pechtcha@;cs.nyu.edu] Sent: Friday, October 25, 2002 6:21 AM To: Jim Rainville Cc: [EMAIL PROTECTED] Subject: Re: console output problem On Fri, 25 Oct

console output problem

2002-10-25 Thread Jim Rainville
Hi - I'm trying to set up a perl build script that runs every night, builds a bunch of code (using gcc) and saves the output to some log files. So I redirect stdout and stderr to some files and run the script that builds the load. This runs fine when I run it from the command prompt but when I r