Third Party Execution

Use third party scripting

  • Python

  • Perl

  • Java

echo print("This executed") > test.py
python test.py
This executed

Office VBA also works

Last updated