Jump to content

How to input a string for later DVD-R label


Recommended Posts

Hi to all, I'm using AutoIt from yesterday to automate the whole process of capturing, encoding and DVD authoring, hundreads of old VHS.

I made with no probs all these steps, but now I want to automate the final step too, the DVD burning, but ... I don't want to have always the same disc Label...

So I need a way to:

at the very beginning of the whole process/script a little windows should pop-up and ask me to input a Label name.

Then, at the end of the whole process, that string/input should be used with the "send" command as the disc label.

could you please point me in the right direction ? :whistle:

thanks ! :dance:

Link to comment
Share on other sites

$title = INPUTBOX("Disc Title", "Enter Title", "", "", -1, 120)
.........
send($title)


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...