Tagged Questions
The cdrom tag has no wiki summary.
3
votes
3answers
204 views
What's the simplest way to detect CDROM media removal/insertion in Linux
What's the simplest way to detect CDROM media removal and insertion in Linux? I want to write some simple code to handle this. For example, just bind an event for media insertion and implement the ...
2
votes
1answer
82 views
Drive Letter vs. DevicePath
I'm searching about this since last week, almost all links about DriveLetter x DevicePath/Volume/Device ID/whatever are purple for me.
I'm developing an application that List some sotorage devices ...
2
votes
1answer
439 views
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 ...
2
votes
3answers
137 views
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 ?
1
vote
0answers
156 views
python: pywintypes.com_error when running from CDRom but not HD
I have a small bit of code (part of a larger program) that just checks the drive letter and status of the CDROM
import wmi
print '--checkCDContent--'
c=wmi.WMI()
cdrom = c.Win32_CDROMDrive()
status ...
1
vote
1answer
138 views
c++ check cdrom status
Does anyone have a good way to check the status of a CDROM drive, and wait for it to be fully initialized and ready before trying to access it?
Currently I am using Win32_CDROMDrive from the WMI. I ...
1
vote
1answer
40 views
Can I create an AIR app which will only run with the provided CD?
I'm looking to make an AIR application. However, unlike the normal distro, I want to sell these on a CD. I want the AIR app to only be able to be run when the CD is in the CD drive (I don't care ...
1
vote
3answers
436 views
Detecting CDROM media removal/insertion in Linux
Is there a clean way to detect or receive events when a user inserts or removes a CD on a Linux platform?
1
vote
1answer
271 views
How to get total disc sectors in medium?
I would like to get the number of total sectors on a medium inserted in CD-ROM drive. Is there method for this in C#? I've checked the Management class in .NET but that does not seem to have a method.
...
1
vote
1answer
235 views
Burning a CD programatically
How can I write something onto a CD using ANSI C working under Windows?
1
vote
3answers
128 views
Python CDROM Production
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 ...
1
vote
3answers
492 views
Fast data reading from CD-ROM
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, ...
0
votes
0answers
23 views
Multiplatform software for interactive CD/DVD-ROM
I have a bunch of html pages that need to be browsed from an offline CDRom.
Some links need to call .exe files (in the case of Microsoft Windows), so the user could see security warnings, bla bla...so ...
0
votes
3answers
111 views
Best way to get/structure statical local file system json content from javascript
I'm making a simple javascirpt app that needs to run locally (on a CD without internet) and it's basically a enhanced image gallery. There are a lot of files that need to be "loaded", so I'm putting ...
0
votes
1answer
150 views
.NET CD burning component
We are looking for a reliable 3rd party .NET component that can burn files onto a CDROM. Any recommendations?
0
votes
1answer
113 views
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.
...