background

  • Thread starter Thread starter Carlo
  • Start date Start date
hi
can i lounch a job in background??? and how plz!!

thanks
Carlo

You can use the scheduler to run a job in a different user context, which makes
it hidden.

If the job doesn't need network access, you can lauch it with the AT command
(runs in system context) or use the RSoon freeware, tip 2395 in the 'Tips &
Tricks' at http://www.jsiinc.com

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
I presume you mean in the same way you can in Unix OS.

The closest method I can think of is the START command which will run a
command as a new process, e.g.

start dir

will start a new instance of the command prompt and execute the dir command.

Not quite what you're looking for though I expect.

DavieC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Internet Explorer Restart 1
Warm despite limited users? 6
how to 1
changing home page address 1
changing c sharp background 2
Excel Remove Excel Background Colours 1
graphics in c# 6
graphics in c# console application 3

Back
Top