0
votes
5answers
23 views
Problem casting field when querying spreadsheet
I am trying to query an .xls spreadsheet with VBScript, but I have run into an issue when trying to cast a field. I connect to the spreadsheet like this.
Set objConnection = Crea …
0
votes
1answer
24 views
Run a vbscript from another vbscript
How do I get a vbscript to run another vbscript?
Id imagine its only a few lines of code but not tried doing this before, nothing is passed between the 2, one just needs to call/r …
0
votes
2answers
51 views
Rename PC To Serial Number
I'm trying to make a script to rename PC's to their serial number. I'm not great with VB, but I've been able to put together enough code to READ the serial number, but I'm not sure …
-5
votes
2answers
50 views
Convert C# code into VBscript [closed]
using System;
using System.Collections.Generic;
using System.Data.SqlClient;
using System.Data.Linq;
using System.Linq;
using System.Xml;
using System.Text;
namespace ConsoleAppli …
0
votes
2answers
33 views
VBSCript, Batch or PowerShell Script..
I'm trying to run various commands using psexec.exe from sysinternals, what I need is a simple script to read the output of those commands.
For example if everything went Ok, then …
0
votes
1answer
26 views
Outlook 2007 never seems to shut down when instructed to
Currently working on a VBScript to automate some of the dirty PST ingestion work I do, and I've found something problematic after upgrading from Outlook 2003 to 2007.
(Had to upgr …
1
vote
3answers
27 views
Get SYSTEM temp folder?
I'm looking for something similar to this question. However, I am looking specifically to dynamically find the location of the system's temp folder (i.e. the temp folder used by s …
0
votes
4answers
48 views
MD5 on ASP Classic and .NET
I have a working .NET web application that perform hashing and encryption using MD5 on a certain string. This string will be stored in a cookie.
The problem is, I will need to val …
1
vote
3answers
40 views
How do I determine whether a file is in use?
How can I determine whether a file is in use via VBScript or a batch file? It can be a separate utility.
I've had a look at Handle but sometimes the handles don't line up with fi …
0
votes
1answer
14 views
Generating complete SKUs in Classic ASP
Hi I have products that are made up of a couple of options. Each Option has a SKU Code. You can only select one option from each SKU Group and the options have to be concatenated i …
0
votes
2answers
24 views
deleting rows containing listed numbers in excel
i have a list of numbers in a excel sheet . i.e . one collumn about 20 rows of numbers. lets say its called list A
then i have some multi row multi collumn excel sheet2 in which c …
1
vote
3answers
55 views
Multiple Uploads
hey I need the help with the following.
I have a website,
altough I was not a 100% programmer, I am trying to navigate within the programming of the site. It work in asp.net 2.0.
…
0
votes
1answer
22 views
removing some rows based on criteria - solving this by pivot tables
i have an excel data . the 3rd collumn contains phone numbers . i have to delete rows whose phone numbers have less than 10 digits . as the data is very large and not even one mist …
1
vote
1answer
21 views
Can I initialize objects written in JScript from VBScript?
I am trying to write a WSH logon script. Administrators throughout the company need to be able to customize the execution of the script, and execute additional scripts, for specifi …
0
votes
1answer
30 views
Windows 7 Action Center messages
I would like to know how to read, via vbscript, WMI, Powershell etc -the new Windows 7 Action center messages that the user normally gets informed of.
I want to read all those mes …
