in reply to Re^2: using perl script to schedule windows task
in thread using perl script to schedule windows task

my $path = 'C:/Users/Documents/Traning'; my $filename = $path.'/Perl/XiServiceList.txt'; my $logfile = $path."/dailycheck_$date.log"; . . open MYFILE, ">>", $logfile;

Note : Is it not c:/users/username/documents/Traning?

poj