So basically I have a batch file that requires a lot of user input. I was wondering if it is already possible to have any filler data when this question is asked, and if the user needs to change something, they can edit this data. for instance
And then the user enters his first and last name.

But is it possible to start with the default name, which the user can go back and edit if he needs?
This is probably not necessary, but it is the code that I use for user input.
Set /p "Author=Please enter your name: "
And I understand that it would not make sense for the author to have predefined data, but there are other examples when it would be useful for me to do this. Is it possible?