|
-
Aug 17th, 2010, 12:50 PM
#1
Thread Starter
New Member
-
Aug 20th, 2010, 07:22 PM
#2
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.
-
Aug 25th, 2010, 05:36 PM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|