I'm able to execute a program such as Excel by:
set excelPath "C:/Program Files/Microsoft Office/Office/Excel.exe"
exec $excelPath $fileName &
But surely there is a better "standard practices" way to invoke a known executable such as IE6 web browser by executing a function with the known file type (.htm). Any hints?
Thanks
set excelPath "C:/Program Files/Microsoft Office/Office/Excel.exe"
exec $excelPath $fileName &
But surely there is a better "standard practices" way to invoke a known executable such as IE6 web browser by executing a function with the known file type (.htm). Any hints?
Thanks