indiana has asked for the wisdom of the Perl Monks concerning the following question:
Is there a workaround for this issue? I would really appreciate any help.use XML::Simple; use Win32::OLE qw(in); Win32::OLE->Option(CP => Win32::OLE::CP_UTF8); my $config = XMLin("C:\\Config.xml"); my $pso = Win32::OLE->new("Wscript.Shell"); my $err = $pso->run($config->{cmdLine},1,1);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Spwaning a unicodename ADS file on vista
by Anonymous Monk on May 20, 2009 at 09:52 UTC | |
by indiana (Initiate) on May 20, 2009 at 19:44 UTC |