Re: Start process with batch file - want to close DOS console
- From: "spasmous" <spasmous@xxxxxxxxx>
- Date: 23 Jan 2007 14:19:47 -0800
Pegasus (MVP) wrote:
"spasmous" <spasmous@xxxxxxxxx> wrote in message
news:1169582464.850231.294580@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I want to put a .bat file in my startup folder to run the following
command:
"C:\Program Files\Xming\Xming.exe" :0 -clipboard -multiwindow
It starts an X server and basically runs in the background. The problem
is a DOS console opens up and stays there until I manually close it.
The X server continues running fine after I close it. What I want is
for the DOS console to execute the command then go away. I can't figure
it out - tried various combinations of cmd /c, start /d and other
things that don't work. Help appreciated!
Try this:
start /b "Spasmous" "C:\Program Files\Xming\Xming.exe"
:0 -clipboard -multiwindow
Awesome - it works great. Thank you Pegasus.
.
- References:
- Start process with batch file - want to close DOS console
- From: spasmous
- Re: Start process with batch file - want to close DOS console
- From: Pegasus \(MVP\)
- Start process with batch file - want to close DOS console
- Prev by Date: Re: 64 bits question
- Next by Date: Re: Which OS is it?
- Previous by thread: Re: Start process with batch file - want to close DOS console
- Next by thread: NTLDR is missing (after restore from backup)
- Index(es):
Relevant Pages
|