Tagged Questions

0
votes
0answers
4 views

Writing to the history of a SQL Agent Job

Having just created a SQL Agent Job I thought it would be handy to be able to write a little bit of information into the job's history, in case I wanted to check it later. I was using VBScript in …
1
vote
2answers
56 views

Can I use the .NET Framework from JavaScript (JScript) or VBScript?

I want to write a script that can run on a vanilla Windows (XP or later) system and call methods in an installed (GAC'd) .NET assembly. (I need to deliver the script to other people and I don't want …
0
votes
2answers
40 views

How do I turn a .NET System.String into a string usable by VBScript?

I'm trying to call a .NET component using interop from a classic ASP page (VBScript). If a .NET function returns a "System.String", is there a way for me to use that as a VBScript string? Is there …
1
vote
2answers
42 views

What’s the difference between “<%” and “<%=” in embedded VBScript?

I am working on a code base which as VBScript code embedded in HTML. I've noticed the following two different tags around said lines of code <%= MyFunc(val1) %> and <% MyFunc(val1) …
1
vote
1answer
35 views

WinPE 2.0 (Vista) - Looking for a solution for BrowseForFolder using VBSCRIPT & HTA application

Hi, I am creating an HTA application to be run inside of a WinPE 2.0 environment. The purpose of this HTA app is to prompt the user to select a back-up location. I am currently using …
0
votes
1answer
19 views

Traversing all nodes in an XML file with VBScript

I have written a VBScript which is supposed to tranverse all nodes in an XML file, irrespective of the depth of the tree. This it does well except that the node names for the those nodes which are 2 …
0
votes
0answers
13 views

VBSCipt LOGON Script - Evaluate two items and map shares accordingly

I have a logon script mapping user drives Windows Network. Some users are now logging into a terminal server these days and I'd like to map a different drive, based on computer name they are logging …
0
votes
1answer
50 views

Classic ASP checkbox question

I understand that if the all the inputs being entered as a, b, and c and all the checkbox are checked then the output would look like this. response.write( request.form("a1") ) = a, b, c …
0
votes
1answer
16 views

latest image upload asp.net 2.0 applet

hey everyone, I use the following coding to show six images from the latest photo album i uploaded picture to. However the images being shown are the 1st six images in the folder (which are the ones …
0
votes
1answer
35 views

How to get program files environment setting from VBScript

In a batch file you can use %PROGRAMFILES% to get the location of the program files directory, how do you do it in a VBScript?
1
vote
2answers
29 views

Is there ways to create optional arguments to functions in vb script?

Is there ways to create optional arguments to functions in vb script allowing you to write functions something like... myFunc("happy") myFunc("happy", 1, 2, 3) myFunc("happy", 1) etc.
0
votes
1answer
32 views

Get current Sub name for a VB-script

Hi I am developing VBscript for GUI testing. And I wonder if there is possibilites to get the current Sub name. I have divied the GUI testing into different Sub and want to log the Sub name to the …
1
vote
1answer
19 views

How does a total beginner use VB to write a macro that disables certain features in Word?

Hi There First of all I'm going to state right out that I've never worked with VB in the context of coding macros before - my skills lie in other areas (PHP, Javascript, getting there with C#, etc). …
1
vote
2answers
51 views

HTTP GET Request, ASP - I’m lost!

Hi, Using VBScript with ASP I am trying to set up an HTTP GET Request which will visit a page which in turn generates a line of ASCII (non-HTML). I then want to extrapolate that ASCII line which will …
0
votes
2answers
22 views

Make a directory and copy a file

In VBS how do you make a directory and then copy a file into it? Id like to make a folder in the root of C e.g. C:\folder and then copy a file from \server\folder\file.ext into that new folder

1 2 3 4 5 47 next
15 30 50 per page