Hey Januk, My MUA believes you used The Bat! (v1.63 Beta/7) Educational to write the following on Saturday, March 15, 2003 at 4:32:31 PM.
TM>> | ::Ok, lets shut TB down! TM>> | "C:\Program Files\The Bat!\thebat.exe" /EXIT TM>> | TM>> | ::We should wait for TB to exit... TM>> | :: possibly find a programmatic way to check? TM>> | :: or, if not, use sleep? TM>> | pause JA> You can use one line for this: JA> start /w "C:\Program Files\The Bat!\thebat.exe" /EXIT Thanks Januk, but I am guessing 'start' works differently in the different MS OS's (surprise, surprise...). I had to use the following syntax, but I still got the output of the echo before the TB window was gone... ,----- [ ] | start "Close TB" /wait "C:\Program Files\The Bat!\thebat.exe" /EXIT | | echo. Is TB Closed? `----- -- Tim Musson Flying with The Bat! eMail v1.62 Christmas Edition Windows 2000 5.0.2195 (Service Pack 2) It is easier to get forgiveness than to get permission. ________________________________________________________ Current version is 1.61 | "Using TBTECH" information: http://www.silverstones.com/thebat/TBUDLInfo.html
