qkitgroup / qkit

Qkit framework
GNU General Public License v2.0
43 stars 46 forks source link

Link qviewkit.bat in install.bat #15

Closed Schneider1 closed 6 years ago

Schneider1 commented 7 years ago

In the install.bat add the functionality to register .h5 files with the qviewkit.bat.

Check that it works if and if not something is already registered with .h5

mpfirrmann commented 6 years ago

This might be done with sth. like this: https://superuser.com/questions/29717/associate-a-file-type-with-a-specific-program FTYPE h5_file=C:\qkit\qkit\gui\qviewkit\qviewkit.bat "%1" ASSOC .h5=h5_file

rotzinger commented 6 years ago

What is the status here? Can we close this?