Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Universal scripting language for Windows [closed]

Linux user - Windows noob alert ;)

Could someone recommend me scripting/programming language that's functional and works on all Windows (let's focus on XP, maybe Vista too) machines without additional installation? Something that won't make me install new things to run code.

For example on Linux I have shell (heh) and can code basic things without installing anything; python is usually installed by default and I can use it without installing anything, etc. I'm searching for something like this for Windows (I guess that if I wanted to use python on Windows I would have to install it first).

...bat files? Is this used at all now?

.NET (for, let's say C#) isn't installed by default, I guess?

Something else?

like image 749
Phil Avatar asked Jul 09 '09 16:07

Phil


People also ask

What are the 3 scripting languages?

Server side scripting languages are: JavaScript, PHP, Perl etc. and client side scripting languages are: JavaScript, AJAX, jQuery etc. Scripting languages are used in system administration. For example: Shell, Perl, Python scripts etc.

Why can't there be a universal programming language?

The problem is mostly historical: different languages were invented to do different things and be used in different communities.


2 Answers

VBScript and JScript are two such languages.

like image 112
RichieHindle Avatar answered Oct 23 '22 01:10

RichieHindle


  • you can use batch files withount any additional software
  • PowerShell is included in Windows 7 (RC) by default and cannot be uninstalled; with XP/Vista you need to install it
like image 6
dfa Avatar answered Oct 23 '22 02:10

dfa