The previous poster had the right idea, but the wrong place for the
quotes.The quotes must enclose the entire path (i.e., "C:\Icarius
Verilog\bin\") or the command line (i.e., "C:\Icarius
Verilog\bin\iverilog.exe") in order to be effective.
--
Richard G. Harper [MVP Shell/User]
* NEW! Catch my blog ...
http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website -
http://rgharper.mvps.org/
"John Smithe" <> wrote in message
news:Xns9B529641DFE10DQ1V55H078NX3AGH5MJX@207.46.2 48.16...
> fatsteve <> wrote in
> news:4918b5d7$0$7568$:
>
>> John Smithe wrote:
>>> I have modified my 'PATH' environment variable from:
>>>
>>> PATH=C:\Windows\system32;C:\Windows;C:\Windows\Sys tem32\Wbem;c:\Progra
>>> m Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files
>>> (x86) \QuickTime\QTSystem\
>>>
>>> to this:
>>>
>>> PATH=C:\Windows\system32;C:\Windows;C:\Windows\Sys tem32\Wbem;c:\Progra
>>> m Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files
>>> (x86) \QuickTime\QTSystem\;C:\Icarus Verilog\bin\
>>>
>>> The change is adding ';C:\Icarus Verilog\bin\' to the end.
>>>
>>> My problem is that when I attempt to run C:\Icarus Verilog\bin
>>> \iverilog.exe from the command prompt I get an error:
>>>
>>> 'C:\Icarus' is not recognized as an internal or external command,
>>> operable program or batch file.
>>>
>>> It seems that commend prompt is not interpretting the space in the
>>> path correctly. How do I correct this?
>>>
>>> Many Thanks
>>> John
>>
>> I'm not sure but try using quotes ie. c:\"icarus verilog"\bin\ hope
>> that helps
>
>
> Thanks but I get the same error.
> John
>