DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: How do you run a NT process on the background?

  1. #1
    Join Date
    Mar 2001
    Posts
    287

    Question

    In Unix environment, I know I can use "&" to run a process on the background. For example,

    ./tuning_script.sh &

    How do I do this on an NT environment? Thank you!

  2. #2
    Join Date
    Nov 2000
    Posts
    344
    to run something in the background from a command prompt, use START.

    START

    There are all sorts of switches and options, so try START /? to see what they are...

    -John

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