Jump to content

Recommended Posts

  • Developers
Posted (edited)
33 minutes ago, mike2003 said:

When I run from the menu, SCITE is blocked. How can I avoid this?

Yes, just use the old-fashioned way of shelling another command shell by using Start,  but you will not see the output anymore in the Output pane!

so that is Why RUN is blocking the other menu options by default, as it is waiting to finish and showing its STDOUT & STDERR in the Output pane.
 

 

Edited by 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.
  :)

Posted (edited)

But I can't find any references about START. There are no such examples in the file.

When I start SciTE Jump everything is fine and is not blocked. I tried to redo it, the same commands do not help me.

I dont need Output

Edited by mike2003
  • Developers
Posted (edited)
1 hour ago, mike2003 said:

But I can't find any references about START.

Seriously ? ...   Google is your friend. ;) 

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/start

1 hour ago, mike2003 said:

There are no such examples in the file.

When I start SciTE Jump everything is fine and is not blocked. I tried to redo it, the same commands do not help me.

I dont need Output

Understand and explained why Run doesn't work like that, so simply create your own RUN and use START as indicated. ;) 

-or- 

change the subsystem for go to:

command.go.subsystem.$(au3)=2

... but please do not come crying to me when your script doesn't work and you don't see errors! ;) 

Edited by 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.
  :)

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
  • Recently Browsing   0 members

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