AW: AW: How to detect a CD Drive / write permissions?

2008-12-08 Thread Tiemo Hollmann TB
to detect a CD Drive / write permissions? Mac and Win. Obviously there is no native Rev function, do you have snippets how to ask the shell for it? For Mac, you need to use the system_profiler shell command, pass it one of the data types you're interested in, and then parse the result. I'm

AW: How to detect a CD Drive / write permissions?

2008-12-06 Thread Tiemo Hollmann TB
Hi Ken, Mac and Win. Obviously there is no native Rev function, do you have snippets how to ask the shell for it? Thank you Tiemo -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:use-revolution- [EMAIL PROTECTED] Im Auftrag von Ken Ray Gesendet: Samstag, 6. Dezember 2008 06:24

Re: AW: How to detect a CD Drive / write permissions?

2008-12-06 Thread Klaus Major
Hi Tiemo, Hi Ken, Mac and Win. Obviously there is no native Rev function, do you have snippets how to ask the shell for it? Please take a look at this thread in the Windows section of the Rev- forum: http://forums.runrev.com/phpBB2/viewtopic.php?t=2357 There you wil find some vbscript

Re: AW: How to detect a CD Drive / write permissions?

2008-12-06 Thread Stephen Barncard
On MacOSX, perhapsdrutil can work for you Usage: drutil -drive [drive-arguments] command [command-options-and-arguments] drutil commands are: atip - Displays ATIP information about inserted CD-R/RW media. bulkerase - Bulk erases -RW media in either quick or full mode. drutil bulkerase

Re: AW: How to detect a CD Drive / write permissions?

2008-12-06 Thread Ken Ray
Mac and Win. Obviously there is no native Rev function, do you have snippets how to ask the shell for it? For Mac, you need to use the system_profiler shell command, pass it one of the data types you're interested in, and then parse the result. I'm not sure what Mac OSes you need to support,