This is a discussion on Run programs in background within the Windows forums, part of the Operating Systems category; I think this is the right place to post this question. Guys, is there a way to run programs in ...
| |||||||
| | #1 |
| Junior Member Join Date: Jul 2010 Location: Chennai
Posts: 24
Rep Power: 1 | I think this is the right place to post this question. Guys, is there a way to run programs in background using command prompt. Please explain me clearly with an example. Actually in another site "start" command was mentioned but not clearly. Thank you To be more clear i want to run batch files in background. Last edited by dudebuster; 07-31-10 at 12:00 AM. Reason: Automerged Doublepost |
| | |
| | #2 |
| The Wizard Join Date: Aug 2009
Posts: 4,191
Rep Power: 8 | If you trying to set up a night unlimited set up, try this link http://www.indiabroadband.net/bsnl-b...tml#post154907 (NU Configuration) |
| | |
| | #3 |
| Junior Member Join Date: Jul 2010 Location: Chennai
Posts: 24
Rep Power: 1 | Thank you Dilip for your co-operation. I have a solution to run batch files in background. I found this in another forum. I don't remember the site URL. So,to run a batch file in background, you need two batch files and one vb script file. In one batch file put in the commands you need to execute and save it. (say abc.bat) Then, open a notepad and put this statement ----------------------------------------------------------------------------- CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False ----------------------------------------------------------------------------- save the file as invisible.vbs Now,create another batch file and enter the following command ------------------------------------------------------------------------------- wscript.exe "complete path of the invisible vbs file" "abc.bat" ------------------------------------------------------------------------------- save this file as launch.bat. It is advicable to save the three files in the same location. In window 7,you need to run the three files in 'Administrator' compatibility You're done. Run the 'launch.bat' and now the file 'abc.bat' is executed in the background. If you have any queries please post it in the forum. |
| | |
| | #4 |
| The Wizard Join Date: Aug 2009
Posts: 4,191
Rep Power: 8 | Thanks for sharing |
| | |
| | #5 |
| Junior Member Join Date: Jul 2010 Location: Chennai
Posts: 24
Rep Power: 1 | Thanks for the rep. . . |
| | |
| | #6 |
| Junior Member Join Date: Aug 2010
Posts: 1
Rep Power: 0 | i need a way to run a program in the background so it doesnt use a window and can just be seen in the windows task manager.Win98se has a program called system information were you can turn off applications running in the background. ------------------------------------------------------------------------------ Run programs in background |
| | |
| | #7 |
| Junior Member Join Date: Jul 2010 Location: Chennai
Posts: 24
Rep Power: 1 | @mekloton Hey buddy, Which program you need to run in the background? |
| | |
| Tags |
| background, programs, run |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do I change the background picture on my Windows desktop? | James Winson | Desktop Computer | 0 | 07-30-10 08:35 PM |
| How To Download Torrent IF You Can’t Install and Run BitTorrent Client | sangamam | BSNL broadband | 21 | 07-30-10 02:28 PM |
| How to record TV Programs from Airtel DTH to External HDD ? | akshay_johari | Airtel DTH | 3 | 07-17-10 11:08 AM |
| My Small Guide to Speed up and save your computer. | bonda | Windows | 4 | 04-30-10 02:00 PM |
| Play on Linux ( a free utility to run windows software on linux) | Luke Skywalker | Linux | 1 | 02-08-10 01:54 AM |