"John" <Jo**@discussions.microsoft.comwrote in message
news:3E**********************************@microsof t.com...
Hi,
I am writing a command line application and I would like to implement a
functionality similar to the "!" command in ftp.exe (that comes with most
windows distros) so that I can leave my application running on the
background
and return to the cmd prompt, then I can come back to my application by
typing "exit"
any ideas?
You should look at Windows PowerShell. I don't know what your command line
app does but, you really want to use PowerShell as the command framework.
Create Cmdlets that implement your application's commands, maybe even create
a PowerShell host specifically for your app.