Hi Allen,

Allen Bierbaum wrote:
>> 10loading 'Data/tie.wrl#Split(max_polygons=1500) Verify(repair=true) 
>> Exclude(Node1,Node2) Merge() Stripe(stitch=true force=true)'
 >
> Will this filename work on Windows? I would at least consider getting 
> rid of the spaces but that is probably just me wanting it more shell safe.

Actually, no it won't. But

10loading "Data/tie.wrl#Split(max_polygons=1500) Verify(repair=true) 
Exclude(Node1,Node2) Merge() Stripe(stitch=true force=true)"

does, interestingly enough.

To get rid of spaces we need to choose another character to signal the 
end of an argument (see the Stripe case above). But to really make it 
shell-safe we also need to replace the (), and then we're running out 
characters that are not used.

I would go for the direct route and just live with the "".

        Dirk

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to