Jump to content

Recommended Posts

Posted

Hello All,

I have a small question.

Tried to find it with the search button - but couldn't find it.

When you create a batchfile, you can play with the ECHO command to show stuff on the screen.

Example: ECHO Installation in progress.. Please Wait..

Does anybody know how I can display such a screen with VBS file

so that I launch the Vbs, you get on screen

Launching Install..

Checking Disk Space..

Installation in Progress... Please Wait...

Installation Done... Press Any Key to continue..

I know you can use wscript.echo but that are message boxes and then the program will wait untill you press ok to go on.

Thx in Advance :yes:


Posted

When you double-click a .VBS file, the default program started is WSCRIPT.EXE

If you want this script to run in a dos window, start your script with CSCRIPT.EXE

This way, wscript.echo will display what you want without waiting for user input.

CSCRIPT.EXE file.vbs

That's it

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...