
Search found 15 matches
- Sat Jan 17, 2009 3:29 am
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
- Thu Jan 15, 2009 5:22 pm
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
- Sat Jan 10, 2009 12:24 am
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
- Fri Jan 09, 2009 11:56 pm
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
- Thu Jan 01, 2009 5:17 am
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
//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=...
- Mon Dec 29, 2008 3:18 pm
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
- Sun Dec 28, 2008 1:22 pm
- Forum: Technical / Scripting
- Topic: Extract html from this text ?
- Replies: 12
- Views: 17602
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...
- Sun Oct 12, 2008 12:52 am
- Forum: Technical / Scripting
- Topic: Remote desktop problem
- Replies: 5
- Views: 6355
- Sat Oct 11, 2008 6:06 pm
- Forum: Technical / Scripting
- Topic: Remote desktop problem
- Replies: 5
- Views: 6355
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...
- Mon Dec 24, 2007 2:49 pm
- Forum: Technical / Scripting
- Topic: Rasphone command help
- Replies: 1
- Views: 3914
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
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
- Tue Nov 06, 2007 4:45 pm
- Forum: Technical / Scripting
- Topic: Network connection- Select
- Replies: 0
- Views: 3450
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
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
- Sun Sep 16, 2007 3:36 pm
- Forum: Technical / Scripting
- Topic: How to continue running Macro without "Abort", &qu
- Replies: 8
- Views: 11955
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 ...
- Sun Sep 16, 2007 11:45 am
- Forum: Technical / Scripting
- Topic: How to continue running Macro without "Abort", &qu
- Replies: 8
- Views: 11955
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...
- Thu May 31, 2007 3:16 pm
- Forum: Beginners
- Topic: Select a Random word from a group of words.
- Replies: 1
- Views: 3979
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
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
- Wed May 30, 2007 9:42 am
- Forum: Technical / Scripting
- Topic: How to continue running Macro without "Abort", &qu
- Replies: 8
- Views: 11955
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
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