activeperl@listserv.activestate.com
[Top] [All Lists]

RE: How to kill a dos window

Subject: RE: How to kill a dos window
From: "Thurn, Martin"
Date: Fri, 14 Apr 2006 11:15:57 -0400
How did you open the DOS window?  What does this have to do with perl,
anyway???
P.S. please send ONLY PLAIN TEXT to mailing lists.
 - - Martin


________________________________

        From: activeperl-bounces@xxxxxxxxxxxxxxxxxxxxxxxx
[mailto:activeperl-bounces@xxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Gerald
Preston
        Sent: Friday, April 14, 2006 10:44
        To: 'Gregg Morrison'; activeperl@xxxxxxxxxxxxxxxxxxxxxxxx
        Subject: RE: How to kill a dos window
        
        
        The "exit" in the batch file worked great.  I tried this in win
98 and it kills the command, but leaves the dos window open.  Do you
know of any way to kill the open dos window in 98?
         
         

        ________________________________

                From: activeperl-bounces@xxxxxxxxxxxxxxxxxxxxxxxx
[mailto:activeperl-bounces@xxxxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Gregg
Morrison
        Sent: Friday, April 14, 2006 4:30 AM
        To: Gerald Preston; activeperl@xxxxxxxxxxxxxxxxxxxxxxxx
        Subject: Re: How to kill a dos window

         
        Try the "/K" Switch - 

            %COMSPEC% /K  X:\path\batchfile.ba

        - OR -

            Last line in Batch File:  "Exit"

_______________________________________________
ActivePerl mailing list
ActivePerl@xxxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

<Prev in Thread] Current Thread [Next in Thread>