Description:
Microsoft scripting newsgroup.
|
|
|
help with for next loop
|
| |
hello guys I have a script that enumerate users that are members of a given group. what I need to do is to log this information in a single line. of course with this for next loop I'm going to get as many lines as users. Is there a way I can get this data into a single line (or variable ?) ? The point is, this information must be written in the event log of a... more »
|
|
Need to write the VBScript to move the log files
|
| |
Hi, Our application creates a log files on daily basis and these old log files will get saved with date/sequance number. So the drive(c:/) will get filled with these files. Due to this, the application is hanging because of the low disk space. So i want to write a vbscript to move these old files. So that i can map this with one task and can run... more »
|
|
Navigate to Page - Fill in Input Text Box
|
| |
I have a legitimate need to automate the testing of a web page (I believe it doesn't really matter that I make that statement - but it is true). I can script the navigation to the page - however I am not certain how to automagically fill in a text box on the page. May I have a pointer to a "How To" resource please? I am attempting to find... more »
|
|
SQL Query help
|
| |
I was given the following SQL statement to use in a VBscript: SELECT "item"."usr_n", "item"."expiry_date", "item"."item_sc", "prod_cls"."prod_cls_sc", "usr"."email_add", "product"."product_sc" FROM (("assyst"."dbo"."product" "product" INNER JOIN "assyst"."dbo"."item" "item" ON "product"."product_id"="item". "product_id") INNER JOIN... more »
|
|
snmp script to change settings on 150 servers
|
| |
I need a script that will change the snmp Comunity name on 150 servers. The SNMP name resides in services-snmp service- i the tabs traps and security. I don't want to have to visit each server individually. can anyone point me in the right direction.
|
|
Why is my sessions suddently lost? Its happening in CreateTextFile
|
| |
Hi Suddently for a website I have been using for several years it started to show me login screens all the time. It happened because the sessions was lost. I have now been tracing a lot and can reproduce the problem allmost 99% of the times with a little testprogram. Both the built in sessionID and my own session variable is lost in the way... more »
|
|
Run this batch command from vbs
|
| |
Hi, How can I run the batch (.bat) file command from vbscript? wuauclt /resetauthorization /detectnow Thanks for help on this rgds jake
|
|
Need to transfer files from one drive(c:/) to another drive(d:/) Options
|
| |
Hi, Our application creates a log files on daily basis and these old log files will get saved with date/sequance number. So the drive(c:/) will get filled with these files. Due to this, the application is hanging because of the low disk space. So i want to write a vbscript to move these old files. So that i can map this with one task and can run... more »
|
|
Populating ComboBox
|
| |
Hi I am using the "Browser.vbs" file in the "WindowSystemObject (WSO)" from Mr Veretennikov - I have seen his name metioned with great respect in here before, indeed it was a posting in here that caused me to download and try WSO !! (How I wish I spoke Russian, I would then be able to create a copy of... more »
|
|
common dialog on vista
|
| |
Hi, Sorry if this has been asked a million times before, but is it at all possible to have a vbscript open a Common Dialog in Vista, in the same way that you could do it using CreateObject("UserAccounts.Com monDialog") in XP? *WITHOUT* resorting to some hideous IE or Office workaround? I read that in Vista it has been replaced with the Common Item Dialog,... more »
|
|
|