Re: [Freedos-user] cdrom trouble

2006-04-30 Thread C. Barton

Thanks , the cd drivers worked .
It took me a little while to figure out i needed to edit fdauto.bat.
Now if I can figure out my sound card..
Oh yeah .Anyone heard of an autoplay feature for cd's like windows has?



---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cdrom trouble

2006-04-30 Thread Johnson Lam
On Sun, 30 Apr 2006 02:31:54 -0500, you wrote:

Thanks , the cd drivers worked .

Glad to know it works.

It took me a little while to figure out i needed to edit fdauto.bat.
Now if I can figure out my sound card..

Which brand, or which sound chip (if you know)?

Oh yeah .Anyone heard of an autoplay feature for cd's like windows has?

Actually it's no problem to code something monitor the CD drive, but
the program must resident and take some memory.

Maybe some GUI for DOS works, I don't know.


Rgds,
Johnson.


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cdrom trouble

2006-04-30 Thread C. Barton

I got my sound working ,I downloaded drivers for the soundcard .
I still have a problem with mpxplay playing cd audio but it works in other 
programs.

It was an ess 1878 chip.


Actually it's no problem to code something monitor the CD drive, but
the program must resident and take some memory.


No problem for you !
It would have to be assembly code wouldn't it?I do a little c and some 
scripts.
Anyway thanks for helping with the cdrom drivers. 





---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] cdrom trouble

2006-04-30 Thread Blair Campbell

Actually it's no problem to code something monitor the CD drive, but
the program must resident and take some memory.


It wouldn't be trivial IMHO.


No problem for you !
It would have to be assembly code wouldn't it?I do a little c and some
scripts.
Anyway thanks for helping with the cdrom drivers.


No, assembler isn't necessary.  Turbo C / Borland C have the keep()
function that tells the program to become resident, and OpenWatcom has
the _dos_keep() function that does the same.  You can look at the
source of share for an example.

--
Fall is my favorite season in Los Angeles, watching the birds change
color and fall from the trees.
  David Letterman (1947 - )

See ya


---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid0709bid3057dat1642
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user