You can use something like the following:
Process p = null;
try
{
p = r.exec("net send XXX hallo");
}
catch (Exception e)
{
}
It doesn’t work for things like e.g. rename of a file, it can kick off a .bat file, although execution thereof is touch and go. It is Java related, not specific to webMethods (believe me, I tried it)
You can try to get hold of the Executer adapter (no technical support from webMethods as they don’t own the adapter)
Hope this helps
W
#Integration-Server-and-ESB#webMethods#webMethods-General