ExeFile(Handle,nil,PChar('cmd.exe'),PChar('/c C:\123.exe'),nil,SW_SHOWNORMAL);


  c_md5 := 'cmd.exe /c '+ c_exe;
  winexec(pchar(c_md5),SW_SHOWNORMAL);

 

这两个函数是这样调用cmd的。

相关文章:

猜你喜欢
  • 2021-07-04
  • 2021-12-17
  • 2022-12-23
相关资源
相似解决方案