Jump to content

Can Scripts be run in the background


Recommended Posts

I have written a script that will go to the hypher link in the Excel file (an internet page) and grep data from the page and do some manipulation based on the data.

Since it does that for number of rows it takes about an hour. Is there any way to run this script in the background , which will enable me to do my routine work in the computer.

Link to comment
Share on other sites

I have written a script that will go to the hypher link in the Excel file (an internet page) and grep data from the page and do some manipulation based on the data.

Since it does that for number of rows it takes about an hour. Is there any way to run this script in the background , which will enable me to do my routine work in the computer.

The _IECreate() function will allow you to create an invisible browser window. Take a look in the help file at the _IE functions.
Certifications: A+, Network+, Security+, Linux+, LPIC-1, MCSA | Languages: AutoIt, C, SQL, .NETBooks: AutoIt v3: Your Quick Guide - $7.99 - O'Reilly Media - September 2007-------->[u]AutoIt v3 Development - newbie to g33k[/u] - Coming Soon - Fate Publishing - Spring 2013UDF Libraries: SkypeCOM UDF Library | ADUC Computers OU Cleanup | Find PixelChecksumExamples: Skype COM Examples - Skype4COMLib Examples converted from VBS to AutoIt
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...