prab2112 has asked for the wisdom of the Perl Monks concerning the following question:
use Win32::ChangeNotify; $Path='C:\Users\user\Downloads'; #$Events='FILE_NAME'; $browser="C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome +.exe"; print $browser; #$changes=0; #$notify = Win32::ChangeNotify->new($Path,$WatchSubTree,$Events); print "- ",scalar(localtime), " Launching $browser...\n"; system("$browser $Path");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
by Loops (Curate) on Nov 18, 2014 at 07:03 UTC | |
Re: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
by Anonymous Monk on Nov 18, 2014 at 07:05 UTC | |
Re: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
by ww (Archbishop) on Nov 18, 2014 at 15:47 UTC | |
Re: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
by MidLifeXis (Monsignor) on Nov 18, 2014 at 13:50 UTC | |
Re: 'C:\Program' is not recognized as an internal or external command, operable program or batch file.
by aitap (Curate) on Nov 18, 2014 at 20:26 UTC |