Search found 15 matches

by travel88
Sat Jan 17, 2009 3:29 am
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

Thankyou. It works exactly. :D
by travel88
Thu Jan 15, 2009 5:22 pm
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

Any help ?
by travel88
Sat Jan 10, 2009 12:24 am
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

I need help in defining the pattern.

The URL from the above example has to be extracted starting from http:// and ends at closed bracket ")" .

Thanks very much for helping me in this , as I have been scratching my head for long ...... :?
by travel88
Fri Jan 09, 2009 11:56 pm
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

Any help here ?

Thanks
by travel88
Thu Jan 01, 2009 5:17 am
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

//A VBScript Function to search a string for a regex pattern //returns a list of matches separated by semicolons VBSTART Function regExSearch(patrn,str) Set regEx = New RegExp ' Create regular expression. regEx.Pattern = patrn ' Set pattern. regEx.IgnoreCase = True ' Make case insensitive. Default=...
by travel88
Mon Dec 29, 2008 3:18 pm
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

Sorry I tried my level best . Cannot get it right. Hope you can help.
Thanks
by travel88
Sun Dec 28, 2008 1:22 pm
Forum: Technical / Scripting
Topic: Extract html from this text ?
Replies: 12
Views: 15943

Extract html from this text ?

Hi, Can you help me in writing a code preferably VB script, for extracting just the html part from the below text, which may vary but the html pattern is the same. : xxx x xx x x x x x x x x x x xxxx xxxxx http://images.google.com/imgres?imgurl=http://jquery.com/demo/thickbox/images/plant4.jpg&imgre...
by travel88
Sun Oct 12, 2008 12:52 am
Forum: Technical / Scripting
Topic: Remote desktop problem
Replies: 5
Views: 5693

The script is in my remote computer . This runs well, if I make a connection to the remote computer and view the actions in my home computer. But as soon as I minimize the window or closes the connections then the script does not work well, though some functions are done ok.
Thanks
by travel88
Sat Oct 11, 2008 6:06 pm
Forum: Technical / Scripting
Topic: Remote desktop problem
Replies: 5
Views: 5693

Remote desktop problem

Hi, I am trying to run a script in my remote desktop, which works fine if I view the remote desktop from my computer. But If I minimize or close this window the script no longer works. However I need to run this independently from remote desktop. What all should I consider to make this run perfectly...
by travel88
Mon Dec 24, 2007 2:49 pm
Forum: Technical / Scripting
Topic: Rasphone command help
Replies: 1
Views: 3527

Rasphone command help

Hi,
I need to disconnect a network connection, using -h for hanging up the connection. How do I do this with rasphone parameters instead of rasdial.

Thanks for the help
by travel88
Tue Nov 06, 2007 4:45 pm
Forum: Technical / Scripting
Topic: Network connection- Select
Replies: 0
Views: 2853

Network connection- Select

Hi,
I have broadband Internet Local Area connection and Wireless Network connection in my system. I need to change these connections intermittently every hour. How can I do this, thru macro script.

Thanks for the answer
by travel88
Sun Sep 16, 2007 3:36 pm
Forum: Technical / Scripting
Topic: How to continue running Macro without "Abort", &qu
Replies: 8
Views: 10356

As I told earlier . in my case, the script has run the same thing many times successfully, but at times and at random " Invalid Mouse move occurs" The Mousemove command is MouseMoveRel>443,67 Please also note, that my orginal question was how to Ignore all Macro scheduler errors by default, without ...
by travel88
Sun Sep 16, 2007 11:45 am
Forum: Technical / Scripting
Topic: How to continue running Macro without "Abort", &qu
Replies: 8
Views: 10356

Ignore Macro scheduler errors

Hi, I need to ignore macro scheduler errors by default. For example in my looped script sometimes , " Invalid Mouse move occurs", which I need to ignore by default. The same script had many times looped succesfully but at certain times this error occurs. hence what I should do to " Ignore" Macro sch...
by travel88
Thu May 31, 2007 3:16 pm
Forum: Beginners
Topic: Select a Random word from a group of words.
Replies: 1
Views: 3643

Select a Random word from a group of words.

Hi,
I need to select a Random word from a group of predefined words.

For eg:-
apple ,orange,grapes, banana

From the above I need to display any random word.

Please give the syntax to do so...


Thanks
by travel88
Wed May 30, 2007 9:42 am
Forum: Technical / Scripting
Topic: How to continue running Macro without "Abort", &qu
Replies: 8
Views: 10356

How to continue running Macro without "Abort", &qu

Hi,
I would like always to ignore any errors and continue running Macro, if any error occurs midway. That is, I need "Ignore" to be always as default. How can I do that?
Thanks
Sign up to our newsletter for free automation tips, tricks & discounts