|
-
Feb 28th, 2003, 07:02 AM
#1
Thread Starter
Frenzied Member
Showing information
I often use .VBS files for doing small things around my system...
Things like modifying subject lines in well defined and structured e-mail messages to include data from the body of the message. Or listing all entries in a directory / Global Address List / Distribution List etc.
Typically I use a MSGBOX at the beginning and end of the .VBS file in order to show that it is starting and it is ending.
BUT a MSGBOX requires the user to hit the button before it continues.
Is it possible to have a "form" or another message box appear while the script is running, with information on it saying what it is doing, and to then have this disappear when the .VBS script file has finished.
In VB, it would be the main form with a label or caption or progress bar being modified to show how far things had got. Bt in a .VBS script file??
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|