POV-Ray : Newsgroups : povray.windows : NO whitespaces allowed in Path to ini ? Server Time
1 Jul 2024 01:53:23 EDT (-0400)
  NO whitespaces allowed in Path to ini ? (Message 1 to 10 of 39)  
Goto Latest 10 Messages Next 10 Messages >>>
From: Theo Gottwald *
Subject: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 11:32:56
Message: <3d5926a8@news.povray.org>
The following Line in a batch file:

bin\pvengine.exe "f:\00_rpgm\01_bs\01_projekte\smpov
1\com\ani_woodbox_08132002_172415_87176_1_0x0-160x120a.ini"

Please note the chr$(34) (=") around the path.
Gives the following error (below).

Seems that POV does not allow pathes with whitespaces at all outside of
".ini"-Files ?
If that is the case what do I do if the ".ini" File is somewhere where there
are whitespaces in
the file-path ?

If that behavior is wanted, it would be good to know.

thanks
--Theo

PS: :

**********
This Windows version by Christopher J. Cason
Possible Command Line Error: Could not open INI file
'f:\00_rpgm\01_bs\01_projekte\smpov'.
Possible Command Line Error: Could not open INI file
'1\com\ani_woodbox_08132002_172415_87176_1_0x0-160x120a.ini""'.
Parsing Options
...

Returned from renderer with error status


Post a reply to this message

From: ABX
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 11:36:45
Message: <vo9iluktdb0a3th9s7pqmpqr99g98mgbsd@4ax.com>
On Tue, 13 Aug 2002 17:33:17 +0200, "Theo Gottwald *"
<The### [at] t-onlinede> wrote:
> The following Line in a batch file:

only in batch file ?

> If that behavior is wanted, it would be good to know.

I don't know but you can always try short names equivalent.

ABX


Post a reply to this message

From: Theo Gottwald *
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 11:50:54
Message: <3d592ade@news.povray.org>
Hmmm ... to change all pathes to "short-name equivalent" first.

It could be a sollution if we would know that the resulting file would
always run on THAT particular computer. Which is infact NOT the case here
:-).

Hmmm. If there is no sollution to give the full path to POV, I guess I have
to restrict the proggy to a "non whitespace path".

thanks

--Theo

"ABX" <abx### [at] babilonorg> schrieb im Newsbeitrag
news:vo9iluktdb0a3th9s7pqmpqr99g98mgbsd@4ax.com...
> On Tue, 13 Aug 2002 17:33:17 +0200, "Theo Gottwald *"
> <The### [at] t-onlinede> wrote:
> > The following Line in a batch file:
>
> only in batch file ?
>
> > If that behavior is wanted, it would be good to know.
>
> I don't know but you can always try short names equivalent.
>
> ABX


Post a reply to this message

From: ABX
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 11:59:34
Message: <t2biluk6a6ijm0onqr5r9q3eci07eribo4@4ax.com>
On Tue, 13 Aug 2002 17:51:15 +0200, "Theo Gottwald *"
<The### [at] t-onlinede> wrote:
> Hmmm. If there is no sollution to give the full path to POV, I guess I have
> to restrict the proggy to a "non whitespace path".

I have just tested as
  pvengin.exe "abx test.ini"
and it worked fine. No idea what could be wrong in your situation.

ABX


Post a reply to this message

From: Theo Gottwald *
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 12:53:16
Message: <3d59397c$1@news.povray.org>
Sounds intresting to me. I have win2k. My POV does as if the """ would not
be there.
Do you have W2k or ... ?

--Theo

"ABX" <abx### [at] babilonorg> schrieb im Newsbeitrag
news:t2biluk6a6ijm0onqr5r9q3eci07eribo4@4ax.com...
> On Tue, 13 Aug 2002 17:51:15 +0200, "Theo Gottwald *"
> <The### [at] t-onlinede> wrote:
> > Hmmm. If there is no sollution to give the full path to POV, I guess I
have
> > to restrict the proggy to a "non whitespace path".
>
> I have just tested as
>   pvengin.exe "abx test.ini"
> and it worked fine. No idea what could be wrong in your situation.
>
> ABX


Post a reply to this message

From: Thorsten Froehlich
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 12:58:26
Message: <3d593ab2$1@news.povray.org>
In article <3d5926a8@news.povray.org> , "Theo Gottwald *" 
<The### [at] t-onlinede> wrote:

> Seems that POV does not allow pathes with whitespaces at all outside of
> ".ini"-Files ?

It is not POV-Ray's problem but that of your shell.  It separates the path
into two separate arguments.  Read up in your shell documentation how to
specify special characters in command lines.

    Thorsten


Post a reply to this message

From: ABX
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 13:00:55
Message: <hmeiluorohub0t7mthrscqj9inohdst3ce@4ax.com>
On Tue, 13 Aug 2002 18:53:37 +0200, "Theo Gottwald *"
<The### [at] t-onlinede> wrote:
> Sounds intresting to me.
> I have win2k.

NT4 Sp6 here.

ABX


Post a reply to this message

From: Theo Gottwald *
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 13 Aug 2002 14:14:31
Message: <3d594c87@news.povray.org>
Good to know. My shell is the CMD.exe from W2k.
However, 'll take that problem for Version 2 ...
thanks for trying
-Theo


"Thorsten Froehlich" <tho### [at] trfde> schrieb im Newsbeitrag
news:3d593ab2$1@news.povray.org...
> In article <3d5926a8@news.povray.org> , "Theo Gottwald *"
> <The### [at] t-onlinede> wrote:
>
> > Seems that POV does not allow pathes with whitespaces at all outside of
> > ".ini"-Files ?
>
> It is not POV-Ray's problem but that of your shell.  It separates the path
> into two separate arguments.  Read up in your shell documentation how to
> specify special characters in command lines.
>
>     Thorsten


Post a reply to this message

From: Warp
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 14 Aug 2002 11:12:23
Message: <3d5a7357@news.povray.org>
Try putting the parameter into quotation marks.

-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

From: Theo Gottwald *
Subject: Re: NO whitespaces allowed in Path to ini ?
Date: 14 Aug 2002 11:37:33
Message: <3d5a793d$1@news.povray.org>
I did that, they have been in Quotation marks (=chr$(34) - isn't ?).

"Warp" <war### [at] tagpovrayorg> schrieb im Newsbeitrag
news:3d5a7357@news.povray.org...
>   Try putting the parameter into quotation marks.
>
> --
> #macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb
x]
> [1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
> -1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// -
Warp -


Post a reply to this message

Goto Latest 10 Messages Next 10 Messages >>>

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