Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
looking for a decent IDE for VBScripting
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 28 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
acomputerwiz6  
View profile  
 More options Oct 21 2009, 2:18 am
Newsgroups: microsoft.public.scripting.vbscript
From: acomputerwiz6 <acomputer...@gmail.com>
Date: Tue, 20 Oct 2009 19:18:51 -0700 (PDT)
Local: Wed, Oct 21 2009 2:18 am
Subject: Re: looking for a decent IDE for VBScripting
On Oct 20, 8:15 pm, Special Access <nonyabidn...@hotmail.com> wrote:

> I am looking for an IDE for vbscript that I can debug, stop, run
> line-by-line etc.  Someone recommended Notepad++, but it appears to be
> only an editor.
> Free or at cost, all suggestions are welcome.

> Thanks!
> Mike

You may or may not like the answer, but at this point in time I think
you would be better off learning powershell than vbscript.  There are
some decent tools for that up and coming, that also probably work with
vbscript. However, vbscript by nature is not very debug capable due to
its rudimentary error catching.  I use Notepad2 for my vbscripting
now, but its not an IDE in the way you are looking for.  If you are
experienced in vbscript, then go for it, but if you are learning new,
then powershell is the future.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 21 2009, 2:28 am
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Tue, 20 Oct 2009 20:28:17 -0600
Local: Wed, Oct 21 2009 2:28 am
Subject: Re: looking for a decent IDE for VBScripting

"acomputerwiz6" <acomputer...@gmail.com> wrote in message

news:41fde610-8464-4b15-aeaa-6ca52a10447e@j9g2000vbp.googlegroups.com...

> On Oct 20, 8:15 pm, Special Access <nonyabidn...@hotmail.com> wrote:
>> I am looking for an IDE for vbscript that I can debug, stop, run
>> line-by-line etc.  Someone recommended Notepad++, but it appears to be
>> only an editor.
>> Free or at cost, all suggestions are welcome.

>> Thanks!
>> Mike

> You may or may not like the answer, but at this point in time I think
> you would be better off learning powershell than vbscript.

probably.

>    There are
> some decent tools for that up and coming, that also probably work with
> vbscript.

One of these it PrimalScript.

>    However, vbscript by nature is not very debug capable due to
> its rudimentary error catching.  I use Notepad2 for my vbscripting
> now, but its not an IDE in the way you are looking for.  If you are
> experienced in vbscript, then go for it, but if you are learning new,
> then powershell is the future.

Agreed.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mayayana  
View profile  
 More options Oct 21 2009, 3:43 am
Newsgroups: microsoft.public.scripting.vbscript
From: "mayayana" <mayaXXy...@rcXXn.com>
Date: Tue, 20 Oct 2009 23:43:15 -0400
Local: Wed, Oct 21 2009 3:43 am
Subject: Re: looking for a decent IDE for VBScripting

> >    However, vbscript by nature is not very debug capable due to
> > its rudimentary error catching.  I use Notepad2 for my vbscripting
> > now, but its not an IDE in the way you are looking for.  If you are
> > experienced in vbscript, then go for it, but if you are learning new,
> > then powershell is the future.

> Agreed.

  I find that an odd opinion. I've always found
VBS to be highly debuggable, even with very
complex scripts. It's not so complex that it
even needs the sort of debugging tools
the OP is asking for. Thefact that WSH and IE
can tell me the type of error and the line it's
on has always been plenty for me. If someone
can't work with that they're probably in over their
head with the script they're writing.

   I also don't understand the logic of comparing
Power Shell to VBS/WSH. The former is a command
line tool that's designed to mimic Unix/Linux
console shells. VBS is designed for use with COM
objects, as interpreted code, for use in automating
software programs, and for IE scripting. They're
completely different tools. Ironically, that was how
WSH got its start in the first place. People wanted
something more adapted for use with the "modern"
GUI than DOS command line and BAT files. Now
DOS is being updated, in a sense, to be a more
functional command-line tool. But that realy has
little to do with GUI scripting.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Corey Thomas  
View profile  
 More options Oct 21 2009, 11:46 am
