task scheduler

Task Scheduler

I have created a task for Windows Media Player to play a song tomorrow morning at a specific time. I am trying to find that task in the Task Scheduler so that I can run it and test it to make sure it works. However, I can't find it anywhere on the tasks list.
It is not displayed under Active Tasks or Taks Activity and Status. I tried to create another task, with the same name, and Windows told me that there was already a task with the same name.

I have created a task for Windows Media Player to play a song tomorrow morning at a specific time. I am trying to find that task in the Task Scheduler so that I can run it and test it to make sure it works. However, I can't find it anywhere on the tasks list.
It is not displayed under Active Tasks or Taks Activity and Status. I tried to create another task, with the same name, and Windows told me that there was already a task with the same name.

I have created a task for Windows Media Player to play a song tomorrow morning at a specific time. I am trying to find that task in the Task Scheduler so that I can run it and test it to make sure it works. However, I can't find it anywhere on the tasks list.
It is not displayed under Active Tasks or Taks Activity and Status. I tried to create another task, with the same name, and Windows told me that there was already a task with the same name.

However, I can't find it anywhere on the tasks list.

Hello,
If you expand Task Scheduler in the left pane, and then click on Task Scheduler Library, you will see it. :)

It is not displayed under Active Tasks or Taks Activity and Status. I tried to create another task, with the same name, and Windows told me that there was already a task with the same name.

I think you found a bug ... I don't see why the task would not show up on the Active Tasks list.
- JB

In task scheduler you can get it to send an e-mail.
My question is ' How do you enter the SMTP details if the SMTP server you use requires authorisation (SMTP-AUTH)'
Thanks
Dick

in vb.net which is included in vista...
Public Sub email_send(ByVal xFrom As String, ByVal xTo As String, ByVal xSubject As String, ByVal xBody As String)
Dim MyMail As System.Net.Mail.MailMessage = New System.Net.Mail.MailMessage Dim MySMTP As New System.Net.Mail.SmtpClient("mail.myisp.com")
Try MyMail = New System.Net.Mail.MailMessage(xFrom, xTo, xSubject, xBody) MySMTP.Send(MyMail) Catch ex As Exception Trace.WriteLine(ex.Message.ToString) End Try
End Sub

"Jared" wrote in message

in vb.net which is included in vista...
Public Sub email_send(ByVal xFrom As String, ByVal xTo As String, ByVal xSubject As String, ByVal xBody As String)
Dim MyMail As System.Net.Mail.MailMessage = New System.Net.Mail.MailMessage Dim MySMTP As New System.Net.Mail.SmtpClient("mail.myisp.com")
Try MyMail = New System.Net.Mail.MailMessage(xFrom, xTo, xSubject, xBody) MySMTP.Send(MyMail) Catch ex As Exception Trace.WriteLine(ex.Message.ToString) End Try
End Sub
Jared


Firstly thanks for your reply although I am actually looking for a solution within Task Scheduler as I already have a VB program that does it.
Dick

Windows Vista

Topic:


Nick: