cdrom

Embedding a Tomcat server on CD-ROM (or unwritable disk)

Suppose I need to make a CDROM with a Tomcat server. How can I guarantee that all the jsp files have correctly been compiled before I build the CD image to be burnt ? ...

Finding the serial number of a CD

When I used this CD cataloging program on Windows, it would identify each CD by a (mostly unique) four-byte serial number, like 376b-4554. The dir command of cmd.exe would show a serial number too. Now I'm on Linux, and trying to hack my own small CD catalog script. Is there a way to read that serial number from an inserted CD? Or, if n...

Fast data reading from CD-ROM

Hi, I have to read a large file containing many animation frames from CD/DVDrom and display it into screen as an animation. When reading from hard disk, the strategy of reading a frame into memory, processing, displaying and then reading next frame works good, but when I read from optical device, access time kills the animation. I use ...

Python CDROM Production

Hi, I'm a complete newbie to Python so forgive my ignorance. I have been using Macromedia / Adobe Director & Lingo since 1998. I am extremely familiar with using this software to create CDROMs and DVDs and also have a good knowledge of design elements and their integration such as flash videos, images & audio etc. I am always keen to ...

Burning a CD programatically

How can I write something onto a CD using ANSI C working under Windows? ...

.NET CD burning component

We are looking for a reliable 3rd party .NET component that can burn files onto a CDROM. Any recommendations? ...

udev rules - How to start a Net Mobil Modem

I'm running Sidux, Linux 2.6.25-2.slh.1-sidux-686 i686 [ sidux 2008-01 Νυξ - kde-lite - (200804112323)]. My net connection is through Digi Net Mobil, modem ZTE MF110. I couldn't make it run through it's own application Join Air (I tried all kind of settings, but at its best it answers with: "Fail to connect! Link ppp0 wasn't built !")...

Check CD-ROM Tray Status

I have written a small piece of code to open/close a cd/dvd drive tray using the DeviceIoControl API and the proper IOCTL but I don't seem to be able to check the tray status. According to the msdn page (http://msdn.microsoft.com/en-us/library/aa363404%28v=VS.85%29.aspx), IOCTL_STORAGE_CHECK_VERIFY is supposed to succeed if the drive is...