Expand my Community achievements bar.

Calling an exe?

Avatar

Level 3

I have an application we use to encrypt/decrypt passwords in our database.  Is it possible inside workbench to call this application?

~Josh

1 Reply

Avatar

Former Community Member

Josh,

Yes. There are several ways this could be done.

1) Custom script. You can create a BeanShell (Java) script to launch a .bat or call an .exe.

2) Custom DSC. This would be a formalization of the custom script.

Steve