in reply to Re^5: unpacking wmic command's unicode output
in thread unpacking wmic command's unicode output
I ran your exact script and got the right result.
>ARGVtest.pl $VAR1 = []; -1
I think your system's handling of .pl files is broken.
As a .reg:
Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.pl] @="Perl" [HKEY_CLASSES_ROOT\Perl] @="Perl File" [HKEY_CLASSES_ROOT\Perl\shell] [HKEY_CLASSES_ROOT\Perl\shell\Open] [HKEY_CLASSES_ROOT\Perl\shell\Open\command] @="\"c:\\perl\\bin\\perl.exe\" \"%1\" %*"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: unpacking wmic command's unicode output
by goibhniu (Hermit) on Nov 12, 2008 at 20:41 UTC |