A scripting langauge for Windows?
        Posted  
        
            by WhyKiki
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by WhyKiki
        
        
        
        Published on 2010-04-18T17:45:38Z
        Indexed on 
            2010/04/18
            17:53 UTC
        
        
        Read the original article
        Hit count: 211
        
I work in Windows and often find the need to code some script that manipulates files or basic string manipulation. Currently, I'm doing this using PHP but having a LAMP stack for this seems overkill. I've tried things like autoHotkey but the syntax and functionality is horrific.
So I'm looking for a scripting with: a) a sane syntax b) lots and lots of built-in libraries, functions, etc c) minimal setup. Preferably, I would like to code and run the script from my app launcher of choice, Executor
© Stack Overflow or respective owner