Menu

Command line for low priority?

Ethan
2020-02-17
2020-02-20
  • Ethan

    Ethan - 2020-02-17

    I have the following running in a Batch file:

    "C:\Program Files\7-Zip\7z.exe" a -mx1 E:\backups\backup.7z E:\backups-temp*

    Is there a way to make this a low or background priority on the command line?

     
  • IDDQDesnik

    IDDQDesnik - 2020-02-18

    start /low "C:\Program Files\7-Zip\7z.exe" a -mx1 E:\backups\backup.7z E:\backups-temp*

     
  • Shell

    Shell - 2020-02-18

    If you need to run something after 7-Zip, you may need start /low /wait rather than start /low.

     
  • Sander Bouwhuis

    Sander Bouwhuis - 2020-02-20

    <deleted, replied="" wrong="" thread="" in=""></deleted,>

     

    Last edit: Sander Bouwhuis 2020-02-20

Log in to post a comment.