Recent content by wyderkat

  1. W

    Convert command line to windows

    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...
  2. W

    Convert command line to windows

    Thanks Harborsparrow, i will remember that. I'm implementing interface now. I think first working version will be ready in two weeks.
  3. W

    Convert command line to windows

    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...
  4. W

    Convert command line to windows

    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 :)
  5. W

    Convert command line to windows

    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...
  6. W

    Convert command line to windows

    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...
Back
Top