﻿<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>VBScript Forum</title><link>http://www.visualbasicscript.com/</link><description /><copyright>(c) VBScript Forum</copyright><ttl>30</ttl><item><title>Read speciffic line in text file (simonc1970)</title><description> 
    Hello, I am searching a text file for a string, when I find it I want to throw a message box with the entire line.  I can do this but the problem is the script finds the search text and displays the next line down.  I know whi</description><link>http://www.visualbasicscript.com/fb.ashx?m=84587</link><pubDate>Wed, 28 Jul 2010 11:29:00 GMT</pubDate></item><item><title>script doesn't see system folder (^Ii^)</title><description>hi
it uses system account, there are all permissions for this acc. If user without permissions logined, script doesn't see folder "_restore"
If any user didn't login, all ok
what's wrong?
 On error resume next

const strComputer = "."
s</description><link>http://www.visualbasicscript.com/fb.ashx?m=84968</link><pubDate>Thu, 12 Aug 2010 23:19:19 GMT</pubDate></item><item><title>Replacing lines in a .xml file (nuckinfutz)</title><description>All
This is my first post, and I am in the infantile stages of learning VBS. I need some help. Please excuse me if the question I am asking is a bit convoluted or incorrectly worded, as I said I am new to all this.
Background;
I have 1000 or so .xm</description><link>http://www.visualbasicscript.com/fb.ashx?m=84920</link><pubDate>Wed, 11 Aug 2010 09:24:28 GMT</pubDate></item><item><title>Current Directory Wrong? (Jimboo)</title><description>I have a html file located in: C:\WINNT\Desktop\FOLDER.
     
    In this html, I have the following part of vbscript:
     
    Set objWSH = CreateObject("WScript.Shell")
         strCMD = "cscript.exe ""..\script</description><link>http://www.visualbasicscript.com/fb.ashx?m=85412</link><pubDate>Wed, 01 Sep 2010 08:47:10 GMT</pubDate></item><item><title>Need help with script to export members of a security group to Excel (robvip2442)</title><description>I am a novice scripter at best. I am working with a client who needs to be able to extract all the members of a particular AD Global Security group into an Excel spreadsheet. In the spreadsheet, need the following user info: samaccountName, GivenName/Fir</description><link>http://www.visualbasicscript.com/fb.ashx?m=81673</link><pubDate>Wed, 17 Mar 2010 06:09:17 GMT</pubDate></item><item><title>Variable Scope and How To Pass Data (ebgreen)</title><description>Scope
  In programming Scope essentially means where a variable exists. In VBScript, there are essentially two scopes. Global and Local. This can be complicated through the use of classes, but I'm not going to talk about that here. Global s</description><link>http://www.visualbasicscript.com/fb.ashx?m=81456</link><pubDate>Tue, 09 Mar 2010 11:53:19 GMT</pubDate></item><item><title> [Complete] TNO's Consolidated Scripting Framework (TNO)</title><description>Alot has happened since the original VBS Array expansion library was created and I've been working on a total rewrite from scratch. (Some might have noticed by trying to download the old component and finding that its no longer available). I apologize fo</description><link>http://www.visualbasicscript.com/fb.ashx?m=59109</link><pubDate>Mon, 14 Apr 2008 13:58:19 GMT</pubDate></item><item><title>Can't post a new forum thread for ASP (spacedeveloper)</title><description>I've tried submitting a new post, but when clicking on the "Post Message" button, the pop-up does not post, nor does the pop-up box go away. I'm not sure how I should post something on the site.
     
    Can you help? Thanks.</description><link>http://www.visualbasicscript.com/fb.ashx?m=84682</link><pubDate>Tue, 03 Aug 2010 06:30:46 GMT</pubDate></item><item><title>Help with Copying Code! (mpearon)</title><description>How do I copy code from this website, and paste it into Notepad with proper formatting?  Is there a simple trick!?</description><link>http://www.visualbasicscript.com/fb.ashx?m=84539</link><pubDate>Mon, 26 Jul 2010 14:25:52 GMT</pubDate></item><item><title>New to VBscript and to these forums (trulofy)</title><description>Hello, 

Im new here (obiviousley) and somewhat new to VBscripting but not so new to programming I have a B.S. in software development. So that was about it so hi hope to see ya'll around!

P.S. ive tried posting a scripting question several time</description><link>http://www.visualbasicscript.com/fb.ashx?m=84784</link><pubDate>Thu, 05 Aug 2010 08:25:16 GMT</pubDate></item><item><title>Hi Guys  (hajime)</title><description>Hi guys im new here as well as scripting hope you guys can help me... sorry in advance coz i know i'll be asking to much questions.</description><link>http://www.visualbasicscript.com/fb.ashx?m=84564</link><pubDate>Wed, 28 Jul 2010 01:57:53 GMT</pubDate></item><item><title>vbscript - insert computer name into text file (Briandr73)</title><description>Hi All,

I need to change a specific line in a text file. The code needs to lookup the computer name and insert it. So the following line would change from

Computername=changeme

Computername=computer321


