Results 1 to 3 of 3

Thread: Launch cmd from cmd with high priority?

  1. #1

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Launch cmd from cmd with high priority?

    Hey, (was the most suitable sub forum I could find)

    I'm trying to figure out how to launch a program from cmd with a higher priority, this is what I'm using:
    Code:
    start "title" "cmd" /high
    The new cmd prompt starts, but its priority is still normal. Am I doing it wrong?

  2. #2

  3. #3

    Thread Starter
    Frenzied Member Icyculyr's Avatar
    Join Date
    Aug 2007
    Location
    Australia
    Posts
    1,934

    Re: Launch cmd from cmd with high priority?

    Quote Originally Posted by RhinoBull View Post
    You are almost there...

    start /high "cmd hello world!"
    Ahah! Thank you!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width