home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / Data_CD_Wr2028081112006.psc / @PSC_ReadMe_66945_1.txt
Text File  |  2006-11-01  |  2KB  |  17 lines

  1. Title: Data CD Writer
  2. Description: This creates ISO9660 file system images and optionally burns them on CD-R(W) (2 projects).
  3. FlamedLib is still pretty buggy, so I decided
  4. to rewrite the ISO9660 class.
  5. Now it should be a lot faster and also
  6. a lot safer. /// 1. After downloading, open ISO9660\prjISOImageWriter.vbp. If VB can't find something, add a reference to typelibs\OleGuids3.tlb.
  7. Now the project should load.
  8. /// 2. Add some files or directories (you can also explore the right click menus...), when you're finished with your image,
  9. click on the picture on the top left and chose "Create ISO Image". You shouldn't add big files to the image as this would take some time to copy it to the image. /// 3. Open Burn\prjISO.vbp.
  10. If you're on a Win 9x/Me machine, you must have installed an ASPI layer (preferably the one from Adaptec, probably already installed), if you're using any newer Windows version, make sure you got Administrator priviledges, else you need a working ASPI layer (quite a hard task on Win XP).
  11. Chose your CD writer and the ISO image to write to the CD-R(W), and click "Write image". The write speed is defined as 8x, but you can easily change it in the source (if you got the guts) /////////////////// This project uses the generic commands specified by the T10 technical comittee,
  12. all drives produced after 2000/2001 should be compatible. If not, there won't be any damage (maybe your CD-R will be unusable afterwards).
  13. This file came from Planet-Source-Code.com...the home millions of lines of source code
  14. You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=66945&lngWId=1
  15.  
  16. The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.
  17.