Here, I actually found the code in a previous list posting:

IF (CHKFUNC('GetCommandLineA')) = 0 then
  STDCALL FUNCTION 'GetCommandLineA' ALIAS 'GetCommandLine' () : TEXT
ENDIF
 
SET VAR vCommandLine = (DLCALL('Kernel32', 'GetCommandLineA'))


I cribbed this code from Mike Byerley, by the way.
--
Larry

Reply via email to