J
John Smithe
I have modified my 'PATH' environment variable from:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program
Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)
\QuickTime\QTSystem\
to this:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program
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
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program
Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)
\QuickTime\QTSystem\
to this:
PATH=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;c:\Program
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