The log file

I was wondering if there is a way to turn off the log text under the scraping sessions tab. I am hitting about 50,000 records and that text will take up a lot of computer resource if it tries to render it to the screen.

The log file

Correct. Here's an example

http//www.screen-scraper.com/support/tutorials/tutorial2/invoking_a_scraping_session_in_interpreted_java.php

cmd

Perfect, that worked. I don't really have a "kick-off" script for my session. I am guessing I would just make a simple script that starts the session?

The log file

Try something more like this:

cd "C:\Program Files\screen-scraper professional edition"
jre\bin\java -jar screen-scraper.jar -s "NJ Malpractice"

Best,

Todd

command line

Cool, I will check it out. As for the CMD line:

C:\Program Files\screen-scraper professional edition\jre\bin>java -jar screen-scraper.jar -s "NJ Malpractice"

see any reason why the above would be giving me this message?

Unable to access jarfile screen-scraper.jar

The log file

Hi,

In the very latest alpha version of screen-scraper you can do this. Here are instructions on downloading and installing it

http//blog.screen-scraper.com/2006/09/28/version-27216a-of-screen-scraper-available/

If you're running a long scrape, though, you'd probably be better off running it from the command line. Here's our documentation page on that

http//www.screen-scraper.com/support/docs/invoking_screenscraper_from_the_command_line.php

Kind regards,

Todd Wilson