Re: Accessing raw data from CD



Ian Bell wrote:
My app needs to access raw data from a CD on a PC. This is easy under Linux
as the device is a file, so I can use, for example,

set fd [open /dev/cdrom r]

This does not work under Windows

set fd [open {d:} r]

returns an 'access denied' error

Ian
tried this:
http://support.microsoft.com/kb/100027

this even works in cygwin ( for me ), it is a bit slow imho:

dd bs=4k if=//./A: of=./test.img

uwe
.



Relevant Pages

  • Re: LAPACK
    ... >> what do I have to do for installing LAPACK on a pc with windows XP??? ... or use cygwin which includes compilers you need. ... greetings, uwe ...
    (sci.math.num-analysis)
  • Re: What is the more popular UNIX flavor?
    ... about my experience with Solaris and Cygwin. ... installing packages. ... needing eg tftp you only need to activate on a Unix system. ... probably need installing first on the equivalent Windows system. ...
    (comp.unix.questions)
  • Re: Using PHP to parse specific XML tag content?
    ... XML --> HTML transformation in testing environment. ... run just fine under Windows using Cygwin, and, unless I'm ... And they aren't going to run cygwin on these systems, ... It's a programming language designed ...
    (comp.lang.php)
  • Re: Good debugger?
    ... >>Any Tcl core that was built for windows doesn't have that problem. ... >Because Cygwin, by definintion, is not native. ... that's still in script form from prodebug. ... >>But if it can't coexist with native Tcl components, ...
    (comp.lang.tcl)
  • Re: Cygwin or Windows: file permission functions are broken
    ... I don't find the explanation very clear (does "the Windows ... files (Cygwin touch, CMD.EXE copy, anything). ... the Windows permissions mask is way larger of a set than ... When under the "use filetest 'access'" the above-mentioned ...
    (comp.lang.perl.misc)

Loading