Does anyone know of an IDE for writing Windows Scripting Host scripts?
Printable View
Does anyone know of an IDE for writing Windows Scripting Host scripts?
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
you can use Visual Studio (6) and create a "makro file".
This will give you syntax highlighting for VB script.
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.