Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Launch a .exe with a different priority 1

Status
Not open for further replies.

AP81

Programmer
Apr 11, 2003
740
AU
I'd like to launch an exe with a low priority from my Delphi app.

Anyone done this before or have any idea? I can run a thread from within my app with a low priority, but this is not sufficient for my needs.

Thanks.


------------------------------------
There's no place like 127.0.0.1
------------------------------------
 
Thanks, just what the doctor ordered.


------------------------------------
There's no place like 127.0.0.1
------------------------------------
 

A simple way is to start your application from a *.bat file.

Start /low C:\filename.

You can also run the application with the /separate switch

Start /low /separate C:\filename

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top