<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>The whole command line parsing and startup code (com_consoleLines)<br>is broken in that regard. Additional quotation might work:
<br>ioquake3.x86.exe +set fs_homepath &quot;\&quot;c:\Program Files\Quake III Arena\&quot;&quot;<br></blockquote></div><br>that sets fs_homepath to &quot;\&quot;<br><br>Appears the function that is called that reads the line from the command line and the console is the same function: I get the same results either way.
<br><br>Maybe I&#39;ll write a .NET program launcher and a simple configuration form for ioquake3.x86.exe for Windows Users that will save the %APPDATA%\quake3\baseq3\q3config.cfg wherever they want to save it. Then they could launch their program using their own config file. They could change their settings in the console and the program launcher when closed would just copy the 
q3config.cfg file to the location specified in their Windows Config form from the %APPDATA% location.<br><br>Unless the function is updated to handle spaces and the other characters ( &quot;\&quot;) peculiar to the Windows File System.
<br><br>