From: Greg Ercolano <erco@(email surpressed)>
Subject: Re: Render Log Paths
   Date: Mon, 19 Dec 2011 18:57:06 -0500
Msg# 2166
View Complete Thread (23 articles) | All Threads
Last Next
On 12/19/11 14:19, Mr. Daniel Browne wrote:
> I can't seem to get either $ENV{RUSH_LOGFILE} or $ENV{RUSH_LOGDIR} (or =
> variations) to resolve in the jobstartcommand script in Perl.

	Hmm, try having your perl jobstartcommand script run the following:

		system("printenv|sort");	# Unix
		system("set");			# Windows

	..and then paste the contents of your jobstartcommand.log file here,
	including the headers at the top.

-- 
Greg Ercolano, erco@(email surpressed)
Seriss Corporation
Rush Render Queue, http://seriss.com/rush/
Tel: (Tel# suppressed)ext.23
Fax: (Tel# suppressed)
Cel: (Tel# suppressed)


Last Next