DrSeussFreak
Programmer
I am using Windows 2k3 and I am in OEM trying to get a new os command for a notification.
1) I go to Notification Methods
2) Click Go (Add Command)
3) Fill out form
a) Name = MRF Test
b) whatever
c) OS Command = c:\mrf\ip.bat
c:\mrf\ip.bat contains the following
4) Click test command
It runs the command, creates the ip.txt file, but ip.txt is empty. When I manually run the bat file it works fine, but from OEM it will not fill the log.
Any ideas?
1) I go to Notification Methods
2) Click Go (Add Command)
3) Fill out form
a) Name = MRF Test
b) whatever
c) OS Command = c:\mrf\ip.bat
c:\mrf\ip.bat contains the following
Code:
ipconfig /all > c:\mrf\ip.txt
4) Click test command
It runs the command, creates the ip.txt file, but ip.txt is empty. When I manually run the bat file it works fine, but from OEM it will not fill the log.
Any ideas?