You can use notepad.exe or Start|Run|"edit C:\boot.ini"
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows] http://www.microsoft.com/protect
:
| how do i modify the boot.ini file in windows 2000?
you must first edit its attributes to edit it by typing this command in
Command Prompt
attrib -a -s -r -h c:\boot.ini
then type this command also
edit c:\boot.ini
then after finishing give it back its old attributes
by
attrib +a +s +r +h c:\boot.ini
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows] http://www.microsoft.com/protect
:
| you must first edit its attributes to edit it by typing this command in
| Command Prompt
| attrib -a -s -r -h c:\boot.ini
| then type this command also
| edit c:\boot.ini
| then after finishing give it back its old attributes
| by
| attrib +a +s +r +h c:\boot.ini