Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks
Is there a way to make a call to a DLL or EXE from inside the load script, and have this external app return results to the load script (i.e. into a variable or table).
Thanks,
Hi,
Not to sure about waiting for a reply, however we call BAT files from our script as follows .
execute
cmd.exe /C "D:\QV Applications\FTPQVfiles.bat";