Computing.Net > Forums > Disk Operating System > Writnig CD's in DOS

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Writnig CD's in DOS

Reply to Message Icon

Name: Sonny
Date: August 29, 2002 at 19:50:41 Pacific
Comment:

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.



Sponsored Link
Ads by Google

Response Number 1
Name: Doc
Date: August 30, 2002 at 01:29:16 Pacific
Reply:

Try looking here...
http://www.opus.co.tt/dave/


0

Response Number 2
Name: Petit Jean
Date: August 30, 2002 at 07:09:02 Pacific
Reply:

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


0

Response Number 3
Name: Sonny
Date: August 30, 2002 at 11:41:52 Pacific
Reply:

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


0

Response Number 4
Name: chris db
Date: September 1, 2002 at 20:59:01 Pacific
Reply:

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.sys

good luck, email if problems or need clarify - chris db


0

Response Number 5
Name: chris db
Date: September 1, 2002 at 21:07:56 Pacific
Reply:

(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:eu108z

Replace 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.sys

good luck, email if problems or need clarify - chris db


0

Related Posts

See More



Response Number 6
Name: Sonny
Date: September 1, 2002 at 22:18:47 Pacific
Reply:

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.


0

Response Number 7
Name: chris db
Date: September 2, 2002 at 08:22:53 Pacific
Reply:

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)


0

Response Number 8
Name: chris db
Date: September 2, 2002 at 08:49:05 Pacific
Reply:

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)


0

Response Number 9
Name: Sonny
Date: September 2, 2002 at 11:02:38 Pacific
Reply:

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


0

Response Number 10
Name: JoshD
Date: September 12, 2002 at 14:13:19 Pacific
Reply:

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 hardware

Make sure you find an IDE driver.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

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


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Writnig CD's in DOS

burn CD's in DOS www.computing.net/answers/dos/burn-cds-in-dos/11277.html

Writing CD's in DOS with LFN www.computing.net/answers/dos/writing-cds-in-dos-with-lfn/11900.html

Can't find cd-rom in DOS mode! www.computing.net/answers/dos/cant-find-cdrom-in-dos-mode/10281.html