From: dan wright (dtwright_at_uiuc.edu)
Date: Thu Nov 09 2006 - 07:47:03 CST

Jacob Poehlsgaard wrote:
>> 2. Use Firefox as a default Web browser? I don't know how to handle
>> spaces in vmdinit.tcl, so I get error messages about not finding
>> "c:/Program".
>
> Maybe you could get around this with a shortcut as well? I'm having a
> lot of problems with folders with spaces and TCL too :(

If you use braces around the path it should behave:

{C:/Program Files/Firefox/Firefox.exe}

for example.

Dan