I got these program lines from an earlier thread here to run a program call with command line following and it works for Windows XP - does anyone know the equivalent for calling in Windows 7 ?
DECLARE INTEGER WinExec IN kernel32 ;
STRING lpCmdLine ,;
INTEGER uCmdShow
lcProg2Run="command line call"
WinExec(lcProg2Run,0)
DECLARE INTEGER WinExec IN kernel32 ;
STRING lpCmdLine ,;
INTEGER uCmdShow
lcProg2Run="command line call"
WinExec(lcProg2Run,0)