Hi,
I use the code below to convert CSV files into XLS files, I call this using a batch file.
I have two problems,
1) One of my columns contains 13 digit numbers and in Excel these di...
I am running Vista Home Premium. I created a VBScript to restart a particular service at startup. Problem is, it is not working. If I manually execute the script it works. Below is the VBS...
I have a VBScript that is doing various things at user logon. I'd like to be able to display a status dialog box that will be periodically updated to let the user know what is happening. The...
I am developing a site using ASP with VBScript.
I need to take a string and convert it to UTF-8 format. The reason is that this string is being used as part of an XML document that needs t...
I need to search for a file on a specific drive using VB script and return the full path to a variable. I only want to provide the filename and extension of the file I am looking for. When ...
I am a Citrix Engineer and want to use VBScript to execute Pinch.exe to check status of ports on my servers. I want to publish a VBscript in Citrix for the Firewall Team. Below is the vbscrip...
I'm writing a vbscript to run in the "user" side of a GPO that runs on login. The script runs to perform daily maintenance checks associated with the My Documents redirection.
The script c...
I created a vbs script to open a Excel file which runs a macro and updates the sheets. The vbs script runs fine if you just run it. The Excel file opens the macro runs and the file gets update...
I have the following code intended to create a pivot table. It keeps summing the first data field, APLNNO, when I would like it to count the field. I cannont find in my code where I have mad...
Hello all,
I need a help based on the logoff script we use in our company. I wish to integrate the command "gpupdate /force" during the logoff in order to update all the policies. If I insert...
How would I set my font size and window size in the VBscript below? I need it to be more noticeable to the users.
Set objShell = CreateObject("Wscript.Shell")
intMessage = Msgbox("Please...
I am trying to pull information from about 10 different excel worksheets and make one. I am searching for a specific value in one coloum. The problem is that these worksheets have about 10,0...
Hello,
We recently removed Novell from our environment. We had run a login script to automatically remove the Novell client upon login. Once we felt confident that all clients had been re...
I would like a VB script which will check if a folder called Scan is already located in a users shared folder located at \\Server\Users\%username%\ and if not create that folder. Then create ...
Hello,
I want to use standalone VBSCRIPT to open an outlook mailbox, but I want to specify the mail profile. Here's the code I'm using. I couldn't find where to specify the profile, or if i...
Hello everyone,
I have deployed bginfo on my network to display computer name and IP address using this script Set objShell = Wscript.CreateObject("Wscript.Shell")
objShell.Run("\\u...
The goal of the script is to read a text file with a list of pre windows 2000 user names and create another text file where the the pre windows 2000 user name and the display name are saved.
...
I have a web URL that I hit daily when I hit the URL I get prompted to download an excel file. I then download the .xls file to c:\yahoofiles.
Is there a way I can use VBScript or VB.net to...
I run a VB script from within a logonscript.
Is there a way to run the VBS silent? To day it look like this in the logonscript (logon.bat)
START \\server-666\Logon\PC-Database\PC-Info.vb...
Hi All - sorry, i know there are related articles in the forum, but i just don't know enough about VBA to interpret the code for my needs.
I have one workbook called "SalesReport".
In this...
Hello,
I want to deploy the HOSTS file using GPO by launching a VBSCRIPT at start logon. But I can't replace the existing file by the new because I must keep the existing Hosts file, then n...
Hello Experts,
I am using VNC (running as a Service) on a Server.
Sometimes it crashes.
I am looking for a way of ensuring the VNC Service (winvnc.exe) gets restarted if it crashes.
...
Hi Experts,
I am setting up an application hosting service and my client needs to be able to transfer data files which will be imported into the application. For security reasons the clien...
HI, I would just like to ask for a vbscript code to check if the directory is empty.. if it is not empty it will execute a specific program.
Hi Guys,
I never really scripted anything for AD of anything of the sort so this is kind of tripping me up.
So I understand what I need to put in this line and everything but for the or...