Connecting Tech Pros Worldwide Forums | Help | Site Map

vbscript to hta to dotnet - wise move ?

Steve Kidd
Guest
 
Posts: n/a
#1: Nov 20 '05
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

Cor
Guest
 
Posts: n/a
#2: Nov 20 '05

re: vbscript to hta to dotnet - wise move ?


Hi Steve,

I think it is not a good idea to go to the VB.full versions, it will throw
all you have done in a new direction and cost you a lot of time.

But you can have a look at this.
http://www.microsoft.com/downloads/d...displaylang=en

The most in it is using dotnet in a kind of scripting way.

I hope this did help

Cor


One Handed Man [ OHM# ]
Guest
 
Posts: n/a
#3: Nov 20 '05

re: vbscript to hta to dotnet - wise move ?


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 Kidd wrote:[color=blue]
> 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[/color]

Regards - OHM# OneHandedMan@BTInternet.com


Herfried K. Wagner [MVP]
Guest
 
Posts: n/a
#4: Nov 20 '05

re: vbscript to hta to dotnet - wise move ?


* "Steve Kidd" <steve.kidd@schroders.com> scripsit:[color=blue]
> 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.[/color]

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

<http://www.dotnetframework.de/scripting/dotnetscripting/dsh.en.asp>
[color=blue]
> Would it be a good move to start learning about dotnet
> and how tricky would it be to move from vbs to dotnet ?[/color]

You will have to learn new programming paradigms (object oriented
programming) and become familiar with the .NET class library. It's a
big step.
[color=blue]
> 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...[/color]

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

;-)

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>
Steve Kidd
Guest
 
Posts: n/a
#5: Nov 20 '05

re: vbscript to hta to dotnet - wise move ?


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
[color=blue]
>-----Original Message-----
>Hi Steve,
>
>I think it is not a good idea to go to the VB.full[/color]
versions, it will throw[color=blue]
>all you have done in a new direction and cost you a lot[/color]
of time.[color=blue]
>
>But you can have a look at this.
>http://www.microsoft.com/downloads/details.aspx?[/color]
FamilyId=9B3A2CA6-3647-4070-9F41-
A333C6B9181D&displaylang=en[color=blue]
>
>The most in it is using dotnet in a kind of scripting[/color]
way.[color=blue]
>
>I hope this did help
>
>Cor[/color]

Steve Kidd
Guest
 
Posts: n/a
#6: Nov 20 '05

re: vbscript to hta to dotnet - wise move ?


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
[color=blue]
>-----Original Message-----
>Hi Steve,
>
>I think it is not a good idea to go to the VB.full[/color]
versions, it will throw[color=blue]
>all you have done in a new direction and cost you a lot[/color]
of time.[color=blue]
>
>But you can have a look at this.
>http://www.microsoft.com/downloads/details.aspx?[/color]
FamilyId=9B3A2CA6-3647-4070-9F41-
A333C6B9181D&displaylang=en[color=blue]
>
>The most in it is using dotnet in a kind of scripting[/color]
way.[color=blue]
>
>I hope this did help
>
>Cor[/color]

Closed Thread