Jump to content

Recommended Posts

Posted

Probably something simple I have missed or maybe this is just how it is... but I don't like that every time sleep.exe is loaded it loads in the foreground covering most everything until it disappears... is there any way to change this so it loads silently in the background or minimized or something? Any help is greatly appreciated!

_benjammin


  • 3 weeks later...
Posted

Maybe AutoIt's @SW_HIDE macro could do the job. Something like:

Run( @ScriptDir & '\sleep.exe', , @SW_HIDE )

Compile it in the same directory as 'sleep.exe' and call it as 'sleepy.exe' or something. I'm never averse to doing it the hard way, and it might work. :rolleyes:

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...