The code I pasted below is no</description><link>http://www.visualbasicscript.com/fb.ashx?m=85291</link><pubDate>Sun, 29 Aug 2010 06:28:36 GMT</pubDate></item><item><title>Extract Multiple SubStrings and Write To File (Culloden)</title><description>As I have been unable to come up with a script myself I would be grateful if anyone else could although I suspect it may be impossible with VBscript. 
     
    I have a number of text files in a directory and I require a scr</description><link>http://www.visualbasicscript.com/fb.ashx?m=84789</link><pubDate>Thu, 05 Aug 2010 10:13:44 GMT</pubDate></item><item><title>How to pause script execution to allow users to save data (robwm)</title><description>Hi,
     
    I need to deploy the latest version of Flash Player but it has been somewhat unsuccessful because it fails to install if Internet Explorer is open. I will need to kill the iexplore.exe process but before running the installation, I</description><link>http://www.visualbasicscript.com/fb.ashx?m=84848</link><pubDate>Fri, 06 Aug 2010 14:28:24 GMT</pubDate></item><item><title>getting a value from VBS to HTA (hajime)</title><description>guys question..... 
    how can i get a specific value assigned in a vbs variable into an hta? 
      
    sample: 
    if day = 1 then 
    worday = sunday 
    end if 
      
    i need to somehow get the value sunday and put</description><link>http://www.visualbasicscript.com/fb.ashx?m=85131</link><pubDate>Sun, 22 Aug 2010 23:33:49 GMT</pubDate></item><item><title>Querying members in a group (morpheus83uk)</title><description>Hello,
     
    I am trying to export out a list of users into a text file for lots of groups which are potentially in a number of OU's so I would want it to find the group to begin with and then export out the members of that group to a C</description><link>http://www.visualbasicscript.com/fb.ashx?m=85180</link><pubDate>Tue, 24 Aug 2010 03:22:31 GMT</pubDate></item><item><title>VB Script (Hello2018)</title><description>Hi All

I am very new to VB Script and wanted to learn it very soon. Can any one help me on this?

Thanks in advance </description><link>http://www.visualbasicscript.com/fb.ashx?m=83734</link><pubDate>Sun, 20 Jun 2010 09:58:23 GMT</pubDate></item><item><title>A simple calculator. (logan)</title><description>This is my first VBScript, so forgive me if it's badly coded. It's a simple to number calculator, with no error handling, as I don't know how to do that yet. :P      dim d 
    dim boo 
    dim a 
    dim b 
    boo=inputbox("A for add, S f</description><link>http://www.visualbasicscript.com/fb.ashx?m=85083</link><pubDate>Thu, 19 Aug 2010 11:37:41 GMT</pubDate></item><item><title>Need Help About Ptc Script (blueeyes0094)</title><description>Hello All Member 

I need Same Help About PTC Script 

How can i Add in my PTC SCRIPT any adsense Like Google Or adbrite  Banner SCRIPT  in Banner rotator in my PTC  Script  

Please Help Me</description><link>http://www.visualbasicscript.com/fb.ashx?m=83392</link><pubDate>Thu, 27 May 2010 09:45:56 GMT</pubDate></item><item><title>WMi script in VB (Vbnavigate)</title><description>I am using Visual Studio 2008. I want to put a wmi script inside a Vb code.

For example, following the example from link
http://msdn.microsoft.com/en-us/library/aa390387%28VS.8</description><link>http://www.visualbasicscript.com/fb.ashx?m=83964</link><pubDate>Sun, 27 Jun 2010 11:10:24 GMT</pubDate></item><item><title>Vb script (vishalvijayan)</title><description>Hello,  

I have a excel file (workflowtracker.xls) with 2 sheets. Sheet 1 - user input and sheet 2 (dashboard) using values from a excel file. I can do it in the same excel file on sheet 2. Sheet 1 has all the user input data and sheet 2(dashboard) h</description><link>http://www.visualbasicscript.com/fb.ashx?m=84232</link><pubDate>Wed, 07 Jul 2010 04:14:09 GMT</pubDate></item><item><title>Lookup a column of values in another worksheet and copy values (mvdberg112)</title><description>Please, does somebody how to do this:

I have two worksheets: 1 with mail adresses, and a second one with (some of these) mailaddresses.
The script should start at top of the list, see if the mail address exists at in worksheet 2, column 5. If it d</description><link>http://www.visualbasicscript.com/fb.ashx?m=84190</link><pubDate>Mon, 05 Jul 2010 08:56:13 GMT</pubDate></item><item><title>need a vbscript for multiple excel files (vishalvijayan)</title><description>Hello,  

I have a excel file with two sheets. 
Sheet1 (Workflow tracker) is used by operators to enter values, delivery periods, dates ect.
Sheet2 (Dashboard) is used to display a summary of the data in Sheet 1 for the Management guys.</description><link>http://www.visualbasicscript.com/fb.ashx?m=84250</link><pubDate>Wed, 07 Jul 2010 22:31:56 GMT</pubDate></item><item><title>Display results of a command in a text box  (cdiaz1116)</title><description>I am writing a set of tools and have the need to generate results and show them in the same form. For example. I have a Text box where I would type a host name. When I click ok the script will ping the host name. I want the results of the ping to display</description><link>http://www.visualbasicscript.com/fb.ashx?m=83236</link><pubDate>Fri, 21 May 2010 07:45:21 GMT</pubDate></item><item><title>Batching (gabzas331)</title><description>hi all, i'm new :)
    i enjoy using batch files. just wondering, any of you guys no batch tricks i could use? also right now i'm programming a batch-game. :)
    and C++, i like that too. anyways back to the point of batch tricks :D</description><link>http://www.visualbasicscript.com/fb.ashx?m=84417</link><pubDate>Sat, 17 Jul 2010 03:52:19 GMT</pubDate></item></channel></rss>