Jump to content

Scite editor, how to add vbscript console output


ur
 Share

Recommended Posts

With AutoIT code, the console output is showing in the console window down footer area.

Like below.

Capture.PNG

But not with VBScript.

May be because it is pointing to wscript instead of cscript.

Can anyone suggest how to get this feature support.

Link to comment
Share on other sites

  • Developers
3 hours ago, ur said:

May be because it is pointing to wscript instead of cscript.

Can anyone suggest how to get this feature support.

Correct and cscript is part of the standard setup. All you need to do is use Build/F7 in stead of Run/F5. ;) 

# note we have no real "build"; rather "execute and capture
# compiletime and runtime errors"
command.build.$(file.patterns.wscript)=cscript "$(FilePath)"
command.build.subsystem.$(file.patterns.wscript)=1

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...