Newsgroups: microsoft.public.scripting.vbscript
From: Corey Thomas <coreytho...@gmail.com>
Date: Wed, 21 Oct 2009 04:46:21 -0700 (PDT)
Local: Wed, Oct 21 2009 11:46 am
Subject: Re: looking for a decent IDE for VBScripting
Powershell is good for single tasks.  It has a lot of powerful info
gathering and can pipe the data to several formats automatically.
VBScript is good at automating several tasks into one larger script.
I prefer to use VBScript for everything.

My IDE of choice is PrimalScript.  There are cheaper alternatives but
PrimalScript packs all the good features into one IDE.  For example,
it has script packaging which is quite handy in an enterprise
environment.  It also has code organization, code folding, quick lists
(for subs and functions), and much more.  When you write as many
scripts as I do, you start to love these features.  Oh and the ability
to save your subs and functions as snippets is great.

On Oct 20, 11:43 pm, "mayayana" <mayaXXy...@rcXXn.com> wrote:


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Pegasus [MVP]  
View profile  
 More options Oct 21 2009, 11:59 am
Newsgroups: microsoft.public.scripting.vbscript
From: "Pegasus [MVP]" <n...@microsoft.com>
Date: Wed, 21 Oct 2009 13:59:21 +0200
Local: Wed, Oct 21 2009 11:59 am
Subject: Re: looking for a decent IDE for VBScripting

"Special Access" <nonyabidn...@hotmail.com> wrote in message

news:n1osd5ht4d3745nmndovrfbvhkd40dpfte@4ax.com...

>I am looking for an IDE for vbscript that I can debug, stop, run
> line-by-line etc.  Someone recommended Notepad++, but it appears to be
> only an editor.
> Free or at cost, all suggestions are welcome.

> Thanks!
> Mike

I use SystemScripter 6.0. It has the usual features such as the ability to
step through programs, view variables, automatic expansion of objects and
methods, break points.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 21 2009, 11:32 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Wed, 21 Oct 2009 17:32:52 -0600
Local: Wed, Oct 21 2009 11:32 pm
Subject: Re: looking for a decent IDE for VBScripting

"mayayana" <mayaXXy...@rcXXn.com> wrote in message

news:eEkKhBgUKHA.4000@TK2MSFTNGP05.phx.gbl...

Agreed.

>   I also don't understand the logic of comparing
> Power Shell to VBS/WSH. The former is a command
> line tool that's designed to mimic Unix/Linux
> console shells. VBS is designed for use with COM
> objects, as interpreted code, for use in automating
> software programs, and for IE scripting. They're
> completely different tools. Ironically, that was how
> WSH got its start in the first place. People wanted
> something more adapted for use with the "modern"
> GUI than DOS command line and BAT files. Now
> DOS is being updated, in a sense, to be a more
> functional command-line tool. But that realy has
> little to do with GUI scripting.

I basically agreed with the statement that "powershell is the future"
because I think that the paragraph I was replying to got it right. VBScript
is great for VBScripters. But someone with no knowledge of any of these
technologies would, in many cases, be better off starting with powershell.

I agree that this is an almost apples and oranges comparison. But that is
owing more to the significant differences between the two platforms than a
significant difference in the areas of application. Most of my vbscripting
has been in the area of system management, and that is one of the main
problem spaces that powershell was developed for.

That said, I have to keep reminding myself that vbscript itself runs in
environments other than WSH (like .html and .hta), as I was just about to
take exception to your comment about GUI scripting.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
JussiJ  
View profile  
 More options Oct 22 2009, 11:22 am
Newsgroups: microsoft.public.scripting.vbscript
From: JussiJ <jus...@zeusedit.com>
Date: Thu, 22 Oct 2009 04:22:51 -0700 (PDT)
Local: Thurs, Oct 22 2009 11:22 am
Subject: Re: looking for a decent IDE for VBScripting
On Oct 20, 6:15 pm, Special Access <nonyabidn...@hotmail.com> wrote:

> I am looking for an IDE for vbscript

Zeus - http://www.zeusedit.com/

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MikeB  
View profile  
 More options Oct 22 2009, 11:44 am
Newsgroups: microsoft.public.scripting.vbscript
From: "MikeB" <bauer...@hotmail.com>
Date: Thu, 22 Oct 2009 07:44:42 -0400
Local: Thurs, Oct 22 2009 11:44 am
Subject: Re: looking for a decent IDE for VBScripting

"Special Access" <nonyabidn...@hotmail.com> wrote in message

news:n1osd5ht4d3745nmndovrfbvhkd40dpfte@4ax.com...

>I am looking for an IDE for vbscript that I can debug, stop, run
> line-by-line etc.  Someone recommended Notepad++, but it appears to be
> only an editor.
> Free or at cost, all suggestions are welcome.

  Don't overlook the IDE in any of the Microsoft Office products.  It will
work perfectly fine with VBS.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tim Munro  
View profile  
 More options Oct 22 2009, 12:36 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Tim Munro" <Excels...@Liamtoh.moc>
Date: Thu, 22 Oct 2009 08:36:53 -0400
Local: Thurs, Oct 22 2009 12:36 pm
Subject: Re: looking for a decent IDE for VBScripting
I find Textpad to be an excellent editor. Good syntax highlighting. As for
Powershell, I initially found the transition from "traditional" programming
styles (WSH VBScript etc.) to PS a little troublesome. Quite a thinking
shift. Now that I'm mostly there, I love it. PS is VERY powerfull and the
interactive nature makes testing code bits very easy.

If you're new to scripting, go straight to Powershell. For IDE's I prefer
Quest's Powershell Editor.

--
Tim.

"MikeB" <bauer...@hotmail.com> wrote in message

news:%23clJN0wUKHA.4688@TK2MSFTNGP06.phx.gbl...


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mayayana  
View profile  
 More options Oct 22 2009, 1:48 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "mayayana" <mayaXXy...@rcXXn.com>
Date: Thu, 22 Oct 2009 09:48:45 -0400
Local: Thurs, Oct 22 2009 1:48 pm
Subject: Re: looking for a decent IDE for VBScripting
> Most of my vbscripting
> has been in the area of system management,
> and that is one of the main
> problem spaces that powershell was developed for.

> That said, I have to keep reminding myself that
> vbscript itself runs in
> environments other than WSH (like .html and .hta),
> as I was just about to
> take exception to your comment about GUI scripting.

  Yes, I often think of it as several languages. For
Word automation, IE automation, ASP, WSH....
They're all VBS but with very little overlap in terms
of objects used. And HTA's are really GUI software. I
often use them for little programs where the rigor
and time required to write compiled software is just
not necessary or worthwhile.

  But I also meant GUI scripting as a term to distinguish
WSH from console tools like DOS/PowerShell. WSH was
developed (mostly in response to sys. admins, I think)
as the Windows (GUI) alternative to DOS. It updated
scripting to add drag/drop, COM, and various amenities
that a GUI system can provide. DOS was designed for a
pre-GUI OS.

   I think console vs GUI is a helpful distinction. Some
people prefer "console scripting", some prefer "GUI
scripting", some use both. But they're two entirely different
things. There's a humorous irony in the idea that anyone
would think console scripting is the updated, new
replacement for GUI scripting. :)

   One of my complaints with Linux is that while it's
elevated console scripting to an art form, there seems
to be nothing in terms of GUI scripting. (The GUI itself
seems to be little more than a science fair project to
this day, with many of the people developing Linux
being people who prefer to work in the  console
version.Though I have found that the WSH can be installed
and VBS can work just fine under Wine.)


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mayayana  
View profile  
 More options Oct 22 2009, 4:31 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "mayayana" <mayaXXy...@rcXXn.com>
Date: Thu, 22 Oct 2009 12:31:27 -0400
Local: Thurs, Oct 22 2009 4:31 pm
Subject: Re: looking for a decent IDE for VBScripting

> I basically agreed with the statement that "powershell is the future"

  Thinking about that... What I'd really like to
see is for MS to provide a full set of COM interfaces
to .Net. Then it would be scriptable. We're in a funny
in-between place now. Windows is COM and looks like
it will be for the foreseeable future, yet MS is moving
.Net right into Windows by doing things like adding
.Net support to PowerShell. So it'd be nice if they'd
take it full circle and incorporate .Net fully with COM.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 22 2009, 11:46 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Thu, 22 Oct 2009 17:46:43 -0600
Local: Thurs, Oct 22 2009 11:46 pm
Subject: Re: looking for a decent IDE for VBScripting

"mayayana" <mayaXXy...@rcXXn.com> wrote in message

news:Ot1Ii4xUKHA.3720@TK2MSFTNGP04.phx.gbl...

And yet some humorous ironies have an annoying habit of sometimes actually
being true...

>   One of my complaints with Linux is that while it's
> elevated console scripting to an art form, there seems
> to be nothing in terms of GUI scripting. (The GUI itself
> seems to be little more than a science fair project to
> this day, with many of the people developing Linux
> being people who prefer to work in the  console
> version.Though I have found that the WSH can be installed
> and VBS can work just fine under Wine.)

In some ways, GUI scripting could be considered an oxymoron.

My first couple of MVP awards were in a category that, IIRC, was "visual
developer - scripting". In my bio I pointed out that all of my scripting was
virtually invisible ;-)

That said, coming from a DOS/batch and VMS background, I find GUI-based
administrative tools generally disappointing when compared with straight
(invisible) scripting where the limitations of the GUI tools can be
surpassed with a bit of clever work.

Of course, your term "GUI scripting" is not necessarily scripting with a GUI
tool so much as creating a GUI tool with scripting.

VBScript has only two intrinsic GUI capabilities: MSGBOX and INPUTBOX. When
combined with dynamic html code in an html page or hta application, the sky
becomes the limit.

Powershell, on the other hand, has no built-in GUI widgets (I think). But it
too can drive a GUI using a number of technologies such as, I believe,
winforms.

When it comes to administering windows systems, however, Powershell may have
the advantage for some of us, as it does not need external COM objects to
interface with windows.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 22 2009, 11:48 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Thu, 22 Oct 2009 17:48:48 -0600
Local: Thurs, Oct 22 2009 11:48 pm
Subject: Re: looking for a decent IDE for VBScripting

"mayayana" <mayaXXy...@rcXXn.com> wrote in message

news:e$RhcTzUKHA.3720@TK2MSFTNGP04.phx.gbl...

>> I basically agreed with the statement that "powershell is the future"

>  Thinking about that... What I'd really like to
> see is for MS to provide a full set of COM interfaces
> to .Net. Then it would be scriptable. We're in a funny
> in-between place now. Windows is COM and looks like
> it will be for the foreseeable future, yet MS is moving
> .Net right into Windows by doing things like adding
> .Net support to PowerShell. So it'd be nice if they'd
> take it full circle and incorporate .Net fully with COM.

They may indeed be increasing the accessibility of .net capabilities to
powershell scripters. But don't forget that PowerShell was built on the .net
runtime, and, in fact, cannot operate on a system not having .net installed.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
X22degg5  
View profile  
 More options Oct 23 2009, 4:18 am
Newsgroups: microsoft.public.scripting.vbscript
From: "X22degg5" <inva...@invalid.invalid>
Date: Thu, 22 Oct 2009 23:18:18 -0500
Local: Fri, Oct 23 2009 4:18 am
Subject: Re: looking for a decent IDE for VBScripting

