killermaster
2004-02-11, 21:33:07
bla
sub bla
dim zeit
dim objektshell
set objektshell = wscript.createobject("wscript.shell")
zeit = #21:25#
if zeit=time then
objektshell.run ("cmd")
end if
end sub
hiermit überprüfe ich ja nur ob die zeit = 21.25 ist
was muss ich tun damit das script solange läuft bis ich wscript.exe im taskmanager kille ?
mfg
sub bla
dim zeit
dim objektshell
set objektshell = wscript.createobject("wscript.shell")
zeit = #21:25#
if zeit=time then
objektshell.run ("cmd")
end if
end sub
hiermit überprüfe ich ja nur ob die zeit = 21.25 ist
was muss ich tun damit das script solange läuft bis ich wscript.exe im taskmanager kille ?
mfg