Any VBScript editor?

A

Annie

hellllo guys,

I have got a crappy project that involves working with vbscript.

Is there any freeware vbscript tool where I will be able to step through the
code line by line
something like vb 6 IDE or anything else around?

TIA
 
C

CharlieDontSurf

hellllo guys,

I have got a crappy project that involves working with vbscript.

Is there any freeware vbscript tool where I will be able to step through the
code line by line
something like vb 6 IDE or anything else around?

Unfortunately, no. Maybe someone else knows better, but I've never seen
a freeware IDE for vbscript, apart from Microsoft's clunky old script
debugger:

<http://msdn.microsoft.com/library/default.asp?
url=/downloads/list/webdev.asp>
 
S

Steven Burn

CharlieDontSurf said:
Unfortunately, no. Maybe someone else knows better, but I've never seen
a freeware IDE for vbscript, apart from Microsoft's clunky old script
debugger:

<http://msdn.microsoft.com/library/default.asp?
url=/downloads/list/webdev.asp>

There aren't any to my knowledge (only commercial one's) ...

However, those with VB6 or similar "VB6 IDE's", can use it to write the
VBScript if they wish (whats wrong with Notepad?) as the "languages" are
only slightly different.

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 
A

Al Klein

hellllo guys,

I have got a crappy project that involves working with vbscript.

Is there any freeware vbscript tool where I will be able to step through the
code line by line
something like vb 6 IDE or anything else around?

Get it debugged as a VB program, then make the trivial changes to
degrade it to VBS.
 
S

Steven Burn

Annie said:
Hello,
what commercial ones are available which are good? (OT)
Thanks

I tend to code in Notepad myself but, the VB6 IDE is without a doubt, the
best environment for those that are not as familiar, or are in need of a
little assistance with debugging.

Alternatively, give this one a try ... (never noticed it before, but it
seems quite useful)

http://cwashington.netreach.net/depo/view.asp?Index=1060&ScriptType=vbscript

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top