Link to home
Start Free TrialLog in
Avatar of truptiph
truptiph

asked on

Problem in Retrieving names of scheduled tasks in Windows schedular(Urgent

Hi all,
I have tried tetrieving the names of Scheduled tasks using following code,
   Dim sAllScheduledTasks As Array
  Dim stAllScheduledTasks As ScheduledTasks

  stAllScheduledTasks = New ScheduledTasks(sCompName)
  sAllScheduledTasks = stAllScheduledTasks.GetTaskNames

But it does not return anything...
What should i do????
Waiting for response.

Regard,
Trupti
Avatar of ptakja
ptakja
Flag of United States of America image

This might sound really stupid, but does the PC actually have any scheduled tasks?
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial