VBScript (Visual Basic Scripting Edition) is an interpreted scripting language developed by Microsoft that is modeled on Visual Basic.

learn more… | top users | synonyms (1)

-1
votes
1answer
15 views

Display timer as well as “Pause / Resume / Stop” Button

I have a small scrip that basically presses "F2" for me every 4 minutes for the duration of 8hours for the active application. It works and is really basic as my skills in VB are extremely limited. ...
0
votes
0answers
8 views

VBScript to delete duplicate files with different names and extensions

I have searched extensively for a VBscript answer to this, but have given up and need help. What I'm trying to accomplish is to find obviously duplicate files (obvious to humans, anyway) with ...
0
votes
1answer
36 views

Execute VBS Script With Command Prompt Arguments in C#

I have a .vbs script file that needs to be executed from a C# application. We would normally execute the vbs file from right-clicking it and selecting "Open With Command Prompt" so the user can input ...
0
votes
2answers
30 views

Writing to windows log with VBScript for Windows Updates?

I am using this sample script from Microsoft to do Windows Updates. However, whenever an update is installed, I want to write it to a custom log. Right now, I've tweaked the last part of the code as ...
1
vote
1answer
22 views

VBScript saying “No Application is associated with the specified file for this operation”?

I'm writing a simple VBScript to write to a custom windows event log using eventcreate. FOR I = 0 to 5 Set WshShell = WScript.CreateObject("WScript.Shell") strCommand = "eventcreate /l ...
0
votes
3answers
50 views

Copy specific folders to new location

Firs of, i am new here and hope you can help. I am a systen engeneer and have to move (copy) 400 out of 500 folder's in a directory. The folder names are uniek GUID ...
0
votes
1answer
31 views

VBScript to Automate Outlook emails via Mail Merge

Im looking for a VBScript that will automatically send an email to each person on a list of contacts I have in an excel tabel using a mail merge. Any help would be much appreciated and if you need ...
-2
votes
2answers
38 views

vbs or bat to search file in a specified directory and open file based off of extension, then find and replace string

We have a program that installs a config document in %appdata%\Roaming\. I need a script that I can push out via GPO that will do the following: Search a specified directory by file extension Search ...
0
votes
0answers
15 views

Logoff and stop service in task scheduler with delay of 2 minutes

I am looking for a vbscript that will logout and delay Windows service (like PPTP) to shutdown in a delay of 2 minute after the logoff. I found a script that will do the reverse operation but freeze ...
0
votes
0answers
25 views

vb script Refreshall Error 424

I have a VB Script that opens a spreadsheet, executes RefreshAll to update the sheet from external data, then does SaveAs a .CSV I had the script working as it should, then moved job to run on ...
0
votes
2answers
50 views

Creating a contact form in Classic ASP

I am forced to use Classic ASP for this project and for the most part it hasn't really been a problem for me, until now. I am not familiar with ASP and all I'm trying to do is create a simple contact ...
0
votes
0answers
28 views

Connecting to mapped or virtual directories in classic ASP

I need to connect to another server on our network through a classic ASP page and write a text file to a directory there. Seemingly no matter how I code it, I always get a Path not found error. For ...
-2
votes
0answers
23 views

How do I run a batch file throughout a domain network as an admin in vbscript? [closed]

I am currently trying to run a batch file to distribute firewall rule changes on all of my machines (through cmd) when a user logs in. I have some machines running Windows XP and some running Windows ...
0
votes
0answers
15 views

Vbscript: How to change xml indent string

I have a script to modify my backup jobs. The job definitions are in XML format. I must change 3 Node text in xml and save. I use the following script. Everything is ok. But the new created xml is ...
0
votes
1answer
22 views

Get msi installer filename from custom action script

we have msi installer build with MSI Factory with a couple of custom action scripts (lua & vbs). one of the scripts try to get a custom property from package and write it to file after ...

1 2 3 4 5 385
15 30 50 per page