scripts on dotnet frameowrk

  • Thread starter Thread starter Wade Ward
  • Start date Start date
W

Wade Ward

Hello newsgroup:-)

I've got a project to which I'm committed to doing, and it could very well
involve running scripts on my computer. It used to be that you made windows
into a server somehow. I hope that for this project's sake, I can execute
scripts by changing settings on my machine, in particular adding settings
for .cgi and .pl .

Does the dotnet framework change the way windows executes scripts? Maybe I
wouldn't have to learn perl syntax. (I'm always game to not learn another
syntax.)
 
Hello Wade,

WW> I've got a project to which I'm committed to doing, and it could
WW> very well involve running scripts on my computer. It used to be
WW> that you made windows into a server somehow. I hope that for this
WW> project's sake, I can execute scripts by changing settings on my
WW> machine,

U can use WMI or PowerShell for this.

WW> in particular adding settings for .cgi and .pl .

?!


---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangel
 
Michael Nemtsev said:
Hello Wade,

WW> I've got a project to which I'm committed to doing, and it could
WW> very well involve running scripts on my computer. It used to be
WW> that you made windows into a server somehow. I hope that for this
WW> project's sake, I can execute scripts by changing settings on my
WW> machine,
U can use WMI or PowerShell for this.

WW> in particular adding settings for .cgi and .pl .
Thanks for your reply. It looks like tough stuff to me. I think I'll have
better luck with something else.
 
Back
Top