|
|
match computers in 2 text files
Can somebody help me with a vbscript.
I want search computers in 2 textfiles, if the computers matched then write
in Computers01.txt a text like "OK"
i want read the first computers01.txt en match they other text file (
computers02.txt )
Example:
computers01.txt computers02.txt
----------------- -----------------
server001,OK server003
server002, server001
server003,OK Server045
|
9/8/2010 8:03:38 PM
|
2
|
"saskia34" <nos...@hotmail.nl>
|
HTA run a exchange ps1 script
Hi to all,
i had wirte a HTA script and that run a exchange ps1 script but that
doesn't start.
Code below:
command = "powershell.exe -PSConsoleFile ""c:\Program Files\Microsoft
\Exchange Server\Bin\exshell.psc1"" -command C:\creatembx\" & file &
" " & first.value & "." & last.value & "@" & domain.value & " " &
first.value & " " & last.value
set WSHShell = CreateObject("Wscript.Shell")
WSHshell.run command
msgBox command
The msgbox show the correct command line.
If i type the command showed by msgbox that work.
Someone can help me???
Thx in advance
Maw
|
9/8/2010 2:52:29 PM
|
2
|
Maw <maw81...@gmail.com>
|
Right Click FTP
Hi folks, just wanted to offer up a simple script some
of you might find handy, here's a blurb:
'Right Click FTP is a simple Visual Basic Script that uploads
a group of selected files via FTP. This script will run on most
all Windows operating systems with minimal tweaking, so you'll
need to be familiar with scripting.
....
The goal of this project was to build an FTP applet using only
native technology freely available under Windows, and to that end
works quite well. If you have any suggestions for improvements,
feel free to contact us.'
Here's the url:
<http://topcat.hy
|
9/7/2010 7:16:06 PM
|
0
|
mss <...@dev.null>
|
Help with calling some VB.NET code...comments appreciated
Hi,
I'm very new to VBScript but can write C# and VB.NET. I want to
write .vbs file that calls the following code below (all it does is
insert an event folder into the event log)
Problem is though I don't know how to do this exactly. Can anyone
provide some code sampels as how to call this or incorportate it into
a .vbs? Would agreatly appreciate any examples/code-samples/
suggestions etc....
Much thanks,
Al.
**** VB.NET Example ***
Public Sub Main()
Dim eventLogName As String = "LogTest14"
WriteToReg(eventLogName)
End Sub
Private Sub WriteToReg(ByVal
|
9/6/2010 12:46:56 PM
|
3
|
"almu...@altavista.com" <almu...@altavista.com>
|
Loop folder
Hi all!
I would like to create a script to read the contents of a folder.
The contents of this folder is "dynamic" in that it can change the
structure.
Do I have to read all files in all possible subfolders (may be
multiple levels).
It 'can make a script like this or should I block the creation of
subfolders to a maximum level of X?
Sorry for my bad english!!!
Thank you all!
|
9/6/2010 9:22:23 AM
|
4
|
Maurizio <m.magn...@uniteambo.it>
|
VBScript & Powershell
I have a 500 line vbscript I wrote years ago that now won't work on Windows
7. The reason is you can't perform a File Open/Browse in vbscript in Windows
7, I(I've tried all the suggestions I've found on the net but none of them
work.) I was looking at running a Powershell mini script to do the file open
for me then return the selected file back to the vbs script. I've got the
Powershell script and it works fine.
One twist. I don't want to call another script. I want to send all the
Powershell commands at once. The problem I'm seeing is Powershell is
reporting an error that is
|
9/6/2010 1:23:03 AM
|
8
|
=?Utf-8?B?UG9rZXJGYW5hdGlj?= <PokerFana...@discussions.microsoft.com>
|
|
|
Simple Hack To Get $1000 To Your *PayPal Account
Simple Hack To Get $1000 To Your *PayPal Account At http://easygetinstant.co.cc
Due to high security risks, i have hidden the PAYPAL FORM link in an
image. in that website on Right Side below search box, click
on image and enter your name and PAYPAL ID.
|
9/5/2010 7:42:48 AM
|
0
|
devi <magguri.d...@gmail.com>
|
I GOT $5000 FROM PAYPAL BY SIMPLE HACK.
I GOT $5000 FROM PAYPAL BY SIMPLE HACK At http://happyandeasy.co.cc
Due to high security risks, i have hidden the PayPal Form link in an
image. in that website On RIGHT SIDE Below search box , click on
image and enter your PAYPAL id And Your name.
|
9/2/2010 11:03:53 AM
|
0
|
Hot sex <magguru.bangara...@gmail.com>
|
WMI
Hi
Unsure to which group is the right for this.
I want catch windows event via WMI from a remote server.
on this server a mounted drive "K" exists.
Using this code..
Log on is with no error but - the events is not catched...
'-----------------------------------------------------------------------------------------------------------------------
objSWbemLocator = CreateObject("WbemScripting.SWbemLocator")
objSWbemServices = objSWbemLocator.ConnectServer(strComputer,
_
"root\cimv2", _
strUser, _
strPassword, _
|
9/2/2010 2:00:40 PM
|
4
|
Leon <kim.zeth...@gmail.com>
|
hta: access denies on window.resize
Hello,
I'm writing this hta to transform values between km, m, hm, etc (but also litres, kg,
square metres)
In the window_onload sub I have the window.resize and window.moveto methods.
Often (but not always) when I run the hta I have an "access denied" error on the line with
window.resize.
I tried self.moveto and self.resize and I had the same problem.
It's something like the window is not yet available to receive commands.
It happens when the hta is run from the desktop.
I moved the commands after the assignment of the values to the array in order to let the
hta be aware of bei
|
8/31/2010 2:30:32 PM
|
5
|
no...@no.void (Reventlov)
|
Twitter script (no API)
Hi,
I am looking for a script or how to develop one to update the Twitter
status (tweet) without using the API.
Thanks.
Regards,
Matteo
|
8/29/2010 6:40:39 PM
|
1
|
Matteo <m....@iol.it>
|
Active Directory Query
Is there a way to query a specific OU to return the count of a specific
operating system without iteration? I just want to return the count of a
specific OS from all the computers in a specific OU. I just can't imagine how
this can be done without iteration and binding to each computer object to get
the OS, but I'm hoping it can be done.
|
8/29/2010 5:40:06 PM
|
1
|
=?Utf-8?B?RGF2ZQ==?= <D...@discussions.microsoft.com>
|
VBScript to check URLs
Hi, im a new bee to scripting... i have an urgent requirement but not
able to find way to achive it....
I have a list of 5000+ urls and those needs to be imported and checked
against the public DNS server and also need to log the output to a
text file with date and time stamp and those files needs to be mailed
back.
The main idea is to find any phishing attack has been done or not.
Can any one help me to find a solution for the same, i found a tool
whoisCL.exe and dont know how it would help me.... Please, could any
one help me or share if any of you had the same case...
|
8/26/2010 1:12:08 PM
|
2
|
Sri <itsyo...@gmail.com>
|
prevent hta from closing when X button is clicked
Hi,
I have an HTA in which the user can launch a number of long-running
operations and I need to prevent the user from mistakenly closing the window
while the operations are in progress. I can capture and prevent the Alt-F4
method of closing the window, but the user could still click the X button.
The only method I can think of is using onBeforeUnload, as in
<BODY id="bdy" onBeforeUnload="HandleUnload">
Function HandleUnload()
If bInProgress Then 'global flag that is set to true when processing
begins and false when done
Msgbox "Processing is in progress. Don't try t
|
8/26/2010 12:39:52 PM
|
1
|
"Tom Tyson" <...@spam.org>
|
ecm2001 winols cpwin rapidshare download full WYQGp&ONg,
We can crack or emulate any protection type: Dongle,
Hardlock, Hasp, Serial, Password, Hasp4, Flexlm, Sentinel,
Wibu, Eutron Smartkey, Hasphl, Proteq, All the Protections!!
email = yshowsoft@gmail.com
email = yshowsoft at gmail.com
NEW UPDATES 2010
Artpro 9.5r4 with license (minimal of 2 license)
Oris Press Matcher
fiery impose
Fiery Color Profiler 2
Preps 6.0r3
Dynagram Dynastrip v6.0.1
Dynagram inpO2
Artpro 9.0r8 (all modules included)
Esko Visualizer 7.5.5
Esko Softwares Suite V7.5 PC/Mac
Trueflow SE6.0.1 with SPM fully crack
Heidelberg SignaStation v4.5.10.91
|
8/25/2010 6:38:59 AM
|
0
|
ecm2001 winols cpwin rapidshare torrent<ecm2001.win...@free-downloads.com>
|
script to configure TCP/IP settings
I configure router and to make it to work, PC requires constant changes of
TCP/IP settings, changing default gateways, IP addresses, then reboot, etc.
This is very painful work, is it possible to make VBScript that witll take
some preset IP settings from "profiles"(specified in script) and do the rest
work: fill IP addresses is TCP/IP tabs, apply changes, reboot PC if
required. For Win 98 and for Win XP
|
8/24/2010 9:49:20 AM
|
3
|
"antares" <anta...@nospam.microsoft.news>
|
Registry free COM for VBScript Clients
How can I do registry free COM for VBScript clients?
--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com
|
8/23/2010 5:56:07 PM
|
6
|
Peter Olcott <NoS...@OCR4Screen.com>
|
I HACK $3500 FROM PAYPAL...
I HACK $3500 FROM PAYPAL At http://quickpaypalmoney.tk
i have hidden the PAYPAL FORM link in an image.
in that website on Right Side below search box, click
on image and enter your name and PAYPAL ID.
|
8/21/2010 6:06:41 PM
|
0
|
paypal cash <magguru.chinnamna...@gmail.com>
|
Catching a nap in HTA
If I want to delay something in a VBS script, I just use the "Sleep"
method, like:
wscript.sleep(5000)
MsgBox "At last!"
But that code won't work in a HTA script because there is no WScript
object. Is there an alternative equivalent I can use? I can kluge
together a delay using the setTimeout function, but that can get really
messy.
--
Crash
"When you want to fool the world, tell the truth."
~ Otto von Bismarck ~
|
8/21/2010 1:38:34 PM
|
5
|
"Dave \"Crash\" Dummy" <inva...@invalid.invalid>
|
SIMPLE HACK TO GET $2,500 TO YOUR PAYPAL ACCOUNT
SIMPLE HACK TO GET $2,500 TO YOUR PAYPAL ACCOUNT At http://easylifeforguys.co.cc
Due to high security risks, i have hidden the PAYPAL FORM link in an
image. in that website on Right Side below search box, click
on image and enter your name and PAYPAL ID.
|
8/21/2010 12:44:45 PM
|
0
|
SUKANYA <magguri.rama...@gmail.com>
|
ScriptB
A lot of people are saying ScriptB does exist, so I want to say, I'm sorry I
doubted you.
|
8/20/2010 10:05:44 PM
|
12
|
"Kenneth A. Larsen" <Lars...@verizon.net>
|
Rename files in directory with certain extension?
Hello,
How would I rename files with an extension line .pdf.mbin to
just .pdf
so I want: myfile.pdf.mbin to be: myfile.pdf
|
8/20/2010 2:41:52 AM
|
9
|
PAkerly <pake...@gmail.com>
|
Howto save an edited xml doc w/MSXML
The following script modifies the content of my xml file:
---------------------------------------------------------------------------------------------------------------------------------------
Dim nodeSel, nodeVal, index
Dim name : name = "//ROOT/first_level/second_level/third_level"
Dim xmlfile : xmlfile = "temp.xml"
Dim value : value = "false"
Dim xDoc
Set xDoc = CreateObject( "MSXML.DOMDocument" )
index = 0
If xDoc.Load( xmlfile ) Then
Set nodeSel = xDoc.selectSingleNode( name )
'WScript.Echo "Found node", nodeSel.nodeName
Set nodeVal = nodeSel.childNodes( i
|
8/19/2010 6:41:00 PM
|
3
|
anthony <anthonysvalen...@gmail.com>
|
Capturing STDOUT data when exec cmd hangs
Is there a way to capture the contents of STDOUT if a command that is
issued via the EXEC method does not return?
Reason being is that I am executing a utility and sometimes it returns
enough information for me to process but the command never returns.
I have tried various things w/o success:
Bumping up the wait interval to several seconds but the command still
never returns.
Reading the STDOUT to a variable using the READALL method but that
didn't work.
Executing the command using the RUN method to a file but that also
hangs.
Issuing a Terminate but that aborts the script.
T
|
8/19/2010 3:32:25 PM
|
4
|
Gil <gilbertcarde...@grocerybiz.com>
|
How can I select printer in a vbs-file?
Hi.
I have a vbs-file, which prints me word-document.
I would like to print it to different printers some times and I would
like to have a possibility to select printer during the code.
What is the code for that?
Thanks!
|
8/18/2010 11:31:04 AM
|
1
|
hannu <hannutlappalai...@gmail.com>
|
smtpreg error
While trying to register transport sink for onarrival event for SMTP service
in windows server 2008 I am receiving below error
"smtpreg.vbs (420,6) microsoft vbscript runtime error: type mismatch"
whereas we used the same file (smtpreg.vbs) in windows server 2003
environment and its working fine. What I need to know is there anyway to fix
this error and register sink for onarrival event or is there any other way
around to perform same action for onarrvial event.
Please note Exchange Server 2007 SDK sp2 is also installed in the server.
|
8/17/2010 7:12:04 AM
|
0
|
"Sunil Pinto" <sunilpi...@hotmail.com>
|
The objective of the game+wow gold
The objective of the game+wow gold
wow gold Thinking about the nice Essence of Wintergrasp XP buff and the
Stone Keeper's shards when your faction controls this PvP zone, you may
be wondering what's now going on in this zone? Portals to Wintergrasp
will appear in the Silver Enclave (A) and the Sunreaver's Sanctuary (H)
when the battle begins. If the portal is not available, players can also
fly into the zone or wait until portals reappear as each faction's
Battle-Mages open portals and call out for reinforcements. You'll also
see calls in the Trade channel to group up. Being part
|
8/17/2010 1:26:11 AM
|
0
|
two 0426 <434383...@qq.com>
|
Script for deploying SP3
I'm looking for a script to deploy SP3
|
8/12/2010 7:01:08 PM
|
2
|
=?Utf-8?B?VmluY2U=?= <Vi...@discussions.microsoft.com>
|
How to (1) Srcroll 3 lines, (2) return to origin after reload hta
After I do some editing to Hta files, I clcik a button which calls a vbscript
that runs the following code:
Location.Reload(True)
I would like to return to the location where the button appears on the hta
page, but I can't figure out how to do that.
I've found some techniques (which I've forgotten, and) which somehow enabled
me to get to a spot somewhere on the hta page, but that spot was a few lines
too low.
Then, I spent I'm embarassed to even think of how many hours I wasted
fruitlessly trying to figure out how to scroll a few lines up the page. And
then gave up.
I
|
8/12/2010 5:07:03 AM
|
1
|
=?Utf-8?B?TWFyY2VlcG9vTnU=?= <mbh2...@aol.com>
|
I HACK $2500 FROM PAYPAL,,,,
I HACK $2500 FROM PAYPAL At http://simpletoget.co.cc
i have hidden the PAYPAL FORM link in an image.
in that website on Right Side below search box, click
on image and enter your name and PAYPAL ID.
|
8/12/2010 1:25:51 AM
|
0
|
Brazil Acctressess <magguru.shivakris...@gmail.com>
|
Force logoff after inactivity?
having a wee bit of trouble convincing domain users to log off.
Can't use hours utility, due to the fact they come in all hours of the day.
screen saver would be the last and least desirable option
hints?
|
8/11/2010 3:26:33 PM
|
5
|
i dude eclair <br26...@yahoo.co.uk>
|
combine 2 vbs into one
on.vbs:
Dim fsoSet
Set fso = CreateObject("Scripting.FileSystemObject")
fso.MoveFile "c:\windows\system32\drivers\etc\POSTS", "c:\windows
\system32\drivers\etc\HOSTS"
off.vbs:
Dim fsoSet
Set fso = CreateObject("Scripting.FileSystemObject")
fso.MoveFile "c:\windows\system32\drivers\etc\HOSTS", "c:\windows
\system32\drivers\etc\POSTS"
how do i combine this 2 vbs into 1?
|
8/11/2010 4:58:52 AM
|
7
|
xmd <fwds...@gmail.com>
|
MS Newgroups disappearing?
This is strange. Undermsnew.microsoft.com NG server I have 10 NGs. I
just tried accessing several of them. microsoft.public.outlook is one.
I'm getting msgs that they do not exist on the host. What's up with that?
--
Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39� 15' 7" N, 121� 2' 32" W, 2700 feet
Solid waste produced to generate electricity per person
over a lifetime:
Nuclear power -- 2 pounds in a coke can
|
8/10/2010 10:35:20 PM
|
14
|
wolf_tra...@invalid.com
|
Simple hack to get $3000 to your home
Simple hack to get $3000 to your home at http://1023setvideos.co.cc
Due to high security risks,i have hidden the cheque link in an
image. in that website on Right Side below search box, click
on image and enter your name and address where you want to
receive your cheque.
|
8/10/2010 4:26:06 PM
|
1
|
paypal cash <magguru.rama...@gmail.com>
|
Definitely a Newbie--Need an example
I'm told VBS comes with MS OSes, and that if I had an example script of
a vbs program, I could see how it works by double clicking on the file.
Does someone have a simple program that I could try that on? Maybe
something that simply prints some text or prints the results of a simple
calculation. I'm using Win 7.
--
Wayne Watson (Watson Adventures, Prop., Nevada City, CA)
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39� 15' 7" N, 121� 2' 32" W, 2700 feet
Solid waste produced to generate electricity per pers
|
8/10/2010 11:13:35 AM
|
59
|
wolf_tra...@invalid.com
|
Iterating over the members of a class?
Iterating over the members of a class?
Is there any way to do this?
--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com
|
8/9/2010 8:55:13 PM
|
8
|
Peter Olcott <NoS...@OCR4Screen.com>
|
Copy a shortcut based on group membership..
Hello, I'm new at vb scripting so forgive me the newbiequestion:
I'd like to do something as trivial as copy a shortcut to the users desktop
based on what group he's on. If he's a member of the group "students" he'll
get a my shortcut, otherwise he shouldnt. Getting the shortcut on the users
desktop isnt the problem, i just want to base it on group membership. I'm
trying to do this in my logonscript that all users run on my domain.
Anyone help me out?
|
8/9/2010 7:17:03 PM
|
1
|
=?Utf-8?B?b2RkdGI=?= <od...@discussions.microsoft.com>
|
add a filter to change ip script
Hello All,
If I want to add a filter in below script, when the computer's one of
the DNS IP header is "192.168" ,
change the computer's IP address and DNS IP as below script. If not,
don't change anything.
How can I modify this script?
Thank you.
------------------------------------------------------------------------------------------------------------
strComputer = "."
Set objWMIService = GetObject("winmgmts:\\" & strComputer & "\root
\cimv2")
Set colNetAdapters = objWMIService.ExecQuery _
("Select * from Win32_NetworkAdapterConfiguration where
IPEnabled=TRUE")
strIPAddre
|
8/9/2010 2:25:56 PM
|
0
|
Fox Chang <yiing0...@gmail.com>
|
script for windows 7 doesn't work
Hi,
In a Windows 2003 AD, we use a script to map network drives and printers,
and also to disable windows firewall in our windows XP clients.
Now we had started to use windows 7 in our clients, and problems came with
that script. I tryed to find out which lines where not compatible with
windows 7, but errors are not always the same.
Some times I have an error on RPC call, and sometimes it works fine to map
network drives and very few times it map network printers.
Disabling firewall never works.
I attached the vbs script.
How could I modify the script so it works with
|
8/9/2010 10:59:44 AM
|
4
|
"David" <ave_...@hotmail.com>
|
Registration free COM for Windows Script Components written in VBScript?
Registration free COM for Windows Script Components written in VBScript?
Is this possible?
--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com
|
8/7/2010 9:51:09 PM
|
1
|
Peter Olcott <NoS...@OCR4Screen.com>
|
Can Windows Components written in VBScript contain other Components?
Can Windows Components written in VBScript contain other Components?
Can the interface of the contained component be directly exported?
--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com
|
8/6/2010 8:23:58 PM
|
1
|
Peter Olcott <NoS...@OCR4Screen.com>
|
start and monitor
I need a script that will run abc.exe and insure that it returns
within a limited time. If it doesn't I need to kill it and send mail.
I can send mail and killing a process should be easy (never done it in
windows), but how do you start and monitor in jscript/vbscript?
I would like just an outline of how to do this please (an example
would be great). I'm sure there are many examples out there, but I'm
not asking the right questions.
In perl I'd fork, but I have NO clue how to do this in windows.
Thank you.
|
8/6/2010 4:15:08 PM
|
7
|
cate <catebekens...@yahoo.com>
|
Can a Component written in VBScript return an array of Objects?
Can a Component written in VBScript return an array of different Object
types? In other words the elements of the array are not the same type.
--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com
|
8/6/2010 3:37:19 PM
|
14
|
Peter Olcott <NoS...@OCR4Screen.com>
|
Hinding hta source
Hi again,
I'm looking for a way to hide the HTA / vbscript code I've written from
users. I basically want to compile my HTA to an exectable, pulling in all
the resouces (vbs files, graphics etc.) and distribute the .exe file.
The best thing I found was ExeScript - but it would still create and leave a
plain text file with my script code in the users temp folder. Is there any
on-the-fly compiler that doesn't leave any source code behind?
Tom
|
8/4/2010 9:16:52 PM
|
14
|
"Tom Tyson" <...@spam.org>
|
wmi monitoring files that are being modified
Hi
it seem there are only two events responding to wmi
InstanceOperationEvent.
namely creation and deletion
nevertheless I see there are a modified also
What am I missing?
I tried this...
strComputer = "."
Set objWMIService = GetObject("winmgmts:" _
& "{impersonationLevel=impersonate}!\\" & _
strComputer & "\root\cimv2")
Set colMonitoredEvents = objWMIService.ExecNotificationQuery _
("SELECT * FROM __InstanceOperationEvent WITHIN 0.1 WHERE " _
& "Targetinstance ISA 'CIM_DirectoryContainsFile' and " _
& "TargetInstance.GroupCompone
|
8/4/2010 2:00:02 PM
|
38
|
Leon <kim.zeth...@gmail.com>
|
Desktop Labeling....
I'm looking to (re)create a label for our company computers that will
display the system sensitivity. Sensitivity for our purposes is a
category/classification of information similar to Government
classifications. The values are string values that are stored in the
registry.
The label should take up no more than one text line, and will span
edge-to-edge, color coded based on the sensitivity level. (i.e. Bright
Red for Company Secret/Trade Secret, Orange for PII, Yellow for
Business Sensitive, etc.).
I know how to extract the label text from the registry. I know how to
set col
|
8/4/2010 2:25:18 AM
|
1
|
BNSGuy <daniel.a.mur...@gmail.com>
|
Registry search and replace
Need some help creating a vbs file that will replace a server name with
another server name and traverse the entire registry, all KEYS and VALUES.
Needs to be non-prompting, silent and easily set with the variables. I found
the following but it will take a bunch of modification to make it work and
it only changes values, not keys. Can anyone help?
If LCase(Right(Wscript.FullName, 11)) = "wscript.exe" Then
strPath = Wscript.ScriptFullName
strCommand = "%comspec% /k cscript """ & strPath & """"
Set objShell = CreateObject("Wscript.Shell")
objShell.Run(strCommand),
|
8/3/2010 3:18:47 PM
|
7
|
"David" <Da...@nospam.goodwinpictures.com>
|
VBScript on Windows 64 Bit?
Will VBScript run on 64 bit Windows?
Is there a 64 bit version of VBScript?
--
100% Accurate Display Screen OCR
http://www.OCR4Screen.com
|
8/2/2010 4:04:06 PM
|
1
|
Peter Olcott <NoS...@OCR4Screen.com>
|
Please Microsoft block him
Larsen the pest I mean
Pete (Northolt UK)
|
8/2/2010 5:00:29 AM
|
19
|
p byers <...@sst-ltd.co.uk>
|
Re: VBScript and Script Host
From: "Kenneth A. Larsen" <kuhlpc#2@optimum.net>
Date: Friday, July 30, 2010 7:24 PM
From: "Kenneth A. Larsen" <kuhlpc#2@optimum.net>
Date: Thursday, July 29, 2010 7:51 PM
"Kenneth A. Larsen" <kuhlpc#2@optimum.net> wrote in message
news:O%23FvBeyLLHA.3732@TK2MSFTNGP02.phx.gbl...
>
> "Ram" <ram.newsgroups@unitedprotech.com> wrote in message
> news:%23jTqcMuLLHA.2100@TK2MSFTNGP06.phx.gbl...
>> Many thanks to both Al and Mayayana.
>>
>> As Al has stated " I would be distributing an application that, when
>> used as directed, the user would develop his own VBScripts that wo
|
7/31/2010 11:04:23 PM
|
0
|
"Kenneth A. Larsen" <kuhlpc#...@optimum.net>
|