I'm in a situation that i need to silently load a password protected profile without user interaction.
I know that i need to use LoadProfile(profilename,[prompt])
But this gives me a prompt to enter password, how can i send the password, for example 0000, and acknowledge this without user interaction?
I know that i need to use LoadProfile(profilename,[prompt])
But this gives me a prompt to enter password, how can i send the password, for example 0000, and acknowledge this without user interaction?