Omgili - forum search, search forums  
  

Discussions about parent_forum:microsoft.public.scripting.vbscript order:newer

Displaying 1 - 10 out of 625 discussions.  
RSS Feed Options
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
On Wed, 11 Nov 2009 10:16:08 -0700, "Paul Randall" <paulr901@cableone.net Hi, I often try to refer people to search groups.google.com for answers to their scripting problems. Today I wanted to refer the OP associated with the recent question ...
Started by on , 5 posts by 5 people.  
Answer Snippets (Read the full thread at omgili):
I have found google advanced group search to be of no use ... .
On Wed, 11 Nov 2009 12:39:20 -0600, "Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net "Paul Randall" <paulr901@cableone.netnews:uCXwzgvYKHA.3712@TK2MSFTNGP06.phx.gbl.. .
On Tue, 10 Nov 2009 06:36:45 -0500, "Todd Vargo" <tlvargo@sbcglobal.netz installation That would be par for the course. You learnt well grasshopper. -- Todd Vargo (Post questions to group only. Remove "z" to email personal messages)
Started by on , 9 posts by 6 people.  
Answer Snippets (Read the full thread at omgili):
Can we not express disagreement without....
LOL! But I would disagree with the word "attacked".
On Tue, 10 Nov 2009 17:28:52 -0700, "Al Dunbar" <alandrub@hotmail.com "Todd Vargo" <tlvargo@sbcglobal.netznews:uIkVQofYKHA.2188@TK2MSFTNGP04.phx.gbl.. .
On Mon, 9 Nov 2009 22:00:01 +0100, "bob123" <bob123@gmail.com I need to get a string 'BLA BLA BLA' when I strike on F1 or F2 or else how can I do that ? Thanks for your help ...
Started by on , 3 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
You need a utility like Keystroke Converter (http://www.softboy.net/keystroke-converter/) that ... .
On Mon, 9 Nov 2009 22:20:57 +0100, "Pegasus [MVP]" <news@microsoft.com "bob123" <bob123@gmail.comnews:4af882d1$0$14687$426a74cc@news.free.fr.. .
Ask your Facebook Friends
On Sun, 8 Nov 2009 11:56:58 +0100, "AvWG" <dretrain@hotmail.com Hi, With vbscript I.ve created the following: I start the IE-application, use sendkeys to login in on a site. Next I create 10 more tabs (internet-pages), each with slightly another...
Started by on , 7 posts by 4 people.  
Answer Snippets (Read the full thread at omgili):
That depends on your tab setting for Always switch to new tabs when they are created (Alt-T,O,Alt-,t,A) and... .
On Sun, 8 Nov 2009 08:43:49 -0500, "Robert Aldwinckle" <robald@techemail.com "AvWG" <dretrain@hotmail.com Not that way .
On Sun, 8 Nov 2009 18:14:01 +0100, "bob123" <bob123@gmail.com Hi, Is it possible to program Funtion Keys (F1, F2, F3 ...) with a small VBS program ? Thanks for your help
Started by on , 5 posts by 4 people.  
Answer Snippets (Read the full thread at omgili):
If ....
For that you need a system keyboard hook, which you can't do in VBS .
I assume you mean to control the keys system- wide.
On Sun, 8 Nov 2009 12:47:03 -0500, "mayayana" <mayaXXyana@rcXXn.com It's hard to imagine how you could do that .
On Sat, 7 Nov 2009 10:27:43 -0800 (PST), Sajit Nair <sajit.nair.7@gmail.com Hi Guys, I am trying to grab some information about a list of servers into excel files, which works fine. What i am unable to do is trap the error and fill the error into...
Started by on , 4 posts by 2 people.  
Answer Snippets (Read the full thread at omgili):
The "On Error Resume Next" statement....
On Sat, 7 Nov 2009 12:52:59 -0600, "Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net "Sajit Nair" <sajit.nair.7@gmail.comnews:9e6b3a3a-1df0-4efd-ad9f-6609bbae847c@t2g2000yqn.googlegroups.com.. .
On Fri, 6 Nov 2009 04:38:46 -0800 (PST), Bals <balamurugan.mr.kvp@gmail.com I have many files in a folder - I need to move only first 5 files another folder sort by filename ie in Source folder i have 1Filename.txt 2Filename.txt 3Filename.txt 4...
Started by on , 14 posts by 4 people.  
Answer Snippets (Read the full thread at omgili):
You could use this simple batch file: @echo off SetLocal EnableDelayedExpansion....
On Fri, 6 Nov 2009 15:28:01 +0100, "Pegasus [MVP]" <news@microsoft.com "Bals" <balamurugan.mr.kvp@gmail.comnews:b7cdd336-ef14-42bb-8cc5-979ecd986b49@k19g2000yqc.googlegroups.com.. .
On Thu, 5 Nov 2009 06:50:20 -0800, Tony Logan <TonyLogan@discussions.microsoft.com My script sometimes quits on this line: Set objReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\" & strCompName & "\root\default:StdRegProv") The script...
Started by on , 3 posts by 2 people.  
Answer Snippets (Read the full thread at omgili):
On some clients it might help to use....
On Thu, 5 Nov 2009 10:35:43 -0600, "Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net "Tony Logan" <TonyLogan@discussions.microsoft.comnews:1DEEB21F-7A24-4299-B297-E8E5E34C0BEF@microsoft.com.. .
On Thu, 5 Nov 2009 17:54:44 -0500, "PaulM" <NONO@NONO.COM Why does this script work: ' Description: Demonstration script that uses the FileSystemObject to delete a file. Local computer ' For Vista Set WSHShell = WScript.CreateObject("WScript....
Started by on , 3 posts by 3 people.  
Answer Snippets (Read the full thread at omgili):
If you replace the line objFSO.DeleteFile("%SystemRoot%\%Users%\%UserProfile%\%AppData%\%Local%\test.vbs....
On Fri, 6 Nov 2009 00:10:52 +0100, "Pegasus [MVP]" <news@microsoft.com "PaulM" <NONO@NONO.COMnews:OORp6rmXKHA.220@TK2MSFTNGP02.phx.gbl.. .
On Thu, 5 Nov 2009 16:33:08 -0800 (PST), "gimme_this_gimme_that@yahoo.com" <gimme_this_gimme_that@yahoo.com This creates an Array M and fetches the elements having cc - so it displays dccr.... M= Split("bbadccraddaeea","a") B = Filter(M,"cc") ...
Started by on , 3 posts by 2 people.  
Answer Snippets (Read the full thread at omgili):
The Include parameter is a boolean.
On Thu, 5 Nov 2009 19:13:29 -0600, "Richard Mueller [MVP]" <rlmueller-nospam@ameritech.nospam.net <gimme_this_gimme_that@yahoo.comnews:b1cc3104-0a64-41f1-a956-41655ff3af62@y28g2000prd.googlegroups.com.. .
Page: 1   2   3   4   5   6   7   8   9   10  
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost