First version release
Hi guys. I've first version of that app. It is called Windows Converter and you can find it here:
http://www.cofoh.com/windows-converter
Let me know if you have any suggestions. The biggest features not implemented yet are:
1. live terminal for interactive console...
Sometimes, especially scientists, have some small command line application, some small tool which invokes like this:
calculate_result -q 1013 file1.txt file2.out
And they need to go to directory with this program, "cd ..." where are my files... what was the "-q"...
What you are describing is...
Yes Trollcast. But not everybody has visual studio, and not everybody can use it without learning programming.
This converter I want to create will be useful for people who want create Window application wrapper around command line application. Easily :)
Of course automatically is not possible.
In this Converter user will create list of arguments. For example argument "File to read matrix from" which will be FILE type. Another argument will be "Reduction factor" with type NUMBER and attached to command switch "-r". After user will create such...
Is anybody interested in having a software for converting command line applications to graphical/windows versions? For example you have old program which can be launch only from command line. After converting it, you will get window with parameters to fill in, files to choose and buttons to run...