hi rmarino, one possibility on windows would be to use the CDWriterXP ActiveX object to burn your cd: http://www.nugroovz.com/Products.htm#CDWriterXP
to burn with external burning-software, you could generate CUE-sheets (special sort of file listing) with fileIO xtra, and import them to your burning software. the following software supports burning from CUE-sheets: - Nero Burning ROM - CDRWIN - Feurio! - Exact Audio Copy (EAC) - FireBurner if you plan to burn audio/mp3-cds only, you could also generate m3u-files and use them as burning basis. the following software can burn audio/mp3-CDs from M3U-files: - WinOnCD - Nero Burning ROM - Windows Media Player (version 8/XP and higher) check http://dasdeck.de/staff/valentin/MixCDMaker.zip for sample code for a cue-sheet/m3u-exporting director application. just drag and drop files to the window (this app only accepts m3p-files, but than can easily be changed in the script) and choose "Export CueSheet" from the menu. but be aware that this was just an experiment, not a final version. good luck, valentin ----- Original Message ----- From: "rMari�o" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 5:22 PM Subject: <lingo-l> list of files from Director to a cd-burning software > Hi, > I would like to pass a list of files from Director to a cd-burning > software.(Windows, director 8.5, buddyapi avail.) > It�s on windows XP and I tried moving the files to "C:\Documents and > Settings\user\Configuraci�n local\Application Data\Microsoft\CD Burning" so > the files are ready for the built in windows cd burning, but this doesn�t > work with my client configuration because they use external cd-rw, and I > would prefer using nero or something like that (portable, more robust, ...) > > Any help, please ? > > Thanks > rMarino > > [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!] [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with programming Lingo. Thanks!]
