Well I don't know if this solutions will work, maybe I wasn't clear enough. Actualy the file I want wanting to execute is a .asp page that actually executes some code. I want that to run every 5 min without spawning those IE windows! Thanks : Create script job (choose JAL Script type) and schedule it to run "All : day" every 5 minutes. For the script enter something like the : following : // Download Stock Quotes from Yahoo (save output in a temp HTML file) : WebGetFile( " http://www.yahoo.com/r/sq" ;, & : "c:\\temp\\StockQuotes.htm" ) : That's it
|