"mayayana" <mayaXXy...@rcXXn.com> wrote in message

news:eEkKhBgUKHA.4000@TK2MSFTNGP05.phx.gbl...

I'm happy with the VBscript.   I'm in the application arena, not system
administration.   Pretty much basic programming, semi-automating some
desktop stuff.  VBscript seems very similar to Visual Basic for Applications
(VBA), macros for Hummingbird, macros for Attachmate, and can be inserted
into hta's along with javascript.  All of these I use.   Right now, we're on
the XP platform, and I think IT is going to skip Vista and go to Windows 7,
but unless Windows 7 is going to exclude vbscript, it will be useful to me.
In particular, unless powershell can be dropped into an hta with similar
functionality as VBscript, I don't see an awful lot of use for it.   I'm
going to check, but I don't think it's installed on any of the work PC's
running XP.  But, once we cut over to Windows 7.... (which won't happen
until a service pack or two ;-)

---


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MikeB  
View profile  
 More options Oct 23 2009, 1:55 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "MikeB" <bauer...@hotmail.com>
Date: Fri, 23 Oct 2009 09:55:01 -0400
Local: Fri, Oct 23 2009 1:55 pm
Subject: Re: looking for a decent IDE for VBScripting

"mayayana" <mayaXXy...@rcXXn.com> wrote in message

news:e$RhcTzUKHA.3720@TK2MSFTNGP04.phx.gbl...

>> I basically agreed with the statement that "powershell is the future"

>  Thinking about that... What I'd really like to
> see is for MS to provide a full set of COM interfaces
> to .Net. Then it would be scriptable. We're in a funny
> in-between place now. Windows is COM and looks like
> it will be for the foreseeable future, yet MS is moving
> .Net right into Windows by doing things like adding
> .Net support to PowerShell. So it'd be nice if they'd
> take it full circle and incorporate .Net fully with COM.

  Wouldn't that be an admission they were wrong to excise VB6 from the
pathway?


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mayayana  
View profile  
 More options Oct 23 2009, 2:44 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "mayayana" <mayaXXy...@rcXXn.com>
Date: Fri, 23 Oct 2009 10:44:33 -0400
Local: Fri, Oct 23 2009 2:44 pm
Subject: Re: looking for a decent IDE for VBScripting

> >  Thinking about that... What I'd really like to
> > see is for MS to provide a full set of COM interfaces
> > to .Net. Then it would be scriptable. We're in a funny
> > in-between place now. Windows is COM and looks like
> > it will be for the foreseeable future, yet MS is moving
> > .Net right into Windows by doing things like adding
> > .Net support to PowerShell. So it'd be nice if they'd
> > take it full circle and incorporate .Net fully with COM.

>   Wouldn't that be an admission they were wrong to
> excise VB6 from the
> pathway?

   Were they wrong? I'm not one of the people who feels
betrayed by the ending of VB. I find .Net irrelevant,
and Microsoft's attempt to turn Windows into a
locked down services appliance is sad, misguided and
deplorable to my mind. I think they're wrong to
focus so single-mindedly on profits rather than product.

   But it's their business, after all. I'm looking at it from
my personal point of view: I love Windows. I love
Windows programming. I'd like to keep using Windows
until it just becomes too unpleasant to do so. (I
haven't decided what I'll do when the time comes that
I finally have to choose whether to use Microsoft's
Product Activation-ed spyware. :)

    .Net is looking a lot like the next ActiveX to me.
By trying to have ActiveX do all things well they end up
with a product that does most things poorly: ActiveX
is unsafe online but not well suited for Windows
software. (For some of the same reasons that .Net isn't.
It's slow, bloated, unnecessary wrappers with extra
dependencies.)

  Now MS is taking the same path with .Net, trying to
