0
votes
1answer
33 views
How to create an Audio CD using C# or Java
I'm looking for an API that would allow me to create an audio CD from within a C# application. The CDs are to be created and closed in the same session (no rewrite required). Basic …
-1
votes
1answer
55 views
Burn the CD or DVD for one time use [closed]
I want to Burn the CD or DVD for one time use.
CD or DVD copy protection, like cd to cd or cd to hard disc copy protection.
In that CD having setup file. Once run the setup, afte …
0
votes
1answer
16 views
How to instantiate MsftRawCDImageCreator?
I'm trying to write a program in C++ that is able to burn an Audio CD without gaps between the tracks.
From what I found, this has only recently been made possible using IMAPI, but …
0
votes
0answers
25 views
Windows Boot CD to read and write NTFS [closed]
My laptop got some virus etc. I have a clean ghost image of the laptop (.gho file) on another drive. I would like to restore the image, but Ghost wouldnt run on XP, it says it need …
0
votes
1answer
54 views
How to burn an Audio CD programmatically in Mac OS X
All the info I can find about burning cd's is for Windows, or about full programs to burn cd's.
I would however like to be able to burn an Audio CD directly from within my program. …
1
vote
1answer
37 views
What code libraries are there to rip audio CDs that are suitable for commerical use?
What code libraries are there to rip audio CDs (e.g. DAE, Digital Audio Extraction)? Must be suitable for commerical use (e.g., no GPL) Preferably free. Linux or FreeBSD or Windo …
2
votes
1answer
239 views
Accessing CD/DVD drive for backup from Adobe AIR application
Hi,
Is it possible to burn a CD/DVD from an Adobe AIR app?
How?
I want my application to take some backup on the CD/DVD.
Any other options?
0
votes
6answers
160 views
Database to distribute on CD
What is a good way to distribute a small database on CD-ROM?
The Database has to be encrypted.
It must run on WinXP and Vista.
The application is written in C# and is also distrib …
1
vote
6answers
3k views
How can I make a USB flash drive appear/not appear as a CD drive?
I recently was given a small USB flash drive as an advertising gimmick. When I plug it in, only one drive appears: a CD drive with 42kb used (just an autorun.inf file which launche …
6
votes
7answers
229 views
A bash one-liner to change into the directory where some file is located.
I often want to change to the directory where a particular executable is located. So I'd like something like
cd `which python`
to change into the directory where the python com …
1
vote
6answers
361 views
How to make an html page open automatically on a CD/DVD
I need to include an html page (table of contents) on a CD/DVD. I'd like the html page to open automatically when the user puts the CD/DVD in their machine. Is there a way to do …
0
votes
2answers
81 views
Distributing loadable builtin bash modules
I've written a built-in for bash which modifies the 'cd' command, a requirement for my software. Is there a way to actually distribute a loadable independently of bash itself? I'd …
0
votes
3answers
142 views
Where can I find the code CD for my Kindle Edition of PHP and MySQL Web Development, 4th Ed?
I just bought PHP and MySQL Web Development 4th Edition by Welling and Thompson. The book uses examples from the CD-ROM, which appears to not come with the Kindle Edition. Is there …
4
votes
3answers
113 views
Identifying CDs
I'd like to be able to determine what music album CD is in a CD drive. For example, if someone claims that the CD in their drive is Eminem - The Eminem Show, I would like to be abl …
1
vote
1answer
82 views
How do I specify a publisher for the setup.exe when a setup CD is autoplayed in Windows.
I have a setup CD to install a visual studio C++ application I made. The AutoPlay popup shows "Publisher not specified" for running setup.exe. How do I specify a publisher?
