Tagged Questions

0
votes
1answer
4 views

Is there a way to get access to a window handle in windows using WSH, or WMI or similar?

Is there a way to get access to a window handle in windows using WSH, or WMI or similar? I just want to flag a window as always-on-top. Ideally I'd use windows script host for this …
2
votes
2answers
53 views

In JScript, is it possible to implement getters and setters that look like object properties from the outside?

While trying to port and generally playing around with some non-browser code, I came across getters and setters that looked like normal object properties. Something like this: js& …
0
votes
1answer
78 views

VBScript automate right click-[closed]

I want to automate simulation of a right click to open the context menu. Once the menu is open, select the selected action/shortcut available. I know how to open: WshShell.SendKe …
0
votes
0answers
6 views

Running multiple JScript files in a separate process

I am looking for a way to launch multiple scripts in a separate process from my main script, but in such a way that they can access copies of variables I've declared. Consider the …
1
vote
1answer
28 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
2answers
400 views

Send To/Mail Recipient from WSH

I am trying to implement in windows scripting host the same function as windows Send To/Mail Recipient does. Did not find anything usefull on google except steps to instantiate Out …
1
vote
2answers
103 views

Microsoft.Windows.ActCtx on Windows Xp

These days I'm very much busy on developing an activex/com application. Some of our customers are working under heavily restricted windows environments. So i decided to make my app …
0
votes
4answers
57 views

Testing COM calls in WSH windows script

I have a working C# COM component dll, with a class called MyComponent in the ap namespace, which is added to the GAC and registered successfully. I added a Add() call to it, teste …
0
votes
3answers
120 views

Is there a way to run a command line command from JScript (not javascript) in Windows Scripting Host (WSH) cscript.exe ?

I'm writing a JScript program which is run in cscript.exe. Is it possible to run a commnad line command from within the script. It would really make the job easy, as I can run cert …
0
votes
2answers
55 views

How can I run a WSH script without seeing the Microsoft header?

When a .vbs script is run from the command line, it will by default show a Microsoft header: Microsoft (R) Windows Script Host Version 5.7 Copyright (C) Microsoft Corporation. All …
0
votes
2answers
1k views

RegDelete cannot delete Registry key in WSH 5.7

Based on the advice provided at http://www.tweakguides.com/VA_4.html to prevent Windows Vista from "intelligently" rearranging column formats in Windows Explorer, I have written a …
1
vote
3answers
151 views

Set working directory in javascript

Does anyone know how to set the working directory in JavaScript before? Code I use for launching an application is this: // Create an object script oL = new ActiveXObject("WScrip …
0
votes
4answers
729 views

vbscript how to set the connection string

Hallo all Not sure wthr it had been disscussed ot not but I have this codes( i changed from example for access database)... i dont know what to put inside the 'Provider' and the ' …
2
votes
1answer
186 views

How can I send an email using a SMTP server using Windows Script?

I am new to Windows scripting. I saw the post on sending email on an Exchange server from WScript here, but my scenario is a little different. We need to be able to send the mail …
2
votes
2answers
115 views

JScript Wait function

I have a function written in JScript (Not javascript) I need to suspend until a certain global variable becomes true. The global variable is changed to true when another function i …

1 2 3 4 next
15 30 50 per page