I am trying to use xp_cmdshell to hit an asp page:
exec master.dbo.xp_cmdshell '"C:\Program Files\Internet Explorer\IEXPLORE.EXE"
if I run this normally through the webbrowser tha ASP page sends an email, but when I use xp_cmdshell nothing happens. Is what I am trying to do possible?
Cheers
Tim
exec master.dbo.xp_cmdshell '"C:\Program Files\Internet Explorer\IEXPLORE.EXE"
if I run this normally through the webbrowser tha ASP page sends an email, but when I use xp_cmdshell nothing happens. Is what I am trying to do possible?
Cheers
Tim