Hacker News new | ask | show | jobs
by drmohundro 4739 days ago
Related, but for the same reasons, you could also write classic ASP using JavaScript (as opposed to VBScript). Years ago, I spent months trying to convince my team to let me use JavaScript instead of VBScript in our ASP files.
1 comments

I know. When I need to do some Windows scripting, I'd do it in JScript rather than VBScript. Like when a user wants to merge two Excel files, nothing beats to whip out a simple JScript to do it. Running it is simple. They just double click on the JScript file and done. Business users love it.