Free Space Disk Monitor

  • Thread starter Thread starter Fabio Martins
  • Start date Start date
F

Fabio Martins

Hi!

I tried create an alert using the procedures in this article
http://support.microsoft.com/kb/324796/en

In actions, it's set up to register in event viewer and run a script. The
register in event viewer is OKAY, but the script doesnt run.

I have tried a script.bat with a simple "dir c: >> test.txt" and
"c:\windoes...notepad.exe" and didn't work. Why it dowsn't work? What I am
doing wrong?

FM
 
Fabio said:
Hi!

I tried create an alert using the procedures in this article
http://support.microsoft.com/kb/324796/en

In actions, it's set up to register in event viewer and run a script. The
register in event viewer is OKAY, but the script doesnt run.

I have tried a script.bat with a simple "dir c: >> test.txt" and
"c:\windoes...notepad.exe" and didn't work. Why it dowsn't work? What I am
doing wrong?

FM
You've got too many > in the first command there, it should read

dir c: >test.txt

You've also mispelled Windows in your path to notepad. What did you put
the three periods in that path for?

Later, Ray Parrish
 
Hi!

Thankyou for answering!

I mispelled windows while typing here... I didn't cut+paste.
The command is OK When I paste it in "run".

FM
 
Back
Top