render scripts with csh

   2561   1   1
User Avatar
Member
48 posts
Joined: July 2005
Offline
I was on Win XP until this week and moved up to Win7 64 bit.

I got the csh setup right so that I can run text render scripts that call csh.exe, load hbatch, and render.

When in an open csh using Win XP I could simply type the name of the text render script and it would run.

In Win7 in an open csh when I type in the name of the text render script it responds with “command not found”

I'm guessing I need to “exec” the text file … or something (although that didn't work).

Any ideas?

Thanks,
Robert
Adtech Communications Group
User Avatar
Member
48 posts
Joined: July 2005
Offline
for anyone that might be interested (now or later)

The command is “source”; this reads a text file and executes it's contents line by line.

ie: source renderscript
Adtech Communications Group
  • Quick Links