Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBscript editor 1

Status
Not open for further replies.

Ben79

IS-IT--Management
Feb 13, 2006
77
SE
Hi I'm looking for a vbscript editor. Sure Notepad is great but it would be nice to see the code and arguments and such in more colors then black. Anyone got any good freeware editors to share?

Ben
 
If you have office, look for MSE. It may be called MSE7 or have some other strange number after MSE. It is basically the visual studio editor but it is a bit strange - it works quite well if you give your file a .htm extension but not if you give it a .vbs extension. Office XP and Office 2000 put it in different places so you'll have to search for it. You can put a shortcut on your desktop - the default installation doesn't put one for you be default.

Alternatively, try syn from It doesn't try to be clever by working out what object you've assigned something to and then working out the intellisense bit but you get the syntax highlights. It has this annoying thing about creating projects so you end up with a whole bunch of projects with one file each.

Alternatively, if you are a Unix diehard, vim from will also do vbscript (and n other languages)
 
Thanks alot! Syn looks great...
 
I'll put in my vote for GVim.
[red]"... isn't sanity really just a one trick pony anyway?! I mean, all you get is one trick, rational thinking, but when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick[/red]
 
Like markdmac, I like PrimalScript and have been using it for years. However, I've been looking at AdminScriptEditor ( recently, using their 45-day free trial and I must admit that I'm considering changing.
 
The only problem I have with PrimalScript is endif. It is really annoying that it highlights it so you think it is a reserved word. It is acutally an error and cscript moans when it gets to the line which should have been "end if" instead of "endif". I haven't figured out how to add reserved words yet - things like "me
 
I ended up purchasing vbsEdit after the demo period. It includes lots of functionality and hundreds of sample scripts. Been quite pleased with it...

- Iris
 
PrimalScript does not color "endif" as a keyword in VBScript.

xwb, what version of PrimalScript do you have?

Alex
 
PrimalScript does not color "endif" as a keyword in VBScript
Perhaps just because the right syntax is:
End If
 
Yes, I am aware of that.
But xwb says it is colored as a keyword so I am trying to find out how that could happen.

Alexander Riedel
SAPIEN Technologies, Inc.
 
Quite ancient, the version that was around in 2003.
 
You should then upgrade to some freeware. Or you just win the prize of free upgrade to the what editor you say?
 
Can you please go into Help about and check at the lower left corner for the exact version and build?

Thanks,

Alex
 
Sorry - my mistake. It was Quick Test Professional that the testers for some odd reason called PrimalScript. Version 6.2 had the problem. It has been fixed on 8.2.

Sorry about the misunderstanding.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top