get online leverage by tying .Net deeply into Windows,
while also pushing .Net as a competitor to Flash/AIR, and
also still pushing it as a Java competitor.

  So they end up with something that's poorly suited for
Windows software, risky for online due to being tied into
Windows, and iffy as a true Java replacement due to
the fact that "managed code" is only an option. There's
no enforced sandboxing.

   Given all of that, I see .Net as like ActiveX. I wouldn't
use it online. I wouldn't run software that uses it online.
And I avoid it for Windows software. But it sure would
be a handy-dandy addition to the scripting toolbox, if
only they'd add Dispatch interfaces. :)

    Though of course there's still Al's point --
the 88-200+ MB runtime must be installed. That's not
a problem that ActiveX has. But a scriptable .Net
would be a fullscale, scriptable programming environment.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mr_unreliable  
View profile  
 More options Oct 23 2009, 6:08 pm
Newsgroups: microsoft.public.scripting.vbscript
From: mr_unreliable <kindlyReplyToNewsgr...@notmail.com>
Date: Fri, 23 Oct 2009 14:08:05 -0400
Local: Fri, Oct 23 2009 6:08 pm
Subject: Re: looking for a decent IDE for VBScripting

acomputerwiz6 wrote:
> powershell is the future.

Nearby, there is a newsgroup provided for the benefit
of vb "classic" (vb5/6) coders.  In recent years the
activity there has declined, to the point where there
are now just a few groupies left.  They are loyal to
their vb.classic product, to the extent that they
defiantly assert that it is superior the the latest
microsoft product -- vb.net.

Occasionally, through either misunderstanding or ignorance,
a vb.netter will post a question in the vb.classic ng.  The
vb.classicos will politely refer them to an ng with "net"
in the title (such as: vb.net or net framework).

However, I have never seen a vb.netter come over to the
vb.classic ng and suggest that the vb.classicos ought to
give up vb.classic because it is old and obsolete.

cheers, jw


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mayayana  
View profile  
 More options Oct 23 2009, 7:02 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "mayayana" <mayaXXy...@rcXXn.com>
Date: Fri, 23 Oct 2009 15:02:36 -0400
Local: Fri, Oct 23 2009 7:02 pm
Subject: Re: looking for a decent IDE for VBScripting

> However, I have never seen a vb.netter come over to the
> vb.classic ng and suggest that the vb.classicos ought to
> give up vb.classic because it is old and obsolete.

   You haven't been around enough, then. :)
There are at least 4 regular proselytizers who hang
around the VB group only to talk up .Net. Actually it
seems like a very similar situation to scripting: Microsoft
has created two completely different tools but they
have their own reasons to steer people toward one
and away from the other. And it's human nature to
want to be on the winning team, using the fashionable
tool, etc. So it doesn't take long for Microsoft's marketing
efforts to become the common wisdom, with people
no longer even thinking about how or why they
arrived at the opinion they hold.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MikeB  
View profile  
 More options Oct 23 2009, 8:05 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "MikeB" <bauer...@hotmail.com>
Date: Fri, 23 Oct 2009 16:05:06 -0400
Local: Fri, Oct 23 2009 8:05 pm
Subject: Re: looking for a decent IDE for VBScripting

"mr_unreliable" <kindlyReplyToNewsgr...@notmail.com> wrote in message

news:OlA%23zsAVKHA.4360@TK2MSFTNGP04.phx.gbl...

> acomputerwiz6 wrote:
>> powershell is the future.

> Nearby, there is a newsgroup provided for the benefit
> of vb "classic" (vb5/6) coders.  In recent years the
> activity there has declined, to the point where there
> are now just a few groupies left.  They are loyal to
> their vb.classic product, to the extent that they
> defiantly assert that it is superior the the latest
> microsoft product -- vb.net.

> Occasionally, through either misunderstanding or ignorance,
> a vb.netter will post a question in the vb.classic ng.  The
> vb.classicos will politely refer them to an ng with "net"

I guess you haven't been to microsoft.public.vb.general.discussion for a
while.

