run_shell ("DIR", 0, .t.)
When I call HB_ProcessRun("PCL6",,,,.f.) on a Windows machine, a small console window is displayed where the EXE is being run. Is there a way to prevent this cosmetic nuisance and hide the console window, i.e. run it in "silent" mode?
Hi Viktor. Your suggestion seems quite interesting. My problem is, though, that I may not run the command asynchronously. From the name of the function I guess it is asynchronous? To be precise, I have to rung PCL GHOST and wait for the process to finish before my APP can continue. Is there some function like win_Run (without the detached keyword) that can be run in a hidden
consoel windows? Also, what are cCmdName and cCmdLine arguments in the function? Which of the two arguments is used to specify the shell command to run?
HB_ProcessValue(nProcessId,.t.)
win_RunDetached( , "C:\PCL_GHOST\PCL6",@nProcessId , .t. )
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Hello Evangelos
For HB_ProcessValue, look
Sources\harbour_Night_20120913\extras\httpsrv\uhttpd.prg
Sources\harbour_Night_20130301\utils\hbmk2\hbmk2.prg
Sources\harbour_Night_20130301\ChangeLog.txt
Bernard
De : harbou...@googlegroups.com [mailto:harbou...@googlegroups.com] De la part de Evangelos Tsakalidis
Envoyé : mardi 2 septembre
2014 09:12
À : harbou...@googlegroups.com
Objet : Re: [harbour-users]
Re: Hb_ProcessRun & hidden console window
--
--
You received this message because you are subscribed to the Google
Groups "Harbour Users" group.
Unsubscribe: harbour-user...@googlegroups.com
Web: http://groups.google.com/group/harbour-users
---
You received this message because you are subscribed to the Google Groups "Harbour Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to harbour-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.