Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have several scripts that i dont want to hard code into my applciation so i created a listview so i can double click them to run. I did modify the scripts to pull the machine name from a text file my application creates but my big issues is showing progress.

Is there any way to have a vbscript or batch file show progress in a winforms application?
Posted

1 solution

Only if the scripts are coded to supply progress somehow. You'll have to invent the mechanism to do so. It'll be difficult to come up with a standardized method that works between both the batch files and the vbscripts.

Frankly, that kind of effort would be better suited to coding up replacements for the scripts and batch files.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900