CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: WSH IDE

  1. #1
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    WSH IDE

    Does anyone know of an IDE for writing Windows Scripting Host scripts?


  2. #2
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: WSH IDE

    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

  3. #3
    Join Date
    May 1999
    Posts
    3,332

    Re: WSH IDE

    you can use Visual Studio (6) and create a "makro file".
    This will give you syntax highlighting for VB script.


  4. #4
    Join Date
    Feb 2000
    Location
    Indiana
    Posts
    308

    Re: WSH IDE

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured