Hi Folks,
I have a question not directly related to database, and I was wondering if anyone can help me with this or tell me where to look for the answer.
I have run a web page as a job - what I need is to terminate the IE after the webpage is done. As a job I am doing
"C:\program files\internet explorer" iexplore.exe http://.../test.cfm
There is something that runs in test.cfm - I want once this URL is done - IE should terminate. Is there any command line argument available for IE?
Any help will be greatly appreciated.
Thanks much
Asthahaven't tried it but maybe something like this:
/k "C:\program files\internet explorer" iexplore.exe http://.../test.cfm && exit|||Originally posted by ms_sql_dba
haven't tried it but maybe something like this:
/k "C:\program files\internet explorer" iexplore.exe http://.../test.cfm && exit
Hi ms_sql_dba,
Thanks for your suggestion - but FYI
the exit command is for the commad prompt not for the browser - I wanted to terminate the browser after running that cfm. I have done that now by adding some javascript code in my cfm file itself which closes the window it opens in.
Thanks,
Astha
Showing posts with label directly. Show all posts
Showing posts with label directly. Show all posts
Tuesday, March 20, 2012
Subscribe to:
Posts (Atom)