> program ShellExec; {$mode objfpc}{$H+}
> 
> uses
>   pwumain, windows;
> 
> begin
>   WebWriteln(' Hello! ');
>   ShellExecute(0 , 'open', 'cmd /k c:\winnt\notepad.exe', nil, nil,
> SW_SHOWNORMAL) ;
> end.
> 
> Because cmd /k forks open a new separate cmd shell for you (not a child, 
> AFAIK).
> But test it, and let me know.
> 

Thanks L, do you know if I ShellExecute can create a process without showing 
the command window?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to