The reminders are sometimes less than polite.

> in the title (such as: vb.net or net framework).

> However, I have never seen a vb.netter come over to the
> vb.classic ng and suggest that the vb.classicos ought to
> give up vb.classic because it is old and obsolete.

As above, I would say you haven't visited lately as there is a pretty steady
stream of DotNetters preaching the Gospel of managed code, provoking some
less than inspiring exchanges between the two visages....


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 23 2009, 10:49 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Fri, 23 Oct 2009 16:49:50 -0600
Local: Fri, Oct 23 2009 10:49 pm
Subject: Re: looking for a decent IDE for VBScripting

"MikeB" <bauer...@hotmail.com> wrote in message

news:ur7AbwBVKHA.504@TK2MSFTNGP06.phx.gbl...

Interesting comments all round.

You might have gotten the impression I am pro-PS and anti-VBS, but that's
not really the case. I have a soft-spot for VBS, but have not done much
scripting of late. That said, I would not necessarily take a pro-VBS/anti-PS
stance when talking to someone new to both. Powershell seems to be the
future, unless enough vbs die-hards wield enough influence to resist MS'
current directions.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
MikeB  
View profile  
 More options Oct 24 2009, 2:41 am
Newsgroups: microsoft.public.scripting.vbscript
From: "MikeB" <bauer...@hotmail.com>
Date: Fri, 23 Oct 2009 22:41:40 -0400
Local: Sat, Oct 24 2009 2:41 am
Subject: Re: looking for a decent IDE for VBScripting

"Al Dunbar" <aland...@hotmail.com> wrote in message

news:OoTaiMDVKHA.1372@TK2MSFTNGP02.phx.gbl...

  The evidence of the VB6 world's treatment by MS would fairly conclude that
"Resistance Is Futile".  For myself, I have a neutral stance with regard to
VBS/PowerShell.  I don't use PS, but wouldn't be adverse should the need
arise.  At this late stage of my game, I have precious few bits of grey
matter to spare needlessly.. ;-)


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
acomputerwiz6  
View profile  
 More options Oct 24 2009, 2:49 am
Newsgroups: microsoft.public.scripting.vbscript
From: acomputerwiz6 <acomputer...@gmail.com>
Date: Fri, 23 Oct 2009 19:49:44 -0700 (PDT)
Local: Sat, Oct 24 2009 2:49 am
Subject: Re: looking for a decent IDE for VBScripting
As in my earlier post, powershell is the 'future' but I also see it as
a successor to batch file style scripting.  I still use vbs and hta's
heavily.  I think you should use the tool best suited for the task at
hand.  I don't think powershell replaces vbscript, as long as
Microsoft continues to support it natively within the operating system.

    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 24 2009, 4:04 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Sat, 24 Oct 2009 10:04:20 -0600
Local: Sat, Oct 24 2009 4:04 pm
Subject: Re: looking for a decent IDE for VBScripting

"MikeB" <bauer...@hotmail.com> wrote in message

news:#1HVBOFVKHA.4688@TK2MSFTNGP06.phx.gbl...

LOL! That last point applies equally to me.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Al Dunbar  
View profile  
 More options Oct 24 2009, 4:19 pm
Newsgroups: microsoft.public.scripting.vbscript
From: "Al Dunbar" <aland...@hotmail.com>
Date: Sat, 24 Oct 2009 10:19:59 -0600
Local: Sat, Oct 24 2009 4:19 pm
Subject: Re: looking for a decent IDE for VBScripting

"acomputerwiz6" <acomputer...@gmail.com> wrote in message

news:a722a5f4-9a84-4577-8a74-4773afad887c@p15g2000vbl.googlegroups.com...

> As in my earlier post, powershell is the 'future' but I also see it as
> a successor to batch file style scripting.

Mostly true, however, it is so much farther advanced that it opens up areas
of application that are well outside of batch's native capabilities.

