vbscript to hta to dotnet - wise move ?

S

Steve Kidd

Hi, I've been writing AD administration scripts and
general sysadmin vbscripts for a while now and have
recently started on hypertext applications to
update/replace some of these scripts.

Would it be a good move to start learning about dotnet
and how tricky would it be to move from vbs to dotnet ?
Please note: I'm not what I'd consider to be a programmer
as such - class myself as "scripter" :) - i.e. haven't
worked *much* with VB full versions...

ta,
Steve
 
O

One Handed Man [ OHM# ]

Steve,
The answer to this question lies within you. What I'm getting at
is why you asked the question in the first place?. Is it because you think
it might be cool to learn and might earn you some bucks ?

VB.NET is a good way to get into .NET if you have some idea of VB type
syntax. Although it is a completely different thing to what youve been
working with. You can buy the Microsoft VISUAL BASIC .NET 2003 edition
which will also give you VB.NET standard to load on your PC, this will cost
you about £100 or so, but its good value.

Regards - OHM#




Steve said:
Hi, I've been writing AD administration scripts and
general sysadmin vbscripts for a while now and have
recently started on hypertext applications to
update/replace some of these scripts.

Would it be a good move to start learning about dotnet
and how tricky would it be to move from vbs to dotnet ?
Please note: I'm not what I'd consider to be a programmer
as such - class myself as "scripter" :) - i.e. haven't
worked *much* with VB full versions...

ta,
Steve

Regards - OHM# (e-mail address removed)
 
H

Herfried K. Wagner [MVP]

* "Steve Kidd said:
Hi, I've been writing AD administration scripts and
general sysadmin vbscripts for a while now and have
recently started on hypertext applications to
update/replace some of these scripts.

There is no .NET "scripting" support available directly in the
Framework, but Holger Schwichtenberg wrote the DSH:

Would it be a good move to start learning about dotnet
and how tricky would it be to move from vbs to dotnet ?

You will have to learn new programming paradigms (object oriented
programming) and become familiar with the .NET class library. It's a
big step.
Please note: I'm not what I'd consider to be a programmer
as such - class myself as "scripter" :) - i.e. haven't
worked *much* with VB full versions...

You will have to learn a lot, but it will make fun.

;-)
 
S

Steve Kidd

The mention of more bucks is obviously appealing but
there doesn't seem to be any more bucks in programming as
opposed to the AD work that I'm doing.

The reason for asking was just to see if I should look
into dotnet as the same way I looked into vbscript a
couple of years back to replace the DOS batch files I was
writing for admin tasks.

Don't want to be left behind too much...

thanks for the answers,
Steve
 

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