shawnmandel
MIS
I'm totally new to VB.NET. I'd like to know if there is any quick way to build a very simple GUI interface to be able to control a Windows batch file.
For example, I have the following batch file command:
xcopy c:\Report_Target\report.ppx e:\Report_Destination\
In my case, since the paths or report filenames are constantly changing, how can I build a simple GUI for the user to be able to change either paths or filenames instead of constantly opening up the batch file to make these changes?
Once I know how to begin, I'd be able to figure out how to adapt the program/GUI if I have any other types of batch file commands or parameters that need modifications often.
I hope I'm making sense.
Thanks so much in advance for any help,
Shawn
For example, I have the following batch file command:
xcopy c:\Report_Target\report.ppx e:\Report_Destination\
In my case, since the paths or report filenames are constantly changing, how can I build a simple GUI for the user to be able to change either paths or filenames instead of constantly opening up the batch file to make these changes?
Once I know how to begin, I'd be able to figure out how to adapt the program/GUI if I have any other types of batch file commands or parameters that need modifications often.
I hope I'm making sense.
Thanks so much in advance for any help,
Shawn