Dos utility running 100% in XPpro
Results 1 to 5 of 5

Thread: Dos utility running 100% in XPpro

  1. #1
    Registered User Geoff's Avatar
    Join Date
    Dec 2001
    Location
    Wales
    Posts
    4

    Dos utility running 100% in XPpro

    Hi All

    One of my clients is running a dos util which grabs 100% of the proccessor. I can go into Task manager and set the virtual dos manager to low prority but I can't seem to find where I can set this to start automaticly low.
    Can any one help please.

  2. #2
    Laptops/Notebooks/PDA Mod 3fingersalute's Avatar
    Join Date
    Jun 2001
    Location
    PA
    Posts
    3,880
    Quote Originally Posted by Geoff
    Hi All

    One of my clients is running a dos util which grabs 100% of the proccessor. I can go into Task manager and set the virtual dos manager to low prority but I can't seem to find where I can set this to start automaticly low.
    Can any one help please.
    What is the utility??

  3. #3
    Registered User Geoff's Avatar
    Join Date
    Dec 2001
    Location
    Wales
    Posts
    4
    Quote Originally Posted by 3fingersalute
    What is the utility??
    The utility is a a home made dos program which scans a dir for files and then prints them and then changes the extension. I'm not sure what its writen in.
    I was hoping for a tick box somewhere to tick

  4. #4
    Registered User FatalException0E's Avatar
    Join Date
    Sep 2000
    Location
    New Braunfels, TX, USA
    Posts
    2,154
    You can launch it from a batch file or shortcut and use the start command to set the priority.
    Here's an excerpt from running start /?

    START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
    [/LOW | /NORMAL | /HIGH | /REALTIME | /ABOVENORMAL | /BELOWNORMAL]
    [/WAIT] [/B] [command/program]
    [parameters]

    "title" Title to display in window title bar.
    path Starting directory
    B Start application without creating a new window. The
    application has ^C handling ignored. Unless the application
    enables ^C processing, ^Break is the only way to interrupt
    the application
    I The new environment will be the original environment passed
    to the cmd.exe and not the current environment.
    MIN Start window minimized
    MAX Start window maximized
    SEPARATE Start 16-bit Windows program in separate memory space
    SHARED Start 16-bit Windows program in shared memory space
    LOW Start application in the IDLE priority class
    NORMAL Start application in the NORMAL priority class
    HIGH Start application in the HIGH priority class
    REALTIME Start application in the REALTIME priority class
    ABOVENORMAL Start application in the ABOVENORMAL priority class
    BELOWNORMAL Start application in the BELOWNORMAL priority class
    WAIT Start application and wait for it to terminate
    command/program
    If it is an internal cmd command or a batch file then
    the command processor is run with the /K switch to cmd.exe.
    This means that the window will remain after the command
    has been run.

    If it is not an internal cmd command or batch file then
    it is a program and will run as either a windowed application
    or a console application.
    Contents: One signature
    || |||| | |||| |||

  5. #5
    Registered User Geoff's Avatar
    Join Date
    Dec 2001
    Location
    Wales
    Posts
    4
    That looks just the job. I'll have a go when I get back on site.

    Thanks for your help

    Geoff


Similar Threads

  1. Just installed LOTR (ROTK)
    By robertjvan in forum Video Adapter/Monitor Drivers
    Replies: 16
    Last Post: November 2nd, 2004, 02:33 PM
  2. CDRW Erase from Dos - Need utility.
    By Gabriel in forum CD-ROM/CDR(-W)/DVD Drivers
    Replies: 3
    Last Post: June 18th, 2001, 09:26 AM
  3. [RESOLVED] Error running DOS program
    By jimmm33 in forum Tech-To-Tech
    Replies: 3
    Last Post: February 2nd, 2001, 02:56 PM
  4. [RESOLVED] win98 freezes running DOS programs
    By ibennetch in forum Tech-To-Tech
    Replies: 11
    Last Post: November 8th, 2000, 12:04 PM
  5. NT4 Server Performance When Running DOS App?
    By InTheWayBoy in forum Tech-To-Tech
    Replies: 1
    Last Post: February 25th, 2000, 10:50 PM

Bookmarks

Posting Permissions

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