Hi, is it possible to run an exe program from within navision? When I use SHELL command, it pops up my exe program outside of navision. I was wondering is it possible to run the exe program inside navision?
This is fairly easy when you are running on a XP OS or on 2000 after installing Windows Scripting Host RunProgram(CommandLine : Text[1024]) : Text[80] CREATE(WSH); WSH.Exec(CommandLine); CLEAR(WSH);
WSH is an automation variable of the subtype ‘Windows Script Host Object Model’.WshShell