Adding a EXE file to the schedule task through C#
20 Mar 2006 23:39:38 -0800
Hi all,
I have an EXE file which is stored in the a local machine , I want to
add this exe into the schedule task (C# program) and which has to be
run every day
Thanks in advance
Sajin
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:15:46 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 18:15:40 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 09:02:05 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 09:02:00 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:21:20 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
China ZhongZhan Aids Mei Mei
Sat, 18 Mar 2006 08:21:15 -0800
Killer!
http://onfinite.com/libraries/175399/440.jpg
elmar@digi-art.de
...
|
|
|
Why does the LIKE operator break WMI queries?
17 Mar 2006 15:18:46 -0800
I've been trying to get my WMI query to work with the LIKE operator in
the WHERE statement but it crashes every time I try to loop through the
results. If I switch it to say "WHERE Path = ""c:\\temp""" it works
fine. Why would the LIKE operator throw a strange group policy error
in the event log? I verfied ...
|
Remotely Query Systems on the same network but not on a common domain
16 Mar 2006 09:00:49 -0800
Hi all,
I need to obtain information from remote systems which are on a common
network. I can do this using WMI but the problem is that the machines
are not attached to a common domain where i can use the domain
administrator account to get info from all the systems.
Some systems are attached to self crea ...
|
How to identify the property names returned from a WQL query
Tue, 14 Mar 2006 09:12:05 -0500
This may be easiest to explain with an example (it's in asp.net, but shouldn't matter for what I'm looking for)
Take the following:
Dim objOS As ManagementObjectSearcher
objOS = New ManagementObjectSearcher("SELECT * FROM Win32_OperatingSystem")
Dim objMgmt As Object
For Each ...
|