Running DOS commands from InfoPath

E

Elfyn Jones

Is it possible to run DOS commands/scripts from within Infopath. What I want
is the ability to create a new user account depending on information entered
in an InfoPath form. I've used the DSADD commands in batch files, but need
the ability to execute these from a form.

is this possible ?

Thanks

Elfyn Jones
 
G

Greg Collins [InfoPath MVP]

You would need to make your form "full trust" and then could do this in your code or in a task pane.
 
Top