Hello, I am curious about that is there a way to make codes run automatically when the notebook is opened. For example:
DialogInput[
Grid[{{"InputFile",
FileNameSetter[Dynamic[a],
"Open", {"file" -> {"*.docx"}}]}, {"OutputFile",
FileNameSetter[Dynamic[b], "Directory"]}, {DefaultButton[]}}]];
How to make these run automatically when the notebook is opened? Thanks