Results 1 to 4 of 4

Thread: How to write to a CD.

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2004
    Posts
    22

    How to write to a CD.

    I'd like to copy some of my files to a writable/rewritable CD to create backup of files without having to go through commercial backup utilities. Reason for this being:
    [list=1][*]Be able to to open the file from CD without having to restore[*]Create custom directory names that reflect the backup date[*]It would be fun, I think.[/list=1]

    Any ideas?

  2. #2
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667
    I dont think this is possible in VB unless you buy a exspensive 3rd party *.ocx

  3. #3
    Lively Member
    Join Date
    Oct 2003
    Location
    Guildford, UK
    Posts
    91
    Anything is possible, you just have to have the balls to try it. As for writing to CDs you'll need to send old school interupt commands (I forget which) through DeviceIoControl() (which you'll need to declare first) to the CD writer, which is a right pain in the arse. It could be done in VB (6) but you'd have to be damn strict with your types.

  4. #4
    Member
    Join Date
    Mar 2004
    Location
    Texas
    Posts
    53
    I don't know if VB is supported but you can take a look at the NeroSDK, i know it at least works for C++ and its good. So try and find a VB version, for Ive nvr seen one b4
    Good programming site:
    *http://www.planet-source-code.com

    Our CS Clan Page:
    *http://h2p.inter-gamer.com/index.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width