C:\APPS\Internet Explorer\IEXPLORE.EXE" http://www.eventid.net/display.asp?eventid=%C4%
Announcement
Collapse
No announcement yet.
Search eventid.net
Collapse
X
-
Re: Search eventid.net
Excellent idea!! Just for clarification, not everyone has their IE installed in an "APPS" folder. Default is C:\Program Files. This should do the trick:
"%programfiles%\Internet Explorer\iexplore.exe" http://www.eventid.net/display.asp?eventid=%C4%
Only one problem...my Hyena crashes when I run this...oh well. My entire system's hosed anyway. REFORMAT!!
Sorry, just venting a bit.
Great idea, though.
Joel
-
Re: Search eventid.net
runas.exe /user:domain\username /savecred "C:\Program Files\Internet Explorer\iexplore.exe "http://www.eventid.net/display.asp?eventid=%C4%&source=%C3%""
This allows me to lookup events with a one-word source.
runas.exe /user:domain\username /savecred "C:\Program Files\Internet Explorer\iexplore.exe "http://www.eventid.net/display.asp?eventid=%C4%&source="%C3%"""
This allows me to lookup events with a two-word source.
Question: What syntax would I use to lookup EITHER a one-word source, OR a two-word source.
I've tried the following, but it wouldn't let me lookup anything.
runas.exe /user:domain\username /savecred "C:\Program Files\Internet Explorer\iexplore.exe "http://www.eventid.net/display.asp?eventid=%C4%&source="%C3%"OR%C3%""
TIA!
[This message has been edited by js8a (edited 12-18-2003).]
Comment
-
Re: Search eventid.net
I sure hope you've changed your password since posting this...
Remember, clean up your code before posting.
I still like this tool, though. But the same thing applies. Not everyone has IE installed in the default directory. My example of this tool (my Display settings have been modified, so adjust the column to be displayed accordingly):
cmd /c cls & "%programfiles%\Internet Explorer\iexplore.exe" http://www.eventid.net/display.asp?eventid=%C3%
Comment
Comment