Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
Trying to write cd's in dos
Hello all, I have been trying to write cd's in dos and cannot get the aspi maneger installed correctly or maybe have the wrong drivers. Using DAO 16bit I can write an iso image but when I try to write it to cd I get the message;
ERROR: Unable to initialize the ASPI maneger
ASPI maneger not found on system
How would you enter the commands in autoexec & config to make it work, currently I'm trying to use the aspi files that I found in my WindowsME op system (not sure this would work anyway) these are;
aspi2dos.sys
aspi2hlp.sys
aspi4dos.sys
aspi8dos.sys
aspi8u2.sys
aspicd.sys
I've tried to load them via config.sys but I'm unsure which needs to be loaded via autoexec if any.

You can visit nu2.nu and find a lot of info on CD's, bootable cd's,drivers, links,how-to,etc.Good luck.

Thanks Petit, but I am familiar with this site and the software (I use it myself for a multiboot disc instead of lilo or another)and they nor anywere else I've searched has what I'm looking for(I would like to find a generic aspi manger for cdwriters, yeah right), hey please keep sending any ideas
Well I still can't get the file2cd.exe(DAO) to see my aspi manegers(the makeiso.exe works fine), looking about I noticed that the winME boot disc uses the above files (I'll assume they're correctly installed) So I've decided that you must need specific aspi manegers for the cd writer you are using. Unfortunately HP does not support dos drivers for their hardware.
I'm using an "HP CD-Writer 9100b" should have mentioned that to start with I guess

just put this in your c:\config.sys file
(preferably after everything else)device=aspi2dos.sys
device=aspi4dos.sys
device=aspi8dos.sys
device=aspi8u2.sys
device=aspicd.sys /d:eu108z(replace my with the location of where these files really are on your hard drive, eg. device=c:\aspidrv\
I usually put them in c:\windows\command
to keep them with the other dos stuff.then add this line to your c:\autoexec.bat file(again preferably at the end):
mscdex /d:eu108z
note that this 'eu108z' buisness is just
something I've made up: as long as the letters after the '/d:' are the same for
both the aspicd.sys and mscdex lines it will work.
(it's kind of an alias for the driver)WHAT WILL HAPPEN:
during boot, 3 of the config.sys drivers will
fail, but the one that's right for your scsi adapter will load.
(the failures won't affect this)
Then you can streamline your bootup
by leaving out the failing ones from your
c:\config.sysgood luck, email if problems or need clarify - chris db

(sorry, I forgot and used greater-than and less-than symbols.. computing net strips them to discourage html posts, the below is
correct)just put this in your c:\config.sys file
(preferably after everything else)device={path}aspi2dos.sys
device={path}aspi4dos.sys
device={path}aspi8dos.sys
device={path}aspi8u2.sys
device={path}aspicd.sys /d:eu108zReplace my {path} with the location of where these files really are on your hard drive, eg. device=c:\aspidrv\
I usually put them in c:\windows\command
to keep them with the other dos stuff.then add this line to your c:\autoexec.bat file(again preferably at the end):
mscdex /d:eu108z
note that this 'eu108z' buisness is just
something I've made up: as long as the letters after the '/d:' are the same for
both the aspicd.sys and mscdex lines it will work.
(it's kind of an alias for the driver)WHAT WILL HAPPEN:
during boot, 3 of the config.sys drivers will
fail, but the one that's right for your scsi adapter will load.
(the failures won't affect this)
Then you can streamline your bootup
by leaving out the failing ones from your
c:\config.sysgood luck, email if problems or need clarify - chris db

thanks chris, but this is exactly what I did in responce number three, using the me boot disk(I'm trying to use a boot disk to write cd's). This will certainly find the cdrom but I still get "cannot innitialize aspi maneger" using the DAO file2cd.exe program.

can you access your cdrw as a normal cdrom
after the bootdisk is loaded?
(ie. is one of the 4 aspi managers on the
me bootdisk sucessful?)
if not, maybe one of the dos aspi managers
here would work...?
http://www.nu2.nu/bootdisk/scsitool/also, as a long shot, have you tried one
of aspicd.sys' switches?you can see them near the end of the binary in a hex editor (or edit /78 aspicd.sys in dos), there seems to be one there for
HP drives, I guess it would be:
device={path}\aspicd.sys /HP
(in config.sys on the bootdisk)

is your cdrw ide or scsi?
if it's ide you need an aspi manager for
ide (obviously) to burn cds, unfortunately I had quite a good look but I couldn't find one for dos.
w32 programs like nero usually come with an
ide aspi manager - I've no idea why your dos
burners don't.if it's scsi:
can you access your cdrw as a normal cdrom
after the bootdisk is loaded?
(ie. is one of the 4 aspi managers on the
me bootdisk sucessful?)
if not, maybe one of the dos aspi managers
here would work...?
http://www.nu2.nu/bootdisk/scsitool/also, as a long shot, have you tried one
of aspicd.sys' switches?you can see them near the end of the binary in a hex editor (or edit /78 aspicd.sys in dos), there seems to be one there for
HP drives, I guess it would be:
device={path}\aspicd.sys /HP
(in config.sys on the bootdisk)

Its an IDE CDRW and the dos software came with no drivers (I,m using DAO 16bit) Yes the cdrom is visable and readable, ie I can access copy or run programs from the boot disk. I'm going to try the switches you mentioned right now so I'll post back asap
By the way I can't thank you enough for your time and trouble, I've been trying to learn howto write cd's in dos for about a year now and I believe (with your help) I'm closer now than ever

Note: If anything refers to aspi it is referring to SCSI.
If you have an IDE anything then device={path}aspiXXX.sys won't do a thing for you.
aspi = SCSI hardware
atapi = IDE hardwareMake sure you find an IDE driver.

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |