Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBScript Status

Status
Not open for further replies.

mcatet

Programmer
Dec 19, 2001
8
0
0
US
I am creating a BAT file on steroids using VBS. It is a stand alone program not used with HTML.

Basically, it is used as a way to backup files to a newtwork drive.

I need a way to show progress, like a progress bar in VB.
I want this to be as simple as possible. My thought was to use notpad to display steps as they are completed. THe problem I have is that I don't know how to refresh Notpad to show subsequent steps.

Any ideas how to do this better or how to refresh Notpad?

Thanks,
 
An HTA would be cool to display my status, but I need to update it as my app runs. How can change the hts file's content from a VBS file?

Thanks,
mcatet
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top