It feels a bit strange, but I am offering a solution to my own problem. Actually it was told to me by a friend, so I wish to share it with you.
It is a slight variation of the solution provided on the site *www.neowin.net/forum/lofiversion/index.php/t313071.htmlwhose link was provided by nimda but its a lot easier than that and involves very few filez.
For this you would need a win 98 startup disk, although I did the same from a CD, disclosing whose name this forum will allow not.
I will be assuming that the HDD is going to be booted form the 'c:' drive and will explain accordingly.
This because I've made my 'c:' drive active. If you have made your 'k:' drive active, go right ahead and make it bootable by replacing all 'd:' with 'l:'
So getting back to the main stuff, first go to the BIOS and select ur floppy drive as the 1st boot device. Insert the disk in drive and wait for it to boot. Once your sys has booted you will find that you original 'c:' drive is now being shown as the 'd:' drive, with a virtual partition being created and shown as 'c:' drive (here I am assuming that you have already created the partitions and formatted at least the 'c:' drive and made it active).
If you want to know how to partition a HDD and format it, check out this link *www.thinkdigit.com/forum/viewtopic.php?t=25318&highlight=partitioning
Go to the partition now being represented by the letter 'C' and type the following command
This will copy the file command.com to the 'd:' drive {this 'd:' drive will become drive 'c:' when you boot directly from the HDD}
Now go to the directory named DOS in your floppy and copy certain filez to your 'd:' drive.
The files to be copied are: -
HIMEM.SYS
SMARTDRV.EXE
EDIT.COM
VIDE-CDD.SYS
MSCDEX.EXE
You can do so by doing the following: -
Code:
c:\>a: {plz type 'a:' without the colons at the 'c:' prompt}
a:\>cd DOS
a:\>DOS>copy HIMEM.SYS d:
a:\>DOS>copy SMARTDRV.EXE d:
a:\>DOS>copy EDIT.COM d:
a:\>DOS>copy VIDE-CDD.SYS d:
a:\>DOS>copy MSCDEX.EXE d:
now go to the 'd:' drive and create a file called CONFIG.SYS. It can be done in the following way:
This will create and open the file CONFIG.SYS. Add the following lines to it and save it and exit.
Lines to be added
Code:
device=HIMEM.SYS
device=VIDE-CDD.SYS /d:mscd001
Now in the same way, metioned above create a file named AUTOEXEC.BAT and add the following lines to it and save it and exit
Code:
mscdex.exe /d:mscd001
SMARTDRV.EXE
By adding the line SMARTDRV.EXE in the file you will make SMARTDRV.EXE run automatically everytime you boot the computer, making it easier for SWz which need them while installation. Remove th floppy from the drive and restart the computer. Assuming that you had set your HDD as second boot device, your system will now boot up from your HDD {you could also go back to the BIOS and now make your HDD as the first boot device}. Your CD-ROM drive has aslo been made accesible. Now you can go ahead with your installation of SWz from CDs that do not autorun and do not require a full-fleged OS for its installation and running.
I say 'full-fleged' because what you have on your HDD is an OS stripped to its bare minimum.