Click to See Complete Forum and Search --> : WSH IDE


Kyle Burns
February 22nd, 2000, 09:55 AM
Does anyone know of an IDE for writing Windows Scripting Host scripts?

Chris Eastwood
February 22nd, 2000, 10:08 AM
I usually use Notepad :)

If you want some fancy color coding, then you can look on the MFC section of the CodeGuru site - there's a VBScript editing program (can't remember what it's called, but it's under the RichEdit control section). You can download the source or just the exe if I remember correctly.


Chris Eastwood

CodeGuru - the website for developers
http://codeguru.developer.com/vb

Lothar Haensler
February 22nd, 2000, 10:16 AM
you can use Visual Studio (6) and create a "makro file".
This will give you syntax highlighting for VB script.

Kyle Burns
February 22nd, 2000, 10:31 AM
Thanks. That gives me half of what I would like. I think I will still continue my search for a full featured script editor, but I'll use the VS Macro editor while I'm looking.