--------
WARNING: At least one of the links in the message below goes to an .exe file, which could be malicious. To learn how to protect yourself, please go here:
https://commons.lbl.gov/x/_591B
--------

The executable file types are configured in the PATHEXT environment
variable. Its default contents are (for Win7/8):

   .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

It would be VERY unusual for .EXE to be missing there, and an
indication of a severely misconfigured system.

Cheers
-schorsch


Am 2016-05-11 17:31, schrieb Guglielmetti, Robert:

On the second command, are you sure your batch file calls "getbbox",
and not "getbbox.exe? My sense is that your system is not set up to
execute .exe files without explicitly calling them as such. The
genBSDF script calls xform on line 150 (note the lack of the '.exe' or
any kind of operating system-specific conditional), and if it fails to
run the script generates the error you are seeing.

I think there's something you can set up in Windows to automatically
try appending ".exe" (and ".bat" and .com) to any program calls on the
command line, but it has to be set up, I guess.

On 5/11/16, 1:20 AM, "Séverine HUET"
<[email protected]<mailto:[email protected]>> wrote:

Dear List,

I am currently doing my final internship as part of my engineering studies.

I need to use Radiance software and encounter difficulties running
"genBSDF" program.

I have followed the example 1 of the "genBSDF Tutorial" but an error
message appears in my DOS, saying : "can't load the Radiance input"

I'm working on Windows 7 & Radiance version 5.0.a.8, and I have
downloaded the genBSDF.exe file from
http://www.jaloxa.eu/resources/radiance/radwinexe.shtml.

My batch file is :

-----

SET PATH=.;C:\Radiance\lib;C:\Radiance\bin;$RAYPATH;$PATH

SET RAYPATH=.;C:\Radiance\lib;C:\Radiance\bin;$RAYPATH

c:

cd C:\VSA_SolarFactor\test160428_01\

C:\Radiance\bin\objview.exe  blind1.rad

pause

C:\Radiance\bin\getbbox  blind1.rad

pause

C:\Radiance\bin\genBSDF.exe +f +b -c 500 -geom inch blind1.rad > blind1.xml

-----



I have no idea how to fix it because it is perfectly working with the
other programs of Radiance software like getbox or objview. Now, my
internship ends soon, that's why I'm writing to you; I would be
grateful if you have any suggestion about what is wrong with my batch
file.

Thank you in advance for your help,

Best regards,

Severine


--
Georg Mischler  --  simulations developer  --  schorsch at schorsch com
+schorsch.com+  --  lighting design tools  --  http://www.schorsch.com/
_______________________________________________
Radiance-dev mailing list
[email protected]
http://www.radiance-online.org/mailman/listinfo/radiance-dev

Reply via email to