hi
Is there any software to create GUI for a batch file.
can someone recommend a good one.
your suggestions
Moderator: DosItHelp
Re: your suggestions
Batch files run in a console window which will never be a fully qualified GUI. If you need a GUI please do yourself a favour and don't try to wrench console tools to GUI. The result will not satisfy you. Rather learn a language that already has GUI support.
To answer your question:
I remember Wbat from Horst Schaeffer who wrote a 16 Bit app that was able to create forms and menus. But 16 Bit programs won't run on 64 Bit Windows.
Find all the topics from misol101 here at DosTips. He tried to develop graphics for console windows. Maybe there is something in that meets your needs.
Steffen
To answer your question:
I remember Wbat from Horst Schaeffer who wrote a 16 Bit app that was able to create forms and menus. But 16 Bit programs won't run on 64 Bit Windows.
Find all the topics from misol101 here at DosTips. He tried to develop graphics for console windows. Maybe there is something in that meets your needs.
Steffen
Re: your suggestions
If you really want a GUI with a scripting language then look at using VBscript or Powershell.
Re: your suggestions
Using Powershell you could develop a GUI because you can access all .NET methods. But wouldn't it be more meaningful to write in C# then?
Also VBScript has only the ability to show dialogue controls like MsgBox, InputBox, WScript.Shell Popup, and Shell.Application BrowseForFolder. Although you could use VBScript in HTA where you can build up a GUI in html.
Steffen
Also VBScript has only the ability to show dialogue controls like MsgBox, InputBox, WScript.Shell Popup, and Shell.Application BrowseForFolder. Although you could use VBScript in HTA where you can build up a GUI in html.
Steffen
Re: your suggestions
Perhaps you could be interested in these threads:
Antonio
Antonio