Tagged Questions

3
votes
5answers
7k views

Windows Xp or Vista: How can I run a batch file in the background (no windows displayed) ?

I know I have already answered a similar question (Running Batch File in background when windows boots up), but this time I need to launch a batch: from another batch without any DOS windows …
3
votes
2answers
1k views

WScript.Shell and blocking execution?

I'm using WScript to automate some tasks, by using WScript.Shell to call external programs. However, right now it does not wait for the external program to finish, and instead moves on. This causes …
1
vote
1answer
34 views

Unable to get WAF to run

I am trying to build the Monotooth library on Ubuntu and there is a native component which needs to be compiled. The distro from github has a wscript file and requires WAF to build. However, …
1
vote
3answers
1k views

How to create a file without a Command Prompt window

I'm using WinRAR SFX module to create an installation, and use its presetup option to run some preliminary tests. Since wscript can only accept vbs file, and not the script itself, I first run "cmd …
1
vote
6answers
711 views

CScript/WScript Prevent an error from being blocking

Currently, WScript pops up message box when there is a script error. These scripts are called by other processes, and are ran on a server, so there is nobody to dismiss the error box. What I'd like …
1
vote
3answers
1k views

What’s a good IDE to edit WScript (.vbs files) that provides intellisense?

I tried editing it in VB.net 2005 and it's giving me syntax highlighting, but not intellisense.
0
votes
2answers
64 views

How to get the target path of a shortcut in windows scripting?

From what I have read until now, you can get the TargetPath property of an objet of class Shortcut, which is the result of the method CreateShortcut of WScript.Shell. But I have not found any way to …
0
votes
1answer
100 views

Displaying text with VBScript when running from command prompt issue.

I have a script that pings a list of computers and tells me if I can be reached. For each computer I would like it to display whether or not it was reached on the command prompt, not as a pop-up …
0
votes
4answers
402 views

how to changing cscript.exe to wscript.exe execution for all vbs file?

Hi guys, after install the new server, I am facing an issue. I have lot of .vbs files, all need to run in wscript, reason, I use all those command like WScript.Echo "hello" I want to be able to see …
0
votes
1answer
64 views

Calendar UI widget for wscript/vbscript

I'm a newbie to windows scripting. Is there a Calendar UI widget which I can use from wsh to get user input? I basically need to get a Date from the user.
0
votes
4answers
4k views

VBScript: Using WScript.Shell to Execute a Command Line Program That Accesses Active Directory

I'm attempting to execute a .NET (3.5) command line program from within a VBScript file which does two main things: Connects to an Active Directory that is on the same domain as the server the …
0
votes
1answer
37 views

Where to find wscript hooks?

I need to automate an IM client to update a status every few hours, basically log in, update status, log out. I'm trying to do this with windows scripting, but cannot seem to find the proper hook …
0
votes
1answer
263 views

PHP : Creating a folder in the registry

How do I create a new registry value using PHP? The following code doesn't work: function registry_write($folder, $key, $value, $type="REG_SZ") { $WshShell = new COM("WScript.Shell"); …
0
votes
1answer
64 views

Why can’t I connect to my COM objects events after creation?

I have written a COM object using C++. Creating the object and connecting to its events works fine if I do them both at the same time (Javascript): var obj = …
0
votes
1answer
662 views

How do I check if wscript/cscript runs on x64 host os?

I'm running a VBScript that may run under x64 Windows. I need to read a registry key from the 32-bit part of the registry. For that I use path "HKLM\Software\Wow6432Node\xyz" instead of …

1 2 next
15 30 50 per page