>    I still use vbs and hta's
> heavily.  I think you should use the tool best suited for the task at
> hand.

Exactly.

>    I don't think powershell replaces vbscript, as long as
> Microsoft continues to support it natively within the operating system.

I don't think that MS would consider vbscript (a language that operates in a
variety of environments, including one, WSH, that tags along with the more
recent versions of windows) as in any way equivalent or comparable to
powershell, which is not only the language but uts implementation. They
would more likely consider WSH itself as being more of a product that the
new product could consider to replace.

That said, powershell hasn't actually replaced either batch or WSH, in that
both are still present and, to some degree, supported. But the writing is
definitely on the wall, and has been for some time, that both of the two
older environments have at their evolutionary dead ends. Batch in vista and
windows 7 may include more functionality than in XP, but I suspect that is
mostly provided by a new set of executables rather than any further
enhancement of its syntax and built-in functionality. As for WSH, even
though a newer version came out a while back (5.7) I think that was just to
give it a bit more time. I don't believe that that version addressed any of
the bugs we have known about for a long time now.

So when we say ps is the future, we are not necessarily predicting a
complete demise for WSH, just acknowledging that its future evolution is not
as assured.

/Al


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mr_unreliable  
View profile  
 More options Oct 26 2009, 5:46 pm
Newsgroups: microsoft.public.scripting.vbscript
From: mr_unreliable <kindlyReplyToNewsgr...@notmail.com>
Date: Mon, 26 Oct 2009 13:46:13 -0400
Local: Mon, Oct 26 2009 5:46 pm
Subject: Re: looking for a decent IDE for VBScripting

Special Access wrote:
> I am looking for an IDE for vbscript

Here's my 2 cents.

If you have an unlimited software budget: PrimalScript.

If you have ms office installed, then the "microsoft
script editor" is serviceable.  Look for MSE.EXE or
MSE7.EXE.  (Or maybe MSE+some number higher than 7).
Anyway, MSE can be used to debug standalone scripts,
but not "as is".  Look in the archives of this ng
to find the "tips" explaining what you need to do.

 From a broader perspective, the notion of a scripting
IDE sounds a little off-base to me, because I am oriented
to the vb IDE.  With vb, the IDE is used chiefly for
keeping track of your project's program modules, and for
constructing GUI's (vb Forms), as well as debugging.
When developing scripts, a text editor and a "run"
command is sufficient for me.  I run the script until it
stops producing errors, and then consider myself done.
(All you Quality Control Engineers kindly constrain
your urge to vomit).

With that preamble, I would like to suggest the scintilla
test editor control (with syntax high-lighting), and its
accompanying SCITE text editor.  Scintilla is highly
competent and efficient, and is used as a basis for a
number of editors for specific languages (Autoit, FBSL,
BCX (the Basic-to-C-Language translator), Emergence Basic,
Programmers Notepad, and others).

   http://www.scintilla.org/

The SCITE text editor contains a "lexer" for vb, and can
easily be modified for vbscript.

The point here is that scintilla and SCITE are all open
source.  You can use it as a basis for developing your own
IDE, with all the features you want.

Finally, you can use vb (classic), i.e., vb5/6, as a
vbScript IDE.  Even if you don't have vb5/6, there is
a (free) version of vb5, called vb5 Control Creation
Edition (vb5cce) around.  Although microsoft has dropped
the download page, there are still a couple of other
places around the internet where it can be found.

With vb (classic), you just write your code into a bas
module with a "Sub Main", declare all your variables
to be variants,  and away you go...

cheers, jw
____________________________________________________________

You got questions?  WE GOT ANSWERS!!!  ..(but, no guarantee
    the answers will be applicable to the questions)

p.s. Still using win98 and interested in scintilla?
Then you are going to have to search back, to get
version 1.75, dated Nov 22, 2007.  After that, the
developers dropped support for win98.


    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 28   Newer >
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2010 Google