Selfboot Batch file V2 - By Pedro

Ok, first thing to do is run scanbus.bat
This will give you the ID of your CD-Writer and your CD-Reader
scanbus will spit out loads of crap, but you're looking for this:

scsibus2:
	2,0,0	200) 'MATSHITA' 'DVD-RAM SW-9581 ' 'B102' Removable CD-ROM
	2,1,0	201) 'HITACHI ' 'DVD-ROM GD-7500 ' '0005' Removable CD-ROM
	2,2,0	202) *
	2,3,0	203) *
	2,4,0	204) *
	2,5,0	205) *
	2,6,0	206) *
	2,7,0	207) HOST ADAPTOR

You need the ID of your CD-Writer and reader
For example mine is 2,0,0 for the CD-Writer and 2,1,0 for the CD-Reader

Now, edit your selfboot.bat file, you need to edit lines 2,3 and 4, which look like this:

SET WRITER=		<--- scanbus ID of your CD-Writer
SET READERSCSI=		<--- scanbus ID of your CD-Reader
SET READER=		<--- Driver letter of your CD-Reader

For example,

SET WRITER=2,0,0
SET READERSCSI=2,1,0
SET READER=E

YOURS MUST LOOK SIMULAR TO THE ABOVE, IF NOT IT WON'T WORK!

Now thats it, run selfboot.bat - it should work
This method works for both CDDA and non-CDDA games

Pedro
#dcemu - EFNet if you're really dumb