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