I'm writing a macro and I need to open a html file (with iexplorer or firefox, it depends of what is installed on the machine).
I've tried :
shell("my_html_file_path");
but nothing append.
Any ideas ?
I have noted that some commands are ok with a dos window and not with "shell" or "dos" function in a macro. If someone could explain me why...
I though that it should.
regards,
Greg