First i'd like to say thanx for a great software. I was so happy when i found it. It really makes my life easier.
Anyway to the point. I'm trying to script the mounting of images in girder (www.girder.nl). A software for remote control of windows. But have some small diffuculties with the current commandline interface.
What i'd like to see is that the return code of the program after been run with the -mount parameter, would return if the mount was a success or not. Like returning 0 for success and 1 for error, i believe that is the standard way of notifying the shell that something went wrong.
Also have the option of not displaying the message box telling the user that the mount failed. This since the program hasn't exited, it locks up execution of code in girder until the user presses ok.
Just two small thoughts, that would be greatly appreciated if they were to be included in an upcoming release.
With high regards
Joakim Plate
Anyway to the point. I'm trying to script the mounting of images in girder (www.girder.nl). A software for remote control of windows. But have some small diffuculties with the current commandline interface.
What i'd like to see is that the return code of the program after been run with the -mount parameter, would return if the mount was a success or not. Like returning 0 for success and 1 for error, i believe that is the standard way of notifying the shell that something went wrong.
Also have the option of not displaying the message box telling the user that the mount failed. This since the program hasn't exited, it locks up execution of code in girder until the user presses ok.
Just two small thoughts, that would be greatly appreciated if they were to be included in an upcoming release.
With high regards
Joakim Plate
Comment