$reportPath = "C:\\projekte\\my_html_file.html"; system('start "$reportPath"'); # oder $reportPath = 'C:\projekte\my_html_file.html'; system('start "$reportPath"');