ShellExecute(handle,  'Open',pChar('d:\program\POS_DR\POS_MORE.exe'),nil,  nil,  sw_Show); ShellExecute(handle,  'Open',pChar('POS_MORE.exe'),nil,  pChar('d:\program\POS_DR\'),  sw_Show); 

解决方案 »

  1.   

    ShellExecute(handle,  'Open','POS_DR\POS_MORE.exe',nil,  'POS_DR\',  sw_Show); 
      

  2.   

    改为这样可以吗?ShellExecute(handle,  'Open','POS_DR\POS_MORE.exe',nil,  'POS_DR\',  sw_Show); 
      

  3.   

    ShellExecute(handle,    'Open',pChar('d:\program\POS_DR\POS_MORE.exe'),nil,    nil,    sw_Show);  ShellExecute(handle,    'Open',pChar('POS_MORE.exe'),nil,    pChar('d:\program\POS_DR\'),    sw_Show);  
      

  4.   

    pchar是什么意思,
    ShellExecute(handle,        'Open',pChar('POS_MORE.exe'),nil,        pChar('d:\program\POS_DR\'),        sw_Show);