Re: DOS window and shell function

2008-12-04 Thread Richard Gaskin
Mark wrote: Talking to your cat works too! LOL. My cat critiques my Rev presentations before the conferences. He's a very patient cat. :) -- Richard Gaskin Fourth World Media Corporation ___ [EMAIL PROTECTED] http://www.Fourth

Re: DOS window and shell function

2008-12-04 Thread Andre Garzia
In my case, I don't think so... I once had a conversation with myself while coding that in the end thru a bigger than life insight made me realize that my code didn't build because I was coding in Javascript inside Turbo C (Never, Ever, Code before Coffee...) On Thu, Dec 4, 2008 at 7:57 AM, Bernar

Re: DOS window and shell function

2008-12-04 Thread Mark Schonewille
Talking to your cat works too! -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz Dutch forum: http://runrev.info/rrforum Color Converter has been updated! Get it at http://colorconverter.economy-x-talk.com ! On

Re: DOS window and shell function

2008-12-04 Thread Bernard Devlin
It's the only way to ensure you'll have an intelligent conversation :-) Bernard On Wed, Dec 3, 2008 at 9:52 PM, J. Landman Gay <[EMAIL PROTECTED]>wrote: > > On the other hand, I was relieved to see that I'm not the only one who > talks to themselves. > > -- > Jacqueline Landman Gay |

Re: DOS window and shell function

2008-12-03 Thread J. Landman Gay
Thomas McGrath III wrote: Devin, There is no reason to treat Devin so harshly!!! We need to show some compassion from time to time. On the other hand, I was relieved to see that I'm not the only one who talks to themselves. -- Jacqueline Landman Gay | [EMAIL PROTECTED] HyperAct

Re: DOS window and shell function

2008-12-03 Thread Devin Asay
On Dec 3, 2008, at 2:14 PM, Thomas McGrath III wrote: Devin, There is no reason to treat Devin so harshly!!! We need to show some compassion from time to time. But he's just so thick sometimes! (BTW, he would like to thank Chris Sheffield, who just graciously give the answer without snide

Re: DOS window and shell function

2008-12-03 Thread Thomas McGrath III
Devin, There is no reason to treat Devin so harshly!!! We need to show some compassion from time to time. Tom McGrath III Lazy River Software [EMAIL PROTECTED] iTunes Library Suite - libITS Information and download can be found on this page: http://www.lazyriversoftware.com/RevOne.html On

Re: DOS window and shell function

2008-12-03 Thread Devin Asay
On Dec 3, 2008, at 1:10 PM, Devin Asay wrote: I'm doing a project in which I need to call a DOS shell script. It all works great, but the DOS terminal window briefly appears and disappears. This doesn't happen in OS X--the shell script just executes silently. Does anyone know if there is a way

Re: DOS window and shell function

2008-12-03 Thread Chris Sheffield
Set the hideConsoleWindows to true. :-) Chris On Dec 3, 2008, at 1:10 PM, Devin Asay wrote: I'm doing a project in which I need to call a DOS shell script. It all works great, but the DOS terminal window briefly appears and disappears. This doesn't happen in OS X--the shell script just ex

DOS window and shell function

2008-12-03 Thread Devin Asay
I'm doing a project in which I need to call a DOS shell script. It all works great, but the DOS terminal window briefly appears and disappears. This doesn't happen in OS X--the shell script just executes silently. Does anyone know if there is a way to get rid of the annoying DOS terminal wi