POV-Ray : Newsgroups : povray.windows : some question about windows cmd : Re: some question about windows cmd Server Time
26 Apr 2024 12:11:20 EDT (-0400)
  Re: some question about windows cmd  
From: Stephen
Date: 19 Mar 2018 01:57:37
Message: <5aaf5151$1@news.povray.org>
On 19/03/2018 00:50, 944291641 wrote:
> Stephen <mca### [at] aolcom> wrote:
>> On 18/03/2018 15:00, 944291641 wrote:
>>> when i use windows cmd to execute my pov program,it cannot find some file in the
>>> path of pov program:
>>> for example:
>>> my cmd is:"start pvengine /render G:\\patht_to_code\\model.ini"
>>> and code like this:
>>> + source
>>>     t1.pov // it contain "#include "TOMLEAF.inc"" ,but no means
>>>     TOMLEAF.inc
>>>     something else
>>>
>>> could anyone help me? thanks a million!
>>>
>>>
>>
>> Try implicitly defining the path to the *.pov file in the ini file and
>> the include file.
>> Also you could define the location of library files in povray.ini. Like:
>> Library_Path="G:\Libraries\Documents\POV-Ray\v3.7\include"
>>
>>
>> --
>>
>> Regards
>>       Stephen
> 
> it work! thank you very much Stephen!
> 
> 

Phew! I'm glad. :-)

I ran into the same problem myself, last week.
It was from using machine generated code that I was rendering manually 
from a different directory than where it was created.

-- 

Regards
     Stephen


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.