Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best way to automate tasks in windows

Mac has applescript 'built in' and I've found its pretty nice to work with for automating stuff.

What's the best windows equivalent?

like image 603
Gordon Gustafson Avatar asked Dec 02 '22 07:12

Gordon Gustafson


2 Answers

Maybe PowerShell -- but it's really much more powerful than applescript. VBA only exists within specific applications that supply it, such as Excel, not stand-alone.

like image 175
Alex Martelli Avatar answered Dec 04 '22 04:12

Alex Martelli


VBScript and JScript are standard Windows Script Host languages. See Microsoft Windows Script Technologies.

like image 41
Helen Avatar answered Dec 04 '22 05:12

Helen