|
I have a text file that contains a list of filenames, minus the extension, that I need to create. I want to run a quick batch file command or VBS script that will iterate through the list and then create a file based on the name.
The text file looks something...
Started by Chris Thompson on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Are you just trying to create empty text files? If so, this .vbs script will do it
Set fso.
|
|
Hello,
i want to open a file with VisualBasicScript (.vbs)
How could i do this?
The file is 'file.bat' and it's located in the same dir as the .vbs.
It should RUN it!
Started by YourComputerHelpZ on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
OutMsg = outMsg & " File Attributes: " if fileObj.attributes and 1 then outMsg = outMsg & "Read.
|
|
I need to count the number of #define lines in C files (3 of them) using VBS. Please suggest the best way to accomplish this.
Started by Maddy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
How about something like this? just pass the files in as arguments
Const token = "#define" Set objArgs = WScript.Arguments tokenCount = 0 Set fso = CreateObject("Scripting.FileSystemObject") For i = 0 To objArgs.Count - 1 Set objFile = fso.OpenTextFile... .
|
Ask your Facebook Friends
|
You should all now have your VBS buddies address in your inbox. If you did not recieve it please let me know ASAP Thanks ladies have fun!
UPDATE All emails show that they've been sent in my inbox so I'm changing this to a regular post
Me~29 DH~34 DS~4...
Answer Snippets (Read the full thread at twoweekwait):
Did they let you know or maybe they could post here??
(EDIT - April has a VBS questionaire...maybe, it would be nice to have a thread where everyone participating in the VBS can post what they want.
|
|
Hi all, I need some mind reading here, since I am trying to do what I do not completely understand.
There is a 32-bit application (electronic trading app called CQG) which provides COM API for external access. I have sample programs and scripts which ...
Started by alexandroid on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Similarly, try running under an unmanaged debugger and seeing if any other first chance exceptions are thrown... .
See if any odd errors are reported.
A couple of useful things you could try:
Run process monitor with the output filtered to the failing process .
|
|
Maybe I'm just a tin-foil-hat type.
The Agreement
https://personal.vanguard.com/us/litera ... countforms
Vanguard Brokerage Account Agreement
Counterparty risk
Under section 7. Security for Indebtedness:
VBS Brokerage Agreement Effective December 2, Quote...
Started by zotty on
, 11 posts
by 7 people.
Answer Snippets (Read the full thread at bogleheads):
But....
But then, VBS and VG in my non-retirement VBS account.
If a cash trade has settled, my understanding is that VBS for sure but it would seem that Vanguard's structure suggests it does not.
Of loan event, e.g., buying on margin.
|
|
I am trying to pass a variable from a simple WPF form, to a .VBS file.
I can call the VBS file from within WPF/C# with no isses, just can't get the variable to display in my .VBS script when it displays.
Below is a simplified sample of my code:
WPF Contents...
Started by qman on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at codeguru):
I am able to call the .VBS file from the WPF project....
Here something GetLangID = GetUILanguage() End If I have a simple WPF form that calls an external .VBS file.
WScript.Arguments
I am not able to understand where you read the parms.
|
|
I received this adorable dress from Amber (Lyks2scrap) today! Sorry the pic is not top quality, I used my phone. We can't find our camera's charger atm.
Uploaded with ImageShack.us
I'l add another picture with Maria in it after a few months too!
Thanks...
Answer Snippets (Read the full thread at twoweekwait):
Yay!
Thanks for the thoughtful gifts! Glad you like - and early VBS! I still need....
Am Very cute!! It's so exciting that the vbs-gifts are starting!! I am just in the finally-figured in English! We have lots in Finnish for DH to read.
|
|
On Sun, 7 Jun 2009 06:48:44 -0400, "Larry" <larry328NOSPAM@att.net
First, I've created a string using a .vbs file, like this:
'make string out of clipboard contents
sText = oHtml.parentwindow.clipboardData.getData("text")
Then I've done stuff...
Started by Larry on
, 20 posts
by 6 people.
Answer Snippets (Read the full thread at omgili):
I already know how to put a string in the
Clipboard, and in fact, my first .vbs file begins with the desired is that by the time I get to that last....
A string from one script available to another script: Write it to
a temp file, then read.
|
|
On Mon, 2 Mar 2009 21:43:01 -0800, Store a reference of a excel workbook <Storeareferenceofaexcelworkbook@discussions.microsoft.com
I have created a library of common functions and named it "functions.vbs".
Now i wanted to include it in other vbs...
Started by Store a reference of a excel workbook on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at omgili):
Now i wanted to
know the way to call those excel functions from ... .
To post a question about .vbs files in a forum dedicated to excel?
--
Dave Peterson On Tue, 3 Mar be used
later and stored them in a vbs file (just for modularity).
|