ur Posted June 10, 2020 Posted June 10, 2020 With AutoIT code, the console output is showing in the console window down footer area. Like below. But not with VBScript. May be because it is pointing to wscript instead of cscript. Can anyone suggest how to get this feature support.
Developers Jos Posted June 10, 2020 Developers Posted June 10, 2020 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.
ur Posted June 10, 2020 Author Posted June 10, 2020 Thank you very much @Jos It is showing the output at the footer. You saved my money I can use scite instead of buying vbsedit
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now