Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > VB Script

Vista - Editor

Reply
 
Old 04-29-2009   #1 (permalink)
Mario - Roma


 
 

Editor

Where can I find an editor to create/debug VBscript files?
Can I use Visual Studio Express edition, available for free? Does it support
VBscript?
Regards
Marius



My System SpecsSystem Spec
Old 04-29-2009   #2 (permalink)
Pegasus [MVP]


 
 

Re: Editor


"Mario - Roma" <mario@xxxxxx> wrote in message
news:edqmkoLyJHA.3404@xxxxxx
Quote:

> Where can I find an editor to create/debug VBscript files?
> Can I use Visual Studio Express edition, available for free? Does it
> support VBscript?
> Regards
> Marius
The same question was raised last week in the newsgroup
microsoft.public.de.german.scripting.wsh under the topic "IDE und Debugger".
Don't worry about the language - the replies are perfectly clear.


My System SpecsSystem Spec
Old 04-30-2009   #3 (permalink)
Todd Walton


 
 

Re: Editor

On Apr 29, 6:03*am, "Mario - Roma" <ma...@xxxxxx> wrote:
Quote:

> Where can I find an editor to create/debug VBscript files?
> Can I use Visual Studio Express edition, available for free? Does it support
> VBscript?
I don't know, but I doubt that Visual Studio would handle VBScripts
well. I use PrimalScript, it kicks butt.

Microsoft has a debugging recommendation:
http://support.microsoft.com/kb/308364

Notepad is a free editor from Microsoft, probably already installed on
your computer. Notepad++ is better:
http://notepad-plus.sourceforge.net/

--
Todd
My System SpecsSystem Spec
Old 04-30-2009   #4 (permalink)
mayayana


 
 

Re: Editor

First, you probably want "auto-completion",
also sometimes known as "intellisense". That
means you can have popup menus for the methods
and properties of objects.

For debugging, if you need more than the basic error
info. there's the MS script debugger. That functionality
is also somehow linked into most script editors (if you
have the MS debugger installed).

Specialized for VBS, with at least auto-completion:

-------------------------------------------------

* VBSEdit - Good design and can apparently be used
for free if you don't mind nags.
www.vbsedit.com

---------------------------------------------

* PrimalScript www.sapien.com
* Admin Script Editor - http://www.adminscripteditor.com/
These two are in the category of "astonishingly overpriced".
But they both seem to get good reviews. If your boss is
paying then they're probably worth looking at.

I once came across an online course at dowjones.com,
officially linked to Microsoft, where PrimalScript was
required for a 3-day course in VBScript! So it's not hard
to see how these inflated prices are feasible, given the
right marketing. As with MS Office, the price is absurd,
but most people are not paying for it themselves.

----------------------------------------

* WEB-ED Editor (Disclaimer: This is my own product) -
The only editor with color-coding for variables.
www.jsware.net/jsware/webed.php5

---------------------------------------------

Aside from that, there are lots of free editors
that provide rudimentary color syntax highlighting
for keywords. Most of those can be adapted for
VBScript. And for many people that's good enough.
If you search for free editors you'll easily find a
list of the most popular ones.

There are also a number of not-free general
editors that have a good following. For instance,
UltraEdit seems to have been well regarded for
many years:
http://www.ultraedit.com/

If you're going to pay for a general editor over
a free version, though, you'd obviously want to
make sure it's got plenty of usefulness that's worth
the cost.
Quote:

> Where can I find an editor to create/debug VBscript files?
> Can I use Visual Studio Express edition, available for free? Does it
support
Quote:

> VBscript?
> Regards
> Marius
>
>

My System SpecsSystem Spec
Old 05-06-2009   #5 (permalink)
Reventlov


 
 

Re: Editor

Il giorno Wed, 29 Apr 2009 13:03:33 +0200, "Mario - Roma" <mario@xxxxxx> ha scritto:
Quote:

>Where can I find an editor to create/debug VBscript files?
>Can I use Visual Studio Express edition, available for free? Does it support
>VBscript?

I used MSE (mse7 in earlier versions of MS Office), shipped with Office (I have 2000 sbe).
It has object browser and intelli sense like vb (it is the same environment).
Now I use VbsEdit33 and I find it very good and complete.
Others are:
ftp://ftp.koansoftware.com/public/fr...\VBSeditor.zip
PrimalScript (30 $) http://www.sapien.com.
Adersoft VbsEdit - JsEdit (US$ 30) http://www.adersoft.com/
ConText (www.fixedsys.com/context) It is a text editor
EditPad www.jgsoft.com Text editor
EditPlus www.editplus.com shareware 30 days
NoteTab light (free) www.notetab.com
SciTE Scintilla Text Editor
TextPad www.textpad.com
UltraEdit-32 www.ultraedit.com
WEB-ED Webpage and Scripting Editor (US$ 30) http://www.jsware.net/
Zeus for Windows 35$ http://www.zeusedit.com

Some are only advanced text editors.

--
Giovanni Cenati (Bergamo, Italy)
Write to "Reventlov" at katamail com
http://digilander.libero.it/Cenati (Esempi e programmi in VbScript)
--
My System SpecsSystem Spec
Old 05-06-2009   #6 (permalink)
mayayana


 
 

Re: Editor

> PrimalScript (30 $) http://www.sapien.com.


?? PrimalScript is $299. You missed a zero!
http://www.scriptingoutpost.com/p-88...ript-2009.aspx




My System SpecsSystem Spec
Old 05-07-2009   #7 (permalink)
Reventlov


 
 

Re: Editor

Il giorno Wed, 6 May 2009 18:55:10 -0400, "mayayana" <mayaXXyana@xxxxxx> ha scritto:
Quote:
Quote:

>> PrimalScript (30 $) http://www.sapien.com.
Quote:

>?? PrimalScript is $299. You missed a zero!
>http://www.scriptingoutpost.com/p-88...ript-2009.aspx
$299? I could not believe it. But it's true.
PrimalScript 2009 supports over 50 languages and file types ranging from PowerShell,
VBScript, and JScript to ASP and ASP.NET. Additionally, dedicated tools for XML and SQL
make complicated data processing a snap.
--
Giovanni Cenati (Bergamo, Italy)
Write to "Reventlov" at katamail com
http://digilander.libero.it/Cenati (Esempi e programmi in VbScript)
--
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
WLM editor Live Mail
How do I change to Outlook editor, and not the Winword editor in Vista Vista mail
Vista 64-"Sandbox 2 editor has Stopped working"- when importing files to editor. Gaming
DVD editor Vista music pictures video
clr the editor? PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46