Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\Documents and Settings\Administrator>cd C:\microsoft.net\framework\v1.1.4322
The system cannot find the path specified.
C:\Documents and Settings\Administrator>cd C:\microsoft.net
The system cannot find the path specified.
C:\Documents and Settings\Administrator>C:\
'C:\' is not recognized as an internal or external command,
operable program or batch file.
C:\Documents and Settings\Administrator>cd C:\
C:\>cd microsoft.net
The system cannot find the path specified.
C:\>cd C:\windows\microsoft.net\framework\v1.1.4322
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>vbc.exe /t:exe /r:system.dll /r:Mic
rosoft.VisualBasic.dll /out:C:\Taskrunner.exe C:\taskrunner.vb
Microsoft (R) Visual Basic .NET Compiler version 7.10.6001.4
for Microsoft (R) .NET Framework version 1.1.4322.2032
Copyright (C) Microsoft Corporation 1987-2002. All rights reserved.
C:\taskrunner.vb(7) : error BC30058: Statements and labels are not valid between
'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Friday
~
C:\taskrunner.vb(8) : error BC30058: Statements and labels are not valid between
'Select Case' and first 'Case'.
&nbs p; Process.Start("Saturday.exe")
~
C:\taskrunner.vb(9) : error BC30058: Statements and labels are not valid between
'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Monday
~
C:\taskrunner.vb(10) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs
p; Process.Start("C:\Program
Files\Mozilla Firefox\firefox.ex
e", "")
~
C:\taskrunner.vb(11) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Saturday
~
C:\taskrunner.vb(12) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Process.Start("Saturday.exe")
~
C:\taskrunner.vb(13) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Sunday
~
C:\taskrunner.vb(14) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Process.Start("Saturday.exe")
~
C:\taskrunner.vb(15) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Thursday
~
C:\taskrunner.vb(16) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Process.Start("Saturday.exe")
~
C:\taskrunner.vb(17) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Tuesday
~
C:\taskrunner.vb(18) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Process.Start("Saturday.exe")
~
C:\taskrunner.vb(19) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Case DayOfWeek.Wednesday
~
C:\taskrunner.vb(20) : error BC30058: Statements and labels are not valid betwee
n 'Select Case' and first 'Case'.
&nbs p; Process.Start("Saturday.exe")
~
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322>