Is there a way to create a batch file using information from a dialog box? I can create a batch file using the “Handle Text File Operation”, however I cannot pass information taken from a dialog box. For example, I want to take the username (%_SB_USERNAME%) gathered from a dialog box, then pass it into my batch file for to run during installation.