Jump to content
Macro Express Forums

Strathos

Members
  • Posts

    32
  • Joined

  • Last visited

Posts posted by Strathos

  1. Hello again

     

    Just if anyone needed to do the same. I found a simple way to do this.

     

    You can set IE not to dowload the images of a web in its settings.

    IE saves its settings to the windows registry!

     

    So, all I had to do is find where they were written.

    I found it on a Chain called "Display Inline Images" placed somewhere deep in the registry.

     

    Then I made a macro like this one:

     

    //Set Show images "No"

    Variable Set String %T98% "no"

    Write Registry String: "Display Inline Images"

     

     

    //Set Show images "yes"

    Variable Set String %T98% "yes"

    Write Registry String: "Display Inline Images"

  2. Hello dervinyard222

     

    What about something like this?

     

    Variable Set String %T1% from File: "file.txt"

    If Variable %T1% contains "Word"

    OR

    If Variable %T1% contains "Word2"

    Sound Wave File: wave.wav

    End If

     

    How many text files there are?

    Does their file-name usually change?

  3. Hello Jason

     

    Thanks for your reply!

    I googled hoping to find a Command-Line Parameter to tell IE not to download the images.. But it seems to be there isn't.

     

    Anyway, it was only to make the web load faster.. As Im using the "Wait for Web Page" ME Feature the waiting can be quite long because the page in question has a lot of little gifs and jpgs!

     

    Thanks again,

     

    Strathos

×
×
  • Create New...