Hi guys, I just came across an interesting problem and I was wondering if any of you might know
what could be wrong.
In win98SE when I go to the boot menu and choose logged boot the system boots up normaly but no
file bootlog.txt is generated.
Any sugestions would be appriciated.
Thanks.
MDGx
Mar 9 2006, 01:29 PM
Have you looked under C:\ root?
Also, if you search for BOOTLOG.TXT using Windows Explorer or Find, you may not be able to "see" it because it has the Hidden (H) attribute.
Use FM (File Manager = %windir%\WINFILE.EXE) for example, or a DOS box:
ATTRIB -H -R -S C:\BOOTLOG.TXT
to remove H attribute from C:\BOOTLOG.TXT.
More info:
http://www.mdgx.com/msdos.htmhttp://www.mdgx.com/newtip1.htm#DOShttp://www.mdgx.com/newtip14.htm#SUYGHope this helps.