Click here to Skip to main content
15,890,845 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone,

i had one dos software that take some inputs and produce its output result. so now i want to convert it in gui software to make is more user friendly using visual basic, idea is dos software will work in background of gui software and inputs and output will take care by gui software. So is it possible?

if than please suggest some link.

What I have tried:

dos software is working fine. it ask step by step of its relevant input and than produce output.
Posted
Updated 12-Mar-18 22:07pm

1 solution

It is possible using the ProcessStartInfo.RedirectStandardOutput Property (System.Diagnostics)[^] and ProcessStartInfo.RedirectStandardInput Property (System.Diagnostics)[^].

But I suggest to write a new application implementing the tasks of the command line application if that is rather simple or you have access to the source code.
 
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