Results 1 to 3 of 3

Thread: Get title of DVD in DVD-ROM

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2009
    Posts
    3

    Arrow Get title of DVD in DVD-ROM

    Hello, I have a problem.
    I have on my computer XAMP and I need get title of DVD in DVD-ROM with PHP or Javascript or VBScript. I want to make list.

    For exemple:
    dvd_title files_count size_of_all_files
    dvd_title files_count size_of_all_files
    dvd_title files_count size_of_all_files
    dvd_title files_count size_of_all_files

    and others

    I made this in visual basic, but I want this in PHP :-)

    Is it possible with php ? I think get title of DVD in DVD-ROM.

    Thank you

  2. #2
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    Re: Get title of DVD in DVD-ROM

    If you are savvy enough to make a batch file that can retrieve that data you can run it using the slanted quotes `.

    For example
    Code:
    echo '<xmp>', `dir C:\\`, '</xmp>';
    will output the contents of C:

    Note that although a lot of syntax highlighters will freak out when you escape characters in commands, it is necessary.
    Delete it. They just clutter threads anyway.

  3. #3
    Stack Overflow mod​erator
    Join Date
    May 2008
    Location
    British Columbia, Canada
    Posts
    2,824

    Re: Get title of DVD in DVD-ROM

    Or just modify the existing VB to write out the title of the DVD, then run it, again using backticks.

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