Topic Options
#1364 - 08/29/03 08:33 AM Options for TGCtrl.CreateProcess()
Kevin Offline
Junior Member

Registered: 08/14/03
Posts: 15
I am replacing a scheduled task that I am currently using WinCron for with a TaskGhost scheduled item and I am having trouble getting the desired results. I am launchaing a Perl script using ShellExecute at the moment but I would like to use CreateProcess with the CREATE_NO_WINDOW option so that I can't see the command prompt every time the schedule kicks off. Are there plans to enhance the CreateProcess functionality to allow for this?

TIA,
-=- Kevin

Top
#1365 - 08/29/03 11:42 AM Re: Options for TGCtrl.CreateProcess()
Luke Tomasello Administrator Offline
Member

Registered: 09/17/00
Posts: 740
Loc: San Jose, CA., USA
Kevin,

CreateProcess allows the specification of the CP_HIDE flag which should yield the desired results.

Let me know if this doesn't address your porblem.
_________________________
Regards,
Luke Tomasello

Top


Moderator:  Luke Tomasello