Is there any way of creating a simple Prompt Window with a Minimize
button?
Is there any way of creating a simple Prompt Window with a Minimize
button?
"Editor01" <desertfox02@xxxxxx> wrote in message
news:57d83e0c-8bff-4e03-8f3f-11279d681ce5@xxxxxxThere probably is - with VISUAL BASIC. But with VBScript, the answer is now.
> Is there any way of creating a simple Prompt Window with a Minimize
> button?
Unless, of course, you would be happy with having your script create a
browser window having a minimize button.
/Al
Editor01 wrote:It sounds like you want to open a minimized command prompt window. If so,
> Is there any way of creating a simple Prompt Window with a Minimize
> button?
you can build in the following. If not, please provide more details about
what you are trying to do.
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "%comspec%", 2
--
Todd Vargo
(Post questions to group only. Remove "z" to email personal messages)
On Aug 16, 7:28*am, "Todd Vargo" <tlva...@xxxxxx> wrote:Todd Vargo,
> Editor01 wrote:>
> > Is there any way of creating a simple Prompt Window with a Minimize
> > button?
> It sounds like you want to open a minimized command prompt window. If so,
> you can build in the following. If not, please provide more details about
> what you are trying to do.
>
> Set WshShell = WScript.CreateObject("WScript.Shell")
> WshShell.Run "%comspec%", 2
>
> --
> Todd Vargo
> (Post questions to group only. Remove "z" to email personal messages)
First of all thank you for replying. I just wanted to
use a Visual Basic script for Secure Crt. When i get a prompt window,
i want to interact with the background process.
Usually when i get a prompt window, i will not be able to do any other
work within Secure Crt. I will have to choose yes or no.
So i want a script which will send a prompt window, but at the same
time has minimize button. So that i can minimize and continue my work.
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Minimize to tray with close (X) button option update! | Itus | Live Mail | 30 | 15 Feb 2009 |
| Err.Number 486, Vista Ultimate, Visual Studio, & Visual Basic | Mike | Vista General | 2 | 16 Jan 2008 |
| Running Visual C++ and/or Visual Basic under Vista Home Premium OS | DaleB | Vista General | 10 | 20 Nov 2007 |
| Can TaskMan's red 'Close' button be made to minimize instead? | Milhouse Van Houten | Vista General | 6 | 15 May 2007 |
| Minimize Button and its bar... | Jan | Vista General | 1 | 04 Jul 2006 |