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


[Freedos-user] cdrom trouble

2006-04-29 Thread charles
Hello to everyone ,and thank you to all developers.
I have a problem with my cdrom .
My install went fine but now it doesn't work.
Problem is I don't have a floppy drive or network attached ,just a
cdrom.
I just installed freedos and I cant get the drivers working.
Here is the line in my config sys,it was commented out but i uncommented
it.
1?DEVICEHIGH=C:\\BIN\ATAPICDD.SYS /D:CDROM1

And this is from my autoexec.bat.

LH ShsuCDhd /QQ /F:C\\FDBOOTCD.ISO
ShsuCDX /C /Q+ /D:?CDROM1

I edited the install version a little.
the cdrom is atapi ,not sure which model .it is a compaq laptop and
atapi cdrom.

I am a linux user ,but I like the fact that dos doesn't have to mount
drives ,starts fast can be shut off quickly and is small .The only thing
I need now is an autoplay feature like windows .So when you put a cd in
the drive it starts playing. 
 
Thanks :-)



---
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-29 Thread Johnson Lam
On Sat, 29 Apr 2006 17:37:45 -0500, you wrote:

Hi,

You can press F8 during boot, it'll let you execute line by line to
see what happened.

1?DEVICEHIGH=C:\\BIN\ATAPICDD.SYS /D:CDROM1

Did you see any error message?

And this is from my autoexec.bat.

LH ShsuCDhd /QQ /F:C\\FDBOOTCD.ISO
ShsuCDX /C /Q+ /D:?CDROM1

Any complain from SHSUCDX?

I am a linux user ,but I like the fact that dos doesn't have to mount
drives ,starts fast can be shut off quickly and is small .The only thing
I need now is an autoplay feature like windows .So when you put a cd in
the drive it starts playing. 

Of course you can use OAKCDROM.SYS from Win98 boot disk, but it's too
big, VIDE-CDD.SYS not bad, but it have no UltraDMA support, try
another CD-ROM driver by Jack Ellis which support UltraDMA:

http://johnson.tmfc.net/freedos/

Click QCDROM and download, also download SHSUCDX V3.03A because it's
modified to work correctly with UltraDMA QCDROM.

Hope this help.


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