#!/usr/bin/perl use Tk; my $G_MW=MainWindow->new; my $File='d:\\shared\\target\\TTT.html'; system("start /b $File");