Leser: 1
![]() |
|< 1 2 3 >| | ![]() |
24 Einträge, 3 Seiten |
1
2
3
4
5
6
7
$reportPath = "C:\\projekte\\my_html_file.html";
system('start "$reportPath"');
# oder
$reportPath = 'C:\projekte\my_html_file.html';
system('start "$reportPath"');
perl -e 'system "open \"Desktop/untit led.html\""' # \" " '
![]() |
|< 1 2 3 >| | ![]() |
24 Einträge, 3 Seiten |