What programming languages ​​are installed in Windows XP by default

Where I am, it is not permitted to install any software. I need to automate some tasks, and I cannot do this in powershell because it is forbidden. Are there any languages ​​already installed on Windows that I can use to automate and possibly integrate with the Microsoft office?

+5
source share
2 answers

Yes, you can run VBScript and JScript through the Windows Script Host. Using these languages, you can create objects to interact with Microsoft Office.

EDIT:

WSH, , JScript. Script , JScript, . , , WSH .

, Excel, , CreateObject("Excel.Application") . , , , Excel.

+3

VBScript (WSH/CSCRIPT), ( MS DOS), Office VBA (Visual Basic )

+4

All Articles