Is it ok if I run my scripts in javascript instead of vbscript? VBScript is a little uglier to understand.

With the interpreter still work since they both are called by cscript?

asked 26 Sep '12, 23:20

mike123's gravatar image

mike123
310223
accept rate: 0%


There is an undocumented feature that will enable this. Make the very first line:

LANG=jscript

link

answered 27 Sep '12, 15:31

Doug's gravatar image

Doug ♦♦
10.2k122138
accept rate: 21%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2
×1

Asked: 26 Sep '12, 23:20

Seen: 6,072 times

Last updated: 27 Sep '12, 15:31