For my load testing, I will need my virtual users to launch some system commands, like from the command line. Do you have a way to do that in NeoLoad?
Here is an example when we launch the "dir.bat" file.
This file must be created before running this command.
process=java.lang.Runtime.getRuntime().exec("c:\\Temp\\dir.bat");
This script must be available on all the load generators.
For more information, see "NeoLoad Javascript API" in NeoLoad documentation.