> -----Original Message----- > From: Adam McDaniel [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 19, 2002 11:37 AM > To: [EMAIL PROTECTED] > Subject: Re: images > > On Tue, Mar 19, 2002 at 10:28:41AM -0600, Danny Butler wrote: > > is there anyway to save that log so i can review it after parsing? > > Try setting up a pipe to an external file.. ie > > plucker-build [options] > plucker.log > > If that doesn't get everything, try that same command again with > " 2> moreplucker.log " at the end of it. I'm not sure how window's > file piping works, but that should help.
Windows file piping doesn't work that way. This will work: > plucker-build [options] > plucker.log but this won't: > plucker-build [options] > plucker.log 2> moreplucker.log The default command processor doesn't let you redirect standard error to a file. You need to use one that does, like the Cygwin bash port, or something like 4DOS/4NT. > Adam McDaniel ______ Dennis

