marcel gateau (solved the problem by myself, this can be erased) Log in or register to post comments August 28, 2024 at 03:34 am - Permalink
chozo Would you be willing to share your issue and the solution here briefly, in case others have a similar problem? Log in or register to post comments August 28, 2024 at 11:11 am - Permalink
marcel gateau My error was to put the option /I in HDF5OpenFile /I /R fileID as "c://temp//test.hdf5" Even if one indicates the complete file path, the option /I opens a prompt window to search for the file. The correct command is simply HDF5OpenFile /I /R fileID as "c://temp//test.hdf5" Of course, the variable fileID must be defined first with a Variable fileID. Log in or register to post comments August 29, 2024 at 02:56 am - Permalink
(solved the problem by myself, this can be erased)
August 28, 2024 at 03:34 am - Permalink
Would you be willing to share your issue and the solution here briefly, in case others have a similar problem?
August 28, 2024 at 11:11 am - Permalink
My error was to put the option /I in
Even if one indicates the complete file path, the option /I opens a prompt window to search for the file. The correct command is simply
HDF5OpenFile /I /R fileID as "c://temp//test.hdf5"
Of course, the variable fileID must be defined first with a Variable fileID.
August 29, 2024 at 02:56 am - Permalink