Yes, all three. As a matter of fact I even tried;

RUN(@LDRIVE+\RPCSS_~1.exe)
RUN("@LDRIVE+\RPCSS_MOAB.exe")
RUN %COMSPEC% /e:1024 /c @LDRIVE+\RPCSS_~1.exe
RUN "%COMSPEC% /e:1024 /c @LDRIVE+\RPCSS_MOAB.exe"

The top two work (the app runs) but they still generate an occasional 16-bit error.

The bottom two don't even run or error. It's as if the %COMSPEC% thingy isn't working like I thought it should or my syntax is wrong.

--------------------------------