Actually, you don’t need those files (meaning the enhanced tools under DOS). If you have them it’s just a bit more convenient. If you look at the replies under that thread, you’ll find that other people used the same method too (just without using my tools), and doing it completely by hand works as well.
Done!! It really is very simple. I extracted the files into any folder (with those two files inside), first used a 98 boot disk, then sys a: c: , then entered the extracted folder and ran winnt.exe, chose install, and when it said it couldn’t find the file, I pressed f3 to exit, then rebooted, edited boot.ini, removed the extra installation option, and removed the installation directory too, and that was enough.
==========================
KO says: Of course, if you use my batch file, it’ll be even simpler! Hehe...
And for your situation: win2000 is installed on drive C, and you want to install win98 on drive D. I think you can do this.
1。 Install win2000 on drive C.
2。 Boot with a win98 boot disk and execute the sys C: command.
3。 Boot from drive C, and under DOS install win98 to drive D.
4。 After rebooting, run winnt.exe again, choose install, and when it says it can’t find the file, press f3 to exit, then reboot again, edit boot.ini, remove the extra installation option, and remove the installation directory too.
As for boot.ini, you can write it like this:
Timeout=3
Default=multi(0)disk(0)rdisk(0)partition(1)\WINNT
multi(0)disk(0)rdisk(0)partition(1)\WINNT="Windows 2000 Server"
D:\="Microsoft Windows"
I guess this should work.
I haven’t tried it. You can give it a try.
This thing goes in the root directory of drive C.
As for the batch file I wrote, it’s fine if you don’t use it.
copy ntldr c:\>NUL ---->you don’t need this line
copy ntdetect.com c:\>NUL ---->you don’t need this line either, because these two files are already on your C drive
winnt
attrib -h -s -r -a c:\boot.ini>NUL --->this is so you can modify the contents of boot.ini
tdel c:\$win_nt$.~bt/s/y/q --->for this, you can use the deltree command to delete this directory
tdel c:\inf000.swp/y/q ---->for this, you can use the deltree command to delete this file
copy boot.ini c:\>NUL --->for this, you can directly modify the boot.ini on drive C to the contents I wrote
above.
shutdown -r