~A_Sammy said:
Thanks,
I did a step by step boot and
It returned the error msg when it processed the:
set path = etc, etc, etc. line.
I ran msconfig but couldn't find anything in config.sys and autoexec is
turned off, I also opened system.ini in the widowes folder, but couldn't
find anything about the path there either.
How do you edit the set=path function?, and is it safe to do so?
Can't remember Win98 specifically, but it is something like
Start/Settings/Control Panel/System/Advanced/Environment Variables. You can
find and edit path from there. It's somewhat safe, like anything else, when
you know what you're doing. What was the last thing you did before you
started getting the error? Right off the top of my head, I'd say you
installed something, and you've already got a lot of stuff installed that
put a lot of stuff in your path. Or, there was some program install bug or
uninstall bug that left your path too long. If you don't want to edit the
path yourself, you can uninstall some stuff you're no longer using and hope
the path gets shorter. If you are having any errors with any programs, that
would give a clue as to what it is. Alternatively, it could be that that
path is not too long, but in fact the syntax isn't right. Maybe when the
path is edited correctly (with semicolons etc) it looks like one parameter,
which "set path=" expects. If there is a space or some character that
doesn't belong, then it looks like multiple parameters to Windows.