SHELL Command. Version 2.01 and 3.60

I’m finding that the arguments do not seem to be passed in the SHELL command in version 3.60. Simple DOS batch file “my.bat” ------------- @echo %1% pause ---------- Navision Code. SHELL(‘c:\tmp\my.bat’, ‘Arg1’); In version 2.01 the constant ‘Arg1’ is displayed, in version 3.60 nothing is displayed. Has anyone else come across this, do you have a get round?

For this example, try the following : SHELL(‘c:\tmp\my.bat Arg1’);

Looks good. Many Thanks. Our reseller has just confirmed this is an issue in 3.60 fixed in 3.70