5
votes
2answers
3k views

Loading the TypeScript compiler into ClearScript, “WScript is undefined”, impossible task?

I tried using ClearScript to load the TypeScript compiler in order to compile some basic TypeScript code. Unfortunately, when executing the TypeScript compiler source I get this error: 'WScript' ...
0
votes
2answers
650 views

Writing a Windows Command Script to automate a C# code

I am writing my very first command script as part of a work project. I have written a Visual Studio 2008 C# code that will grab data from a MS Access table then imputs the data into an Oracle table. ...
4
votes
4answers
6k views

Windows shell scripts in C#

I was pretty sure that some months ago I read about the possibility to launch Windows scripts not only the usual .bat, but also .js, .vbs and .cs ! I was willing to try windows scripts in C# .cs ...
0
votes
2answers
125 views

Implementing a Windows script

Hi I would like to create a script which loads a program on my windows based computer, clicks on one of its buttons, and checks the data inside it (it gets its data from the web). Should I do that in ...
1
vote
2answers
147 views

Need information on windows scripting and supporting scripting in my C# application

I'm trying wrap my head around all of the different scripting technologies for Windows (what are they, and which are the most common) and ultimately to figure out what type of scripting to add to my ...
4
votes
2answers
3k views

Getting USB Storage Device Instance ID (unique ID) programmatically

Whenever user plug a USB mass storage device, how to get the Device Instance ID (unique ID) of that particular device programmatically?
6
votes
1answer
8k views

using Windows Script Host

I am using windows script host for some kind of installer application and I'm creating shortcuts in start menu with it. This problem came up when I switched to x64 environment (win7 ultimate x64+...