 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
How about the %1 at the end and all in quotes?
"D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT %1"
Bob
"ingo" <ing### [at] home nl> wrote in message
news:8EC6955C3seed7@204.213.191.228...
| Tom Melly wrote:
|
| >
| >ingo <ing### [at] home nl> wrote in message
| >news:8EC64EEEBseed7@204.213.191.228...
| >> Doubleclick a .pov file in explorer. Pov starts but does not load the
| >file.
| >> This only happens when there is a space in the pov-file. (NT4)
|
| >Can you confirm this - under win95 there is a no problem double clicking
| >on long filenames with spaces, but if pov is set for single instance,
| >double clicking on a file once pov is running does no good ...
|
| This is not the case for me. Pov-Ray is closed when I doubleclick the file
| so Pov should always load it.
|
| Take the file "Bic Patch.pov", in messages is an INI file error:
| Bad option syntax or error opening .INI/.DEF file 'Patch.pov'
| A tab for a new file is opened with the title 'Bic'
|
| I have the feeling it's a problem with th file association. In application
| for the action I have the line:
| D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT
|
| (should have mentioned this in the first post, wasn't realy awake this
| morning)
|
| Ingo
|
| --
| Photography: http://members.home.nl/ingoogni/
| Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Peter Popov <pet### [at] usa net> wrote:
: Quoted, but how?!
Apparently, for some reason that goes beyond me, povray seems to look for
spaces into the parameters and then split the parameters.
I wonder why.
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Bob Hughes wrote:
>How about the %1 at the end and all in quotes?
>"D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT %1"
Thanks Bob, this lead me to the solution:
D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT "%1"
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Wups, right you are, I should have looked first:
"C:\Program Files\POV-Ray for Windows v3.1\BIN\PVENGINE.EXE" /EDIT "%1"
/EDIT being the only unquoted thing.
Bob
"ingo" <ing### [at] home nl> wrote in message
news:8EC6C22BAseed7@204.213.191.228...
| Bob Hughes wrote:
|
| >How about the %1 at the end and all in quotes?
| >"D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT %1"
|
| Thanks Bob, this lead me to the solution:
| D:\Graphics\POV-Ray\bin\pvengine.exe /EDIT "%1"
|
| Ingo
|
| --
| Photography: http://members.home.nl/ingoogni/
| Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |